@import url("https://use.typekit.net/soj8hkg.css");
:root {
  --brownpro: "brown-pro", sans-serif;
  --dark: #030303;
  --light: #ffffff;
  --light-gray: rgba(201,204,210,0.25);
  --light-blue: #CEDBEE;
  --brick: #A55A28;
  --header-height: 80px;
  --xlarge: 160px;
  --large: 80px;
  --medium: 40px;
  --small: 20px;
  --xsmall: 10px;
}

/* Slider */
.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)";
}

.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: 8.3333333333%;
}

.grid_2 {
  width: 16.6666666667%;
}

.grid_3 {
  width: 25%;
}
.grid_3.mr20 {
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc(25% - 15px);
}
.grid_3.mr20:nth-child(4n) {
  margin-right: 0;
}

.grid_4 {
  width: 33.3333333333%;
}

.grid_5 {
  width: 41.6666666667%;
}

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

.grid_7 {
  width: 66.6666666667%;
}

.grid_8 {
  width: 66.6666666667%;
}

.grid_9 {
  width: 75%;
}

.grid_10 {
  width: 83.3333333333%;
}

.grid_11 {
  width: 91.6666666667%;
}

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

img {
  display: block;
  border: none;
  max-width: 100%;
  align-self: flex-start;
}
img.full-height {
  -o-object-fit: cover;
     object-fit: cover;
}

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(--brownpro);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4em;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  height: 100%;
}

h1 {
  font-family: var(--brownpro);
  font-weight: 500;
  text-align: center;
  font-size: 36px;
  letter-spacing: -0.01em;
  line-height: 1.3em;
  color: var(--light);
}
h1 span {
  font-size: 0.6em;
  padding-bottom: var(--small);
}

h2 {
  font-weight: 600;
  font-style: italic;
  font-size: 28px;
  letter-spacing: -0.05em;
  text-align: left;
  color: #060606;
  line-height: 1.4em;
}

h3 {
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -0.05em;
  text-align: left;
  color: #060606;
  line-height: 1.05em;
}
h3 span {
  font-weight: 300;
}

p {
  line-height: 1.2em;
}
p.large {
  font-size: 22px;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  height: var(--header-height);
  padding: var(--xsmall) var(--small);
  overflow: hidden;
  transition: 0.3s background-color;
  -webkit-transition: 0.3s background-color;
  -moz-transition: 0.3s background-color;
  -ms-transition: 0.3s background-color;
  -o-transition: 0.3s background-color;
}
header > *:first-child, header > *:last-child {
  width: 150px;
}
header .logo {
  width: 150px;
  z-index: 2;
}
header .logo svg {
  display: block;
}
header .logo svg path {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
header .enq {
  font-family: var(--brownpro);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--light);
  text-transform: uppercase;
  padding: 6px 24px;
  background-color: var(--dark);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
header nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
header nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
header nav ul li:nth-child(even) {
  font-size: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--light);
  margin: 0 10px;
  line-height: 1;
}
header nav ul li a {
  font-family: var(--brownpro);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--light);
  text-transform: uppercase;
}
header.addbg {
  background-color: var(--light-blue);
}
header.addbg .logo svg path {
  fill: var(--dark) !important;
}
header.addbg nav ul li {
  color: var(--dark);
}
header.addbg nav ul li a {
  color: var(--dark);
}

#register {
  max-width: 600px;
  width: 100%;
}
#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);
  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-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;
  border: 1px solid rgba(38, 38, 38, 0.25);
}
#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-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5em;
}
#register .privacy a {
  color: var(--dark);
  text-decoration: underline !important;
}
#register .chk_holder {
  margin: 0 0 var(--xsmall) 0;
  color: var(--dark);
}
#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;
  padding: var(--xsmall) var(--large);
}
footer .plus {
  width: 80px;
  margin-left: var(--medium);
}
footer .lumex {
  width: 124px;
}
footer a {
  font-family: var(--brownpro);
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--dark);
}
footer .space {
  display: flex;
  padding: 0 20px;
}

