@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/node_modules/slick-carousel/slick-carousel/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/node_modules/slick-carousel/slick/fonts/slick.eot");
  src: url("/node_modules/slick-carousel/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/node_modules/slick-carousel/slick/fonts/slick.woff") format("woff"), url("/node_modules/slick-carousel/slick/fonts/slick.ttf") format("truetype"), url("/node_modules/slick-carousel/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #000000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:after, .slick-track:before {
  content: "";
  display: table;
}
.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 {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.slick-slide > div {
  height: 100%;
}

.slick-slide {
  height: 100%;
  overflow: hidden;
}

.slick-slide figure {
  height: 100%;
  position: relative;
}

.slick-slide figcaption {
  background: #fff;
  bottom: 0;
  position: absolute;
  width: 100%;
}

.slick-track .slick-slide img {
  align-items: center;
  flex: 1 0 auto;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 15px;
}
.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 15px;
  line-height: 0;
  outline: none;
  padding: 5px;
  width: 15px;
}
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #505050;
  border-radius: 50%;
  color: #000000;
  content: "";
  height: 15px;
  left: 0;
  line-height: 15px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 15px;
}
.slick-dots li.slick-active button:before {
  background-color: #fff;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *, .carousel *:before, .carousel *:after {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.006) 8.1%, hsla(0, 0%, 0%, 0.021) 15.5%, hsla(0, 0%, 0%, 0.046) 22.5%, hsla(0, 0%, 0%, 0.077) 29%, hsla(0, 0%, 0%, 0.114) 35.3%, hsla(0, 0%, 0%, 0.155) 41.2%, hsla(0, 0%, 0%, 0.198) 47.1%, hsla(0, 0%, 0%, 0.242) 52.9%, hsla(0, 0%, 0%, 0.285) 58.8%, hsla(0, 0%, 0%, 0.326) 64.7%, hsla(0, 0%, 0%, 0.363) 71%, hsla(0, 0%, 0%, 0.394) 77.5%, hsla(0, 0%, 0%, 0.419) 84.5%, hsla(0, 0%, 0%, 0.434) 91.9%, hsla(0, 0%, 0%, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
} /* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

sub, sup {
  /* Specified in % so that the sup/sup is the right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only half as far down as the superscript moved up */
  bottom: -0.25em;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1470px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

@font-face {
  font-family: "Mountpark Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/MountparkSans-Regular.eot");
  src: url("../../fonts/MountparkSans-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/MountparkSans-Regular.woff2") format("woff2"), url("../../fonts/MountparkSans-Regular.woff") format("woff"), url("../../fonts/MountparkSans-Regular.ttf") format("truetype"), url("../../fonts/MountparkSans-Regular.svg#MountparkSans-Regular") format("svg");
}
@font-face {
  font-family: "Mountpark Sans Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/MountparkSans-Medium.eot");
  src: url("../../fonts/MountparkSans-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/MountparkSans-Medium.woff2") format("woff2"), url("../../fonts/MountparkSans-Medium.woff") format("woff"), url("../../fonts/MountparkSans-Medium.ttf") format("truetype"), url("../../fonts/MountparkSans-Medium.svg#MountparkSans-Medium") format("svg");
}
@font-face {
  font-family: "AvenirNextLTW01-DemiCn";
  src: url("../../fonts/d268cd4d-987c-468a-a9bb-685df57a3892.woff2") format("woff2"), url("../../fonts/add96dac-4679-4981-9390-74fd5a5bf61f.woff") format("woff");
}
*,
*::after,
*::before {
  box-sizing: inherit;
}

* {
  outline: none;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

@media (min-width: 768px) {
  body,
  html {
    width: 100%;
  }
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  min-width: 320px;
  text-align: center;
}
@media (min-width: 992px) {
  body {
    font-size: 18px;
  }
}

.popup-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 25px 22px;
  transition: opacity 0.3s ease;
  opacity: 0;
  z-index: -100;
}
.popup-overlay.show {
  opacity: 1;
  z-index: 102;
}
.popup-overlay .inner-window {
  background-color: #FF2E00;
  border-radius: 20px;
  padding: 40px 20px;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 80vh;
  overflow: scroll;
}
@media (min-width: 992px) {
  .popup-overlay .inner-window {
    padding: 60px 100px;
    width: 70%;
  }
}
.popup-overlay .inner-window h2 {
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
}
.popup-overlay .inner-window p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .popup-overlay .inner-window p {
    font-size: 16px;
  }
}
.popup-overlay .inner-window p:last-of-type {
  margin-bottom: 0px;
}
.popup-overlay .button {
  margin-top: 30px;
  padding: 10px 30px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "AvenirNextLTW01-DemiCn";
  background-color: #fff;
  cursor: pointer;
}

.page-inner {
  display: block;
  width: 100%;
}
.page-item {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  top: 0;
}
@media (min-width: 1300px) {
  .page-item {
    max-height: 100vh;
    position: sticky;
    min-height: 100vh;
  }
}

@media (min-width: 992px) {
  .page-section {
    width: 100%;
    min-height: 100vh;
  }
}

a {
  text-decoration: none;
}

p .medium {
  font-weight: 600;
}
p strong {
  color: #FF2E00;
  font-weight: 700;
}

a {
  text-decoration: none;
}

.bg-content {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content {
  flex-shrink: 0;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  flex: 0 0 auto;
  width: 100%;
}

.content-full {
  flex: 0 0 auto;
  width: 100%;
}

.full-width-section {
  display: block;
  width: 100%;
  overflow: hidden;
}

.full-width-image {
  flex: 0 0 auto;
  width: 100%;
  font-size: 0;
  position: relative;
}
.full-width-image img {
  width: 100%;
}

#side-nav {
  align-items: flex-end;
  display: flex;
  /* top: 0; */
  display: none;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  position: fixed;
  right: 0;
  transition: opacity 1.4s, position 1.4s;
  z-index: 20;
  z-index: 105;
}
@media (min-width: 992px) {
  #side-nav {
    display: flex;
  }
}
#side-nav .outer {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
#side-nav .outer a {
  align-items: center;
  background-color: #004161;
  display: flex;
  height: 40px;
  justify-content: flex-start;
  margin: 1px 0;
  padding: 0 11px;
  position: relative;
  transition: width 2s, background-color 2s;
  width: 40px;
}
@media (min-width: 1600px) {
  #side-nav .outer a {
    height: 50px;
    padding: 0 15px;
    width: 50px;
  }
}
#side-nav .outer a.location-icon svg {
  height: auto;
  width: 18px;
}
@media (min-width: 1600px) {
  #side-nav .outer a.location-icon svg {
    width: 24px;
  }
}
#side-nav .outer a.active {
  background-color: #F7AD8C;
}
#side-nav .outer a.active svg .inner {
  stroke: #fff;
}
#side-nav .outer a.active .text {
  color: #fff;
}
#side-nav .outer a:hover {
  justify-content: flex-start;
  padding: 0 15px;
  transition: width 2s;
  width: 200px;
}
@media (min-width: 1600px) {
  #side-nav .outer a:hover {
    width: 300px;
  }
}
#side-nav .outer a:hover .text {
  display: block;
  letter-spacing: 2px;
}
#side-nav .outer a:hover svg {
  margin-right: 15px;
}
#side-nav .outer a a {
  align-items: center;
  display: flex;
  flex: 1;
  height: 40px;
  justify-content: flex-start;
}
@media (min-width: 1600px) {
  #side-nav .outer a a {
    height: 50px;
  }
}
#side-nav .outer a svg {
  height: auto;
  width: 18px;
}
@media (min-width: 1600px) {
  #side-nav .outer a svg {
    width: 24px;
  }
}
#side-nav .outer a svg .inner {
  stroke: #fff;
}
#side-nav .outer a .text {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  left: 50px;
  letter-spacing: 2px;
  overflow: hidden;
  position: absolute;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 1600px) {
  #side-nav .outer a .text {
    font-size: 12px;
    left: 70px;
  }
}
.content-large {
  flex-shrink: 0;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .content-large {
    margin-left: 8.3333333333%;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
}

.content-narrow {
  flex-shrink: 0;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-left: 8.3333333333%;
  flex: 0 0 auto;
  width: 83.3333333333%;
}
@media (min-width: 768px) {
  .content-narrow {
    margin-left: 8.3333333333%;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
}
@media (min-width: 992px) {
  .content-narrow {
    margin-left: 16.6666666667%;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}
@media (min-width: 1300px) {
  .content-narrow {
    margin-left: 25%;
    flex: 0 0 auto;
    width: 50%;
  }
}

.content-small {
  flex-shrink: 0;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-left: 8.3333333333%;
  flex: 0 0 auto;
  width: 83.3333333333%;
}
@media (min-width: 768px) {
  .content-small {
    margin-left: 16.6666666667%;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .content-small {
    margin-left: 29.1666666667%;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
}

.annotation {
  color: #000;
  text-align: left;
}

.scroll-text {
  color: #fff;
  display: block;
  font-size: 16px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .scroll-text {
    font-size: 18px;
  }
}

p {
  font-size: 12px;
}
@media (min-width: 768px) {
  p {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  p {
    font-size: 16px;
  }
}

.down-arrow {
  align-items: center;
  animation: mover 1s infinite alternate;
  bottom: 20px;
  display: flex;
  height: 41px;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 201;
}
@media (min-width: 1300px) {
  .down-arrow {
    bottom: 40px;
    height: 61px;
  }
}
.down-arrow img {
  height: 100%;
  width: auto;
}
.down-arrow .circle-arrow {
  z-index: 2;
}
.down-arrow .circle-arrow,
.down-arrow .circle-bg {
  cursor: pointer;
  height: 40px;
  width: 40px;
  z-index: 1;
}
@media (min-width: 1300px) {
  .down-arrow .circle-arrow,
  .down-arrow .circle-bg {
    height: 63px;
    width: 63px;
  }
}
.down-arrow .circle-arrow {
  z-index: 2;
}
.down-arrow .circle-bg {
  animation: rotating 4s linear infinite;
  position: absolute;
  z-index: 0;
}

@keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
section.in-view .top-line .inner-line {
  height: 100%;
  transition: height 3s;
}
section.in-view .down-arrow .line {
  height: 100%;
  transition: height 3s;
  transition-delay: 2s;
}

.top-line {
  flex: 1;
  position: relative;
  top: 0;
  width: 1px;
}
.top-line .inner-line {
  background-color: #FF2E00;
  height: 0;
  position: absolute;
  width: 1px;
}

.left-top {
  background-position: left top !important;
}

.left-center {
  background-position: 22% center !important;
}

.left-bottom {
  background-position: left bottom !important;
}

.center-top {
  background-position: center top !important;
}

.center-center {
  background-position: center center !important;
}

.center-bottom {
  background-position: center bottom !important;
}

.right-top {
  background-position: right top !important;
}

.right-center {
  background-position: right center !important;
}

.right-bottom {
  background-position: right bottom !important;
}

.fancybox__backdrop {
  background: rgba(66, 68, 74, 0.85) !important;
}

.header {
  background: #fff;
  height: 70px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
}
@media (min-width: 992px) {
  .header {
    background: transparent;
    height: 90px;
    position: absolute;
  }
}
.header .container,
.header .header-content,
.header .row {
  height: 100%;
}

.header-content {
  align-items: center;
  display: flex;
  flex-direction: row;
  padding: 0 15px;
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .header-content {
    justify-content: flex-start;
  }
}

.header-logo {
  display: block;
}
.header-logo img {
  display: block;
  height: 35px;
  width: auto;
}
@media (min-width: 1300px) {
  .header-logo img {
    height: 48px;
  }
}
.header-logo img.desktop {
  display: none;
}
@media (min-width: 992px) {
  .header-logo img.desktop {
    display: block;
  }
}
@media (min-width: 992px) {
  .header-logo img.mobile {
    display: none;
  }
}

.header-toggle {
  display: block;
  height: 22px;
  position: relative;
  width: 30px;
}
@media (min-width: 992px) {
  .header-toggle {
    display: none;
  }
}
.header-toggle span {
  background-color: #004161;
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}
.header-toggle span:first-of-type {
  top: 0;
}
.header-toggle span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.header-toggle span:last-of-type {
  bottom: 0;
}
.header-toggle.active span:first-of-type {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header-toggle.active span:nth-of-type(2) {
  display: none;
}
.header-toggle.active span:last-of-type {
  bottom: auto;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.header-top {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.header-top span {
  background-color: #9b9fa2;
  display: block;
  height: 15px;
  margin-right: 15px;
  width: 1px;
}

.header-contact {
  color: #878786;
  font-family: proxima-nova, sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-right: 10px;
  position: relative;
  text-transform: uppercase;
}

.header-icon {
  display: block;
  margin-right: 5px;
}
.header-icon:last-of-type {
  margin-right: 0;
}
.header-icon img {
  display: block;
  height: 20px;
  width: 20px;
}

.header-bottom {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
}
.header-bottom ul {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.header-bottom li {
  margin-left: 40px;
}
.header-bottom li:first-of-type {
  margin-left: 0;
}
@media (min-width: 992px) {
  .header-bottom li {
    margin-left: 20px;
  }
}
@media (min-width: 1300px) {
  .header-bottom li {
    margin-left: 40px;
  }
}
.header-bottom li.current-menu-item a {
  color: #4f8fb9;
}
.header-bottom li a {
  color: #004161;
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.3s;
}
.header-bottom li a:hover {
  color: #4f8fb9;
}

.header-nav {
  display: none;
}
@media (min-width: 992px) {
  .header-nav {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
}

.header-main {
  display: block;
}

.mobile-top-wrapper {
  display: flex;
  height: 90px;
  justify-content: center;
  width: 100%;
}

.close-mobile-nav {
  height: 23px;
  overflow: hidden;
  position: absolute;
  top: 30px;
  width: 31px;
}
.close-mobile-nav:after, .close-mobile-nav:before {
  background-color: #fff;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200%;
}
.close-mobile-nav:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close-mobile-nav:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-nav {
  background-color: #004161;
  height: 100%;
  left: 0;
  padding: 0 15px;
  position: fixed;
  transform: translateY(-100%);
  transition: transform 0.5s;
  width: 100%;
  z-index: 102;
}
@media (min-width: 992px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav.active {
  transform: translateY(0);
}
.mobile-nav li {
  border-top: 1px solid #F7AD8C;
}
.mobile-nav li:last-of-type {
  border-bottom: 1px solid #F7AD8C;
}
.mobile-nav li a {
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  justify-content: space-between;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
}
.mobile-nav ul {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
.mobile-nav ul li {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: flex-start;
  margin-bottom: 1px;
  padding: 0 15px;
  position: relative;
  transition: width 2s;
  width: 100%;
}
.mobile-nav ul li a {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: flex-start;
}
.mobile-nav ul li svg {
  height: auto;
  width: 24px;
}
.mobile-nav ul li svg .inner {
  stroke: #fff;
}
.mobile-nav ul li .text {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  left: 70px;
  letter-spacing: 3px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

.mobile-nav-social {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 20px 0;
}

.mobile-nav-icon {
  display: block;
  margin-right: 10px;
}
.mobile-nav-icon:last-of-type {
  margin-right: 0;
}
.mobile-nav-icon img {
  display: block;
  height: 20px;
  width: 20px;
}

footer {
  position: relative;
  padding: 25px 0;
  background-color: #004161;
  z-index: 100;
}
@media (min-width: 768px) {
  footer {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  footer {
    padding: 50px 0;
  }
}

.footer-content {
  display: block;
  width: 100%;
  padding: 0 30px;
}
@media (min-width: 992px) {
  .footer-content {
    padding: 0px;
  }
}

.footer-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .footer-top {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer-top .logo {
  position: relative;
  display: block;
  width: 150px;
  height: auto;
  z-index: 1;
}
@media (min-width: 768px) {
  .footer-top .logo {
    width: 200px;
  }
}
.footer-top img.logo-mp,
.footer-top svg.logo-mp {
  width: 200px;
  max-width: 100%;
}
.footer-top nav {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  z-index: 1;
}
@media (min-width: 992px) {
  .footer-top nav {
    align-items: flex-end;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .footer-top nav ul {
    display: flex;
    flex-direction: row;
  }
}
.footer-top nav li {
  margin-bottom: 20px;
  text-align: left;
}
@media (min-width: 992px) {
  .footer-top nav li {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .footer-top nav li {
    margin-right: 60px;
  }
}
.footer-top nav li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .footer-top nav li:last-of-type {
    margin-right: 0;
  }
}
.footer-top nav li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-bottom {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 0 15px;
  z-index: 1;
}
@media (min-width: 768px) {
  .footer-bottom {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.footer-sub-nav {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .footer-sub-nav {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .footer-sub-nav {
    flex-shrink: 0;
    order: 1;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.footer-sub-nav address {
  display: block;
  margin-top: 20px;
  color: #80A0B0;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-align: left;
}
.footer-other-links {
  order: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .footer-other-links {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .footer-other-links {
    order: 0;
    width: 100%;
    justify-content: flex-end;
  }
}
.footer-other-links li {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .footer-other-links li {
    margin-top: 0;
  }
}
.footer-other-links li:first-of-type {
  margin-top: 0;
  margin-left: 0;
}
.footer-other-links a {
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 12px;
}

.footer-gdpr {
  color: #80A0B0;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin-top: 10px;
  text-align: justify;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .footer-gdpr {
    flex: 460px 0 1;
    text-align: left;
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .footer-gdpr.mobile {
    display: none;
  }
}
.footer-gdpr.desktop {
  display: none;
}
@media (min-width: 992px) {
  .footer-gdpr.desktop {
    display: block;
  }
}

.page-item-intro {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-height: unset;
  position: sticky;
  min-height: auto;
  top: 0;
  background-color: #F7AD8C;
}
@media (min-width: 768px) {
  .page-item-intro {
    max-height: 100vh;
    position: sticky;
    overflow: hidden;
    min-height: 100vh;
    top: 0;
  }
}
.page-item-intro .intro-shape-outer {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.page-item-intro .intro-shape-outer .intro-desktop {
  display: none;
}
@media (min-width: 768px) {
  .page-item-intro .intro-shape-outer .intro-desktop {
    display: block;
  }
}
.page-item-intro .intro-shape-outer .intro-mobile {
  width: 90%;
}
@media (min-width: 768px) {
  .page-item-intro .intro-shape-outer .intro-mobile {
    display: none;
  }
}
.page-item-intro .intro-shape {
  width: 100%;
  height: auto;
  z-index: 1;
}
.page-item-intro .intro-shape.desktop {
  display: none;
}
@media (min-width: 768px) {
  .page-item-intro .intro-shape.desktop {
    display: block;
  }
}
.page-item-intro .intro-shape.mobile {
  width: 90%;
}
@media (min-width: 768px) {
  .page-item-intro .intro-shape.mobile {
    display: none;
  }
}
.page-item-intro.in-view .top-intro .background-image {
  transform: scale(1);
  transition: transform 2s;
}
.page-item-intro.in-view .top-intro line {
  animation: strokeDefaultRect 2s linear alternate;
}
@keyframes strokeDefaultRect {
  0% {
    stroke-dasharray: 0 400;
  }
  100% {
    stroke-dasharray: 400 0;
  }
}
.page-item-intro.in-view .top-intro .text-content {
  order: 2;
}
@media (min-width: 992px) {
  .page-item-intro.in-view .top-intro .text-content {
    order: 1;
  }
}
.page-item-intro.in-view .top-intro .text-content .mobile-logo {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.4s, transform 1.4s;
}
.page-item-intro.in-view .top-intro .text-content h1 {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1.4s, transform 1.4s;
  transition-delay: 1s;
}
.page-item-intro.in-view .top-intro .text-content h2 {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.4s, transform 1.4s;
  transition-delay: 1s;
}
@keyframes strokeDefaultRect {
  0% {
    stroke-dasharray: 0 400;
  }
  100% {
    stroke-dasharray: 400 0;
  }
}

.top-intro {
  align-items: flex-end;
  background-color: #F7AD8C;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  font-size: 0;
  justify-content: center;
  margin-left: auto;
  padding-top: 70px;
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
}
@media (min-width: 992px) {
  .top-intro {
    min-height: 100vh;
    padding-top: 0;
  }
}
.top-intro .down-arrow {
  position: absolute;
  order: 3;
  display: none;
}
@media (min-width: 992px) {
  .top-intro .down-arrow {
    display: none;
    position: relative;
  }
}
.top-intro .text-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  opacity: 1;
  width: 100%;
  z-index: 100;
  z-index: 2;
  position: absolute;
  align-items: center;
}
@media (min-width: 768px) {
  .top-intro .text-content {
    padding-bottom: 0;
    align-items: flex-start;
  }
}
.top-intro .text-content .inner-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .top-intro .text-content .inner-wrapper {
    justify-content: space-between;
    padding-top: 100px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .top-intro .text-content .inner-wrapper {
    justify-content: space-between;
    padding-top: 260px;
  }
}
.top-intro .text-content h1 {
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 10px;
  line-height: 1;
  margin-bottom: 40px;
  opacity: 0;
  text-align: left;
  text-transform: uppercase;
  transform: translateY(10px);
  transition: opacity 1.4s, transform 1.4s;
  display: flex;
  flex-direction: column;
}
.top-intro .text-content h1 strong {
  color: #000;
}
@media (min-width: 768px) {
  .top-intro .text-content h1 {
    font-size: 38px;
    letter-spacing: 11px;
    text-align: left;
    padding-left: 60px;
  }
}
@media (min-width: 992px) {
  .top-intro .text-content h1 {
    font-size: 50px;
    letter-spacing: 11px;
    text-align: left;
    padding-left: 80px;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1300px) {
  .top-intro .text-content h1 {
    font-size: 50px;
    letter-spacing: 11px;
    text-align: left;
    padding-left: 80px;
    display: block;
  }
}
@media (min-width: 1600px) {
  .top-intro .text-content h1 {
    font-size: 50px;
    letter-spacing: 11px;
  }
}
.top-intro .text-content h2 {
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  text-align: left;
  transform: translateY(10px);
  transition: opacity 1.4s, transform 1.4s;
}
.top-intro .text-content h2 strong {
  font-weight: 700;
}
@media (min-width: 768px) {
  .top-intro .text-content h2 {
    font-size: 14px;
    padding-bottom: 5%;
    padding-left: 60px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .top-intro .text-content h2 {
    padding-left: 80px;
  }
}
@media (min-width: 1600px) {
  .top-intro .text-content h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 2260px) {
  .top-intro .text-content h2 {
    padding-bottom: 15%;
  }
}
.top-intro .intro-mobile {
  height: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .top-intro .intro-mobile {
    display: none;
  }
}
.top-intro .background-image {
  align-items: center;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0 30px;
  position: absolute;
  transform: scale(1.2);
  width: 100%;
}
@media (min-width: 992px) {
  .top-intro .background-image {
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    padding: 0 50px;
  }
}
.top-intro .background-image.desktop {
  display: none;
}
@media (min-width: 768px) {
  .top-intro .background-image.desktop {
    display: block;
  }
}
@media (min-width: 768px) {
  .top-intro .background-image.mobile {
    display: none;
  }
}

.text-section {
  align-items: center;
  background: #F7AD8C;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  min-height: auto;
  padding: 30px 30px 60px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .text-section {
    min-height: 70vh;
  }
}
@media (min-width: 992px) {
  .text-section {
    max-height: 100vh;
    min-height: 100vh;
    overflow: hidden;
    padding: 0 80px;
    width: 100%;
  }
}
.text-section.intro-mobile {
  background: #004161;
}
.text-section.intro-mobile .text-content .inner-text h1 {
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 40px;
  opacity: 0;
  text-align: center;
  text-transform: uppercase;
  transform: translateY(10px);
  transition: opacity 1.4s, transform 1.4s;
}
.text-section.intro-mobile .text-content .inner-text h1 strong {
  color: #fff;
  font-style: normal;
  font-weight: 800;
}
.text-section.intro-mobile .text-content .inner-text p {
  font-size: 22px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .text-section.intro-mobile .text-content .inner-text p {
    font-size: 22px;
  }
}
.text-section.intro-mobile .text-content .inner-text p strong {
  font-weight: 700;
}
.text-section.intro-mobile .text-content .inner-text p strong.pink {
  color: #FF2E00;
}
@media (min-width: 992px) {
  .text-section.intro-mobile {
    display: none;
  }
}
.text-section.in-view .text-content h2 {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.4s, transform 1.4s;
  transition-delay: 0s;
}
.text-section.in-view .text-content p {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.4s, transform 1.4s;
  transition-delay: 0.5s;
}
.text-section.in-view .text-content a {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.4s, transform 1.4s;
  transition-delay: 0.5s;
}
.text-section.in-view.intro-mobile .text-content h2 {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.4s, transform 1.4s;
  transition-delay: 0s;
}
.text-section.downloads-section .side-image {
  width: 100%;
  height: auto;
  position: relative;
}
@media (min-width: 992px) {
  .text-section.downloads-section .side-image {
    width: auto;
    height: 80%;
    left: 40px;
    bottom: 40px;
    position: absolute;
  }
}
.text-section.downloads-section .side-image.desktop {
  display: none;
}
@media (min-width: 992px) {
  .text-section.downloads-section .side-image.desktop {
    display: block;
  }
}
.text-section.downloads-section .side-image.desktop svg {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 6px;
}
@media (min-width: 992px) {
  .text-section.downloads-section .side-image.desktop svg {
    height: 90%;
  }
}
@media (min-width: 1300px) {
  .text-section.downloads-section .side-image.desktop svg {
    height: 100%;
  }
}
.text-section.downloads-section .side-image.desktop .dl-img {
  transform: translateX(0);
  scale: 0.55;
  opacity: 0;
}
.text-section.downloads-section .side-image.mobile {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .text-section.downloads-section .side-image.mobile {
    display: none;
  }
}
.text-section.downloads-section .side-image.mobile svg {
  height: auto;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.text-section.downloads-section .side-image.mobile .dl-img {
  transform: translateX(0) translateY(-180px);
  scale: 0.55;
  opacity: 0;
}
.text-section.downloads-section .side-image.mobile .stroke-line {
  position: absolute;
  left: 0;
}
@keyframes strokeDefaultRect {
  0% {
    stroke-dasharray: 0 400;
  }
  100% {
    stroke-dasharray: 400 0;
  }
}
@keyframes strokeDefaultCircle {
  0% {
    stroke-dasharray: 0 270;
  }
  100% {
    stroke-dasharray: 270 0;
  }
}
@keyframes strokeDefaultPoly {
  0% {
    stroke-dasharray: 0 800;
  }
  100% {
    stroke-dasharray: 800 0;
  }
}
.text-section.downloads-section.in-view .side-image.desktop .dl-img {
  transform: translateX(0);
  scale: 0.55;
  opacity: 1;
  transition: scale 1.4s, opacity 3s;
  transition-delay: 0.5s;
}
.text-section.downloads-section.in-view .side-image.mobile .dl-img {
  transform: translateX(0) translateY(-180px);
  scale: 0.55;
  opacity: 1;
  transition: scale 1.4s, opacity 3s;
}
.text-section.downloads-section.in-view .side-image rect {
  animation: strokeDefaultRect 2s linear alternate;
}
.text-section.downloads-section.in-view .side-image circle {
  animation: strokeDefaultCircle 2s linear alternate;
}
.text-section.downloads-section.in-view .side-image polygon {
  animation: strokeDefaultPoly 2s linear alternate;
}
.text-section.about-section .side-image {
  width: 100%;
  height: auto;
  position: relative;
}
@media (min-width: 992px) {
  .text-section.about-section .side-image {
    width: auto;
    height: 90%;
    left: 0px;
    position: absolute;
  }
}
.text-section.about-section .side-image.desktop {
  display: none;
}
@media (min-width: 992px) {
  .text-section.about-section .side-image.desktop {
    display: block;
  }
}
.text-section.about-section .side-image.desktop svg {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 6px;
}
.text-section.about-section .side-image.desktop .dl-img {
  transform: translateX(-100%);
  scale: 0.47;
  opacity: 0;
}
.text-section.about-section .side-image.mobile {
  display: none;
}
@media (min-width: 992px) {
  .text-section.about-section .side-image.mobile {
    display: none;
  }
}
.text-section.about-section .side-image.mobile svg {
  height: auto;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.text-section.about-section .side-image.mobile .dl-img {
  transform: translateX(0) translateY(-180px);
  scale: 1.08;
  opacity: 0;
}
.text-section.about-section .side-image.mobile .stroke-line {
  position: absolute;
  left: 0;
}
@keyframes strokeDefaultRect {
  0% {
    stroke-dasharray: 0 400;
  }
  100% {
    stroke-dasharray: 400 0;
  }
}
@keyframes strokeDefaultCircle {
  0% {
    stroke-dasharray: 0 270;
  }
  100% {
    stroke-dasharray: 270 0;
  }
}
@keyframes strokeDefaultPoly {
  0% {
    stroke-dasharray: 0 800;
  }
  100% {
    stroke-dasharray: 800 0;
  }
}
.text-section.about-section.in-view .side-image.desktop .dl-img {
  transform: translateX(-100%);
  scale: 0.47;
  opacity: 1;
  transition: scale 1.4s, opacity 3s;
  transition-delay: 0.5s;
}
.text-section.about-section.in-view .side-image.mobile .dl-img {
  transform: translateX(0) translateY(-180px);
  scale: 1.1;
  transition: scale 1.4s, opacity 3s;
}
.text-section.about-section.in-view .side-image path {
  animation: strokeDefaultRect 2s linear alternate;
}
.text-section.about-section.in-view .side-image circle {
  animation: strokeDefaultCircle 2s linear alternate;
}
.text-section.about-section.in-view .side-image polygon {
  animation: strokeDefaultPoly 2s linear alternate;
}
.text-section.location-section .side-image {
  width: 100%;
  height: auto;
  position: relative;
}
@media (min-width: 992px) {
  .text-section.location-section .side-image {
    width: auto;
    height: 90%;
    left: auto;
    bottom: 0px;
    position: absolute;
  }
}
.text-section.location-section .side-image.desktop {
  display: none;
}
@media (min-width: 992px) {
  .text-section.location-section .side-image.desktop {
    display: block;
  }
}
.text-section.location-section .side-image.desktop svg {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 6px;
}
.text-section.location-section .side-image.desktop .dl-img {
  transform: translateY(0) translateX(-230%);
  scale: 0.5;
  opacity: 0;
}
.text-section.location-section .side-image.mobile {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .text-section.location-section .side-image.mobile {
    display: none;
  }
}
.text-section.location-section .side-image.mobile svg {
  height: auto;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.text-section.location-section .side-image.mobile .dl-img {
  transform: translateX(0) translateY(0);
  scale: 0.34;
  opacity: 0;
}
.text-section.location-section .side-image.mobile .stroke-line {
  position: absolute;
  left: 0;
}
@keyframes strokeDefaultRect {
  0% {
    stroke-dasharray: 0 400;
  }
  100% {
    stroke-dasharray: 400 0;
  }
}
@keyframes strokeDefaultCircle {
  0% {
    stroke-dasharray: 0 270;
  }
  100% {
    stroke-dasharray: 270 0;
  }
}
@keyframes strokeDefaultPoly {
  0% {
    stroke-dasharray: 0 800;
  }
  100% {
    stroke-dasharray: 800 0;
  }
}
.text-section.location-section.in-view .side-image.desktop .dl-img {
  transform: translateY(0) translateX(-230%);
  scale: 0.5;
  opacity: 1;
  transition: scale 1.4s, opacity 3s;
  transition-delay: 0.5s;
}
.text-section.location-section.in-view .side-image.mobile .dl-img {
  transform: translateX(0) translateY(0px);
  scale: 0.34;
  opacity: 1;
  transition: scale 1.4s, opacity 3s;
}
.text-section.location-section.in-view .side-image path {
  animation: strokeDefaultRect 2s linear alternate;
}
.text-section.location-section.in-view .side-image circle {
  animation: strokeDefaultCircle 2s linear alternate;
}
.text-section.location-section.in-view .side-image polygon {
  animation: strokeDefaultPoly 2s linear alternate;
}
@media (min-width: 992px) {
  .text-section.location-section .text-content .inner-text {
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .text-section.location-section .text-content .inner-text p {
    margin-right: 0;
    margin-left: 200px;
  }
}
.text-section.location-text {
  background: #0b2027;
  overflow: hidden;
}
.text-section.location-text .text-content {
  padding: 180px 0;
}
.text-section.location-text .text-content h2 {
  color: #fff;
}
.text-section.location-text .text-content h2 strong {
  color: #FF2E00;
  font-weight: 700;
}
.text-section.location-text .text-content p {
  color: #fff;
}
@media (min-width: 992px) {
  .text-section.location-text .text-content p {
    margin-left: 33%;
    text-align: left;
  }
}
@media (min-width: 1600px) {
  .text-section.location-text .text-content p {
    margin-left: 38%;
  }
}
.text-section.location-text .text-content p strong {
  font-weight: 700;
}
@media (min-width: 768px) {
  .text-section.location-text .text-content {
    margin: 0;
    padding: 60px;
  }
}
@media (min-width: 992px) {
  .text-section.location-text .text-content {
    margin: 0;
    padding: 0 100px 0 280px;
  }
}
@media (min-width: 1600px) {
  .text-section.location-text .text-content {
    padding: 0 160px 0 280px;
  }
}
.text-section .side-image {
  height: 90%;
  left: 0;
  position: absolute;
}
.text-section .side-image img {
  height: 100%;
  width: auto;
}
.text-section .side-image svg {
  height: 100%;
  width: auto;
  position: absolute;
}
.text-section .text-content {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  height: auto;
  justify-content: flex-end;
  opacity: 1;
  width: 70%;
  z-index: 200;
}
@media (min-width: 768px) {
  .text-section .text-content {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .text-section .text-content {
    margin: 0;
  }
}
.text-section .text-content .inner-text {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .text-section .text-content .inner-text {
    align-items: flex-end;
  }
}
.text-section .text-content h2 {
  color: #fff;
  font-size: 25px;
  letter-spacing: 6px;
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: 0;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  transform: translateY(10px);
  transition: opacity 1.4s, transform 1.4s;
}
.text-section .text-content h2 strong {
  color: #fff;
}
.text-section .text-content h2 br {
  display: none;
}
@media (min-width: 768px) {
  .text-section .text-content h2 br {
    display: block;
  }
}
@media (min-width: 768px) {
  .text-section .text-content h2 {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .text-section .text-content h2 {
    letter-spacing: 9px;
    text-align: left;
    font-size: 27px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1300px) {
  .text-section .text-content h2 {
    font-size: 38px;
  }
}
@media (min-width: 1600px) {
  .text-section .text-content h2 {
    margin-bottom: 100px;
  }
}
.text-section .text-content p {
  color: #fff;
  opacity: 0;
  text-align: center;
  transform: translateY(10px);
  transition: opacity 1.4s, transform 1.4s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.text-section .text-content p strong {
  font-weight: 700;
}
@media (min-width: 992px) {
  .text-section .text-content p {
    text-align: left;
    width: 33%;
    align-items: flex-start;
  }
}
@media (min-width: 1600px) {
  .text-section .text-content p {
    width: 30%;
    margin-right: 100px;
  }
}
.text-section .text-content .logos {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  width: 100%;
}
.text-section .text-content .logos img {
  height: 80px;
  margin: 0 20px;
  width: auto;
}
@media (min-width: 992px) {
  .text-section .text-content .logos img {
    height: 60px;
    width: auto;
  }
}
@media (min-width: 1600px) {
  .text-section .text-content .logos img {
    height: 80px;
    width: auto;
  }
}
@media screen and (min-width: 2260px) {
  .text-section .text-content {
    width: 70%;
  }
}

.brochure-button {
  background-color: #004161;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 40px;
  opacity: 0;
  padding: 10px 15px;
  transform: translateY(10px);
  border: 1px solid #fff;
  transition: opacity 1.4s, transform 1.4s;
  display: inline-flex;
}
@media (min-width: 1600px) {
  .brochure-button {
    font-size: 16px;
    padding: 15px 20px;
  }
}
.brochure-button.desktop {
  display: none;
}
@media (min-width: 992px) {
  .brochure-button.desktop {
    display: inline-flex;
  }
}
.brochure-button.mobile {
  justify-content: center;
  margin-top: 0;
  opacity: 1;
  position: relative;
  text-align: center;
  transform: translateY(0);
  width: 100%;
  z-index: 101;
}
@media (min-width: 992px) {
  .brochure-button.mobile {
    display: none;
  }
}

.video {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-size: cover;
}
@media (min-width: 992px) {
  .video {
    height: 100vh;
  }
}

.video-control {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.video-control img {
  width: 56px;
  height: 56px;
}
@media (min-width: 992px) {
  .video-control img {
    width: 97px;
    height: 97px;
  }
}

.video-control:not(.playing) .video-control-pause,
.video-control.playing .video-control-play {
  display: none;
}

.banner-video {
  position: relative;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .banner-video {
    height: 360px;
  }
}
@media (min-width: 992px) {
  .banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.banner-video .play {
  position: absolute;
  width: 54px !important;
  height: 54px !important;
  cursor: pointer;
  background-image: url("../../img/misc/play.png");
  background-size: cover;
}

.page-item-location {
  min-height: auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  .page-item-location {
    min-height: auto;
  }
}

.location-maps {
  background-color: #fff;
  display: flex !important;
  height: 100vh;
  width: 100%;
  align-items: center !important;
  max-height: unset !important;
}
@media (min-width: 768px) {
  .location-maps {
    min-height: auto;
    height: auto;
  }
}
.location-maps .location-info {
  background-color: #F7AD8C;
  color: #fff;
  display: none;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 40px;
  z-index: 5;
}
@media (min-width: 768px) {
  .location-maps .location-info {
    display: block;
  }
}
.location-maps .location-info a {
  color: #fff;
}
.location-maps .tab-nav-outer {
  background-color: #ebebeb;
  left: 0;
  padding: 10px 20px;
  z-index: 1;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .location-maps .tab-nav-outer {
    position: absolute;
    top: 100px;
    padding: 10px 20px;
    width: auto;
  }
}
@media (min-width: 1300px) {
  .location-maps .tab-nav-outer {
    padding: 20px 40px;
  }
}
.location-maps .tab-nav-outer.desktop {
  display: none;
}
@media (min-width: 992px) {
  .location-maps .tab-nav-outer.desktop {
    display: block;
  }
}
@media (min-width: 992px) {
  .location-maps .tab-nav-outer.mobile {
    display: none;
  }
}
.location-maps .inner-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .location-maps .inner-wrapper {
    padding: 0px 0;
  }
}
@media (min-width: 1600px) {
  .location-maps .inner-wrapper {
    height: 100vh;
  }
}
.location-maps .map-wrapper {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .location-maps .map-wrapper {
    width: 100%;
    margin: auto;
  }
}
@media (min-width: 1600px) {
  .location-maps .map-wrapper {
    width: 100%;
  }
}
.location-maps .map-outer img {
  height: auto;
  width: 100%;
}
.location-maps .map-outer img.desktop {
  display: none;
}
@media (min-width: 768px) {
  .location-maps .map-outer img.desktop {
    display: block;
  }
}
@media (min-width: 768px) {
  .location-maps .map-outer img.mobile {
    display: none;
  }
}
.location-maps .map-outer .map-text {
  position: relative;
  width: 100%;
  padding: 100px 30px 60px;
  z-index: 1;
}
@media (min-width: 992px) {
  .location-maps .map-outer .map-text {
    left: 70px;
    position: absolute;
    top: 200px;
    width: 24%;
    padding: 0;
  }
}
@media (min-width: 1600px) {
  .location-maps .map-outer .map-text {
    top: 300px;
    left: 130px;
  }
}
.location-maps .map-outer .map-text img {
  height: auto;
  margin-bottom: 30px;
  width: 100%;
}
.location-maps .map-outer .map-text img.desktop {
  display: none;
}
@media (min-width: 992px) {
  .location-maps .map-outer .map-text img.desktop {
    display: block;
  }
}
@media (min-width: 992px) {
  .location-maps .map-outer .map-text img.mobile {
    display: none;
  }
}
.location-maps .map-outer .map-text p {
  color: #878786;
  text-align: center;
}
@media (min-width: 992px) {
  .location-maps .map-outer .map-text p {
    text-align: left;
  }
}
.location-maps [data-view] {
  left: 0;
  opacity: 0;
  position: absolute;
  transform: translateY(0);
  transition: 1s linear;
  visibility: hidden;
}
.location-maps [data-view].active {
  left: 0;
  opacity: 1;
  position: relative;
  transform: translateY(0);
  transition: 1s linear;
  visibility: visible;
}
.location-maps .map-markers {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.location-maps .down-arrow {
  position: absolute;
  display: none;
}
@media (min-width: 992px) {
  .location-maps .down-arrow {
    display: block;
  }
}
.location-maps .down-arrow img {
  height: 100%;
  width: auto;
}
.location-maps .map-marker-img {
  animation: scaleaerial 2s ease-in-out infinite alternate;
}
.location-maps .map-marker-img .blue-center {
  fill: #4f8fb9;
}
@keyframes scaleaerial {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.location-maps .hidden-info {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  color: #fff;
  display: block;
  margin-bottom: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: all 0.25s ease-out;
  width: 180px;
}
.location-maps .hidden-info.desktop {
  display: none;
}
@media (min-width: 992px) {
  .location-maps .hidden-info.desktop {
    display: block;
  }
}
.location-maps .hidden-info.mobile.active {
  opacity: 1;
  top: 0;
  z-index: 1;
}
@media (min-width: 992px) {
  .location-maps .hidden-info.mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .location-maps .hidden-info {
    transform: translateX(-100px);
    left: -300px;
    width: 300px;
  }
}
.location-maps .hidden-info:before {
  background-color: #F7AD8C;
  content: " ";
  height: 2px;
  position: absolute;
  left: 100%;
  top: 50%;
  width: 200px;
  display: none;
}
@media (min-width: 992px) {
  .location-maps .hidden-info:before {
    display: block;
  }
}
.location-maps .hidden-info .logo-box {
  margin-bottom: 8px;
  width: 100%;
  padding: 10px 20px;
  background-color: #004161;
  border: 1px solid #FF2E00;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.location-maps .hidden-info .logo-box img {
  height: auto;
  width: 210px;
}
.location-maps .hidden-info .details-box {
  background-color: #F7AD8C;
  padding: 15px;
}
.location-maps .hidden-info p {
  color: #fff;
  font-size: 11px;
  text-align: left;
}
@media (min-width: 992px) {
  .location-maps .hidden-info p {
    font-size: 16px;
  }
}
.location-maps .hidden-info p strong {
  color: #fff;
  font-weight: 700;
}
.location-maps .map-marker {
  align-items: center;
  cursor: pointer;
  height: 50px;
  justify-content: center;
  position: absolute;
  width: 50px;
  /* This bridges the gap so you can mouse into the tooltip without it disappearing */
  /* CSS Triangles - see Trevor's post */
}
@media (min-width: 768px) {
  .location-maps .map-marker {
    height: 70px;
    width: 70px;
  }
}
@media (min-width: 992px) {
  .location-maps .map-marker {
    display: flex;
  }
}
.location-maps .map-marker.true {
  display: flex !important;
}
.location-maps .map-marker.desktop {
  display: none;
}
@media (min-width: 768px) {
  .location-maps .map-marker.desktop {
    display: block;
  }
}
@media (min-width: 768px) {
  .location-maps .map-marker.mobile {
    display: none;
  }
}
.location-maps .map-marker .static {
  height: 70px;
  width: 70px;
}
.location-maps .map-marker .hover {
  height: 70px;
  opacity: 0;
  position: absolute;
  width: 70px;
}
.location-maps .map-marker:hover .color-change {
  fill: #F7AD8C;
}
.location-maps .map-marker:hover .static {
  opacity: 0;
}
.location-maps .map-marker:hover .hover {
  opacity: 1;
}
.location-maps .map-marker:hover .hidden-info {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.location-maps .map-marker svg {
  display: block;
  height: auto;
  transition: 0.25s linear;
  width: 100%;
}
.location-maps .map-marker svg .outer-circle {
  fill-opacity: 0;
}

.location {
  align-items: center;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  display: flex;
  display: block;
  font-size: 0;
  max-height: 100vh;
  min-height: -webkit-fill-available;
  min-height: -moz-available;
  min-height: fill-available;
  min-height: auto;
  overflow: hidden;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 992px) {
  .location {
    display: block;
    height: 100vh;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    min-height: -moz-available;
    min-height: fill-available;
    min-height: auto;
    overflow: hidden;
    width: 100%;
  }
}
.location .map-image {
  background-image: url("../../img/drive-time-map.png");
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.location .down-arrow {
  position: absolute;
}
.location .contain {
  background-position: center;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.location .main-map {
  height: auto;
  width: 100%;
}
.location .map.desktop,
.location .pin.desktop {
  display: none;
}
@media (min-width: 768px) {
  .location .map.desktop,
  .location .pin.desktop {
    display: block;
  }
}
@media (min-width: 768px) {
  .location .map.mobile,
  .location .pin.mobile {
    display: none;
  }
}
.location .map.hidden {
  opacity: 0;
  z-index: -1;
}
.location .map.mobile.hidden {
  opacity: 0.7;
}
.location .location-info {
  background-color: #F7AD8C;
  color: #fff;
  display: none;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 40px;
  z-index: 5;
}
@media (min-width: 768px) {
  .location .location-info {
    display: block;
  }
}
.location .location-info a {
  color: #fff;
}
.location .overlay {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.location .overlay.active {
  opacity: 1;
  transition: opacity 2s;
  z-index: 2;
}
.location .overlay svg {
  height: auto;
  width: 100%;
}
.location .overlay.desktop {
  display: none;
}
@media (min-width: 768px) {
  .location .overlay.desktop {
    display: block;
  }
}
.location .gradient {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%);
  bottom: 0;
  height: 200px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 0;
}
.location .pin-round {
  animation: scale 2s ease-in-out infinite alternate;
  cursor: pointer;
  transform-origin: center center;
}
@keyframes scale {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.location .active-overlay {
  opacity: 0;
  visibility: hidden;
}
.location .active-overlay.active {
  opacity: 1;
  transition: opacity 2s;
  visibility: visible;
}
.location .pin {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.location .pin svg {
  height: auto;
  overflow: visible;
  width: 100%;
}
.location .pin .info.hidden {
  opacity: 0;
  z-index: -1;
}
.location .map svg {
  height: auto;
  width: 100%;
}
.location.in-view .background-image {
  transform: scale(1);
  transition: transform 2s;
}
.location .background-image {
  align-items: center;
  background-position: center;
  background-size: cover;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0 30px;
  position: absolute;
  transform: scale(1.4);
  width: 100%;
}
.location .annotation {
  bottom: 20px;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  left: 20px;
  position: absolute;
}
@media (min-width: 992px) {
  .location .annotation {
    bottom: 40px;
    font-size: 12px;
    left: 40px;
  }
}

.fancybox__toolbar {
  padding: 16px;
  position: relative !important;
}

.fancybox__nav,
.fancybox__toolbar {
  --f-button-border-radius: 50%;
  --f-button-bg: rgb(91 78 76 / 64%);
  --f-button-hover-bg: rgb(91 78 76 / 74%);
  --f-button-active-bg: rgb(91 78 76 / 84%);
}

.fancybox__nav {
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
}

.fancybox__thumbs.is-classic {
  --f-thumb-width: 48px;
  --f-thumb-height: 48px;
  --f-thumb-gap: 16px;
  --f-thumb-border-radius: 6px;
  --f-thumb-outline: 0;
}

.fancybox__backdrop {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.f-button {
  background-color: #302e2b;
}

.gallery-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.page-item-gallery {
  min-height: auto;
}
@media (min-width: 992px) {
  .page-item-gallery {
    min-height: 100vh;
  }
}

.gallery-slider {
  width: 100%;
  height: auto;
  max-height: 100vh;
  display: flex;
  padding: 90px 0;
  overflow: hidden;
  min-height: auto;
  background-color: #fff;
  z-index: -1;
  font-size: 0;
  /* the parent */
}
@media (min-width: 992px) {
  .gallery-slider {
    padding: 90px 0;
    width: 100%;
    min-height: 100vh;
    max-height: 100vh;
  }
}
.gallery-slider .down-arrow {
  position: absolute;
  display: none;
}
@media (min-width: 992px) {
  .gallery-slider .down-arrow {
    display: block;
  }
}
.gallery-slider .slider-wrapper {
  position: relative;
  padding: 0;
  width: 100%;
  z-index: 10;
}
.gallery-slider .pagination {
  width: 100%;
  padding: 18px 40px;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (min-width: 992px) {
  .gallery-slider .pagination {
    justify-content: flex-end;
    padding: 30px 0;
  }
}
.gallery-slider .pagination .next-btn,
.gallery-slider .pagination .prev-btn {
  width: 57px;
  height: 20px;
  margin-left: 15px;
  margin-right: 15px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .gallery-slider .pagination .next-btn,
  .gallery-slider .pagination .prev-btn {
    margin-left: 15px;
    margin-right: 0;
  }
}
.gallery-slider .gallery-image-slider {
  width: 100%;
  height: 250px;
}
@media (min-width: 768px) {
  .gallery-slider .gallery-image-slider {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .gallery-slider .gallery-image-slider {
    height: 300px;
    padding: 0;
  }
}
@media (min-width: 1600px) {
  .gallery-slider .gallery-image-slider {
    height: 400px;
  }
}
@media screen and (min-width: 769px) and (min-height: 1000px) {
  .gallery-slider .gallery-image-slider {
    height: 400px;
  }
}
.gallery-slider .slick-next,
.gallery-slider .slick-prev {
  position: absolute;
  display: block;
  height: 11px;
  width: 36px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: calc(100% + 30px);
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0;
  border: 0;
  outline: none;
}
@media (min-width: 992px) {
  .gallery-slider .slick-next,
  .gallery-slider .slick-prev {
    top: 50%;
    height: 46px;
    width: 46px;
    margin-top: -23px;
  }
}
.gallery-slider .slick-next:focus, .gallery-slider .slick-next:hover,
.gallery-slider .slick-prev:focus,
.gallery-slider .slick-prev:hover {
  outline: none;
}
.gallery-slider .slick-next:before,
.gallery-slider .slick-prev:before {
  display: none;
}
.gallery-slider .slick-prev {
  left: 26px;
  background-image: url("../../img/misc/left.svg");
  background-position: left center;
  left: calc(50% - 25px);
  display: none;
  opacity: 0;
}
.gallery-slider .slick-prev:before {
  display: none;
}
@media (min-width: 992px) {
  .gallery-slider .slick-prev {
    left: -23px;
    display: block;
    opacity: 1;
  }
}
.gallery-slider .slick-next {
  background-image: url("../../img/misc/next-mobile.svg");
  background-position: right center;
  left: 40px;
}
@media (min-width: 992px) {
  .gallery-slider .slick-next {
    background-image: url("../../img/misc/right.svg");
    right: -23px;
    left: auto;
  }
}
.gallery-slider .home-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.gallery-slider .home-slide .enlarge {
  width: 21px;
  height: 21px;
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px;
  z-index: 12;
}
.gallery-slider .home-slide .enlarge img {
  width: 21px;
  height: 21px;
}
.gallery-slider .overlay {
  width: 100%;
  position: absolute;
  height: 100%;
  background-color: #000;
  z-index: 10;
  opacity: 0.7;
  transition: all 2s ease;
}
.gallery-slider .slick-disabled {
  display: none !important;
}
.gallery-slider .slick-center {
  transition: all 1s ease;
  opacity: 1;
}
.gallery-slider .slick-center .overlay {
  opacity: 0;
  transition: all 2s ease;
}
.gallery-slider .slick-list,
.gallery-slider .slick-track {
  height: 100%;
}
.gallery-slider .background-image {
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: 60%;
  display: flex;
  align-items: center 80%;
  padding: 0 30px;
  position: relative;
}
@media (min-width: 992px) {
  .gallery-slider .background-image {
    padding: 0 50px;
    height: 100%;
    background-position: center;
  }
}
.gallery-slider .slick-list {
  overflow: unset;
}
@media (min-width: 992px) {
  .gallery-slider .slick-list {
    overflow: hidden;
  }
}
.gallery-slider .slick-slide {
  margin: 0 6px;
  overflow: unset;
}
@media (min-width: 768px) {
  .gallery-slider .slick-slide {
    margin: 0 10px;
  }
}
@media (min-width: 992px) {
  .gallery-slider .slick-slide {
    margin: 0 20px;
    overflow: hidden;
  }
}
.gallery-slider .slick-list {
  margin: 0 -6px;
}
@media (min-width: 768px) {
  .gallery-slider .slick-list {
    margin: 0 -10px;
  }
}
@media (min-width: 992px) {
  .gallery-slider .slick-list {
    margin: 0 -20px;
  }
}
.gallery-slider .slick-list,
.gallery-slider .slick-slider,
.gallery-slider .slick-track {
  padding: 0;
}
.gallery-slider .slick-list {
  padding: 0;
}
.gallery-slider .slider-nav {
  padding: 40px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  z-index: 90;
  order: 1;
}
@media (min-width: 992px) {
  .gallery-slider .slider-nav {
    justify-content: flex-start;
    order: unset;
    padding: 30px 0 0;
  }
}
.gallery-slider .slider-nav .nav-wrapper {
  display: flex;
}
.gallery-slider .next,
.gallery-slider .prev {
  border: 0;
  background-size: cover;
  background-repeat: no-repeat;
  height: 31px;
  width: 31px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .gallery-slider .next,
  .gallery-slider .prev {
    height: 61px;
    width: 61px;
  }
}
.gallery-slider .prev {
  background-image: url("../../img/misc/left-arrow-white.svg");
  background-color: transparent;
  background-position: left center;
  text-indent: -99999px;
  padding: 0;
  margin-right: 10px;
}
.gallery-slider .next {
  background-image: url("../../img/misc/right-arrow-white.svg");
  background-color: transparent;
  background-position: left center;
  text-indent: -99999px;
  padding: 0;
}
.gallery-slider .slick-dots {
  padding: 0;
  list-style: none;
  text-align: center;
  z-index: 100;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .gallery-slider .slick-dots {
    margin-top: 30px;
  }
}
.gallery-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 2px;
  padding: 0;
  cursor: pointer;
}
.gallery-slider .slick-dots li button {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .gallery-slider .slick-dots li {
    width: 13px;
    height: 13px;
    margin: 6px;
  }
}
.gallery-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: 7px;
  height: 7px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 1px solid #fff;
  border-radius: 100px;
  outline: none;
  background: transparent;
}
@media (min-width: 992px) {
  .gallery-slider .slick-dots li button {
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
  }
}
.gallery-slider .slick-dots li button:focus,
.gallery-slider .slick-dots li button:hover {
  outline: none;
  border: 2px solid #fff;
  background: white;
}
.gallery-slider .slick-dots li button:focus:before,
.gallery-slider .slick-dots li button:hover:before {
  opacity: 1;
}
.gallery-slider .slick-dots li button:before {
  display: none;
}
.gallery-slider .slick-dots li.slick-active button {
  outline: none;
  background: white;
  border: 2px solid #fff;
}
.gallery-slider .slick-dots li.slick-active button:after {
  content: "";
}

.gallery {
  position: relative;
  padding: 80px 0;
}
@media (min-width: 768px) {
  .gallery {
    padding: 80px 0;
  }
}

.gallery-heading {
  width: 100%;
  margin-bottom: 40px;
  text-align: left;
}
@media (min-width: 768px) {
  .gallery-heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
  }
}
@media (min-width: 1600px) {
  .gallery-heading {
    margin-bottom: 50px;
  }
}
@media (min-height: 1000px) {
  .gallery-heading {
    /* … */
    margin-bottom: 200px;
  }
}
.gallery-heading h2 {
  color: #004161;
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .gallery-heading h2 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .gallery-heading h2 {
    text-align: left;
    font-size: 30px;
  }
}
@media (min-width: 1300px) {
  .gallery-heading h2 {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .gallery-heading-text {
    width: 40%;
  }
}

.gallery-heading-options {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .gallery-heading-options {
    justify-content: flex-start;
    margin-top: 0;
  }
}

.snapshot-navigator {
  position: relative;
  width: 100% !important;
  height: 600px !important;
  margin-top: 30px;
  padding-bottom: 0 !important;
  overflow: hidden;
}
@media (min-width: 768px) {
  .snapshot-navigator {
    margin-top: 40px;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .snapshot-navigator {
    margin-top: 50px;
    padding-bottom: 0 !important;
    height: 600px !important;
  }
}
.snapshot-navigator iframe {
  position: absolute;
  top: 60px;
  left: 0;
  width: 98%;
  height: 98%;
}

.gallery-camera-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .gallery-camera-item {
    width: 49%;
    margin-top: 40px;
  }
}
.gallery-camera-item--wide {
  width: 100% !important;
}

.project-alert {
  display: none !important;
}

.gallery-camera-iframe-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 10px;
}
.gallery-camera-iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.gallery-option {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 30px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .gallery-option {
    margin-left: 40px;
  }
}
.gallery-option:first-of-type {
  margin-left: 0;
}
.gallery-option.active .gallery-option-icon:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 50%;
  background-color: #F7AD8C;
}

.galler-option-icon-wrap {
  display: block;
}

.gallery-option-icon {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #F7AD8C;
  border-radius: 50%;
  background-color: #fff;
}
@media (min-width: 768px) {
  .gallery-option-icon {
    width: 24px;
    height: 24px;
  }
}

.gallery-option-name {
  display: block;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #004161;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .gallery-option-name {
    font-size: 16px;
  }
}
@media (min-width: 1300px) {
  .gallery-option-name {
    font-size: 18px;
  }
}

.gallery-wrap {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.gallery-wrap.active {
  display: flex;
  row-gap: 10px;
}

.gallery-item {
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding: 0 15px;
}

.gallery-item--img {
  width: 50%;
}
@media (min-width: 992px) {
  .gallery-item--img {
    width: 33.3334%;
  }
}
.gallery-item--img:first-of-type, .gallery-item--img:nth-of-type(2) {
  margin-top: 0;
}
@media (min-width: 992px) {
  .gallery-item--img:nth-of-type(3) {
    margin-top: 0;
  }
}
.gallery-item--img .gallery-item-inner:hover .gallery-item-hover {
  opacity: 1;
}

.gallery-item-hover {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  background-color: rgba(0, 65, 97, 0.9);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (min-width: 992px) {
  .gallery-item-hover {
    padding: 0 30px;
  }
}
.gallery-item-hover p {
  color: #fff;
  font-size: 14px;
}
@media (min-width: 992px) {
  .gallery-item-hover p {
    font-size: 16px;
  }
}

.gallery-item--video {
  margin-top: 0;
  width: 100%;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .gallery-item--video {
    width: 33%;
  }
}
.gallery-item--video .gallery-item-inner {
  width: 100%;
  height: 250px;
}
@media (min-width: 768px) {
  .gallery-item--video .gallery-item-inner {
    height: 350px;
  }
}
.gallery-item--video .label {
  width: 100%;
  padding: 15px 0;
  display: block;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #004161;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .gallery-item--video .label {
    font-size: 16px;
  }
}
@media (min-width: 1300px) {
  .gallery-item--video .label {
    font-size: 18px;
  }
}
.gallery-item--video:has(iframe) .iframe-wrapper {
  position: relative;
  aspect-ratio: 16/12;
  width: 100%;
}
.gallery-item--video:has(iframe) iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.gallery-item-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .gallery-item-inner {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .gallery-item-inner {
    height: 300px;
  }
}
@media (min-width: 1300px) {
  .gallery-item-inner {
    height: 350px;
  }
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 90%;
  padding: 10px;
}

.gallery-item--video {
  position: relative;
}
.gallery-item--video:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.gallery-item--video img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
  z-index: 1;
}
@media (min-width: 768px) {
  .gallery-item--video img {
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 1600px) {
  .gallery-item--video img {
    width: 100px;
    height: 100px;
  }
}

.gallery-item--camera {
  display: block;
  width: 100%;
  height: 250px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .gallery-item--camera {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .gallery-item--camera {
    height: 500px;
  }
}
@media (min-width: 1300px) {
  .gallery-item--camera {
    height: 600px;
  }
}
@media (min-width: 1600px) {
  .gallery-item--camera {
    height: 700px;
  }
}
.gallery-item--camera:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.gallery-item--camera img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
  z-index: 1;
}
@media (min-width: 768px) {
  .gallery-item--camera img {
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 1600px) {
  .gallery-item--camera img {
    width: 100px;
    height: 100px;
  }
}

.gallery-item--camera-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.gallery-camera-wrap {
  width: 100%;
  margin-top: 40px;
  padding: 0 15px;
  text-align: left;
}
.gallery-camera-wrap .inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .gallery-camera-wrap .inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.gallery-camera-wrap:first-of-type {
  margin-top: 0;
}
@media (min-width: 768px) {
  .gallery-camera-wrap {
    margin-top: 80px;
  }
}
.gallery-camera-wrap:first-of-type {
  margin-top: 0;
}
.gallery-camera-wrap h3 {
  color: #F7AD8C;
  font-size: 18px;
}
@media (min-width: 768px) {
  .gallery-camera-wrap h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .gallery-camera-wrap h3 {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .gallery-camera-wrap h3 {
    font-size: 34px;
  }
}
.gallery-camera-wrap .fullstop {
  color: #004161;
}

.gallery-camera-image {
  width: 100%;
}

.page-item-contact {
  position: relative;
  max-height: unset;
  min-height: unset;
}

.contact {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 60px 0;
  min-height: auto;
}
@media (min-width: 992px) {
  .contact {
    padding: 100px 0;
  }
}
.contact .contact-heading-text {
  margin-bottom: 40px;
  width: 100%;
}
.contact .contact-heading-text h2 {
  color: #004161;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
}
@media (min-width: 768px) {
  .contact .contact-heading-text h2 {
    font-size: 30px;
  }
}
@media (min-width: 1300px) {
  .contact .contact-heading-text h2 {
    font-size: 30px;
  }
}
.contact .left-column {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  order: 2;
}
@media (min-width: 992px) {
  .contact .left-column {
    width: 30%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 1600px) {
  .contact .left-column {
    width: 40%;
  }
}
.contact .left-column .agent-details {
  width: 100%;
  margin-top: 20px;
}
.contact .left-column .contact-info {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .contact .left-column .contact-info {
    flex-direction: row;
  }
}
.contact .left-column .footer-logo img {
  width: 325px;
  height: auto;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .contact .left-column .footer-logo {
    margin-bottom: 0;
  }
}
.contact .left-column .contact-logo {
  width: 100%;
}
@media (min-width: 992px) {
  .contact .left-column .contact-logo {
    margin-bottom: 30px;
    height: 90px;
    display: flex;
    align-items: flex-end;
  }
  .contact .left-column .contact-logo img {
    margin-bottom: 0;
  }
}
.contact .right-column {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  order: 1;
}
@media (min-width: 992px) {
  .contact .right-column {
    width: 70%;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
  }
}
@media (min-width: 1600px) {
  .contact .right-column {
    width: 40%;
  }
}
.contact .right-column .contact-details {
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  margin-top: 60px;
}
@media (min-width: 992px) {
  .contact .right-column .contact-details {
    margin-top: 0;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .contact .right-column .contact-details .logos {
    display: flex;
    flex-direction: row;
  }
}
.contact .right-column .contact-details .logos img {
  height: 53px;
  width: auto;
}
.contact .right-column .contact-details .logos img:first-of-type {
  margin-right: 30px;
}
.contact .right-column .contact-details img {
  width: 124px;
  height: 73px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .contact .right-column .contact-details img {
    margin-bottom: 0;
  }
}
.contact .right-column .contact-details .contact-info {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .contact .right-column .contact-details .contact-info {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.contact .right-column .contact-details strong {
  font-weight: 600;
}

.contact-content {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .contact-content {
    padding: 0;
  }
}

.contact-inner {
  width: 100%;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .contact-inner {
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 60px 0;
  }
}
.contact-inner .agent-details {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .contact-inner .agent-details {
    margin-top: 30px;
    margin-bottom: 0;
    width: 50%;
  }
}
.contact-inner .contact-info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.contact-inner .contact-details {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  align-items: flex-end;
  justify-content: center;
}
@media (min-width: 992px) {
  .contact-inner .contact-details {
    justify-content: flex-start;
  }
}
.contact-inner .contact-details h2 {
  color: #004161;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 20px;
  display: none;
}
@media (min-width: 992px) {
  .contact-inner .contact-details h2 {
    display: block;
  }
}
.contact-inner .contact-details a,
.contact-inner .contact-details p {
  color: #004161;
  font-size: 11px;
}
.contact-inner .contact-details a strong,
.contact-inner .contact-details p strong {
  letter-spacing: 3px;
  text-transform: uppercase;
}
.contact-inner .contact-details .split {
  order: 2;
  margin-top: 30px;
}
.contact-inner .contact-details .split:first-of-type {
  margin-left: 0;
}
@media (min-width: 992px) {
  .contact-inner .contact-details .split {
    order: 1;
    display: block;
    margin-left: 30px;
    margin-top: 0;
    text-align: left;
  }
}

.contact-logo {
  display: block;
}
.contact-logo img {
  display: block;
  width: 200px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .contact-logo img {
    margin-top: 0;
    width: 200px;
  }
}
@media (min-width: 1600px) {
  .contact-logo img {
    width: 248px;
  }
}

.agent-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .agent-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .agent-wrap {
    flex-direction: row;
    padding: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.agents {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 992px) {
  .agents {
    align-items: flex-start;
    margin-top: 0;
  }
}
.agents p {
  margin-bottom: 10px;
}

.agent {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  width: 100%;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .agent {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .agent {
    margin-top: 0;
  }
}
.agent .wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.agent img {
  display: block;
  height: 90px;
  width: auto;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .agent img {
    margin-bottom: 0px;
  }
}
.agent a,
.agent p {
  color: #302e2b;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.agent a strong,
.agent p strong {
  color: #004161;
}
@media (min-width: 1600px) {
  .agent a,
  .agent p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .agent:first-of-type {
    margin-right: 60px;
  }
}

.aerial-map {
  width: 100%;
  height: auto;
  max-height: 100vh;
  display: flex;
  align-items: flex-end;
  min-height: auto;
  position: sticky;
  z-index: -1;
  font-size: 0;
}
@media (min-width: 992px) {
  .aerial-map {
    width: 100%;
    height: auto;
    max-height: 100vh;
    position: sticky;
  }
}
.aerial-map.in-view .background-image {
  transform: scale(1);
  transition: transform 2s;
}
.aerial-map .background-image {
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  transform: scale(1.4);
  position: absolute;
}
.aerial-map img {
  width: 100%;
  height: auto;
}
.aerial-map .annotation {
  color: #fff;
  position: absolute;
  font-size: 10px;
  bottom: 20px;
  left: 20px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .aerial-map .annotation {
    font-size: 12px;
    bottom: 40px;
    left: 40px;
  }
}

.aerial-map {
  display: block !important;
  background-color: #F7AD8C;
}
.aerial-map .map-outer-aerial {
  position: relative;
}
.aerial-map .map-outer {
  position: relative;
  padding: 20px;
}
@media (min-width: 992px) {
  .aerial-map .map-outer {
    padding: 0;
  }
}
.aerial-map .map-markers {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.aerial-map .down-arrow {
  position: absolute;
}
.aerial-map .down-arrow img {
  height: 100%;
  width: auto;
}
.aerial-map .map-marker-img {
  animation: scale 2s ease-in-out infinite alternate;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.aerial-map .map-marker {
  position: absolute;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /* This bridges the gap so you can mouse into the tooltip without it disappearing */
  /* CSS Triangles - see Trevor's post */
}
@media (min-width: 768px) {
  .aerial-map .map-marker {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 1300px) {
  .aerial-map .map-marker {
    width: 42px;
    height: 42px;
  }
}
.aerial-map .map-marker .static {
  width: 42px;
  height: 42px;
}
.aerial-map .map-marker .hover {
  width: 40px;
  height: 40px;
  position: absolute;
  opacity: 0;
}
@media (min-width: 992px) {
  .aerial-map .map-marker .hover {
    width: 80px;
    height: 80px;
  }
}
.aerial-map .map-marker:hover .static {
  opacity: 0;
}
.aerial-map .map-marker:hover .hover {
  opacity: 1;
}
.aerial-map .map-marker:hover .hidden-info {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-30px);
}
@media (min-width: 992px) {
  .aerial-map .map-marker:hover .hidden-info {
    transform: translateY(-78px);
  }
}
.aerial-map .map-marker .hidden-info {
  bottom: 100%;
  color: #fff;
  display: block;
  margin-bottom: 15px;
  opacity: 0;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  transform: translateY(10px);
  transition: all 0.25s ease-out;
  border: 1px solid #F7AD8C;
  background-color: #004161;
  width: 120px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}
@media (min-width: 992px) {
  .aerial-map .map-marker .hidden-info {
    width: 200px;
    padding: 20px;
    border: 2px solid #F7AD8C;
  }
}
.aerial-map .map-marker .hidden-info:after {
  content: " ";
  width: 1px;
  background-color: #F7AD8C;
  top: 100%;
  height: 50px;
  position: absolute;
}
@media (min-width: 992px) {
  .aerial-map .map-marker .hidden-info:after {
    height: 100px;
    width: 2px;
  }
}
.aerial-map .map-marker .hidden-info h2 {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .aerial-map .map-marker .hidden-info h2 {
    font-size: 20px;
  }
}
.aerial-map .map-marker .hidden-info p {
  color: #F7AD8C;
  font-size: 12px;
}
@media (min-width: 992px) {
  .aerial-map .map-marker .hidden-info p {
    font-size: 16px;
  }
}
.aerial-map .map-marker svg {
  display: block;
  height: auto;
  width: 100%;
  transition: 0.25s linear;
}
.aerial-map .map-marker svg .outer-circle {
  fill-opacity: 0;
}
.aerial-map .map-box {
  position: absolute;
  top: 5%;
  right: 0;
  border: 2px solid #FF2E00;
  background-color: #004161;
  text-align: left;
  width: 30%;
  min-width: 250px;
  opacity: 0;
  z-index: -1;
  transition: 1s;
  display: flex;
}
.aerial-map .map-box.unit {
  display: none;
}
.aerial-map .map-box.open {
  opacity: 1;
  z-index: 1;
}
.aerial-map .map-box.open .box-img-container {
  transform: translateX(0);
}
.aerial-map .map-box .box-content {
  padding: 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.aerial-map .map-box .box-title {
  font-size: rem(20);
  color: #fff;
}
.aerial-map .map-box.unit .box-title {
  font-size: rem(28);
}
.aerial-map .map-box .box-size {
  font-size: rem(18);
  margin-top: rem(10);
}
.aerial-map .map-box .box-img-container {
  position: relative;
  transform: translateX(0%);
  transition: 0.8s;
  width: 60px;
}
.aerial-map .map-box .box-img {
  width: 100%;
  display: flex;
}
.aerial-map .map-box .box-img img {
  width: 100%;
  height: auto;
  margin-right: 15px;
}
.aerial-map .map-box .box-description {
  font-size: 16px;
  color: #fff;
  width: 80%;
}
.aerial-map .map-box .box-description strong {
  font-size: 600;
  color: #FF2E00;
}
