/* Slider */
@import url("https://use.typekit.net/wjm2bln.css");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("../fonts/flexslider-icon.eot");
  src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
  width: 100%;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.landing .flexslider .slides li img {
  background-color: rgba(0, 0, 0, 0.2);
  background-blend-mode: multiply;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #fff;
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "\f001";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: "\f002";
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: auto;
  position: absolute;
  text-align: center;
  z-index: 2;
  bottom: 32px;
  right: 32px;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  display: block;
  background: none;
  background: none;
  cursor: pointer;
  border: 1px solid #ffffff;
  color: #fff;
  z-index: 2;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  font-size: 17px;
  line-height: 28px;
}

.flex-control-paging li a:hover {
  background: #fff;
  color: #000;
}

.flex-control-paging li a.flex-active {
  background: #fff;
  color: #000;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.landing .flexslider,
.landing .flexslider .slides,
.landing .flexslider .slides li,
.landing .flexslider .slides img {
  position: relative;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: hidden;
}

#aboutus .flexslider {
  background-color: #c6e1fb;
}

#aboutus .flex-control-paging li a {
  border-color: #000;
}

#aboutus .flex-control-paging li a.flex-active,
#aboutus .flex-control-paging li a:hover {
  background: #000;
}

.mx85vh img {
  max-height: 85vh;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 900px) {
  .flex-control-nav {
    bottom: 5px;
    right: 10px;
  }
  .flex-control-nav li {
    margin: 0 2px;
  }
  .flex-control-paging li a {
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 22px;
  }
}
/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}

.vbox-overlay * {
  backface-visibility: visible;
}

.vbox-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
}

/* ----- navigation ----- */
.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 50px;
  overflow: hidden;
  position: fixed;
  display: none;
  left: 0;
  z-index: 89;
}

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 50px;
  height: 40px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  z-index: 99;
}

.vbox-left {
  cursor: pointer;
  position: fixed;
  left: 0;
  height: 40px;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  z-index: 99;
  display: flex;
  align-items: center;
}

.vbox-num {
  display: inline-block;
  margin: 6px 0 6px 15px;
}

/* ----- Social share ----- */
.vbox-share {
  line-height: 28px;
  font-size: 12px;
  overflow: hidden;
  position: fixed;
  left: 0;
  z-index: 98;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.vbox-share svg {
  max-height: 28px;
  width: 28px;
  z-index: 10;
  margin-left: 12px;
  margin-top: 6px;
  margin-bottom: 6px;
  vertical-align: middle;
}

/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 99;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #B6B6B6;
  border-right-color: #B6B6B6;
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  transform: rotate(-135deg);
}

.vbox-next span {
  transform: rotate(45deg);
  right: 10px;
}

/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
}

/* ------- Video & iFrames window ------ */
.venoframe {
  max-width: 100%;
  width: 100%;
  border: none;
  width: 100%;
  height: 260px;
  height: 70vh;
}

.venoframe.vbvid {
  height: 260px;
}

@media (min-width: 768px) {
  .venoframe, .vbox-inline {
    width: 90%;
    height: 360px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 640px;
    height: 360px;
  }
}
@media (min-width: 992px) {
  .venoframe, .vbox-inline {
    max-width: 1200px;
    width: 80%;
    height: 540px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 960px;
    height: 540px;
  }
}
/* 
Please do NOT edit this part! 
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
}

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 4%;
}

.vbox-container img {
  max-width: 100%;
  height: auto;
}

.vbox-figlio {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial;
}

img.vbox-figlio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.vbox-content.swipe-left {
  margin-left: -200px !important;
}

.vbox-content.swipe-right {
  margin-left: 200px !important;
}

.vbox-animated {
  webkit-transition: margin 300ms ease-out;
  transition: margin 300ms ease-out;
}

/* ---------- preloader ----------
 * SPINKIT 
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce, .sk-rotating-plane {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-rotating-plane {
  background-color: #333;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}
@keyframes sk-rotatePlane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-double-bounce {
  position: relative;
}

.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-child, .sk-spinner-pulse, .sk-three-bounce .sk-child {
  background-color: #333;
  border-radius: 100%;
}

.sk-double-bounce .sk-double-bounce2 {
  animation-delay: -1s;
}
@keyframes sk-doubleBounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.sk-wave .sk-rect {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
  animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
  animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
  animation-delay: -1s;
}

.sk-wave .sk-rect4 {
  animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
  animation-delay: -0.8s;
}
@keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-wandering-cubes .sk-cube {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}

.sk-chasing-dots, .sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-wandering-cubes .sk-cube2 {
  animation-delay: -0.9s;
}
@keyframes sk-wanderingCube {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.sk-spinner-pulse {
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}
@keyframes sk-pulseScaleOut {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.sk-chasing-dots {
  position: relative;
  text-align: center;
  animation: sk-chasingDotsRotate 2s infinite linear;
}

.sk-chasing-dots .sk-child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}
@keyframes sk-chasingDotsRotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chasingDotsBounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center;
}

.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  display: inline-block;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-circle .sk-child:before, .sk-fading-circle .sk-circle:before {
  display: block;
  border-radius: 100%;
  content: "";
  background-color: #333;
}

.sk-three-bounce .sk-bounce1 {
  animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
  animation-delay: -0.16s;
}
@keyframes sk-three-bounce {
  0%, 100%, 80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  margin: 0 auto;
  width: 15%;
  height: 15%;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  animation-delay: -0.1s;
}
@keyframes sk-circleBounceDelay {
  0%, 100%, 80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #333;
  float: left;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  animation-delay: 0ms;
}

.sk-cube-grid .sk-cube8 {
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  animation-delay: 0.2s;
}
@keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.sk-fading-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  margin: 0 auto;
  width: 15%;
  height: 15%;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  animation-delay: -0.1s;
}
@keyframes sk-circleFadeDelay {
  0%, 100%, 39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.sk-folding-cube {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  animation-delay: 0.9s;
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%, 90% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/* CSS Document */
.watermarkify-wrap {
  position: relative;
  overflow: hidden;
}

.watermarkify-watermark {
  position: absolute;
  left: 10px;
  display: block;
  color: #999;
  padding-left: 2px;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
}

.watermarkify-watermark-blurred {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-Light.eot");
  src: url("/fonts/Inter-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Inter-Light.woff2") format("woff2"), url("/fonts/Inter-Light.woff") format("woff"), url("/fonts/Inter-Light.ttf") format("truetype"), url("/fonts/Inter-Light.svg#Inter-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-SemiBold.eot");
  src: url("/fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/Inter-SemiBold.woff2") format("woff2"), url("/fonts/Inter-SemiBold.woff") format("woff"), url("/fonts/Inter-SemiBold.ttf") format("truetype"), url("/fonts/Inter-SemiBold.svg#Inter-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.ivyjournal-normal {
  font-family: "ivyjournal", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ivyjournal-italic {
  font-family: "ivyjournal", sans-serif;
  font-weight: 300;
  font-style: italic;
}

:root {
  --ivyjournal: "ivyjournal", sans-serif;
  --Inter: "Inter";
  --300: 300;
  --400: 400;
  --600: 600;
  --italic: italic;
  --dark: #272727;
  --white: #F6F9E8;
  --white2: #F1FAF8;
  --off-white: #FFFAEE;
  --green: #6CDDC4;
  --navy: #1E2839;
  --purple: #CBACEB;
  --purple-soft: #F9F6FD;
  --dark-green: #1A3D29;
  --light-green: #CBFC90;
  --brick: #A74A3C;
  --ivory: #E7E4DC;
  --orange: #F68B66;
  --vibrent-green: #89dac5;
  --header-height: 70px;
  --xlarge: 120px;
  --large: 80px;
  --medium: 48px;
  --small: 24px;
  --xsmall: 12px;
}

.clear,
* html .clearfix,
*:first-child + html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.grid_1 {
  width: 6.5%;
}

.grid_2 {
  width: 15%;
}

.grid_3 {
  width: 25%;
}

.grid_4 {
  width: calc(33.3333333333% - var(--small));
}

.grid_5 {
  width: 40.5%;
}

.grid_6 {
  width: 50%;
}
.grid_6.mrs {
  width: calc(50% - (var(--xsmall)));
  margin-right: var(--small);
}
.grid_6.mrs:nth-child(2n) {
  margin-right: 0;
}

.grid_7 {
  width: 57.5%;
}

.grid_8 {
  width: 66.6666666667%;
}

.grid_9 {
  width: 75%;
}

.grid_10 {
  width: 83%;
}

.grid_11 {
  width: 91.5%;
}

.grid_12 {
  width: 100%;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: flex;
  position: relative;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

img {
  display: block;
  border: none;
  max-width: 100%;
  align-self: flex-start;
}

a,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

html {
  height: 100%;
  font-size: 16px;
}

body {
  font-family: var(--Inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.43em;
  margin: 0;
  overflow-x: hidden;
}

h1,
h2 {
  font-family: "ivyjournal", sans-serif;
  font-weight: 300;
  font-style: normal;
}

h1 {
  color: var(--white);
  text-align: center;
  font-size: 27px;
  font-weight: 300;
  line-height: 1.29em;
  /* 104.167% */
  letter-spacing: -0.96px;
}
h1 .italic {
  font-style: italic;
}
h1.large {
  font-size: 48px;
}

h2 {
  font-size: 80px;
  line-height: 1em;
  letter-spacing: -0.02em;
}
h2.medium {
  font-size: 48px;
}
h2 .italic {
  font-style: italic;
}
h2.small {
  font-size: 20px;
}
h2.display {
  color: var(--dark-green);
  font-size: 48px;
  line-height: 1.18em;
  text-align: left;
}
h2.large {
  font-size: 48px;
  line-height: 1.04em;
}

h3 {
  font-family: var(--ivyjournal);
  font-style: normal;
  font-weight: var(--300);
  font-size: 27px;
  line-height: 35px;
  text-align: center;
  letter-spacing: -0.02em;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: var(--dark-green);
  height: var(--header-height);
  padding: 0 var(--small);
  overflow: hidden;
}
header nav {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: -moz-max-content;
  width: max-content;
}
header menu {
  display: flex;
  list-style: none;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 100;
}
header menu #hoverLine {
  width: 30px;
  border-bottom: 2px solid var(--light-green);
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
header menu li {
  margin: 0 var(--small);
  height: 100%;
  display: flex;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
header menu li:last-child {
  margin-right: 0;
}
header menu li a {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.86em;
  letter-spacing: 0.15px;
  color: var(--light-green);
  height: 100%;
}
@media (hover: hover) {
  header menu li a:hover {
    color: var(--white) !important;
  }
}
@media (hover: hover) {
  header .enq:hover {
    color: var(--navy);
    background-color: var(--vibrent-green);
    border: 1px solid var(--vibrent-green);
  }
}
header .enq,
header #nav-toggle {
  font-family: var(--Inter);
  font-weight: var(--400);
  color: var(--dark-green);
  background-color: var(--light-green);
  font-size: 16px;
  line-height: 19px;
  width: 107px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--light-green);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  font-weight: var(--400);
}
header .phone {
  font-family: var(--Inter);
  font-weight: var(--300);
  color: var(--light-green);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  /* 175% */
  letter-spacing: 0.16px;
  margin-left: auto;
  margin-right: 40px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media (hover: hover) {
  header .phone:hover {
    color: #F6F6F6;
  }
}

#page-home {
  padding-top: 0;
}
#page-home #hoverLine {
  display: none !important;
}
@media screen and (min-width: 1001px) {
  #page-home header {
    background-color: transparent;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
  #page-home header menu li a {
    color: var(--ivory);
  }
  #page-home header._bg {
    background-color: var(--dark-green);
  }
  #page-home header._bg menu li a {
    color: var(--light-green);
  }
}

