@charset "UTF-8";
.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) 50% no-repeat;
}
@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"),
    url(fonts/slick.woff) format("woff"),
    url(fonts/slick.ttf) format("truetype"),
    url(fonts/slick.svg#slick) format("svg");
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li,
.slick-dots li button {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 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 0.3s ease;
  transition: opacity 0.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 0.3s ease;
  transition: opacity 0.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);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.lity-closed .lity-content,
.lity-loading .lity-content {
  -webkit-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:active,
.lity-close:focus,
.lity-close:hover,
.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-facebookvideo .lity-container,
.lity-googlemaps .lity-container,
.lity-iframe .lity-container,
.lity-vimeo .lity-container,
.lity-youtube .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;
}
/*! lightgallery - v1.6.12 - 2019-02-19
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2019 Sachin N; Licensed GPLv3 */
@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: 400;
  font-style: normal;
}
.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.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;
  }
  to {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  to {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  to {
    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: 700;
}
.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-next,
.lg-prev,
.lg-toolbar {
  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 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1),
    -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1),
    -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1),
    -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item.lg-complete
  .lg-object {
  -webkit-transform: scaleX(1);
  transform: scaleX(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: translateZ(0);
  transform: translateZ(0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-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-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.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-image,
.lg-outer.lg-css3.lg-zoom-dragging
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  -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: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.15s !important;
  -webkit-transition: opacity 0.15s,
    -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s,
    -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s,
    -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "\e311";
}
#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px #fff inset;
  box-shadow: inset 0 0 0 2px #fff;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s,
    -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px hsla(0, 0%, 100%, 0.7) inset;
  box-shadow: inset 0 0 0 8px hsla(0, 0%, 100%, 0.7);
  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:focus,
.lg-outer .lg-pager:hover {
  -webkit-box-shadow: 0 0 0 8px #fff inset;
  box-shadow: inset 0 0 0 8px #fff;
}
.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-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s,
    visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s,
    -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s,
    -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}
.lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
  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";
}
.lg-group:after {
  content: "";
  display: table;
  clear: both;
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  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-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -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-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -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 50% transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item: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,
.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-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item,
.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-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  -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: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -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-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -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;
}
@font-face {
  font-family: Nexa;
  src: url(../fonts/Nexa/Nexa-Light.woff2) format("woff2"),
    url(../fonts/Nexa/Nexa-Light.woff) format("woff"),
    url(../fonts/Nexa/Nexa-Light.otf) format("opentype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: Nexa;
  src: url(../fonts/Nexa/Nexa-Bold.woff2) format("woff2"),
    url(../fonts/Nexa/Nexa-Bold.woff) format("woff"),
    url(../fonts/Nexa/Nexa-Bold.otf) format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Circe-Bold;
  src: url(../fonts/Circe/Circe-Bold.woff2) format("woff2"),
    url(../fonts/Circe/Circe-Bold.woff) format("woff"),
    url(../fonts/Circe/Circe-Bold.otf) format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Circe-Extra-Bold;
  src: url(../fonts/Circe/Circe-ExtraBold.woff2) format("woff2"),
    url(../fonts/Circe/Circe-ExtraBold.woff) format("woff"),
    url(../fonts/Circe/Circe-ExtraBold.otf) format("ttf");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: Circe-Extra-Light;
  src: url(../fonts/Circe/Circe-ExtraLight.woff2) format("woff2"),
    url(../fonts/Circe/Circe-ExtraLight.woff) format("woff"),
    url(../fonts/Circe/Circe-ExtraLight.otf) format("ttf");
  font-style: normal;
  font-weight: 100;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body,
html {
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: Nexa, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #58595b;
}
.primary-heading {
  color: #fff;
  position: relative;
  font-size: 34px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1;
  margin: 20px 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
[dir="ltr"] .primary-heading {
  padding-left: 30px;
}
[dir="rtl"] .primary-heading {
  padding-right: 30px;
}
.primary-heading span {
  display: block;
}
.primary-heading:before {
  content: "";
  width: 4px;
  position: absolute;
  top: 3px;
  bottom: 7px;
  background-color: #003da6;
}
[dir="ltr"] .primary-heading:before {
  left: 0;
}
[dir="rtl"] .primary-heading:before {
  right: 0;
}
.intrested-in-this {
  padding-left: 32px;
}
.secondary-heading {
  text-align: center;
  font-size: 44px;
  color: #003da6;
  font-weight: 400;
  line-height: 1;
  margin: 36px auto;
}
@media (max-width: 767px) {
  .secondary-heading {
    line-height: 1.4;
  }
}
.secondary-heading:after {
  content: "";
  height: 4px;
  width: 95px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
  background-color: currentColor;
}
@media (max-width: 767px) {
  .secondary-heading:after {
    margin-top: 10px;
  }
}
.secondary-heading-right {
  text-align: left;
  max-width: 800px;
  font-size: 32px;
  color: #003da6;
}
@media (min-width: 768px) {
  .secondary-heading-right span {
    display: block;
  }
}
.secondary-heading-right span + span:before {
  content: " ";
}
.secondary-heading-right:after {
  content: none;
}
@media (min-width: 768px) {
  .secondary-heading span {
    display: block;
  }
}
.secondary-heading--small {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .secondary-heading--small {
    font-size: 22px;
    display: inline-block;
  }
}
.small-heading {
  text-align: center;
  font-size: 30px;
  color: #003da6;
  line-height: 1;
  font-weight: 400;
}
.small-heading:after {
  content: "";
  height: 4px;
  width: 64px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  background-color: currentColor;
}
.centered-heading {
  display: block;
  margin: 0 0 0 50px;
  text-align: left;
  color: #fff;
  position: relative;
  font-size: 36px;
  font-weight: 400;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  line-height: 1;
}
[dir="ltr"] .centered-heading {
  padding-left: 30px;
}
[dir="rtl"] .centered-heading {
  padding-right: 30px;
}
.centered-heading span {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  font-size: 70px;
  max-width: 700px;
  text-align: left;
}
.centered-heading span:before {
  content: "";
  width: 6px;
  position: absolute;
  top: 3px;
  bottom: 7px;
  background-color: #003da6;
}
[dir="ltr"] .centered-heading span:before {
  left: 0;
}
[dir="rtl"] .centered-heading span:before {
  right: 0;
}
.landing-heading {
  text-align: center;
  font-size: 46px;
}
.landing-heading,
.landing-heading p {
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.landing-heading p {
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-top: 0;
  font-size: 30px;
}
.tertiary-heading {
  text-align: center;
  font-size: 28px;
  color: #003da6;
  font-weight: 400;
}
.hero-heading {
  font-size: 34px;
  font-weight: 400;
}
.decorated-heading {
  font-size: 43px;
  color: #003da6;
  font-weight: 400;
  position: relative;
  padding-left: 45px;
}
.decorated-heading:before {
  content: "";
  width: 2px;
  height: 265px;
  position: absolute;
  top: 3px;
  bottom: 7px;
  background-color: #003da6;
}
[dir="ltr"] .decorated-heading:before {
  left: 0;
}
[dir="rtl"] .decorated-heading:before {
  right: 0;
}
.decorated-heading:after {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  left: -12.5px;
  position: absolute;
  top: 265px;
  background-color: #003da6;
}
.decorated-heading span {
  display: block;
}
.side-heading {
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
  color: #003da6;
}
.side-heading span {
  display: block;
}
.circle-item {
  text-align: left;
  color: #fff;
  width: 350px;
  height: 350px;
  background-color: #003da6;
  border-radius: 50%;
  line-height: 400px;
  position: relative;
}
.circle-item svg {
  position: absolute;
  top: 22vw;
  width: 85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .circle-item svg {
    display: none;
  }
}
@media (min-width: 1330px) {
  .circle-item svg {
    top: 340px;
  }
}
@media (min-width: 1170px) and (max-width: 1329px) {
  .circle-item svg {
    top: 25vw;
  }
}
@media (max-width: 767px) {
  .circle-item {
    width: 200px;
    height: 200px;
    left: 0;
    right: 0;
    line-height: 300px;
    margin: 0 auto;
    top: 105%;
  }
}
.circles-heading {
  height: 349px;
  position: relative;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .circles-heading {
    height: 200px;
  }
}
.circles-heading p {
  font-size: 34px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 0 35px;
}
@media (max-width: 767px) {
  .circles-heading p {
    font-size: 20px;
  }
}
.circles-heading p:after {
  content: "";
  width: 80px;
  height: 4px;
  background-color: #fff;
  margin-top: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .intrested-in-this {
    padding-left: 0;
  }
  .centered-heading {
    margin: 0;
  }
  .centered-heading span {
    font-size: 32px;
  }
  .secondary-heading {
    font-size: 24px;
  }
  .content p {
    font-size: 15px;
  }
  .primary-heading span {
    font-size: 20px;
  }
  .category-heading {
    font-size: 12px;
  }
}
.button {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  line-height: 40px;
  padding: 0 30px;
  font-size: 12px;
  text-transform: uppercase;
  color: #003da6;
  letter-spacing: 2px;
}
.button:hover {
  background-color: #003da6;
  color: #fff;
}
.button.unit-details-link {
  letter-spacing: 2px;
  font-weight: lighter;
  font-weight: 300;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .button.unit-details-link {
    line-height: 1.6;
    padding: 15px 30px 12px;
  }
}
.button--outline {
  background: transparent;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.7),
    inset 0 0 2px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.7), inset 0 0 2px rgba(0, 0, 0, 0.7);
}
.button--outline:hover {
  border-color: #003da6;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.button--solid {
  color: #fff;
  background: #003da6;
  border-color: #003da6;
}
.button--arrow {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  border: none;
  padding-left: 30px;
  padding-right: 120px;
  height: 54px;
  line-height: 58px;
  text-transform: uppercase;
  color: #fff;
  font-family: Nexa;
  text-decoration: none;
  background-color: #003da6;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  letter-spacing: 2px;
}
.button--arrow:after {
  content: "";
  width: 52px;
  height: 54px;
  position: absolute;
  right: 0;
  background-size: 100px;
  background-position: -50px;
  background-color: #001a70;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .button--arrow {
    padding-left: 20px;
    padding-right: 110px;
  }
  .button--arrow:after {
    content: "";
    width: 50px;
    height: 54px;
    position: absolute;
    right: 0;
    background-size: 100px;
    background-position: -50px;
    background-color: #001a70;
  }
}
.container {
  max-width: 1200px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
}
.large-container {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:after,
.row:before {
  content: "";
  display: table;
  clear: both;
}
.row > .col {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.row--reversed > .col {
  float: right;
}
.row--reversed > .col:first-child {
  padding-right: 0;
  padding-left: 40px;
}
.row--reversed > .col:last-child {
  padding-left: 0;
  padding-right: 40px;
}
.row--no-padding > .col {
  padding: 0 !important;
}
.row.equal-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  margin-right: 0;
}
.row.equal-height:after,
.row.equal-height:before {
  content: none;
}
.row.equal-height > .col {
  float: none;
}
.row.vertically-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row--2 > .col {
  width: 50%;
}
.row--3 > .col {
  width: 33.3%;
}
.row--3 > .col--two-thirds {
  width: 66%;
}
.row--4 > .col {
  width: 25%;
}
.row--4 > .col--two-fourth {
  width: 50%;
}
.row--5 > .col {
  width: 20%;
}
.row > .full {
  width: 100%;
}
.row > .two-thirds {
  width: 66.6%;
}
.row > .three-fourths {
  width: 75%;
}
.row > .two-fifths {
  width: 40%;
}
.row > .three-fifths {
  width: 60%;
}
.row > .four-fifths {
  width: 80%;
}
.slider-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.slider-container .single-event-slider li {
  position: relative;
  overflow: hidden;
}
.slider-container .single-event-slider-nav .slick-track {
  margin: 0;
}
.slider-container .single-event-slider-nav .slick-slide {
  padding: 0 5px;
  max-height: 137px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .slider-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.content {
  text-align: center;
  font-weight: 300;
  padding-bottom: 30px;
}
.content p {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  line-height: 2.2;
  letter-spacing: 1px;
}
.content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  font-weight: 300;
  max-width: 50%;
}
@media (min-width: 768px) {
  .content-left {
    padding-bottom: 30px;
  }
}
.video-description .content-left {
  max-width: none;
}
.content-left p {
  line-height: 2.2;
  letter-spacing: 1px;
}
@media (min-width: 1176px) {
  .content-left p {
    max-width: 500px;
  }
}
.content-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  font-weight: 300;
  padding-bottom: 30px;
  max-width: 50%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.video-description .content-right {
  max-width: none;
}
.content-right p {
  max-width: 500px;
  line-height: 2.2;
  letter-spacing: 1px;
}
.left-alignment {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.left-alignment,
.right-alignment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}
.right-alignment {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .left-alignment,
  .right-alignment {
    margin-bottom: 100px;
  }
}
.tabs-initialized > * {
  display: none;
}
.tabs-initialized .statement__content,
.tabs-initialized > .active {
  display: block;
}
[data-component="tabs"] li img {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
[data-component="tabs"] li.active img {
  opacity: 1;
}
[data-component="tabs"] li img {
  opacity: 0;
}
[data-component="tabs"] li img.active {
  opacity: 1;
  z-index: 10;
}
.slick-dots {
  bottom: -45px;
}
.slick-dots button {
  margin: auto;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.new-innovation-slider .slick-dots,
.projects-slider .slick-dots,
.slider .slick-dots {
  margin: 20px 0 0;
  padding: 0;
  text-align: center;
}
.new-innovation-slider .slick-dots li,
.projects-slider .slick-dots li,
.slider .slick-dots li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.new-innovation-slider .slick-dots li.slick-active button,
.projects-slider .slick-dots li.slick-active button,
.slider .slick-dots li.slick-active button {
  background-color: #003da6;
}
.new-innovation-slider .slick-dots button,
.projects-slider .slick-dots button,
.slider .slick-dots button {
  cursor: pointer;
  outline: none;
  background-color: #fff;
  text-indent: -9999px;
  font-size: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #003da6;
  border-radius: 50%;
}
.new-innovation-slider .slick-dots button:focus,
.projects-slider .slick-dots button:focus,
.slider .slick-dots button:focus {
  border-style: dashed;
}
.new-innovation-slider .slick-dots button:focus:active,
.projects-slider .slick-dots button:focus:active,
.slider .slick-dots button:focus:active {
  border-style: solid;
}
.new-innovation-slider[data-nav-for] + [data-nav-for] .slick-slide,
.projects-slider[data-nav-for] + [data-nav-for] .slick-slide,
.slider[data-nav-for] + [data-nav-for] .slick-slide {
  padding-left: 5px;
  padding-right: 5px;
}
.new-innovation-slider[data-nav-for] + [data-nav-for] .slick-slide img,
.projects-slider[data-nav-for] + [data-nav-for] .slick-slide img,
.slider[data-nav-for] + [data-nav-for] .slick-slide img {
  vertical-align: top;
}
.new-innovation-slider-right .slick-dots {
  width: 100%;
  position: relative;
}
.new-innovation-slider-right .slick-dots button {
  position: absolute;
  left: -500px;
  text-align: right;
}
@media (max-width: 767px) {
  .new-innovation-slider-right .slick-dots button {
    left: 0;
    right: 0;
    text-align: center;
  }
}
.new-innovation-slider-left .slick-dots {
  width: 100%;
  position: relative;
}
.new-innovation-slider-left .slick-dots button {
  position: absolute;
  right: -500px;
  text-align: left;
}
@media (max-width: 767px) {
  .new-innovation-slider-left .slick-dots button {
    left: 0;
    right: 0;
    text-align: center;
  }
}
.slick-next,
.slick-prev {
  width: 50px;
  height: 50px;
}
.slick-prev {
  left: 50px;
  z-index: 2;
}
.slick-next {
  right: 50px;
  z-index: 2;
  background-image: url(../images/slider-arrow-right.svg);
}
.slick-next,
.slick-prev {
  width: 40px;
  height: 40px;
  background-size: cover;
}
.slick-prev {
  background-image: url(../images/slider-arrow-left.svg);
}
.slick-next:before,
.slick-prev:before {
  content: none;
}
.slick-prev:focus,
.slick-prev:hover {
  background: url(../images/slider-arrow-left.svg) transparent;
  background-size: cover;
  opacity: 0.5;
}
.slick-next:focus,
.slick-next:hover {
  background: url(../images/slider-arrow-right.svg) transparent;
  background-size: cover;
  opacity: 0.5;
}
.slide--video {
  overflow: hidden;
  position: relative;
}
.slide--video:before {
  content: "";
  display: block;
  background-image: url(../images/play.svg);
  width: 50px;
  height: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.locations-list-names .list-names .slick-arrow,
.locations-list-names .list-names .slick-next {
  display: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .projects-slider .slick-dots li button {
    display: none;
    margin: auto;
  }
  .slick-next,
  .slick-prev {
    background-size: 20px 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
  }
  .slick-prev {
    left: 10px;
  }
  .slick-next {
    right: 10px;
  }
}
.vertical-center {
  display: table;
  width: 100%;
}
.vertical-center .wrapper {
  vertical-align: middle;
  display: table-cell;
}
.circle-text {
  text-align: center;
  max-width: 30%;
}
.circle-text span {
  display: inline-block;
  width: 220px;
  height: 220px;
  background-color: #003da6;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 220px;
}
.banner-list {
  list-style: none;
  color: #fff;
  padding-left: 0;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  bottom: 60px;
  font-weight: 400;
  letter-spacing: 2px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.banner-list li:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
}
.banner-list li a {
  color: #fff;
}
.circles-list {
  padding-left: 0;
  list-style: none;
}
.circles-list .circles-list__image {
  border-radius: 50%;
  overflow: hidden;
}
.circles-list .know-more {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  height: 28px;
  line-height: 28px;
  letter-spacing: 2px;
  margin-top: 20px;
}
.circles-list img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
.circles-list li:nth-child(odd) {
  color: #fff;
  margin-bottom: 40px;
}
.circles-list li:nth-child(odd):last-child {
  margin-bottom: 0;
}
.circles-list li:nth-child(odd) .circles-list__image {
  float: right;
  width: 430px;
  height: 430px;
  vertical-align: top;
  margin-left: -100px;
}
.circles-list li:nth-child(odd) .know-more {
  color: #fff;
}
.circles-list li:nth-child(odd) .know-more:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: url(../images/knowmore-white.svg);
  width: 44px;
  height: 28px;
  margin-left: 10px;
}
.circles-list li:nth-child(odd) .circle-list-content {
  border-radius: 50%;
  width: 430px;
  height: 430px;
  background: #003da6;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 80px;
}
.circles-list li:nth-child(odd) .circle-list-content h2 span {
  display: block;
}
.circles-list li:nth-child(odd) .circle-list-content p {
  font-weight: 100;
}
.circles-list li:nth-child(2n) {
  color: #003da6;
  margin-bottom: 40px;
}
.circles-list li:nth-child(2n) .circles-list__image {
  float: left;
  width: 430px;
  height: 430px;
  margin-right: -100px;
  position: relative;
  z-index: 1;
}
.circles-list li:nth-child(2n) .know-more {
  color: #003da6;
}
.circles-list li:nth-child(2n) .know-more:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: url(../images/knowmore-yellow.svg);
  width: 44px;
  height: 28px;
  margin-left: 10px;
}
.circles-list li:nth-child(2n) .circle-list-content {
  width: 430px;
  height: 430px;
  border-radius: 50%;
  border: 1px solid #003da6;
  background-color: #fff;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 80px;
  padding-left: 100px;
}
.circles-list li:nth-child(2n) .circle-list-content h2 {
  max-width: 300px;
  font-size: 30px;
  line-height: 1.2;
  margin: 20px 0;
}
.circles-list li:nth-child(2n) .circle-list-content h2 span {
  display: block;
}
.circles-list li:nth-child(2n) .circle-list-content p {
  font-weight: 100;
}
.circles-list li:nth-child(2n) .circle-list-content p span {
  display: block;
}
.circles-list .circle-list-content h2 {
  max-width: 300px;
  font-size: 30px;
  line-height: 1.2;
}
.circles-list li:nth-child(odd) .circle-list-content:hover {
  background-color: #fff;
  color: #003da6;
  border: 1px solid #003da6;
}
.circles-list li:nth-child(odd) .circle-list-content:hover .know-more {
  color: #003da6;
}
.circles-list li:nth-child(odd) .circle-list-content:hover .know-more:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/knowmore-yellow.svg);
  background-repeat: no-repeat;
  width: 44px;
  height: 28px;
  margin-left: 10px;
}
.circles-list li:nth-child(2n) .circle-list-content:hover {
  background-color: #003da6;
  color: #fff;
  border: 1px solid #003da6;
}
.circles-list li:nth-child(2n) .circle-list-content:hover .know-more {
  color: #fff;
}
.circles-list li:nth-child(2n) .circle-list-content:hover .know-more:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/knowmore-white.svg);
  background-repeat: no-repeat;
  width: 44px;
  height: 28px;
  margin-left: 10px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .circle-text {
    max-width: 100%;
  }
}
.homepage-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  background-image: url(../images/content/homepage-cover.jpg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(34, 30, 31, 0.5))
    ),
    url(../images/content/homepage-cover.jpg);
  background-image: linear-gradient(rgba(34, 30, 31, 0.5)),
    url(../images/content/homepage-cover.jpg);
  background-repeat: no-repeat;
  height: 100vh;
  overflow-y: auto;
  background-size: cover;
  background-position: 50%;
}
.homepage-wrapper .slogan-wrapper {
  margin-left: 100px;
  margin-right: auto;
  border-left: 9px solid #003da6;
  max-width: 750px;
  font-family: Nexa;
  font-weight: 400;
}
.homepage-wrapper .slogan {
  margin: 0;
  color: #fff;
  font-family: Nexa;
  font-size: 70px;
  margin-top: 45vh;
  padding-left: 15px;
  line-height: 1;
}
.homepage-wrapper .slogan span {
  display: block;
}
.homepage-wrapper .main-btn {
  display: inline-block;
  width: 280px;
  height: 56px;
  line-height: 56px;
  padding: 0 40px;
  text-transform: uppercase;
  color: #fff;
  font-family: Nexa;
  text-decoration: none;
  background: #ff5859;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.homepage-wrapper .main-btn:after {
  content: "";
  width: 56px;
  height: 56px;
  position: absolute;
  right: 0;
  background-color: #d84c53;
}
.projects-link {
  float: right;
  margin-top: 80px;
}
.arrow-in-circle {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
}
.hidden {
  display: none;
}
.latest-link-wrapper {
  padding: 0 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 250px;
  height: 250px;
  position: absolute;
  right: 50px;
  bottom: 50px;
  cursor: pointer;
  -webkit-animation: up 1.8s forwards;
  animation: up 1.8s forwards;
}
@-webkit-keyframes up {
  0% {
    bottom: -200px;
  }
  to {
    bottom: 50px;
  }
}
@keyframes up {
  0% {
    bottom: -200px;
  }
  to {
    bottom: 50px;
  }
}
.latest-link {
  color: #fff;
  display: block;
  line-height: 250px;
  height: 250px;
}
.latest-link img {
  vertical-align: middle;
}
.updates-title {
  font-size: 18px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  margin-bottom: 20px;
}
.updates-title:after {
  content: "";
  height: 1px;
  width: 80px;
  display: block;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.updates-details {
  font-size: 26px;
  margin: 0;
  line-height: 1.1;
}
.updates-link {
  font-family: Nexa;
  font-weight: 400;
  margin-top: 10px;
  display: inline-block;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.updates-link:after {
  content: "";
  background-image: url(../images/arrow-right.png);
  background-size: 15px 24px;
  width: 15px;
  height: 28px;
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
}
@media screen and (min-width: 320px) and (max-width: 825px) {
  .homepage-wrapper .slogan-wrapper {
    margin-top: 200px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .homepage-wrapper .slogan-wrapper h1 {
    font-size: 36px;
  }
  .latest-updates {
    clear: both;
  }
  .projects-link {
    margin-bottom: 60px;
  }
  .latest-link-wrapper {
    margin: 0 auto;
    margin-bottom: 40px;
    position: static;
  }
}
.logo-wrapper {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.logo-wrapper.hover .logo-flip,
.logo-wrapper:hover .logo-flip {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.logo-wrapper,
.logo-wrapper .back,
.logo-wrapper .front {
  width: 150px;
  height: 120px;
}
.logo-flip {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}
.logo-flip .back,
.logo-flip .front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.logo-flip .front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.logo-flip .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
body {
  padding-top: 100px;
}
.no-scroll {
  overflow: hidden;
  position: relative;
}
.header-wrapper {
  position: fixed;
  width: 100%;
  z-index: 3;
  top: 0;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  height: 165px;
  line-height: 165px;
  left: 0;
  right: 0;
  padding: 20px 15px;
}
.header-wrapper + .full-height {
  min-height: 600px;
}
.header-wrapper h1 {
  float: left;
  margin-bottom: 0;
  line-height: 1;
  margin-left: 15px;
}
.nav-up {
  top: -165px;
}
.nav-wrapper {
  float: right;
  display: block;
}
.nav-wrapper svg {
  display: none;
}
.explore,
.nav-wrapper svg.show {
  display: inline-block;
}
.explore {
  color: #fff;
  font-family: Circe-Bold;
  text-transform: uppercase;
  vertical-align: sub;
  padding-right: 20px;
  letter-spacing: 2px;
  float: right;
  line-height: 60px;
}
.nav-icon-wrapper {
  float: right;
  margin-right: 35px;
  max-height: 86px;
}
.nav-hidden {
  display: none;
}
.nav-icon {
  float: right;
  width: 30px;
  height: 10px;
  top: 58px;
  position: relative;
  -webkit-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 1;
}
.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.nav-icon span:first-child {
  top: 0;
}
.nav-icon span:nth-child(2) {
  top: 6px;
}
.nav-icon.open span:first-child {
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 22px;
  left: -10px;
}
.nav-icon.open span:nth-child(2) {
  top: 10px;
  width: 22px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: -10px;
}
.nav-wrapper.open-nav {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(34, 30, 31, 0.9);
}
.nav-wrapper.open-nav .explore {
  display: none;
}
.nav-wrapper nav {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 20vh;
}
.nav-wrapper nav > ul {
  padding-left: 0;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.nav-wrapper nav li {
  display: block;
  line-height: 75px;
  position: relative;
}
.nav-wrapper nav li a {
  padding-left: 20px;
  color: #fff;
  font-family: Nexa;
  font-size: 42px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}
.nav-wrapper nav li svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -100px;
}
.nav-wrapper nav li svg .small-circle {
  fill: #fff;
  -webkit-transition: fill-opacity 0.5s;
  transition: fill-opacity 0.5s;
  fill-opacity: 0;
}
.nav-wrapper nav li svg.animation-done .small-circle {
  fill-opacity: 1;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-wrapper {
    height: auto;
    min-height: 100vh;
  }
  .nav-wrapper nav li {
    line-height: 40px;
    font-size: 20px;
    width: 90%;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  body {
    padding-top: 0;
  }
  .nav-icon-wrapper {
    margin: 0;
  }
  .header-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    padding-top: 0;
  }
  .explore {
    display: none;
  }
  .header-wrapper .nav-wrapper nav {
    margin: 10px;
    font-size: 28px;
  }
  .nav-wrapper nav li a {
    font-size: 34px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .nav-wrapper nav li {
    line-height: 40px;
  }
}
.locations-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(34, 30, 31, 0.5))
    ),
    url(../images/content/homepage-cover.jpg);
  background-image: linear-gradient(rgba(34, 30, 31, 0.5)),
    url(../images/content/homepage-cover.jpg);
  background-repeat: no-repeat;
  height: 100vh;
}
@media (min-width: 768px) {
  .locations-wrapper {
    min-height: 640px;
  }
}
.locations-wrapper {
  background-size: cover;
  background-position: 50%;
}
.look-around-mobile {
  display: none;
}
.availability li a {
  color: #003da6;
}
.availability ul {
  margin-bottom: 30px;
}
.locations-title-wrapper {
  margin-top: 20vh;
  color: #fff;
  max-width: 650px;
  padding-left: 60px;
}
.locations-title-wrapper .location-title {
  padding-left: 60px;
}
.locations-title-wrapper .location-title span {
  font-size: 12px;
  text-transform: uppercase;
  font-family: Nexa;
  letter-spacing: 4px;
  margin-left: 40px;
}
.locations-title-wrapper .location-title h1 {
  font-family: Nexa;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding-left: 30px;
  border-left: 9px solid #003da6;
  line-height: 1;
}
.locations-item {
  width: 33.333%;
  top: 35px;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .locations-item {
    white-space: nowrap;
  }
}
.locations-item.active-node {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  text-align: center;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.locations-list-names {
  position: relative;
  top: -30px;
  z-index: -1;
}
.locations-list-names ul {
  padding-left: 0;
}
.locations-list-names a {
  color: #fff;
  display: block;
}
.list-names-newcairo,
.list-names-october,
.list-names-seaside {
  display: none;
}
.newcairo-selected,
.october-selected,
.seaside-selected {
  margin: 0 auto;
  -webkit-animation: moveProject 1s ease-in;
  animation: moveProject 1s ease-in;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  content: "";
  background-repeat: no-repeat;
  background-position: 50%;
  display: none;
}
.newcairo-selected img,
.october-selected img,
.seaside-selected img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.newcairo-selected.remove-clip img,
.newcairo-selected img,
.october-selected img,
.seaside-selected img {
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: none;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.newcairo-selected.remove-clip img {
  border-radius: 0;
  width: auto;
  -webkit-clip-path: none;
  clip-path: none;
}
.active-node .projects {
  display: block;
}
.newcairo-hidden,
.october-hidden,
.seaside-hidden {
  display: none;
}
.locations-item span {
  display: block;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 20px;
}
@-webkit-keyframes moveProject {
  0% {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: auto;
    top: -60px;
    opacity: 1;
  }
}
@keyframes moveProject {
  0% {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: auto;
    top: -60px;
    opacity: 1;
  }
}
.locations-list {
  max-width: 1125px;
  margin: 0 auto;
}
.locations-list .all-projects-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.locations-list svg {
  position: relative;
  cursor: pointer;
  width: 84px;
  height: 84px;
}
.locations-list svg:hover circle {
  fill: none;
  stroke: none;
}
.locations-list .locations-item.active-node span {
  display: none;
}
.locations-list .locations-item svg:hover {
  content: "";
  background-color: #003da6;
  border-radius: 50%;
  background-image: url(../images/white-logo.svg);
  background-repeat: no-repeat;
  background-size: 50px 60px;
  background-position: 50%;
}
.locations-list .locations-item svg:hover circle {
  fill: none;
  stroke: none;
}
.locations-list .locations-item.active-node svg {
  display: none;
}
.locations-list-names .list-names {
  display: none;
  margin: 0 auto;
  padding-top: 20px;
  text-align: left;
}
.active-node .locations-list-names .list-names {
  display: block;
}
.locations-list-names .list-names li {
  cursor: pointer;
  font-family: Nexa;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  display: block;
  position: relative;
  letter-spacing: 2px;
}
.locations-list-names .list-names li:hover:before {
  content: "";
  left: -40px;
  top: 50%;
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #003da6;
}
.animate .locations-item:not(.active-node) {
  -webkit-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.animate .locations-item {
  top: auto;
}
.locations-item.newcairo {
  opacity: 0;
  -webkit-animation: slideIn 0.2s ease-in forwards;
  animation: slideIn 0.2s ease-in forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.locations-item.october {
  opacity: 0;
  -webkit-animation: slideIn 0.2s ease-in forwards;
  animation: slideIn 0.2s ease-in forwards;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.locations-item.seaside {
  opacity: 0;
  -webkit-animation: slideIn 0.2s ease-in forwards;
  animation: slideIn 0.2s ease-in forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .locations-wrapper {
    min-height: 900px;
  }
  .locations-title-wrapper {
    margin-top: 150px;
    padding-left: 10px;
  }
  .locations-title-wrapper .location-title {
    padding-left: 10px;
  }
  .locations-title-wrapper .location-title h1 {
    font-size: 32px;
  }
  .locations-list-names .list-names li:hover:before {
    content: none;
  }
  .locations-list .slick-dots li {
    margin-top: 20px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
  }
  .locations-list .slick-dots {
    text-align: center;
  }
  .locations-list .slick-dots li.slick-active button {
    background: #fff;
  }
  .locations-list .slick-dots li button {
    cursor: pointer;
    outline: none;
    background-color: transparent;
    text-indent: -9999px;
    font-size: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  .locations-list-names .list-names li {
    text-align: center;
  }
  .locations-list .locations-item.active-node span {
    display: block;
    padding-top: 20px;
    padding-bottom: 50px;
    font-size: 24px;
  }
  .locations-list-names a {
    font-size: 24px;
    text-transform: uppercase;
    display: inline-block;
    width: 80%;
    margin-top: 20px;
    font-weight: 400;
  }
  .locations-list .all-projects-list {
    display: block;
  }
  .locations-list .all-projects-list .locations-item {
    min-width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
  }
  .locations-item.active-node .look-around-mobile {
    display: block;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .locations-item.active-node .look-around-mobile a:first-child {
    margin-top: 30px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: 20px;
    border: 1px solid #fff;
  }
  .locations-item.active-node .look-around-mobile .back {
    color: #fff;
    display: block;
    margin-top: 30px;
  }
  .locations-item.active-node .look-around-mobile .back:before {
    background: url(../images/arrow-to-left.svg) 50% 50% no-repeat;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    border: 2px solid #fff;
    border-radius: 50%;
  }
  [dir="ltr"] .locations-item.active-node .look-around-mobile .back:before {
    margin-right: 15px;
  }
  [dir="rtl"] .locations-item.active-node .look-around-mobile .back:before {
    margin-left: 15px;
  }
  .animate .locations-item:not(.active-node),
  .locations-title-wrapper .location-title {
    display: none;
  }
}
footer h1 {
  width: 20%;
}
[dir="ltr"] footer h1 {
  float: left;
}
[dir="ltr"] footer ul,
[dir="rtl"] footer h1 {
  float: right;
}
[dir="rtl"] footer ul {
  float: left;
}
footer p {
  text-align: center;
}
footer a {
  color: inherit;
}
footer a[target="_blank"] {
  display: block;
  line-height: 1;
}
footer a img {
  width: 80px;
}
footer h1,
footer p,
footer ul {
  margin: 0;
  height: 100px;
  line-height: 100px;
  font-size: 14px;
  color: #003da6;
  text-transform: uppercase;
}
footer .policy {
  font-size: 12px;
  letter-spacing: 2px;
}
footer .list--inline li {
  vertical-align: middle;
  margin: 0 5px;
}
footer ul img {
  width: 16px;
  height: 32px;
  vertical-align: top;
}
footer ul img[alt="YouTube"] {
  width: 24px;
  height: 34px;
}
footer ul img[alt="Twitter"] {
  width: 25px;
}
footer ul .footer-phone {
  border: none;
  vertical-align: top;
}
footer ul .footer-phone ~ li {
  border: 1px solid #003da6;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  text-align: center;
}
footer ul li {
  vertical-align: top;
}
[dir="ltr"] footer ul li:first-child {
  margin-right: 30px;
}
[dir="rtl"] footer ul li:first-child {
  margin-left: 30px;
}
.copy-rights,
.privacy {
  letter-spacing: 2px;
  font-size: 12px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  footer {
    margin-top: 40px;
  }
  footer .container h1 {
    float: none;
    margin: 0 auto;
  }
  footer .container h1 img {
    display: block;
    margin: 0 auto;
    width: 80px;
  }
  footer .container p {
    margin-top: 15px;
    line-height: 2;
    height: auto;
  }
  footer .container ul {
    float: none;
    text-align: center;
    height: auto;
    line-height: 40px;
  }
  footer .container ul,
  footer .container ul .footer-phone,
  footer .container ul li:first-child {
    display: block;
    margin: 0 auto;
  }
  footer .container ul li:last-child {
    margin-right: 0;
  }
}
.privacy h1,
.privacy h2 {
  color: #003da6;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  footer ul li:first-child {
    display: none;
  }
}
@media (min-width: 824px) and (max-width: 1020px) {
  @supports (display: flex) {
    footer .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    footer .container ul {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
    }
    footer .container > * {
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      width: auto;
    }
    footer .container:after,
    footer .container:before {
      content: none;
    }
  }
}
.pagination {
  padding: 0;
  text-align: center;
  margin: 40px 0 0;
  font-size: 18px;
}
.pagination li {
  display: inline-block;
  color: #999;
  margin: 0 10px;
}
.pagination a,
.pagination span {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 30px;
}
.pagination a {
  color: #003da6;
}
.pagination .active,
.pagination a:hover {
  color: #fff;
  background: #003da6;
}
.aboutus-wrapper {
  position: relative;
  top: -165px;
  margin-bottom: -165px;
}
.aboutus-wrapper .primary-heading span {
  max-width: 350px;
}
#mission-section {
  position: relative;
  overflow: hidden;
}
.statement__navigation {
  padding: 0;
  margin-top: 5px;
}
.statement__navigation li {
  display: inline-block;
  margin: 0 5px;
}
.statement__navigation li span:not(.navigation__circle) {
  font-size: 12px;
  color: #003da6;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  vertical-align: middle;
  position: static;
  pointer-events: none;
  font-family: Nexa;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 10px;
}
.statement__navigation li.active .navigation__circle {
  background-color: #003da6;
}
.statement__navigation li.active span:not(.navigation__circle) {
  display: inline-block;
  opacity: 0;
  position: absolute;
}
.statement__navigation li .navigation__circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #003da6;
  display: inline-block;
}
.statement__content {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: -100%;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
  top: 0;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.statement__content.active {
  opacity: 1;
  left: 0;
  right: 0;
  top: 0;
  position: relative;
  visibility: visible;
  visibility: initial;
}
.statement__content:nth-child(2).active {
  top: 10px;
}
.company-statements {
  padding: 10px 0;
}
.mission-wrapper .mission-banner-action {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
}
.mission-wrapper ul {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mission-wrapper ul li:nth-of-type(odd) {
  margin-top: -200px;
}
.mission-wrapper ul li:nth-of-type(2n) {
  margin-top: -130px;
}
.mission-wrapper p {
  line-height: 2.2;
  letter-spacing: 1px;
  font-weight: 100;
}
.mission-wrapper .mission-banner {
  height: 75vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .aboutus-wrapper .centered-heading,
  .aboutus-wrapper .container {
    margin-left: 0;
  }
  .half-height.mission-aboutus {
    height: auto;
  }
  .mission-aboutus.vertical-center,
  .mission-wrapper ul {
    display: block;
  }
  .mission-wrapper .mission-banner {
    max-width: 100%;
  }
  .mission-wrapper ul li:nth-of-type(2n),
  .mission-wrapper ul li:nth-of-type(odd) {
    margin-top: 0;
  }
  .circle-text span {
    color: transparent;
  }
  .circle-text h2,
  .circle-text p {
    display: none;
  }
  .slick-active .circle-text span {
    color: #fff;
  }
  .slick-active .circle-text h2,
  .slick-active .circle-text p {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .aboutus-wrapper .container {
    margin-left: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .aboutus-wrapper {
    top: -185px;
  }
}
.better-living-wrapper {
  position: relative;
  top: -165px;
  margin-bottom: -165px;
}
.better-living-wrapper .centered-heading {
  margin: 0 0 0 50px;
  text-align: left;
}
.better-living-wrapper .centered-heading span {
  max-width: 610px;
  font-size: 65px;
}
.better-living-events {
  max-width: 850px;
}
.circle-list-content p {
  display: block;
  display: -webkit-box;
  max-width: 400px;
  height: 51.2px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .circles-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
  .better-living-wrapper .centered-heading {
    margin: 0;
  }
  .better-living-wrapper .centered-heading span {
    font-size: 40px;
  }
  .better-living-wrapper .container {
    margin-left: 0;
  }
  .better-living-events .circles-list li .circles-list__image {
    margin: 0 auto;
    float: none;
    width: 285px;
    height: 285px;
  }
  .circle-list-content p {
    display: block;
    display: -webkit-box;
    max-width: 200px;
    height: 51.2px;
    font-size: 16px;
    line-height: 1.6;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .better-living-events .circles-list li .circle-list-content {
    float: none;
    margin: 0 auto;
    width: 285px;
    height: 285px;
    padding: 20px;
    position: relative;
    z-index: 1;
    margin-top: -40px;
  }
  .better-living-events .circles-list li .circle-list-content h2 {
    font-size: 16px;
    line-height: 1;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .better-living-wrapper .container {
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .circles-list li:nth-child(2n) .circles-list__image,
  .circles-list li:nth-child(odd) .circles-list__image {
    float: none;
    margin: 0 auto;
  }
  .circles-list li:nth-child(2n) .circle-list-content,
  .circles-list li:nth-child(odd) .circle-list-content {
    float: none;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    margin-top: -40px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .better-living-wrapper {
    top: -185px;
  }
}
input:focus,
select:focus {
  outline: none;
}
.landing-list-wrapper {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1200px;
  z-index: 1;
}
.landing-wrapper.full-height {
  height: 100vh;
}
.landing-heading {
  margin-top: 0;
}
.landing-wrapper .container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.landing-wrapper {
  top: -100px;
  position: relative;
  margin-bottom: -100px;
}
.landing-wrapper .wrapper {
  z-index: 1;
  margin-top: -100px;
}
.landing-wrapper:after {
  content: "";
  background-image: url(../images/mask.png);
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 600px;
  height: 100vh;
}
.landing-list li {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}
.landing-list li:nth-child(2n) {
  text-align: center;
}
[dir="ltr"] .landing-list li:last-child {
  text-align: right;
}
[dir="rtl"] .landing-list li:last-child {
  text-align: left;
}
.landing-list-wrapper ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  line-height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  font-family: Nexa;
  padding-left: 0;
  text-transform: uppercase;
  margin-top: 40px;
}
.landing-list-wrapper ul .landing-getintouch {
  letter-spacing: 4px;
}
.landing-list-wrapper ul .landing-getintouch:after {
  content: "";
  display: block;
  background-image: url(../images/arrows-down.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  background-size: contain;
  pointer-events: none;
}
.landing-list-wrapper ul a {
  color: #fff;
}
.landing {
  max-width: 600px;
}
.landing-list li:first-child {
  font-size: 22px;
}
.landing-form {
  text-align: center;
}
.landing-form legend {
  font-size: 36px;
  color: #003da6;
  margin-top: 40px;
  margin-bottom: 40px;
}
.landing-form p {
  color: #58595b;
  font-weight: 100;
  margin-top: 0;
}
.landing-form-item {
  height: 44px;
  line-height: 46px;
  width: 100%;
  border: 1px solid #003da6;
  margin: 15px 0;
  padding: 0 10px;
  font-family: Nexa;
  font-size: 14px;
  color: #58595b;
  letter-spacing: 1px;
  font-weight: 300;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.landing-form-item::-webkit-input-placeholder {
  color: #003da6;
  font-weight: 100;
  font-size: 16px;
  font-family: Nexa;
}
.landing-form-item::-ms-input-placeholder {
  color: #003da6;
  font-weight: 100;
  font-size: 16px;
  font-family: Nexa;
}
.landing-form-item::placeholder {
  color: #003da6;
  font-weight: 100;
  font-size: 16px;
  font-family: Nexa;
}
.landing-form-item-select {
  -webkit-appearance: none;
}
.custom-select {
  width: 100%;
  height: 44px;
  margin: 15px 0;
  border-radius: 0;
  border: 1px solid #003da6;
  line-height: 44px;
  background-color: #fff;
  font-family: Nexa;
  font-size: 16px;
  font-weight: 100;
  position: relative;
  padding: 0 10px;
}
.custom-select select {
  width: 100%;
  height: 44px;
  font-family: inherit;
  font-weight: inherit;
  background-color: transparent;
  border: 0;
  font-size: inherit;
  padding: 0;
  cursor: pointer;
  font-size: 15px;
}
.custom-select:after {
  content: "";
  display: block;
  background: url(../images/grey-arrow.svg) 0 0 no-repeat;
  background-size: contain;
  width: 70px;
  height: 43px;
  border-left: 1px solid #003da6;
  overflow: visible;
  position: absolute;
  top: 0;
  background-size: 25px;
  background-position: 50% 50%;
  pointer-events: none;
}
[dir="ltr"] .custom-select:after {
  right: 0;
}
[dir="rtl"] .custom-select:after {
  left: 0;
}
.custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select.intrested-in {
  margin-top: 10px;
}
.landing-form-item-select:invalid {
  color: #003da6;
}
@media (min-width: 354px) and (max-width: 767px) {
  .landing-form-item-select:invalid {
    font-size: 12px;
  }
}
@media (max-width: 352px) {
  .landing-form-item-select:invalid {
    font-size: 10px;
  }
}
.landing-submit {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #fff;
  background-color: #003da6;
  height: 42px;
  width: 218px;
  font-weight: 400;
  font-family: Nexa;
  font-size: 16px;
  -webkit-appearance: none;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 5px;
  border: none;
  cursor: pointer;
}
.landing-phone:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 24px;
  padding-right: 15px;
  background-image: url(../images/phone.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.landing-getintouch {
  cursor: pointer;
}
.landing-heading-wrapper {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .landing-list-wrapper {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .landing-list-wrapper {
    max-width: 100%;
    margin: 0 auto;
  }
  .landing-wrapper:after {
    content: "";
    background-image: url(../images/circle-blur.svg);
    background-position: 50%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 600px;
    height: 100vh;
  }
  .landing-list-wrapper ul {
    margin-left: 20px;
    margin-right: 20px;
  }
  .landing-phone {
    font-size: 16px;
  }
  form .container {
    padding: 0;
    width: 100%;
  }
  form .container .row--2 > .col {
    width: 100%;
  }
  .landing-form-item::-webkit-input-placeholder {
    padding-left: 4px;
    font-size: 12px;
  }
  .landing-heading-wrapper h2 {
    font-size: 30px;
  }
  .landing-heading-wrapper p,
  .landing legend {
    font-size: 24px;
  }
  .custom-select,
  .landing-form {
    font-size: 14px;
  }
  .custom-select .landing-form-item-select:invalid {
    padding-left: 4px;
  }
  .custom-select:after {
    width: 30px;
    background-size: 20px;
  }
  .landing-getintouch {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1175px) {
  .projects-link {
    float: left;
    display: block;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .landing-wrapper {
    top: -185px;
  }
}
input[type="number"] {
  -moz-appearance: textfield;
}
.form-hidden {
  display: none;
}
.form-logo {
  width: 80px;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .form-logo {
    float: left;
  }
}
.thanks-note .form-logo {
  float: none;
  margin: 0 auto;
}
.form-icon {
  width: 30px;
  top: 40px;
  height: 30px;
  right: 20px;
  position: absolute;
  cursor: pointer;
}
.form-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #003da6;
  border-radius: 9px;
  opacity: 1;
  left: 0;
}
.form-icon span:first-child {
  top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 22px;
  right: 0;
}
.form-icon span:nth-child(2) {
  top: 0;
  width: 22px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: 0;
}
#details .intrested-form {
  width: 60%;
  max-width: 1200px;
  background: #fff;
  padding: 80px;
  margin-top: 40px;
  overflow: auto;
  max-height: 90vh;
  padding: 60px;
}
#details .intrested-form legend > span {
  display: block;
}
@media screen and (max-width: 935px) and (min-width: 320px) {
  #details .intrested-form {
    padding: 0;
    padding-top: 15%;
    height: 100vh;
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }
  #details .intrested-form .container {
    padding: 0;
  }
  #details .intrested-form-wrapper h5,
  #details .intrested-form-wrapper legend {
    padding-top: 10px;
    width: auto;
    font-size: 16px;
    margin: 10px 0;
    width: 100%;
    padding: 0;
  }
  #details .form-logo {
    width: 50px;
    display: block;
  }
  #details .form-icon {
    float: right;
    width: 30px;
    height: 50px;
    top: 30px;
    right: 10px;
    position: absolute;
    cursor: pointer;
  }
}
.interested-form__note {
  color: #003da6;
}
#details_with_apartment h5 {
  line-height: 1.2;
}
@media (max-width: 935px) {
  #details_with_apartment .row--2 > .col {
    width: 100%;
  }
}
#details_with_apartment .intrested-form-wrapper .wrapper > .container {
  padding: 0;
  overflow: auto;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  max-height: 90vh;
  height: 90vh;
  background-color: #fff;
}
#details_with_apartment
  .intrested-form-wrapper
  .wrapper
  > .container
  > .col:nth-child(2) {
  padding-left: 0;
  padding-right: 0;
}
#details_with_apartment .intrested-form {
  display: table;
  height: 100%;
}
#details_with_apartment .intrested-form > .container {
  display: table-cell;
  vertical-align: middle;
  padding: 30px;
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  #details_with_apartment .intrested-form > .container {
    padding: 10px;
  }
}
#details_with_apartment .form-icon {
  top: 25px;
  right: 10px;
}
#details_with_apartment .intrested-image {
  height: 90vh;
  min-height: 500px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
#details_with_apartment .intrested-image__pargarph {
  font-weight: 300;
}
#details_with_apartment .intrested-image .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  display: table;
  padding-left: 10px;
  padding-right: 10px;
}
#details_with_apartment .intrested-image__contnet {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#details_with_apartment .custom-select,
#details_with_apartment .landing-form-item {
  margin: 5px 0;
}
#details_with_apartment .intrested-submit {
  margin-top: 5px;
}
.intrested-form-wrapper {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(34, 30, 31, 0.9);
}
.intrested-form-wrapper h5,
.intrested-form-wrapper legend {
  font-size: 36px;
  color: #003da6;
  padding-bottom: 0;
  margin: 0 0 30px;
  text-align: left;
  overflow: auto;
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .intrested-form-wrapper h5,
  .intrested-form-wrapper legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding-left: 15px;
    min-height: 90px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .intrested-form-wrapper h5 span,
  .intrested-form-wrapper legend span {
    margin: 0 10px;
    display: inline-block;
  }
}
.intrested-form-wrapper.thanks-note h5,
.intrested-form-wrapper.thanks-note legend {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: Nexa;
  width: 100%;
  font-size: 30px;
}
.intrested-submit {
  margin-top: 40px;
  display: block;
  color: #fff;
  background-color: #003da6;
  height: 42px;
  width: 100%;
  font-weight: 400;
  font-family: Nexa;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 5px;
  border: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .intrested-form-wrapper h5,
  .intrested-form-wrapper legend {
    font-size: 16px;
    margin: 10px 0;
  }
  .form-logo {
    width: 50px;
    display: block;
  }
  .form-icon {
    float: right;
    width: 30px;
    height: 50px;
    top: 30px;
    right: 10px;
    position: absolute;
    cursor: pointer;
  }
}
.single-event {
  position: relative;
  top: -165px;
  margin-bottom: -165px;
}
.single-event .centered-heading {
  position: static;
  text-align: left;
}
.single-event .centered-heading span {
  font-size: 65px;
  max-width: 639px;
}
.single-event .container {
  margin: 0 0 0 30px;
}
.single-event-slider-nav {
  padding-left: 0;
  margin: 0;
}
.single-event-slider-nav .slick-slide img {
  cursor: pointer;
}
.back-to-events {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  text-transform: uppercase;
  letter-spacing: 4px;
  cursor: pointer;
  font-size: 15px;
}
.back-to-events a {
  color: inherit;
}
.back-to-events a:before {
  background: url(../images/arrow-to-left.svg) 50% 50% no-repeat;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 10px;
}
.single-event-slider .slick-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.single-event-slider .slick-slide li {
  max-height: 768px;
  overflow: hidden;
}
.single-event-slider {
  margin: 0;
  padding-left: 0;
}
.single-event-slider .slick-dots li {
  margin-top: 20px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.single-event-slider .slick-dots {
  padding-left: 0;
  text-align: center;
}
.single-event-slider .slick-dots li.slick-active button {
  background: #fff;
}
.single-event-slider .slick-dots li button {
  cursor: pointer;
  outline: none;
  background-color: transparent;
  text-indent: -9999px;
  font-size: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #003da6;
  border-radius: 50%;
}
.single-event-slider .slick-dots li button:focus {
  background-color: #003da6;
}
.single-event-slider .slick-dots li button:focus:active {
  border-style: solid;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .single-event .centered-heading span {
    font-size: 36px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .single-event {
    top: -185px;
  }
  .single-event .container {
    margin: 0;
  }
}
.nav-icon-wrapper .flip-container {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  display: inline-block;
}
.nav-icon-wrapper .flip-container.hover .flipper,
.nav-icon-wrapper .flip-container:hover .flipper {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.nav-icon-wrapper .back,
.nav-icon-wrapper .flip-container,
.nav-icon-wrapper .front {
  width: 210px;
  height: 60px;
}
.nav-icon-wrapper .flipper {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}
.nav-icon-wrapper .back,
.nav-icon-wrapper .front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.nav-icon-wrapper .front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.nav-icon-wrapper .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.nav-icon-wrapper .vertical.flip-container {
  position: relative;
}
.nav-icon-wrapper .vertical .back {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.nav-icon-wrapper .vertical.flip-container .flipper {
  -webkit-transform-origin: 100% 30px;
  transform-origin: 100% 30px;
}
.nav-icon-wrapper .vertical.flip-container:hover .flipper {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .nav-icon-wrapper .back,
  .nav-icon-wrapper .flip-container,
  .nav-icon-wrapper .front {
    width: auto;
  }
}
.instant-delivery .projects {
  display: block;
}
.instant-delivery .locations-item span {
  color: #003da6;
}
.instant-delivery .locations-list {
  margin: 80px auto;
}
.instant-delivery .locations-list-names .list-names {
  display: block;
}
.instant-delivery .locations-list-names .list-names li {
  color: #000;
}
.instant-delivery .locations-list-names .list-names li a {
  color: inherit;
}
.instant-delivery .locations-list .all-projects-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .instant-delivery .locations-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.instant-delivery .thank-you-page {
  margin-top: -165px;
}
.instant-delivery .thank-you-page .semi-transparent {
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .instant-delivery .thank-you-page {
    margin-top: 0;
    position: absolute;
    top: -165px;
  }
}
.instant-delivery .thank-you {
  min-height: auto;
}
.instant-delivery .thank-you-message {
  color: #003da6;
  font-size: 16px;
}
.instant-delivery .instant-project-name {
  color: #000;
  font-size: 18px;
  display: block;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .instant-delivery .instant-project-name {
    font-size: 12px;
  }
}
.instant-delivery .secondary-heading {
  margin-bottom: 65px;
}
.instant-delivery .newnewlanding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.instant-delivery .centered-heading {
  width: 500px;
  line-height: 1.3;
  text-align: right;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 2px;
}
.instant-delivery .centered-heading span {
  text-align: right;
  font-size: inherit;
  padding-top: 35px;
  margin-top: 15px;
}
.instant-delivery .centered-heading span:before {
  background-color: #fff;
  width: 500px;
  height: 4px;
  right: 0;
  left: auto;
}
@media (max-width: 767px) {
  .instant-delivery .centered-heading {
    display: none;
  }
}
@media (max-width: 767px) {
  .instant-delivery .custom-select .landing-form-item-select {
    padding-right: 20px;
  }
  .instant-delivery .contact-form-inline {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.project-splash {
  color: #fff;
  position: relative;
  top: -165px;
  margin-bottom: -165px;
}
.project-splash .wrapper {
  background: url(../images/mask.png) 50% 50% no-repeat;
  background-size: cover;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .project-splash .wrapper {
    background: url(../images/circle-blur.png) 50% 50% no-repeat;
    background-size: cover;
  }
}
.project-splash .wrapper.semi-transparent {
  background: rgba(0, 0, 0, 0.3);
}
.project-splash .container {
  max-width: 85%;
}
.project-splash .container .align-center:last-child {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.project-splash .container .align-center:last-child a:before {
  background: url(../images/arrow-to-left.svg) 50% 50% no-repeat;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  border: 2px solid #fff;
  border-radius: 50%;
}
[dir="ltr"] .project-splash .container .align-center:last-child a:before {
  margin-right: 20px;
}
[dir="rtl"] .project-splash .container .align-center:last-child a:before {
  margin-left: 20px;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.project-splash p {
  font-size: 15px;
}
.project-splash a {
  color: inherit;
}
.project-splash .button {
  letter-spacing: 2px;
}
.project-splash .construction-updates {
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  width: 90px;
  position: relative;
  padding-top: 17px;
  padding-bottom: 17px;
  font-weight: 300;
}
[dir="ltr"] .project-splash .construction-updates {
  float: right;
}
[dir="rtl"] .project-splash .construction-updates {
  float: left;
}
.project-splash .construction-updates:before {
  top: 0;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.project-splash .construction-updates:after,
.project-splash .construction-updates:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 15px;
  background: url(../images/corner.svg) 50% 50% no-repeat;
}
.project-splash .construction-updates:after {
  bottom: 0;
}
.project-splash .category-heading {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 0;
}
[dir="ltr"] .project-splash .category-heading {
  padding-left: 30px;
}
[dir="rtl"] .project-splash .category-heading {
  padding-right: 30px;
}
.show-plan {
  height: 70vh;
}
.show-masterplan {
  margin-top: 0;
  margin-bottom: 20px;
}
.project-content .content {
  padding-top: 70px;
  padding-bottom: 0;
}
.project-content .content .availability p {
  margin-bottom: 30px;
  line-height: 1;
}
.project-content .content p {
  margin: 60px 20px 41px;
  line-height: 2.2;
  letter-spacing: 1px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .project-content .content p:last-child {
    margin-bottom: 30px;
  }
}
.project-content .content.unit {
  padding-top: 0;
}
.project-content .content .secondary-heading {
  margin-top: 0;
}
.project-location {
  background-color: #fff;
}
.unit-types-container {
  padding-top: 30px;
}
.unit-types-wrapper {
  position: relative;
  margin-bottom: 40px;
}
.unit-types-container {
  border-radius: 50%;
  border: 2px solid #fff;
  width: 350px;
  height: 350px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  z-index: 1;
  line-height: 350px;
}
.unit-types-container .secondary-heading {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  color: #fff;
  margin: 0;
}
.item-wrapper svg {
  display: none;
}
.item-wrapper svg.show {
  display: block;
}
.unit-types-container.hide {
  opacity: 0;
}
@media (max-width: 767px) {
  .link-wrapper svg.show {
    display: none;
  }
}
.show-masterplan-link {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .project-splash {
    top: -185px;
  }
  .project-content .content p {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .fullscreen-video {
    width: 100%;
    height: 265px;
  }
}
.unit-types ul li.lonely-project:before {
  content: none;
}
.unit-types ul li.lonely-project .item-wrapper {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .project-splash {
    top: -185px;
  }
}
.construction-updates {
  margin-top: 40px;
  margin-bottom: 40px;
}
.construction-updates .tabs {
  position: relative;
}
.construction-updates .tabs__container-links {
  margin-top: 40px;
  margin-bottom: 40px;
}
.construction-updates .tabs:before {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-right: 40px;
  height: 1px;
  background: #003da6;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.construction-updates .tabs__container .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  cursor: pointer;
}
.construction-updates .tabs__container .tabs a {
  font-size: 0;
  display: block;
  height: 15px;
}
.construction-updates .tabs__container .tabs a:before {
  content: "";
  width: 15px;
  height: 15px;
  vertical-align: middle;
  display: inline-block;
  background: #003da6;
  border-radius: 50%;
  position: relative;
}
.construction-updates .tabs__container li {
  position: relative;
}
.construction-updates .tabs__container .active-tab:after {
  content: "";
  position: absolute;
  width: 65px;
  height: 65px;
  background: transparent;
  vertical-align: middle;
  display: inline-block;
  border: 1px solid #003da6;
  border-radius: 50%;
  left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .construction-updates .tabs__container .active-tab:after {
    content: none;
  }
}
.construction-updates .slider-updates-nav .slick-slide + .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}
.construction-updates .slider-updates-for .slick-slide {
  max-height: 600px;
}
.construction-updates .slider-updates-for .slick-slide img {
  -o-object-fit: contain;
  object-fit: contain;
}
.construction-updates .slider-updates-nav {
  margin-top: 20px;
}
.construction-updates .slider-updates-nav .slick-slide {
  max-width: 200px;
}
.projects-slider {
  padding-left: 0;
  margin: 0 auto;
}
.projects-slider img {
  display: block;
  max-width: 100%;
  max-height: 600px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.projects-slider iframe {
  max-height: 600px;
}
.projects-slider li img {
  margin: 0 auto;
}
.projects-slider li iframe {
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 767px) {
  figure {
    margin: 0;
  }
}
.unit-image-wrapper {
  overflow: hidden;
  border-radius: 50%;
  width: 50vw;
  height: 50vw;
  max-width: 600px;
  max-height: 600px;
}
.unit-image-wrapper .unit-image {
  width: 100%;
}
.split li:nth-child(n + 7) svg {
  right: calc(100% + 70px);
  left: auto;
  -webkit-transform: scaleX(-1) translateY(-50%);
  transform: scaleX(-1) translateY(-50%);
}
.link-wrapper {
  display: inline-block;
  position: relative;
  max-width: 285px;
}
.link-wrapper svg {
  position: absolute;
  left: calc(100% + 70px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000;
  top: 50%;
}
.unit-types {
  margin-bottom: 0;
}
.unit-types .container {
  max-width: 1200px;
}
.unit-types li.active:before {
  background-color: #003da6;
  border-color: #003da6;
}
.unit-types .unit-image {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.unit-types ul li {
  margin-top: 5px;
  margin-bottom: 5px;
  height: 35px;
}
.unit-types ul a {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 2px;
  display: block;
}
@media (max-width: 767px) {
  .unit-types {
    background-image: none !important;
  }
  .unit-types ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .unit-types ul a {
    color: #000;
    font-size: 14px;
    display: inline-block;
    margin-top: 5px;
    font-size: 300;
  }
  .unit-types ul a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .unit-types-wrapper {
    position: relative;
  }
  .unit-types-wrapper .three-quarter-height {
    height: auto;
  }
  .unit-type-header {
    height: 50vh;
    margin-top: 20px;
  }
  .unit-type-header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 50vh;
    background: rgba(64, 64, 65, 0.9);
    mix-blend-mode: multiply;
  }
  .unit-image-wrapper {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40vh;
    height: 40vh;
    top: 5vh;
    border-radius: 50%;
  }
  .unit-types-container {
    width: 250px;
    height: 250px;
    top: 0;
    margin-top: 25vh;
  }
  .unit .availability ul {
    font-size: 16px;
  }
}
.unit-details .unit {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .unit-details .unit {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .unit-types-container {
    width: 250px;
    height: 250px;
  }
  .unit-types-container .secondary-heading {
    font-size: 30px;
  }
  .unit-types {
    position: relative;
  }
  .unit-types:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(64, 64, 65, 0.9);
    mix-blend-mode: multiply;
  }
  .unit-types ul {
    position: relative;
    z-index: 1;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .unit-types ul {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .unit-types ul {
    font-size: 22px;
  }
  .unit-types ul.split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .unit-types ul.split > li {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: auto;
  }
  .unit-types ul.split > li:only-child {
    width: 100%;
  }
  .unit-types ul.split > li:only-child .unit-image-wrapper {
    -webkit-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
  }
  [dir="ltr"] .unit-types ul.split > li:nth-child(n + 7) {
    text-align: right;
  }
  [dir="rtl"] .unit-types ul.split > li:nth-child(n + 7) {
    text-align: left;
  }
  [dir="ltr"] .unit-types ul.split > li:nth-child(n + 7):before {
    float: right;
  }
  [dir="rtl"] .unit-types ul.split > li:nth-child(n + 7):before {
    float: left;
  }
  [dir="ltr"] .unit-types ul.split > li:nth-child(n + 7):before {
    left: 20%;
  }
  [dir="rtl"] .unit-types ul.split > li:nth-child(n + 7):before {
    right: 20%;
  }
  [dir="ltr"] .unit-types ul.split > li:nth-child(n + 7):before {
    margin-left: 15px;
  }
  [dir="rtl"] .unit-types ul.split > li:nth-child(n + 7):before {
    margin-right: 15px;
  }
  [dir="ltr"] .unit-types ul.split > li:nth-child(n + 7):before {
    margin-right: 0;
  }
  [dir="ltr"] .unit-types ul.split > li:nth-child(n + 7) .item-wrapper,
  [dir="rtl"] .unit-types ul.split > li:nth-child(n + 7):before {
    margin-left: 0;
  }
  [dir="rtl"] .unit-types ul.split > li:nth-child(n + 7) .item-wrapper {
    margin-right: 0;
  }
  [dir="ltr"] .unit-types ul.split > li:nth-child(n + 7) .item-wrapper {
    margin-right: 20px;
  }
  [dir="rtl"] .unit-types ul.split > li:nth-child(n + 7) .item-wrapper {
    margin-left: 20px;
  }
  [dir="ltr"] .unit-types ul.split > li:nth-child(n + 7) .item-wrapper:before {
    left: auto;
  }
  [dir="rtl"] .unit-types ul.split > li:nth-child(n + 7) .item-wrapper:before {
    right: auto;
  }
  [dir="ltr"] .unit-types ul.split > li:nth-child(n + 7) .item-wrapper:before {
    right: 47%;
  }
  [dir="rtl"] .unit-types ul.split > li:nth-child(n + 7) .item-wrapper:before {
    left: 47%;
  }
  [dir="ltr"] .unit-types ul.split > li:nth-child(n + 7) .item-wrapper:after {
    left: auto;
  }
  [dir="rtl"] .unit-types ul.split > li:nth-child(n + 7) .item-wrapper:after {
    right: auto;
  }
  [dir="ltr"] .unit-types ul.split > li:nth-child(n + 7) .item-wrapper:after {
    right: 80%;
  }
  [dir="rtl"] .unit-types ul.split > li:nth-child(n + 7) .item-wrapper:after {
    left: 80%;
  }
  [dir="ltr"] .unit-types ul.split > li .item-wrapper:before {
    left: 47%;
  }
  [dir="rtl"] .unit-types ul.split > li .item-wrapper:before {
    right: 47%;
  }
  [dir="ltr"] .unit-types ul.split > li .item-wrapper:after {
    left: 80%;
  }
  [dir="rtl"] .unit-types ul.split > li .item-wrapper:after {
    right: 80%;
  }
  .unit-types ul:hover li.active .item-wrapper:after,
  .unit-types ul:hover li.active .item-wrapper:before {
    display: none;
  }
  .unit-types ul:hover li.active:hover .item-wrapper:after,
  .unit-types ul:hover li.active:hover .item-wrapper:before {
    display: block;
  }
  .unit-types ul a {
    color: inherit;
  }
  .unit-types ul li {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .unit-types ul li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: 10px;
  }
  [dir="ltr"] .unit-types ul li:before {
    margin-right: 15px;
  }
  [dir="rtl"] .unit-types ul li:before {
    margin-left: 15px;
  }
  [dir="ltr"] .unit-types ul li:before {
    float: left;
  }
  [dir="rtl"] .unit-types ul li:before {
    float: right;
  }
  .unit-types ul li.active .item-wrapper:after,
  .unit-types ul li.active .item-wrapper:before,
  .unit-types ul li:hover .item-wrapper:after,
  .unit-types ul li:hover .item-wrapper:before {
    display: block;
  }
  .unit-types ul li .item-wrapper {
    position: relative;
  }
  [dir="ltr"] .unit-types ul li .item-wrapper {
    margin-left: 20px;
  }
  [dir="rtl"] .unit-types ul li .item-wrapper {
    margin-right: 20px;
  }
  .unit-types .container {
    min-height: 270px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }
  .unit-types .unit-image-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    vertical-align: top;
    width: 450px;
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.unit ul {
  font-size: 20px;
  color: #003da6;
}
.unit .slider,
.unit ul {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.unit .slider img {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  max-height: 600px;
}
@media only screen and (min-device-width: 375px) and (orientation: landscape) {
  .unit-types-wrapper .unit-type-header {
    height: 80vh;
  }
  .unit-types-wrapper .unit-types-container {
    top: 40vh;
    margin-top: 0;
  }
  .unit-types-wrapper .unit-type-header:before {
    height: 80vh;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .item-wrapper svg.show {
    display: none;
  }
  .unit-types .unit-image-wrapper {
    width: 250px;
    height: 250px;
  }
}
.innovation-planning {
  margin-top: 81px;
}
.innovation-planning .content {
  margin: 0 auto;
}
.innovations {
  top: -100px;
  margin-bottom: -100px;
}
.innovation-video-link {
  cursor: pointer;
  display: block;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .innovation-video-link {
    margin-bottom: 40px;
  }
}
@media (max-width: 1175px) {
  .innovation-video-link {
    margin-top: 0;
  }
}
.video-thumbnail {
  width: 800px;
  display: block;
  margin: 0 auto;
}
.video-description {
  width: 40%;
  float: left;
  margin-top: 40px;
}
@media (max-width: 1175px) {
  .video-description {
    margin-top: 0;
    float: none;
    width: 100%;
  }
}
.innovation-video {
  text-align: center;
}
.innovation-video-wrapper {
  width: 60%;
  float: right;
}
@media (max-width: 1175px) {
  .innovation-video-wrapper {
    float: none;
    width: 100%;
  }
}
.download-borchure {
  display: block;
  width: 280px;
  margin: 0 auto;
}
.innovations-tabs {
  z-index: -1;
  position: relative;
  list-style: none;
  padding: 0;
}
.innovations-tabs li a {
  display: block;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
.innovations-tabs li a span {
  display: block;
  min-width: 160px;
}
.innovations-tabs li a:hover svg {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  background-image: url(../images/gold-small-logo.png);
  background-repeat: no-repeat;
  background-size: 50px 60px;
  background-position: 50%;
}
.innovations-tabs li a:hover svg circle {
  stroke: none;
  fill: none;
}
.innovations-tabs li:first-child {
  position: absolute;
  top: 20%;
  left: 15%;
}
.innovations-tabs li:nth-child(2) {
  position: absolute;
  top: 20%;
  right: 15%;
}
.innovations-tabs li:nth-child(3) {
  position: absolute;
  bottom: 20%;
  right: 15%;
}
.innovations-tabs li:nth-child(4) {
  position: absolute;
  bottom: 20%;
  left: 15%;
}
@media (min-width: 768px) {
  .innovation-tabs-wrapper.content-spacing {
    margin-bottom: 250px;
  }
  .section-spacing {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.innovation-tabs-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .innovation-tabs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .innovation-tabs-wrapper .innovations-tabs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 30px;
  }
  .innovation-tabs-wrapper .tab-image-wrapper {
    background: url(../images/innovation-tabs.jpg);
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .innovation-tabs-wrapper .innovations-tabs li {
    position: relative;
    left: 0;
    bottom: 50%;
    right: 0;
    top: auto;
  }
  .innovation-tabs-wrapper .innovations-tabs li a {
    text-align: left;
    padding-left: 30px;
    color: #003da6;
    display: inline-block;
    position: relative;
  }
  .innovation-tabs-wrapper .innovations-tabs li a svg {
    display: none;
  }
  .innovation-tabs-wrapper .innovations-tabs li a:before {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #003da6;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 10px;
    left: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.description__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .description__item-wrapper {
    display: block;
  }
}
.description__item-wrapper .secondary-heading-right {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  text-align: right;
  padding-right: 5%;
}
.description__item-wrapper p {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding-left: 5%;
  text-align: left;
}
.description__item-wrapper .unit-details-link {
  margin-top: 30px;
  width: 100%;
  max-width: 340px;
  text-align: center;
  float: right;
}
@media (max-width: 767px) {
  .description__item-wrapper .unit-details-link {
    margin-bottom: 30px;
  }
}
.innovation-project-slider,
.innovation-project-slider .slick-slide img {
  margin: 0 auto;
}
.innovation-tabs-content {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .innovation-tabs-content {
    margin-top: 30px;
  }
}
#tab-line {
  display: none;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #tab-line {
    margin-top: 100px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .innovations {
    top: -160px;
    margin-bottom: -160px;
  }
  .new-innovation-slider-left .slick-dots button,
  .new-innovation-slider-right .slick-dots button {
    right: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .innovations {
    top: -130px;
    margin-bottom: -130px;
  }
  .download-borchure,
  .innovation-video-wrapper,
  .innovation-video-wrapper iframe {
    width: 100%;
  }
  .section-spacing .container {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .left-alignment {
    display: block;
  }
  .content-left {
    display: block;
    max-width: 100%;
  }
  .content-left p {
    width: 100%;
  }
  .innovations-tabs.full-height {
    background: none !important;
    height: auto;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.innovations video {
  width: 100%;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.innovations {
  color: #fff;
  position: relative;
}
.innovation-cities {
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: fadein 1.5s forwards;
  animation: fadein 1.5s forwards;
}
@media (min-width: 768px) {
  .innovation-cities {
    min-height: 650px;
  }
}
.innovation-cities {
  padding: 50px 0;
}
.innovation-cities-container {
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}
.innovation-wrapper {
  display: inline-block;
}
.innovation-city {
  position: absolute;
  cursor: pointer;
  color: #fff;
  padding: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.innovation-city.active {
  cursor: default;
}
.innovation-city__title {
  margin: 0;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 2px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.innovation-city__title span {
  display: block;
}
.innovation-city.active .innovation-city__title {
  font-size: 60px;
  color: #fff;
  font-weight: 400;
}
.innovation-city__button {
  display: none;
}
.innovation-city.active .innovation-city__button {
  display: block;
}
.innovation-description {
  margin-top: 20vh;
}
.innovation-city__button .button {
  letter-spacing: 2px;
}
.innovation-description .description__footer {
  margin-top: 85px;
  color: #003da6;
  font-size: 22px;
}
.innovation-description .description__footer dd,
.innovation-description .description__footer dt {
  display: inline-block;
}
.innovation-description .description__footer dt {
  font-weight: 400;
  margin-right: 13px;
}
.innovation-description .description__footer dd {
  margin: 0;
}
.innovation-description .description__footer dd + dd:before {
  content: "|";
  margin: 0 13px;
}
.innovation-description .description__item {
  display: none;
}
.innovation-description .description__item.active {
  display: block;
}
.innovation-cities {
  position: relative;
  height: 90vh;
}
.innovation-cities:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(64, 64, 65, 0.9);
  mix-blend-mode: multiply;
}
.innovation-city {
  text-align: center;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
  -webkit-transition: 0.8s ease-out;
  transition: 0.8s ease-out;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 0;
}
.innovation-city.active {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: fadein 1.5s forwards;
  animation: fadein 1.5s forwards;
  background-size: cover;
}
.innovation-city.active .innovation-city__project {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 1;
}
.innovation-products {
  margin-top: 65px;
  overflow-y: hidden;
}
.innovation-products .decorated-heading {
  max-width: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
  line-height: 1;
}
.innovation-products .decorated-heading:after,
.innovation-products .decorated-heading:before {
  content: none;
}
.innovation-products .decorated-heading svg {
  position: absolute;
  top: 0;
  bottom: -100px;
  left: -20px;
  fill: #003da6;
  -webkit-transition: fill-opacity 0.5s;
  transition: fill-opacity 0.5s;
  fill-opacity: 0;
}
.innovation-products .decorated-heading svg.animation-done {
  fill-opacity: 1;
}
.innovation-planning__video {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.description__footer dd a {
  color: #003da6;
}
.innovation-planning__video iframe {
  max-width: 100%;
}
.innovation-city.active svg {
  margin: 0;
}
.innovation-cities {
  padding: 0;
}
.innovation-cities-container {
  position: static;
}
.innovation-city {
  bottom: auto;
  right: auto;
  width: 400px;
}
.innovation-city__content {
  margin-top: 15px;
}
.innovation-city.active .innovation-city__content {
  margin: 70px auto 0;
  max-width: 500px;
}
.innovation-city.active .innovation-city__project {
  position: absolute;
}
.innovation-city {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 560px;
  height: 560px;
  border-radius: 50%;
}
.innovation-city.active {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.innovation-city svg .small-circle {
  fill: #fff;
  -webkit-transition: fill-opacity 0.5s;
  transition: fill-opacity 0.5s;
  fill-opacity: 0;
}
.innovation-city svg.animation-done .small-circle {
  fill-opacity: 1;
}
.tab-line {
  position: absolute;
  left: 50%;
  top: 50vh;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 400px;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .innovation-city.active .innovation-city__title {
    font-size: 40px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) {
  .innovation-city__title span {
    display: inline;
  }
  .description__item.innovation {
    padding-top: 20px;
  }
  .innovation-planning .content {
    max-width: 100%;
  }
  .innovation-products .decorated-heading {
    font-size: 30px;
    max-width: 80%;
    margin-bottom: 40px;
  }
  .innovation-city .innovation-city__title {
    font-size: 16px;
  }
  .innovation-city svg {
    display: none;
  }
  .innovation-city__content {
    width: 100%;
  }
  .innovation-description {
    margin-top: 20vh;
  }
  .innovation-cities-container .innovation-city.active.last-active {
    display: block;
    width: 260px !important;
    height: 260px !important;
  }
  .innovation-cities {
    height: 45vh;
    min-height: 360px;
  }
  .innovation-city.active .innovation-city__title {
    font-size: 34px;
  }
  .innovation-city .innovation-city__title {
    font-size: 14px;
  }
}
@media only screen and (min-width: 321px) and (orientation: landscape) {
  .innovation-cities {
    height: 80vh;
  }
  .innovation-description {
    margin-top: 40vh;
  }
}
@media (min-width: 768px) {
  .innovation-description {
    margin-top: 300px;
  }
}
.innovation-small-circle {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}
@media (max-width: 767px) {
  .innovation-small-circle {
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
  }
}
.innovation-small-circle-right {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
}
@media (max-width: 767px) {
  .innovation-small-circle-right {
    top: 100%;
    left: 0;
  }
}
.new-innovation-slider {
  padding: 0;
  margin: 0 auto;
}
.new-innovation-slider img {
  display: block;
  max-width: 100%;
  max-height: 600px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.innovation-spacing {
  margin-top: 70px;
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .innovation-spacing {
    margin-top: 100px;
  }
  .innovation-video {
    margin-top: 30px;
  }
}
.clearfix:after,
.clearfix:before {
  content: "";
  clear: both;
  display: table;
}
[dir="ltr"] .pull-start {
  float: left;
}
[dir="ltr"] .pull-end,
[dir="rtl"] .pull-start {
  float: right;
}
[dir="rtl"] .pull-end {
  float: left;
}
.list {
  margin: 0;
  padding: 0;
}
.list li {
  display: block;
}
.list--inline li {
  display: inline-block;
}
.list--pipe-separator li + li:before {
  content: "|";
  margin-left: 10px;
  margin-right: 10px;
}
.full-height {
  height: calc(100vh + 65px);
}
.half-height {
  height: 50vh;
}
.three-quarter-height {
  height: 75vh;
}
.full-background {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.align-center {
  text-align: center;
}
[dir="ltr"] .align-start {
  text-align: left;
}
[dir="ltr"] .align-end,
[dir="rtl"] .align-start {
  text-align: right;
}
[dir="rtl"] .align-end {
  text-align: left;
}
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.to-uppercase {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .description__item-wrapper .secondary-heading-right {
    text-align: center !important;
    padding: 0 !important;
  }
  .description__item-wrapper p {
    padding: 0 !important;
  }
  .privacy {
    padding-top: 20px;
  }
  .privacy a[href^="http"] {
    word-break: break-all;
  }
  .logo-wrapper,
  .logo-wrapper .back,
  .logo-wrapper .front {
    width: 70px;
    height: 85px;
  }
}
html,
html .no-scroll {
  height: 100%;
}
.nav-down {
  -webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.4));
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="1" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.4)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.4));
}
.no-scroll .nav-down {
  -webkit-filter: none;
  filter: none;
}
.slick-loading .slick-list {
  background-image: none;
}
.page-scrolled .nav-down {
  background: rgba(0, 0, 0, 0.4);
  padding-top: 0;
  padding-bottom: 0;
  line-height: 100px;
  height: 100px;
}
.page-scrolled .nav-down .logo-wrapper,
.page-scrolled .nav-down .text-logo {
  height: 80px;
  width: auto;
}
.page-scrolled .nav-down h1 {
  margin: 10px 0 0;
}
.page-scrolled .nav-down .nav-icon-wrapper .vertical.flip-container {
  top: 30px;
}
@media (max-width: 767px) {
  .availability li + li:before {
    content: none !important;
  }
  .availability .list--pipe-separator li {
    display: block;
    text-align: center;
  }
}
.container.privacy {
  letter-spacing: 0;
  font-weight: 300;
  font-size: 16px;
  max-width: 800px;
}
.container.privacy a {
  color: #003da6;
}
body:not(.page-scrolled) .privacy-page {
  -webkit-filter: none;
  filter: none;
}
body:not(.page-scrolled) .privacy-page .text-logo {
  opacity: 0;
}
body:not(.page-scrolled) .privacy-page h1 {
  background: url(../images/MVLogo-Yellow.svg) 50% 50% no-repeat;
  background-size: contain;
}
body:not(.page-scrolled) .privacy-page .explore {
  color: #003da6;
}
body:not(.page-scrolled) .privacy-page .nav-icon span {
  background: #003da6;
}
.latest-link-wrapper {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  overflow: hidden;
}
.latest-link {
  height: auto;
  line-height: 1;
}
.contact-form-inline {
  width: 500px;
  margin-right: auto;
  min-height: 430px;
  background: #fff;
  padding: 30px 35px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .contact-form-inline {
    width: 100%;
  }
}
.newnewlanding-wrapper {
  text-align: left;
}
@media (max-width: 767px) {
  .newnewlanding {
    padding: 0;
  }
}
.newnewlanding {
  text-align: center;
}
.newnewlanding .primary-heading {
  display: inline-block;
  text-align: left;
  margin-top: 100px;
  width: 500px;
  max-width: 100%;
  font-size: 22px;
}
@media (max-width: 767px) {
  .newnewlanding .primary-heading {
    width: 100%;
  }
}
.newlandingwrapper {
  min-height: 800px;
}
.push-bot {
  margin-bottom: 50px;
}