#th {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
#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(--light);
    background-color: var(--brick);
  }
}

section {
  display: block;
  position: relative;
  width: 100%;
}
section.landing {
  height: 100%;
  overflow: hidden;
  min-height: 520px;
}
section.landing .slideFade,
section.landing .fade-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.landing .slideFade .slick-list,
section.landing .slideFade .slick-track,
section.landing .slideFade .slick-slide,
section.landing .slideFade .slick-slide div,
section.landing .slideFade .slick-slide div img,
section.landing .fade-slider .slick-list,
section.landing .fade-slider .slick-track,
section.landing .fade-slider .slick-slide,
section.landing .fade-slider .slick-slide div,
section.landing .fade-slider .slick-slide div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.landing .slideFade .slick-dots,
section.landing .fade-slider .slick-dots {
  display: none !important;
}
section.landing .column {
  z-index: 2;
}

.container {
  display: block;
  position: relative;
  width: 1280px;
  max-width: 100%;
  padding-left: var(--large);
  padding-right: var(--large);
  margin-left: auto;
  margin-right: auto;
}
.container.medium {
  max-width: 1024px;
}
.container.small {
  max-width: 830px;
}

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

.fully-video {
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-logo {
  width: 400px;
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}

.dark-layer {
  background-color: rgba(0, 0, 0, 0.25);
}

.play-btn {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0em;
  text-align: centr;
  color: var(--light);
  text-transform: uppercase;
}

.btn {
  font-family: var(--brownpro);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1em;
  letter-spacing: 0em;
  text-align: left;
  color: var(--light);
  background-color: var(--brick);
  padding: 8px 32px;
  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;
  text-transform: uppercase;
}
.btn.black {
  background-color: var(--dark);
  color: var(--light);
}

.sticky-t0 {
  position: sticky;
  top: var(--header-height);
}

.bg-lightblue {
  background-color: var(--light-blue);
}

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

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

.mt-medium {
  margin-top: calc(var(--large) * -1);
}

.phone {
  font-weight: 600;
}

.village-hub {
  height: var(--large);
  margin-bottom: calc(-1 * var(--small));
}

.address {
  font-weight: 600;
}

.map-inner {
  height: 0;
  overflow: hidden;
  transition: height 0.5s;
}

.map-link {
  line-height: 1;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 0;
  display: flex;
}

.active + .map-inner {
  padding-bottom: 10px;
}

.map-cat {
  border-top: 1px solid var(--dark);
}

#map {
  min-height: calc(100vh - var(--header-height));
}

.icon-holder img {
  height: 80px;
}
.icon-holder p {
  color: var(--light);
  text-align: center;
}
.icon-holder p span {
  padding-top: var(--xsmall);
  font-size: 0.7em;
  font-weight: 300;
}
.icon-holder.large {
  font-size: 1.3em;
  font-weight: 500;
}