#register {
  padding-top: var(--medium);
}
#register input,
#register select,
#register textarea {
  margin: 0 auto;
  padding: 10px 0 4px 0;
  width: 100%;
  border: 0 none;
  border-bottom: 1px solid rgba(38, 38, 38, 0.25);
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  text-align: left;
  color: var(--dark-green);
  font-family: var(--Inter);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.42em;
  margin-bottom: var(--small);
}
#register input.b_submit,
#register select.b_submit,
#register textarea.b_submit {
  border: 1px solid var(--orange);
  color: var(--ivory);
  background-color: var(--orange);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 0;
  padding: 6px 18px;
  line-height: initial;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media (hover: hover) {
  #register input.b_submit:hover,
  #register select.b_submit:hover,
  #register textarea.b_submit:hover {
    color: var(--orange);
    background-color: var(--dark-green);
  }
}
#register select {
  background-image: url(/images/svg/select.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right center;
}
#register select option {
  padding: 7px 5px;
  background: #fff;
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
}
#register .privacy {
  padding: var(--large) 0;
  color: var(-dark);
  font-family: var(--Inter);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5em;
}
#register .privacy a {
  color: var(--dark-green);
  text-decoration: underline !important;
}
#register .chk_holder {
  margin: 0 0 var(--xsmall) 0;
  color: var(--dark-green);
}
#register #chkInternational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  cursor: pointer;
  display: inline-block;
  line-height: 25px;
  width: 20px;
  text-align: center;
  cursor: pointer;
}
#register #chkInternational + label {
  padding: 2px 0 2px 26px;
  position: relative;
  text-align: center;
  display: block;
  display: inline;
  margin: auto;
}
#register #chkInternational + label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid rgba(38, 38, 38, 0.25);
  content: "";
  display: block;
}
#register #chkInternational + label:after {
  position: absolute;
  left: 0;
  width: 5px;
  height: 11px;
  top: 50%;
  left: 8px;
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 2px solid rgba(38, 38, 38, 0.25);
  border-right: 2px solid rgba(38, 38, 38, 0.25);
  content: "";
  display: block;
  transition: all 0.4s ease-in-out;
}
#register #chkInternational:checked + label:after {
  transform: translateY(-60%) rotate(45deg) scale(1);
}
#register input:-webkit-input-placeholder,
#register textarea:-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
#register input::-webkit-input-placeholder,
#register textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
#register input:-moz-placeholder,
#register textarea:-moz-placeholder {
  color: #000;
  opacity: 1;
}
#register input::-moz-placeholder,
#register textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}
#register input:-ms-input-placeholder,
#register textarea:-ms-input-placeholder {
  opacity: 1;
}
#register input:focus::-webkit-input-placeholder,
#register textarea:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
#register input:focus:-moz-placeholder,
#register textarea:focus:-moz-placeholder {
  opacity: 0.5;
}
#register input:focus::-moz-placeholder,
#register textarea:focus::-moz-placeholder {
  opacity: 0.5;
}
#register input:focus:-ms-input-placeholder,
#register textarea:focus:-ms-input-placeholder {
  opacity: 0.5;
}
#register ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-bottom: 1px solid #525252;
  clear: both;
}
#register li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}
#register ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100% !important;
  margin-bottom: 0;
}
#register li.token-input-token-project p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 20px;
  font-size: 11px;
}
#register li.token-input-token-project {
  overflow: hidden;
  height: 25px;
  margin: 0;
  padding: 2px 5px;
  background-color: #ccc;
  color: #000;
  cursor: default;
  border: 1px solid #525252;
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}
#register div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
}
#register div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}
#register div.token-input-dropdown-project ul li {
  background-color: #fff;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}
#register div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: #fff;
}
#register div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #fff;
}
#register div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}
#register div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #fff;
}
#register ul.parsley-errors-list.filled,
#register ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 60%;
}
#register ul.parsley-errors-list.filled li,
#register ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #f00d0d;
}

footer {
  display: flex;
  width: 100%;
  position: relative;
}
footer .bb1 {
  border-bottom: 1px solid var(--dark-green);
  padding-bottom: var(--small);
  margin-bottom: var(--small);
}
footer .mrl {
  display: flex;
  flex-direction: column;
  margin-right: var(--large);
}
footer a,
footer p {
  color: var(--dark-green);
  font-family: var(--Inter);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5em;
  margin-right: 20px;
}
footer #by-law a {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media (hover: hover) {
  footer #by-law a:hover {
    color: #8D8D8D;
  }
}

#th {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/home/home-gradient-background-2.jpg);
  background-size: cover;
  background-position: center;
  z-index: 1000;
}
#th h2 {
  color: var(--brick);
  text-align: center;
  margin-bottom: var(--medium);
  width: 96%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#th a {
  border: 1px solid var(--brick);
  color: var(--brick);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 0;
  padding: 6px 18px;
  line-height: initial;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media (hover: hover) {
  #th a:hover {
    color: var(--white);
    background-color: var(--brick);
  }
}

section {
  display: block;
  position: relative;
  width: 100%;
  background-color: var(--white);
}

.container {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.container.medium {
  max-width: 1024px;
}
.container.small {
  max-width: 820px;
}

.lazy-fade {
  opacity: 0;
  transition: 1.5s;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
}
.lazy-fade.fadeIn {
  opacity: 1;
}

section.landing {
  height: 100vh;
  height: 100svh;
  position: sticky;
  top: 0;
}
section.landing .scroll-down {
  position: absolute;
  bottom: var(--small);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.landing .bg-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
section.landing > div {
  background: rgba(0, 0, 0, 0.2);
}
section.landing #opening {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
section.landing #opening svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  width: 600px;
  max-width: 80%;
  height: auto;
  display: none;
}
section.landing #opening #two g {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
section.landing #opening #two g#c {
  opacity: 1 !important;
}

.scroll-down {
  margin-bottom: var(--small);
}

#plus {
  margin-left: auto;
  margin-right: auto;
  width: 610px;
  max-width: calc(100% - 40px);
}
#plus .cls-1 {
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
#plus .cls-2 {
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
#plus .cls-3 {
  fill: #cbfc90;
  stroke-width: 0px;
}
#plus .cls-4 {
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
#plus.fadeIn.blink .cls-1 {
  opacity: 0.5;
}
#plus.fadeIn.blink .cls-2 {
  opacity: 0.8;
}
#plus.fadeIn.blink .cls-4 {
  opacity: 0.2;
}

div:has(> .bl1) {
  padding-left: var(--small);
}

div:has(> .br1) {
  padding-right: var(--small);
}

.bl1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  border-left: 1px solid;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
.bl1.lazy-fade {
  opacity: 1;
  transition: 2s;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
}
.bl1.lazy-fade.fadeIn {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transition-delay: 0.5s;
}
.bl1.dark-green {
  border-color: var(--dark-green);
}
.bl1.orange {
  border-color: var(--orange);
}
.bl1.brick {
  border-color: var(--brick);
}
.bl1.purple {
  background-color: var(--purple);
}

.br1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  border-right: 1px solid;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
.br1.lazy-fade {
  opacity: 1;
  transition: 2s;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
}
.br1.lazy-fade.fadeIn {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transition-delay: 0.5s;
}
.br1.dark-green {
  border-color: var(--dark-green);
}
.br1.orange {
  border-color: var(--orange);
}
.br1.brick {
  border-color: var(--brick);
}
.br1.purple {
  background-color: var(--purple);
}

#form-holder .tel {
  font-family: var(--Inter);
  color: var(--dark-green);
  font-style: normal;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: -0.54px;
  margin-right: var(--xlarge);
  flex-direction: column;
}
#form-holder .tel span {
  font-weight: 700;
}
#form-holder .tel:last-child {
  margin-bottom: 0;
}

.artist {
  color: var(--white);
  font-family: var(--Inter);
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 2em;
  z-index: 2;
  position: absolute;
  bottom: var(--xsmall);
  right: var(--medium);
}

.disclaimer {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: var(--brick);
}
.disclaimer a {
  text-decoration: underline;
  text-align: center;
  margin-top: auto;
  font-size: 12px;
}
.disclaimer p {
  width: 100%;
  padding: 40px;
  margin: 0 auto auto;
  width: calc(100% - 40px);
  max-width: 600px;
  font-size: 12px;
}
.disclaimer.show {
  display: flex;
}

.bg-iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 120vw;
  min-height: 120vw;
  pointer-events: none;
  transform: translate(-50%, -50%);
  width: initial;
  height: initial;
  background-position: center;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.square-video {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-holder {
  width: 100%;
  overflow: hidden;
}

.fullyvideo {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: bottom;
     object-position: bottom;
}

.play-film {
  font-family: var(--Inter);
  font-style: normal;
  font-weight: var(--400);
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 153px;
  height: 39px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background-color: var(--light-green);
  color: var(--dark-green);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: var(--large);
  z-index: 2;
}
.play-film img {
  margin: auto 10px;
}

.sticky {
  position: sticky;
  height: 100vh;
}
.sticky img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.sticky.t0 {
  top: 0;
}
.sticky .artist {
  bottom: var(--small);
}

.btn {
  padding: 10px 25px;
  color: var(--dark-green);
  border: 1px solid var(--dark-green);
  border-radius: 100px;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.btn.white {
  color: var(--white);
  border-color: var(--white);
}
.btn.fadeIn {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.icons {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: var(--xsmall);
}

p:has(.icons) {
  font-size: 14px;
  padding-right: var(--xsmall);
  line-height: 1.2em;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition-delay: 1s;
  z-index: 2;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 2;
}
.slick-arrow.slick-prev {
  left: var(--large);
}
.slick-arrow.slick-next {
  right: var(--large);
}

.slick-slide img {
  display: block !important;
}

iframe.video {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100vw;
  min-height: 110vh;
  background-position-x: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 1;
  aspect-ratio: 16/9;
}

div:has(.sq-video) {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}

iframe.sq-video {
  position: absolute;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  background-position-x: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 1;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.vimeo-frame {
  aspect-ratio: 5/4;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-name,
.fouad {
  font-weight: var(--300);
  font-size: 16px;
  line-height: 20px;
}

.project-details,
.fouad-position {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.map-inner {
  display: none !important;
}

.map-cat .map-link,
.map-cat .mobile-map-link {
  display: block;
  border: 1px solid var(--white);
  padding: 20px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background-size: 15px;
  background-position: 10% center;
  background-repeat: no-repeat;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  font-size: 14px;
  color: var(--white);
  padding: 8px 20px;
}
.map-cat .map-link .icons,
.map-cat .mobile-map-link .icons {
  width: auto;
  height: 80%;
  margin: auto 20px auto 0;
}
@media (hover: hover) {
  .map-cat .map-link:hover,
  .map-cat .mobile-map-link:hover {
    border: 1px solid var(--vibrent-green);
    color: var(--vibrent-green);
  }
  .map-cat .map-link:hover img.just-desktop,
  .map-cat .mobile-map-link:hover img.just-desktop {
    display: none;
  }
  .map-cat .map-link:hover img.just-mobile,
  .map-cat .mobile-map-link:hover img.just-mobile {
    display: block;
    mix-blend-mode: plus-lighter;
  }
}
.map-cat .map-link.active,
.map-cat .mobile-map-link.active {
  pointer-events: none;
  cursor: initial;
}
.map-cat .map-link.active[data-link=parks],
.map-cat .mobile-map-link.active[data-link=parks] {
  background-color: #CBFC90;
  color: var(--dark-green);
}
.map-cat .map-link.active[data-link=parks] .icons.just-desktop,
.map-cat .mobile-map-link.active[data-link=parks] .icons.just-desktop {
  display: none;
}
.map-cat .map-link.active[data-link=parks] .icons.just-mobile,
.map-cat .mobile-map-link.active[data-link=parks] .icons.just-mobile {
  display: block;
}
.map-cat .map-link.active[data-link=health],
.map-cat .mobile-map-link.active[data-link=health] {
  background-color: #EEEBE2;
  color: var(--dark-green);
}
.map-cat .map-link.active[data-link=health] .icons.just-desktop,
.map-cat .mobile-map-link.active[data-link=health] .icons.just-desktop {
  display: none;
}
.map-cat .map-link.active[data-link=health] .icons.just-mobile,
.map-cat .mobile-map-link.active[data-link=health] .icons.just-mobile {
  display: block;
}
.map-cat .map-link.active[data-link=shopping],
.map-cat .mobile-map-link.active[data-link=shopping] {
  background-color: #CBACEB;
  color: var(--dark-green);
}
.map-cat .map-link.active[data-link=shopping] .icons.just-desktop,
.map-cat .mobile-map-link.active[data-link=shopping] .icons.just-desktop {
  display: none;
}
.map-cat .map-link.active[data-link=shopping] .icons.just-mobile,
.map-cat .mobile-map-link.active[data-link=shopping] .icons.just-mobile {
  display: block;
}
.map-cat .map-link.active[data-link=transport],
.map-cat .mobile-map-link.active[data-link=transport] {
  background-color: #89DAC5;
  color: var(--dark-green);
}
.map-cat .map-link.active[data-link=transport] .icons.just-desktop,
.map-cat .mobile-map-link.active[data-link=transport] .icons.just-desktop {
  display: none;
}
.map-cat .map-link.active[data-link=transport] .icons.just-mobile,
.map-cat .mobile-map-link.active[data-link=transport] .icons.just-mobile {
  display: block;
}
.map-cat .map-link.active[data-link=schools],
.map-cat .mobile-map-link.active[data-link=schools] {
  background-color: #F68B66;
  color: var(--dark-green);
}
.map-cat .map-link.active[data-link=schools] .icons.just-desktop,
.map-cat .mobile-map-link.active[data-link=schools] .icons.just-desktop {
  display: none;
}
.map-cat .map-link.active[data-link=schools] .icons.just-mobile,
.map-cat .mobile-map-link.active[data-link=schools] .icons.just-mobile {
  display: block;
}
.map-cat .map-link.active:hover,
.map-cat .mobile-map-link.active:hover {
  box-shadow: initial;
}

.points-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.points-holder img {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  opacity: 0;
}
.points-holder img.active {
  opacity: 1;
}

#page-team .artist {
  bottom: var(--xsmall);
  right: var(--xsmall);
}

@media (hover: hover) {
  .hover1:hover {
    background-color: var(--dark-green);
    color: var(--white);
    border: 1px solid transparent;
  }
  .hover2:hover {
    background-color: var(--orange);
    border: 1px solid transparent;
  }
  .hover3:hover {
    background-color: var(--navy);
    color: var(--white);
    border: 1px solid transparent;
  }
  .hover4:hover {
    background-color: var(--light-green);
    border: 1px solid transparent;
  }
  .hover5:hover {
    background-color: var(--green);
    color: var(--dark-green);
    border: 1px solid transparent;
  }
}
.retail-level {
  width: 240px;
  max-width: initial;
}
.retail-level.active {
  color: var(--white);
  background-color: var(--dark-green);
}

.lightbox {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
}

/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
.ofh {
  overflow: hidden;
}

.bold,
b {
  font-weight: 600;
}

.centeralign,
.center-align {
  text-align: center;
}

.left-align {
  text-align: left;
}

.middlealign {
  align-items: center;
}

.textcenter {
  text-align: center;
}

.wrapper {
  display: flex;
}

.wrap {
  flex-flow: wrap;
}

.bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg.bottom {
  background-position: bottom;
}
.bg.top {
  background-position: top;
}
.bg.righ {
  background-position: right;
}
.bg.left {
  background-position: left;
}

.fullwidth,
.full-width {
  width: 100%;
}

.fullheight,
.full-height {
  height: 100%;
}

.full-vh {
  height: 100vh;
}

.column {
  display: flex;
  flex-direction: column;
  position: relative;
}

.row {
  display: flex;
  flex-direction: row;
  position: relative;
}

.row-reverse {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}

.space-between {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: end;
}

.ptxl {
  padding-top: var(--xlarge);
}

.pbxl {
  padding-bottom: var(--xlarge);
}

.ptl {
  padding-top: var(--large);
}

.pbl {
  padding-bottom: var(--large);
}

.pls {
  padding-left: var(--xsmall);
}

.plrl {
  padding-left: var(--large);
  padding-right: var(--large);
}

.pll {
  padding-left: var(--large);
}

.ptm {
  padding-top: var(--medium);
}

.pbm {
  padding-bottom: var(--medium);
}

.pts {
  padding-top: var(--small);
}

.pbs {
  padding-bottom: var(--small);
}

.ptxs {
  padding-top: var(--xsmall);
}

.pbxs {
  padding-bottom: var(--xsmall);
}

.pxs {
  padding: var(--xsmall);
}

.plrs {
  padding-left: var(--small);
  padding-right: var(--small);
}

.mtxl {
  margin-top: var(--xlarge);
}

.mbxl {
  margin-bottom: var(--xlarge);
}

.mtl {
  margin-top: var(--large);
}

.mbl {
  margin-bottom: var(--large);
}

.mtm {
  margin-top: var(--medium);
}

.mbm {
  margin-bottom: var(--medium);
}

.mts {
  margin-top: var(--small);
}

.mbs {
  margin-bottom: var(--small);
}

.mtxs {
  margin-top: var(--xsmall);
}

.mbxs {
  margin-bottom: var(--xsmall);
}

.mrm {
  margin-right: var(--medium);
}

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

.mta {
  margin-top: auto;
}

.mba {
  margin-bottom: auto;
}

.mla {
  margin-left: auto;
}

.mra {
  margin-right: auto;
}

.ma {
  margin: auto;
}

.black {
  color: var(--dark);
}

.white {
  color: var(--white);
}

.dark-green {
  color: var(--dark-green);
}

.vibrent-green {
  color: var(--vibrent-green);
}

.green {
  color: var(--green);
}

.bg-white {
  background-color: var(--white);
}

.bg-off-white {
  background-color: var(--off-white);
}

.light-green {
  color: var(--light-green);
}

.orange {
  color: var(--orange);
}

.bg-orange {
  background-color: var(--orange);
}

.bg-navy {
  background-color: var(--navy);
}

.navy {
  color: var(--navy);
}

.purple {
  color: var(--purple);
}

.bg-purple-soft {
  background-color: var(--purple-soft);
}

.brick {
  color: var(--brick);
}

.bg-brick {
  background-color: var(--brick);
}

.bg-ivory {
  background-color: var(--ivory);
}

.absolute {
  position: absolute;
  z-index: 2;
}
.absolute.t0 {
  top: 0;
}
.absolute.l0 {
  left: 0;
}

.plr10 {
  padding-left: 10px;
  padding-right: 10px;
}

.relative {
  position: relative;
}

.italic {
  font-style: italic;
}

.mlr5 {
  padding-left: 5px;
  padding-right: 5px;
}

.pt40vh {
  padding-top: 40vh;
}

.aspect1by1 {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect3by2 {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect2by3 {
  aspect-ratio: 2/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect4by2 {
  aspect-ratio: 4/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect2by4 {
  aspect-ratio: 2/4;
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect16by9 {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.just-mobile {
  display: none;
}

.fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.fit-contain {
  -o-object-fit: cover;
     object-fit: cover;
}

#nav-toggle {
  display: none !important;
}

@media screen and (max-width: 1280px) {
  .container {
    padding-left: var(--small);
    padding-right: var(--small);
  }
  footer a,
  footer p {
    font-size: 12px;
    text-align: center;
  }
  footer .mrl {
    margin-right: var(--medium);
  }
  .slick-arrow.slick-prev {
    left: var(--medium);
  }
  .slick-arrow.slick-next {
    right: var(--medium);
  }
  p:has(.icons) {
    font-size: 12px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1000px) {
  :root {
    --xlarge: 100px;
    --large: 60px;
    --medium: 40px;
    --small: 18px;
    --xsmall: 10px;
  }
  .just-desktop {
    display: none !important;
  }
  .just-mobile {
    display: block;
  }
  .just-mobile.column, .just-mobile.row {
    display: flex;
  }
  .grid_2,
  .grid_3,
  .grid_6,
  .grid_5,
  .grid_4,
  .grid_8,
  .grid_7,
  .grid_10 {
    width: 100% !important;
    margin-right: 0 !important;
  }
  h1 {
    font-size: 26px;
    padding: 0 var(--xsmall);
  }
  h1.large {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
  h3.m-p {
    color: var(--dark-green);
    font-family: var(--Inter);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5em;
    margin-right: 20px;
  }
  #th h2 {
    font-size: 28px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  h2 {
    font-size: 48px;
    line-height: 1em;
    letter-spacing: -0.02em;
  }
  h2.medium {
    font-size: 24px;
  }
  h2 .italic {
    font-style: italic;
  }
  h2.small {
    font-size: 24px;
  }
  h2.display {
    color: var(--dark-green);
    font-size: 48px;
    line-height: 1.18em;
    text-align: left;
  }
  h2.large {
    font-size: 48px;
    line-height: 1.04em;
  }
  header {
    padding: var(--small) var(--xsmall);
    justify-content: space-between;
  }
  header .register {
    border: 1px solid var(--light-green);
    padding: 4px var(--xsmall);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  header nav {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: var(--white);
    margin: auto;
    padding-left: 32px;
    visibility: hidden;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    pointer-events: none;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
  }
  header nav #closeMenu {
    position: absolute;
    top: var(--small);
    right: var(--small);
  }
  header nav .m-enq {
    padding: 10px 25px;
    background-color: var(--dark-green);
    color: var(--white);
    margin-right: var(--medium);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
  }
  header nav .m-phone {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.2px;
    text-decoration-line: underline;
  }
  header nav menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    position: relative;
    margin: auto 0;
  }
  header nav menu .bl1 {
    left: -10px;
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  header nav menu li {
    margin: 0;
    margin-bottom: var(--small);
  }
  header nav menu li:last-child {
    margin-bottom: 0;
  }
  header nav menu li a {
    font-family: var(--ivyjournal);
    color: var(--dark-green);
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.1em;
    letter-spacing: -0.96px;
  }
  header nav.active_nav {
    visibility: visible;
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    pointer-events: initial;
  }
  header #nav-toggle,
  header .enq {
    display: flex !important;
    width: auto;
    background-color: initial;
    color: var(--light-green);
    border: 0 none;
    padding: 0;
    overflow: hidden;
  }
  .container {
    padding-left: var(--xsmall);
    padding-right: var(--xsmall);
  }
  .plrs {
    padding: 0;
  }
  footer {
    background-position: bottom right;
  }
  footer .deicorp {
    height: 30px;
  }
  footer .melrose {
    height: 50px;
  }
  footer .mla {
    margin-left: 0;
  }
  footer #by-law {
    justify-content: space-around;
    align-items: center;
    margin: 0;
  }
  footer #by-law p {
    width: 100%;
    margin: auto;
    margin-bottom: var(--xsmall);
    text-align: center;
  }
  footer #by-law a {
    margin: 0;
    margin-bottom: var(--xsmall);
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .deicorp {
    height: 40px;
  }
  html,
  body {
    height: 100%;
  }
  html section.landing,
  body section.landing {
    height: 100%;
  }
  iframe.full-width {
    width: 100vw;
    height: 100vw;
  }
  div:has(> iframe) {
    overflow: hidden;
    max-width: 100%;
  }
  strong {
    font-weight: initial !important;
  }
  .disclaimer {
    display: none;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    overflow-y: scroll;
  }
  .disclaimer a {
    margin: auto;
    position: fixed;
    text-align: center;
    padding: 10px 0;
    background-color: var(--brick);
    width: 100%;
  }
  .disclaimer p {
    width: 100%;
    padding: 100px 20px;
    margin: 0 auto auto;
    width: 100%;
    max-width: 600px;
    font-size: 12px;
  }
  .disclaimer.show {
    display: flex;
  }
  .bl1,
  .br1 {
    display: none;
  }
  div > :has(.bl1) {
    padding-left: var(--small);
    padding-left: 0;
  }
  div > :has(.br1) {
    padding-right: var(--small);
    padding-right: 0;
  }
  #form-holder .tel {
    margin-right: 0;
  }
  footer .mrl {
    margin-right: 0;
  }
  footer .melrose {
    margin: auto;
  }
  footer .column {
    justify-content: center;
    align-items: center;
  }
  footer a,
  footer p {
    padding-right: 0;
    margin-right: 0;
  }
  footer .mla {
    margin-left: auto;
    margin-right: auto;
  }
  .sticky {
    position: relative;
    height: initial;
  }
  .sticky img {
    height: initial;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sticky.t0 {
    top: initial;
  }
  .m-ratio1by1 {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 80%;
       object-position: 80%;
  }
  .m-ratio7by5 {
    aspect-ratio: 7/5;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .artist {
    right: var(--xsmall);
  }
  .slick-arrow img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .slick-arrow.slick-prev {
    left: var(--xsmall);
  }
  .slick-arrow.slick-next {
    right: var(--xsmall);
  }
  .vimeo-frame {
    aspect-ratio: initial;
    -o-object-fit: initial;
       object-fit: initial;
  }
  #hoverLine {
    opacity: 0 !important;
    pointer-events: none;
  }
  .active-page {
    border-bottom: 2px solid var(--dark-green);
  }
  p:has(.icons) {
    align-items: center;
  }
  p:has(.icons) br {
    display: none;
  }
  #map {
    aspect-ratio: 2/3;
  }
  #map-links {
    width: 100%;
    height: 50px;
    position: relative;
    padding: 0;
    padding-bottom: var(--xsmall);
    display: flex;
    flex-direction: column;
    background-color: var(--navy);
    z-index: 99;
    margin-bottom: 6px;
  }
  #map-links .mobile-map-link {
    justify-content: flex-start;
    width: 100%;
    height: 50px;
    display: none;
  }
  #map-links .mobile-map-link.active {
    display: flex;
    background-image: url(/images/svg/arrow-down-black.svg);
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 20px;
  }
  #map-links .mobile-map-link[data-link=parks] {
    background-color: #CBFC90;
    color: var(--dark-green);
  }
  #map-links .mobile-map-link[data-link=parks] .icons.just-desktop {
    display: none;
  }
  #map-links .mobile-map-link[data-link=parks] .icons.just-mobile {
    display: block;
  }
  #map-links .mobile-map-link[data-link=health] {
    background-color: #EEEBE2;
    color: var(--dark-green);
  }
  #map-links .mobile-map-link[data-link=health] .icons.just-desktop {
    display: none;
  }
  #map-links .mobile-map-link[data-link=health] .icons.just-mobile {
    display: block;
  }
  #map-links .mobile-map-link[data-link=shopping] {
    background-color: #CBACEB;
    color: var(--dark-green);
  }
  #map-links .mobile-map-link[data-link=transport] {
    background-color: #89DAC5;
    color: var(--dark-green);
  }
  #map-links .mobile-map-link[data-link=transport] .icons.just-desktop {
    display: none;
  }
  #map-links .mobile-map-link[data-link=transport] .icons.just-mobile {
    display: block;
  }
  #map-links .mobile-map-link[data-link=schools] {
    background-color: #F68B66;
    color: var(--dark-green);
  }
  #map-links .mobile-map-link[data-link=schools] .icons.just-desktop {
    display: none;
  }
  #map-links .mobile-map-link[data-link=schools] .icons.just-mobile {
    display: block;
  }
  #dropDown {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--navy);
  }
  #dropDown.open {
    height: initial;
    padding-bottom: 10px;
  }
  #dropDown.open .mobile-map-link {
    display: flex;
    margin-bottom: 6px;
  }
  .point-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .point-holder .category {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .point-holder .category#category-0, .point-holder .category#category-2, .point-holder .category#category-4 {
    background-image: url(/images/location/m-map.jpg?v2);
  }
  .point-holder .category#category-1, .point-holder .category#category-3 {
    background-image: url(/images/location/m-map1.jpg?v2);
  }
  .group {
    width: -moz-max-content;
    width: max-content;
    padding: 4px;
    position: absolute;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 10px;
  }
  .group::before {
    content: "";
    height: 20px;
    width: 20px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 6px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-image: url(/images/svg/plus.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid var(--black);
  }
  .category {
    display: none;
  }
  .group {
    font-size: 0;
    color: transparent;
  }
  #category-0 .group::before {
    background-color: #CBFC90;
    color: var(--dark-green);
  }
  #category-0 .group.visible {
    background-color: #CBFC90;
    color: var(--dark-green);
  }
  #category-0 .group.visible::before {
    content: none;
  }
  .group.visible {
    font-size: 10px;
    font-weight: bold;
    z-index: 10;
  }
  #category-2 .group::before {
    background-color: #EEEBE2;
    color: var(--dark-green);
  }
  #category-2 .group.visible {
    background-color: #EEEBE2;
    color: var(--dark-green);
  }
  #category-2 .group.visible::before {
    content: none;
  }
  #category-4 .group::before {
    background-color: #CBACEB;
    color: var(--dark-green);
  }
  #category-4 .group.visible {
    background-color: #CBACEB;
    color: var(--dark-green);
  }
  #category-4 .group.visible::before {
    content: none;
  }
  #category-4 .group.visible:nth-child(1) {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  #category-3 .group::before {
    background-color: #89DAC5;
    color: var(--dark-green);
  }
  #category-3 .group.visible {
    background-color: #89DAC5;
    color: var(--dark-green);
  }
  #category-3 .group.visible::before {
    content: none;
  }
  #category-3 .group.visible:nth-child(1) {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  #category-3 .group.visible:nth-child(2) {
    transform: translateX(-75%);
    -webkit-transform: translateX(-75%);
    -moz-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    -o-transform: translateX(-75%);
  }
  #category-3 .group.visible:nth-child(3) {
    transform: translateX(-75%);
    -webkit-transform: translateX(-75%);
    -moz-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    -o-transform: translateX(-75%);
  }
  #category-1 .group::before {
    background-color: #F68B66;
    color: var(--dark-green);
  }
  #category-1 .group.visible {
    background-color: #F68B66;
    color: var(--dark-green);
  }
  #category-1 .group.visible::before {
    content: none;
  }
  #category-1 .group.visible:nth-child(3) {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  #category-1 .group.visible:nth-child(4) {
    transform: translateX(-75%);
    -webkit-transform: translateX(-75%);
    -moz-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    -o-transform: translateX(-75%);
  }
  #category-1 .group.visible:nth-child(5) {
    transform: translateX(-75%);
    -webkit-transform: translateX(-75%);
    -moz-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    -o-transform: translateX(-75%);
  }
  .m-aspect1by1 {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-aspect3by2 {
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-aspect2by3 {
    aspect-ratio: 2/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-aspect4by2 {
    aspect-ratio: 4/2;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-aspect2by4 {
    aspect-ratio: 2/4;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-flex-start {
    align-items: flex-start;
  }
  .m-pbs {
    padding-bottom: var(--small);
  }
  .m-full-width {
    width: 100%;
  }
  /*------------------------------------*/
  .ptxl {
    padding-top: var(--medium);
  }
  .pbxl {
    padding-bottom: var(--medium);
  }
  .pbl {
    padding-bottom: var(--medium);
  }
  .ptl {
    padding-top: var(--medium);
  }
  .m-ml0 {
    margin-left: 0;
  }
  .m-left-align {
    text-align: left;
  }
  .m-mbm {
    margin-bottom: var(--medium);
  }
  .m-mbs {
    margin-bottom: var(--small);
  }
  .m-align-start {
    align-items: flex-start;
  }
  .m-column {
    flex-direction: column;
  }
  .m-column-reverse {
    flex-direction: column-reverse;
  }
  .m-justify-center {
    justify-content: center;
  }
  .m-plrs {
    padding-left: var(--xsmall) !important;
    padding-right: var(--xsmall) !important;
  }
  .m-plr0 {
    padding-left: 0;
    padding-right: 0;
  }
  .m-pbs {
    padding-bottom: var(--small);
  }
  .m-pb0 {
    padding-bottom: 0;
  }
  .m-pts {
    padding-top: var(--small);
  }
  .m-pt0 {
    padding-top: 0;
  }
  .m-pbm {
    padding-bottom: var(--medium);
  }
  .m-ptm {
    padding-top: var(--medium);
  }
}/*# sourceMappingURL=style.css.map */