.slick-dots {
  position: absolute;
  bottom: 14px;
  left: 10px;
  width: 100%;
  display: flex;
  list-style-type: none;
}
.slick-dots li {
  margin-right: 10px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-dots li button {
  background: transparent;
  display: flex;
  margin: auto;
  border: 0 none;
  font-size: 12px;
  line-height: initial;
  padding: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border: 1px solid var(--dark);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background-color: var(--light-blue);
  cursor: default;
}

.lan-form {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.lan-form a {
  display: flex;
  background-color: var(--light-blue);
  margin-left: 10px;
  padding: 10px;
  font-size: 12px;
  font-weight: 500;
  width: 46px;
  height: 34px;
  justify-content: center;
  align-items: center;
  color: var(--dark);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.lan-form a.active {
  display: none;
}

.fade-slider {
  position: relative;
  height: -moz-max-content;
  height: max-content;
}

#page-home .page-home,
#page-residences .page-residences,
#page-location .page-location,
#page-futureplan .page-futureplan,
#page-team .page-team {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

#page-home .addbg .page-home,
#page-residences .addbg .page-residences,
#page-location .addbg .page-location,
#page-futureplan .addbg .page-futureplan,
#page-team .addbg .page-team {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
.centeralign {
  justify-content: 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;
}

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

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

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

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

.prs {
  padding-right: 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);
}

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

.red {
  color: red;
}

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

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

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

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

.relative {
  position: relative;
}

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

@media screen and (max-width: 1000px) {
  .just-desktop {
    display: none !important;
  }
  .just-mobile {
    display: block;
  }
  .just-mobile.flex {
    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);
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 22px;
  }
  p.large {
    font-size: 18px;
  }
  #th h2 {
    font-size: 28px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  header {
    padding: var(--small);
    background-color: var(--light-blue) !important;
  }
  header .logo svg path {
    fill: var(--dark) !important;
  }
  header nav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--light-blue);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  header nav ul {
    flex-direction: column;
    width: 100%;
    padding: var(--small);
  }
  header nav ul li {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: var(--small);
  }
  header nav ul li:last-child {
    margin-bottom: 0;
  }
  header nav ul li a {
    color: var(--dark) !important;
  }
  header nav.show {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  header .enq {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    border-radius: 0;
  }
  .container {
    padding-left: var(--xsmall);
    padding-right: var(--xsmall);
  }
  .bl1-green,
  .br1-green,
  .bl1-orange,
  .br1-orange,
  .bl1-brick,
  .br1-brick {
    border: 0 none;
  }
  .plrs {
    padding: 0;
  }
  html,
  body {
    height: 100%;
  }
  html section.landing,
  body section.landing {
    height: 100%;
    min-height: initial;
  }
  strong {
    font-weight: initial !important;
  }
  footer {
    padding: var(--medium) var(--xsmall) var(--large) !important;
    flex-direction: column;
  }
  footer .footer-logos-holder {
    justify-content: space-between;
    align-items: center;
  }
  footer .footer-logos-holder a {
    max-width: 20%;
  }
  footer .row {
    width: 100%;
  }
  footer .plus {
    width: 110px;
    margin-left: 0;
  }
  footer a + a {
    margin-left: auto;
  }
  footer .space {
    display: none;
  }
  footer .space + a {
    margin-left: auto;
  }
  .sticky-t0 {
    position: relative;
    top: initial;
    padding: 0 !important;
  }
  #nav-toggle {
    display: flex;
    width: 30px !important;
    height: 30px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;
  }
  #nav-toggle span {
    width: 30px;
    height: 2px;
    background-color: var(--dark);
    margin: auto;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }
  #nav-toggle.show span {
    margin: 0;
    position: absolute;
  }
  #nav-toggle.show span:first-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  #nav-toggle.show span:last-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  #register {
    padding-top: var(--medium);
  }
  .m-prm {
    padding-right: var(--xsmall);
  }
  .icon-holder {
    width: 50% !important;
  }
  .icon-holder img {
    height: 60px;
  }
  #lang {
    margin-left: auto;
  }
  #lang .lan-form a {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 1px solid var(--dark);
    margin-right: 10px;
  }
  /*------------------------------------*/
  .mt-medium {
    margin-top: 0 !important;
  }
  .m-pl0 {
    padding-left: 0;
  }
  .m-pll0 {
    padding-left: 0;
  }
  .m-prl0 {
    padding-right: 0;
  }
  .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-column {
    flex-direction: column;
  }
  .m-column-reverse {
    flex-direction: column-reverse;
  }
  .m-justify-center {
    justify-content: center;
  }
  .m-plrs {
    padding-left: var(--xsmall);
    padding-right: var(--xsmall);
  }
  .m-pbs {
    padding-bottom: var(--small);
  }
  .m-pts {
    padding-top: var(--small);
  }
  .m-pbm {
    padding-bottom: var(--medium);
  }
  .m-ptm {
    padding-top: var(--medium);
  }
  .m-pb0 {
    padding-bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */