@font-face {
  font-family: "CASEYRegular";
  src: url("/fonts/CASEYRegular.eot");
  src: url("/fonts/CASEYRegular.eot") format("embedded-opentype"), url("/fonts/CASEYRegular.woff2") format("woff2"), url("/fonts/CASEYRegular.woff") format("woff"), url("/fonts/CASEYRegular.ttf") format("truetype"), url("/fonts/CASEYRegular.svg#CASEYRegular") format("svg");
}
@font-face {
  font-family: "MaisonNeueExtendedBook";
  src: url("/fonts/MaisonNeueExtendedBook.eot");
  src: url("/fonts/MaisonNeueExtendedBook.eot") format("embedded-opentype"), url("/fonts/MaisonNeueExtendedBook.woff2") format("woff2"), url("/fonts/MaisonNeueExtendedBook.woff") format("woff"), url("/fonts/MaisonNeueExtendedBook.ttf") format("truetype"), url("/fonts/MaisonNeueExtendedBook.svg#MaisonNeueExtendedBook") format("svg");
}
@font-face {
  font-family: "MaisonNeueExtendedLight";
  src: url("/fonts/MaisonNeueExtendedLight.eot");
  src: url("/fonts/MaisonNeueExtendedLight.eot") format("embedded-opentype"), url("/fonts/MaisonNeueExtendedLight.woff2") format("woff2"), url("/fonts/MaisonNeueExtendedLight.woff") format("woff"), url("/fonts/MaisonNeueExtendedLight.ttf") format("truetype"), url("/fonts/MaisonNeueExtendedLight.svg#MaisonNeueExtendedLight") format("svg");
}
@font-face {
  font-family: "BranchRegular";
  src: url("/fonts/BranchRegular.eot");
  src: url("/fonts/BranchRegular.eot") format("embedded-opentype"), url("/fonts/BranchRegular.woff2") format("woff2"), url("/fonts/BranchRegular.woff") format("woff"), url("/fonts/BranchRegular.ttf") format("truetype"), url("/fonts/BranchRegular.svg#BranchRegular") format("svg");
}
.vbox-overlay {
  --vbox-tools-color:#fff;
  --vbox-title-background:#101010;
  --vbox-title-width:"auto";
  --vbox-title-radius:0;
  --vbox-share-background:#101010;
  --vbox-share-width:"auto";
  --vbox-share-radius:0;
  --vbox-padding:0;
}

.vbox-overlay *, .vbox-overlay :after, .vbox-overlay :before {
  -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;
}

.vbox-share, .vbox-title {
  line-height: 1;
  position: fixed;
  z-index: 98;
  text-align: center;
  margin: 0 auto;
  color: var(--vbox-tools-color);
}

.vbox-title {
  font-size: 12px;
  background-color: var(--vbox-title-background);
  width: var(--vbox-title-width);
  border-radius: var(--vbox-title-radius);
  padding: 12px 54px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.vbox-share {
  font-size: 24px;
  padding: 0 0.35em;
  background-color: var(--vbox-share-background);
  width: var(--vbox-share-width);
  border-radius: var(--vbox-share-radius);
}

.vbox-link-btn, button.vbox-link-btn, button.vbox-link-btn:active, button.vbox-link-btn:focus, button.vbox-link-btn:hover {
  border: none !important;
  background: 0 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  padding: 6px 12px;
  outline: 0;
  display: inline-block;
  cursor: pointer;
}

.vbox-share a {
  color: inherit !important;
  padding: 6px 12px;
  display: inline-block;
}

.vbox-share svg {
  z-index: 10;
  vertical-align: middle;
}

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  padding: 6px 15px;
  color: #000;
  color: var(--vbox-tools-color);
  border: 0;
  font-size: 24px;
  display: flex;
  align-items: center;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.vbox-close:hover {
  opacity: 1;
}

.vbox-left-corner {
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  line-height: 1;
  font-size: 12px;
  z-index: 99;
  display: flex;
  align-items: center;
  color: var(--vbox-tools-color);
}

.vbox-num {
  display: inline-block;
  padding: 12px 15px;
}

.vbox-left {
  left: 0;
}

.vbox-right {
  right: 0;
}

.vbox-top {
  top: 0;
}

.vbox-bottom {
  bottom: 0;
}

.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 99;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.vbox-next:hover, .vbox-prev:hover {
  opacity: 1;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: var(--vbox-tools-color);
  border-right-color: var(--vbox-tools-color);
  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;
}

.vbox-inline, .venoratio {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.venoratio::before {
  display: block;
  padding-top: var(--vb-aspect-ratio);
  content: "";
}

.venoratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--vbox-padding);
}

.venoratio-1x1 {
  --vb-aspect-ratio:100%;
}

.venoratio-4x3 {
  --vb-aspect-ratio:calc(3 / 4 * 100%);
}

.venoratio-16x9 {
  --vb-aspect-ratio:calc(9 / 16 * 100%);
}

.venoratio-21x9 {
  --vb-aspect-ratio:calc(9 / 21 * 100%);
}

.venoratio-full {
  --vb-aspect-ratio:calc(100vh - 100px);
}

.vbox-child.vbox-inline, .vbox-child.venoratio {
  max-width: 100%;
}

.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%;
  padding: 30px 0;
}

.vbox-content {
  opacity: 0;
}

.vbox-content {
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

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

.vbox-child {
  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;
  padding: var(--vbox-padding);
}

.vbox-child img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: block;
}

.vbox-grab .vbox-child img {
  cursor: grab;
}

.vbox-child > iframe {
  border: none !important;
}

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

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

.vbox-preloader {
  transform: translateZ(0);
}

.vbox-preloader .vbox-preloader-inner {
  opacity: 1;
  transition: opacity 0.2s;
}

.vbox-hidden {
  display: none;
}

.vbox-preloader.vbox-hidden .vbox-preloader-inner {
  opacity: 0;
}

.vbox-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(-1px);
  z-index: 0;
}

.vbox-tooltip {
  position: relative;
  display: inline-block;
}

.vbox-tooltip .vbox-tooltip-text {
  visibility: hidden;
  color: #fff;
  text-align: center;
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
  margin-bottom: 2px;
  font-family: sans-serif;
}

.vbox-top .vbox-tooltip .vbox-tooltip-text {
  bottom: auto;
  top: 100%;
  margin-bottom: 0;
  margin-top: 2px;
}

.vbox-tooltip-inner {
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 6px;
  font-size: 10px;
}

.vbox-tooltip:hover .vbox-tooltip-text {
  visibility: visible;
  opacity: 1;
}

.vbox-overlay {
  --sk-size:40px;
  --sk-color:#333;
}

.sk-center {
  margin: auto;
}

.sk-plane {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  animation: sk-plane 1.2s infinite ease-in-out;
}

@keyframes sk-plane {
  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-chase {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  100%, 80% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  0%, 100% {
    transform: scale(1);
  }
}
.sk-bounce {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-bounce-dot {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--sk-color);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.sk-bounce-dot:nth-child(2) {
  animation-delay: -1s;
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  45%, 55% {
    transform: scale(1);
  }
}
.sk-wave {
  width: var(--sk-size);
  height: var(--sk-size);
  display: flex;
  justify-content: space-between;
}

.sk-wave-rect {
  background-color: var(--sk-color);
  height: 100%;
  width: 15%;
  animation: sk-wave 1.2s infinite ease-in-out;
}

.sk-wave-rect:nth-child(1) {
  animation-delay: -1.2s;
}

.sk-wave-rect:nth-child(2) {
  animation-delay: -1.1s;
}

.sk-wave-rect:nth-child(3) {
  animation-delay: -1s;
}

.sk-wave-rect:nth-child(4) {
  animation-delay: -0.9s;
}

.sk-wave-rect:nth-child(5) {
  animation-delay: -0.8s;
}

@keyframes sk-wave {
  0%, 100%, 40% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.sk-pulse {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-pulse 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@keyframes sk-pulse {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.sk-flow {
  width: calc(var(--sk-size) * 1.3);
  height: calc(var(--sk-size) * 1.3);
  display: flex;
  justify-content: space-between;
}

.sk-flow-dot {
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 50%;
  animation: sk-flow 1.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite both;
}

.sk-flow-dot:nth-child(1) {
  animation-delay: -0.3s;
}

.sk-flow-dot:nth-child(2) {
  animation-delay: -0.15s;
}

@keyframes sk-flow {
  0%, 100%, 80% {
    transform: scale(0.3);
  }
  40% {
    transform: scale(1);
  }
}
.sk-swing {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-swing 1.8s infinite linear;
}

.sk-swing-dot {
  width: 45%;
  height: 45%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-swing-dot 2s infinite ease-in-out;
}

.sk-swing-dot:nth-child(2) {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes sk-swing {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-swing-dot {
  0%, 100% {
    transform: scale(0.2);
  }
  50% {
    transform: scale(1);
  }
}
.sk-circle {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

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

.sk-circle-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle 1.2s infinite ease-in-out both;
}

.sk-circle-dot:nth-child(1) {
  transform: rotate(30deg);
}

.sk-circle-dot:nth-child(2) {
  transform: rotate(60deg);
}

.sk-circle-dot:nth-child(3) {
  transform: rotate(90deg);
}

.sk-circle-dot:nth-child(4) {
  transform: rotate(120deg);
}

.sk-circle-dot:nth-child(5) {
  transform: rotate(150deg);
}

.sk-circle-dot:nth-child(6) {
  transform: rotate(180deg);
}

.sk-circle-dot:nth-child(7) {
  transform: rotate(210deg);
}

.sk-circle-dot:nth-child(8) {
  transform: rotate(240deg);
}

.sk-circle-dot:nth-child(9) {
  transform: rotate(270deg);
}

.sk-circle-dot:nth-child(10) {
  transform: rotate(300deg);
}

.sk-circle-dot:nth-child(11) {
  transform: rotate(330deg);
}

.sk-circle-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-circle-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-circle-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-circle-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-circle-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-circle-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

.sk-circle-dot:nth-child(7):before {
  animation-delay: -0.5s;
}

.sk-circle-dot:nth-child(8):before {
  animation-delay: -0.4s;
}

.sk-circle-dot:nth-child(9):before {
  animation-delay: -0.3s;
}

.sk-circle-dot:nth-child(10):before {
  animation-delay: -0.2s;
}

.sk-circle-dot:nth-child(11):before {
  animation-delay: -0.1s;
}

@keyframes sk-circle {
  0%, 100%, 80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.sk-circle-fade {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

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

.sk-circle-fade-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle-fade 1.2s infinite ease-in-out both;
}

.sk-circle-fade-dot:nth-child(1) {
  transform: rotate(30deg);
}

.sk-circle-fade-dot:nth-child(2) {
  transform: rotate(60deg);
}

.sk-circle-fade-dot:nth-child(3) {
  transform: rotate(90deg);
}

.sk-circle-fade-dot:nth-child(4) {
  transform: rotate(120deg);
}

.sk-circle-fade-dot:nth-child(5) {
  transform: rotate(150deg);
}

.sk-circle-fade-dot:nth-child(6) {
  transform: rotate(180deg);
}

.sk-circle-fade-dot:nth-child(7) {
  transform: rotate(210deg);
}

.sk-circle-fade-dot:nth-child(8) {
  transform: rotate(240deg);
}

.sk-circle-fade-dot:nth-child(9) {
  transform: rotate(270deg);
}

.sk-circle-fade-dot:nth-child(10) {
  transform: rotate(300deg);
}

.sk-circle-fade-dot:nth-child(11) {
  transform: rotate(330deg);
}

.sk-circle-fade-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-circle-fade-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-circle-fade-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-circle-fade-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-circle-fade-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-circle-fade-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

.sk-circle-fade-dot:nth-child(7):before {
  animation-delay: -0.5s;
}

.sk-circle-fade-dot:nth-child(8):before {
  animation-delay: -0.4s;
}

.sk-circle-fade-dot:nth-child(9):before {
  animation-delay: -0.3s;
}

.sk-circle-fade-dot:nth-child(10):before {
  animation-delay: -0.2s;
}

.sk-circle-fade-dot:nth-child(11):before {
  animation-delay: -0.1s;
}

@keyframes sk-circle-fade {
  0%, 100%, 39% {
    opacity: 0;
    transform: scale(0.6);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
}
.sk-grid {
  width: var(--sk-size);
  height: var(--sk-size);
}

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

.sk-grid-cube:nth-child(1) {
  animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(2) {
  animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(3) {
  animation-delay: 0.4s;
}

.sk-grid-cube:nth-child(4) {
  animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(5) {
  animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(6) {
  animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(7) {
  animation-delay: 0s;
}

.sk-grid-cube:nth-child(8) {
  animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(9) {
  animation-delay: 0.2s;
}

@keyframes sk-grid {
  0%, 100%, 70% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.sk-fold {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  transform: rotateZ(45deg);
}

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

.sk-fold-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sk-color);
  animation: sk-fold 2.4s infinite linear both;
  transform-origin: 100% 100%;
}

.sk-fold-cube:nth-child(2) {
  transform: scale(1.1) rotateZ(90deg);
}

.sk-fold-cube:nth-child(4) {
  transform: scale(1.1) rotateZ(180deg);
}

.sk-fold-cube:nth-child(3) {
  transform: scale(1.1) rotateZ(270deg);
}

.sk-fold-cube:nth-child(2):before {
  animation-delay: 0.3s;
}

.sk-fold-cube:nth-child(4):before {
  animation-delay: 0.6s;
}

.sk-fold-cube:nth-child(3):before {
  animation-delay: 0.9s;
}

@keyframes sk-fold {
  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;
  }
}
.sk-wander {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-wander-cube {
  background-color: var(--sk-color);
  width: 20%;
  height: 20%;
  position: absolute;
  top: 0;
  left: 0;
  --sk-wander-distance:calc(var(--sk-size) * 0.75);
  animation: sk-wander 2s ease-in-out -2s infinite both;
}

.sk-wander-cube:nth-child(2) {
  animation-delay: -0.5s;
}

.sk-wander-cube:nth-child(3) {
  animation-delay: -1s;
}

@keyframes sk-wander {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6);
  }
  50% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg);
  }
  50.1% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(0.6);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* 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;
  width: 100%;
}

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

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

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: 25%;
}

.grid_4 {
  width: calc(33.33% - 40px);
}

.grid_5 {
  width: 41.67%;
}

.new_grid_5 {
  width: 46.5%;
}

.grid_6 {
  width: 50%;
}

.grid_7 {
  width: 58.33%;
}

.grid_8 {
  width: 66.67%;
}

.grid_9 {
  width: 75%;
}

.grid_10 {
  width: 83.33%;
}

.grid_11 {
  width: 91.67%;
}

.grid_12 {
  width: 100%;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #8f7b66;
}

img {
  border: none;
  max-width: 100%;
}

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

/* General */
body {
  font-family: "MaisonNeueExtendedLight";
  font-size: 16px;
  background: #f7f6f0;
  color: #8f7b66;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body.no_scroll {
  overflow: hidden;
}

.img {
  width: 100%;
  margin: 0;
  display: block;
}

p {
  text-align: center;
  margin: 0;
  max-width: 100%;
  line-height: 1.6;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
  text-align: center;
  font-family: "BranchRegular";
  color: #8f7b66;
  line-height: 1.4;
}

h1 {
  font-size: 50px;
  text-transform: initial;
}

h2 {
  font-size: 105px;
  line-height: 1.4;
  font-family: "CASEYRegular";
  letter-spacing: -5px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
h2 span {
  font-size: 30px;
  margin-left: 20px;
  letter-spacing: 0;
}

h4, h3 {
  font-size: 40px;
  font-family: "BranchRegular";
  text-transform: initial;
}

h3 {
  font-size: 70px;
}

.pl130 {
  padding-left: 130px;
  padding-left: 7vw;
}

.pl120 {
  padding-left: 6.5vw;
}

.pr120 {
  padding-right: 6.5vw;
}

.pl100 {
  padding-left: 5.5vw;
}

.pr100 {
  padding-right: 5.5vw;
}

.pr130 {
  padding-right: 130px;
  padding-right: 7vw;
}

.plr60 {
  padding-left: 60px;
  padding-right: 60px;
}

.pt180 {
  padding-top: 180px;
}

.pt160 {
  padding-top: 160px;
}

.pb160 {
  padding-bottom: 160px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb130 {
  padding-bottom: 130px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb60 {
  padding-bottom: 60px;
}

.pt60 {
  padding-top: 60px;
}

.pb40 {
  padding-bottom: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pb20 {
  padding-bottom: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pt220 {
  padding-top: 11.5vw;
}

.pt240 {
  padding-top: 12.5vw;
}

.pb240 {
  padding-bottom: 12.5vw;
}

.pb220 {
  padding-bottom: 11.5vw;
}

nav {
  padding: 0;
}

/* nav_toggle */
#nav_toggle {
  position: relative;
  z-index: 10;
  cursor: pointer;
  width: 30px;
  height: 24px;
}

#nav_toggle span,
#nav_toggle span:after,
#nav_toggle span:before {
  cursor: pointer;
  height: 2px;
  width: 30px;
  background: #f7f6f0;
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  transition: all 0.6s ease-in-out;
}

#nav_toggle span:before {
  top: -10px;
}

#nav_toggle span:after {
  bottom: -10px;
}

#nav_toggle.active span {
  background-color: transparent !important;
}

#nav_toggle.active span:after,
#nav_toggle.active span:before {
  top: 0;
}

#nav_toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

#nav_toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: a rotate(-45deg);
}

input,
label,
select {
  font-size: 14px;
  font-family: "MaisonNeueExtendedLight";
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  color: #f7f6f0;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid #f7f6f0;
  text-align: left;
  text-transform: uppercase;
}

.b_submit {
  font-family: "MaisonNeueExtendedBook";
  border: 1px solid;
  text-align: center;
}

label {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

select {
  padding: 10px 0;
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
}

select option {
  padding: 10px 0;
  background: #8f7b66;
  color: #000;
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
}

.privacy {
  font-size: 10px;
}

.chk_holder {
  margin: 0 auto 10px auto;
  color: #f7f6f0;
}

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

#chkInternational + label {
  padding: 2px 0 2px 26px;
  position: relative;
  text-align: center;
  display: block;
  color: #f7f6f0;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: inherit;
  text-transform: uppercase;
  display: inline;
  margin: auto;
}

#chkInternational + label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #f7f6f0;
  content: "";
  display: block;
}

#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 #f7f6f0;
  border-right: 2px solid #f7f6f0;
  content: "";
  display: block;
  transition: all 0.4s ease-in-out;
}

#chkInternational:checked + label:after {
  transform: translateY(-60%) rotate(45deg) scale(1);
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #f7f6f0;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #f7f6f0;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #f7f6f0;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #f7f6f0;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #f7f6f0;
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* Token Style */
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 #f7f6f0;
  clear: both;
}

li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100% !important;
  margin-bottom: 0;
}

li.token-input-token-project {
  color: #f7f6f0;
  cursor: default;
  font-size: 16px;
  list-style: none;
  display: inline-block;
}

li.token-input-token-project p {
  display: inline-block;
  padding: 7px 0;
  margin: 0 5px 0 0;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #8f7b66;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
  color: #000000;
}

div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}

div.token-input-dropdown-project ul li {
  background-color: #8f7b66;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: #8f7b66;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #8f7b66;
}

div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}

div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #f7f6f0;
}

/* Parsley-error */
ul.parsley-errors-list.filled,
ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  top: 0;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #f00d0d;
  position: absolute;
  bottom: -20px;
}

* {
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

.book {
  font-family: "MaisonNeueExtendedBook";
}

.light {
  font-family: "MaisonNeueExtendedLight";
}

.ls2 {
  letter-spacing: 2px;
}

.fs60 {
  font-size: 60px;
}

.fs50 {
  font-size: 50px;
}

.fs20 {
  font-size: 20px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs11 {
  font-size: 11px;
}

.fs10 {
  font-size: 10px;
}

.fs12 {
  font-size: 12px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.mr20 {
  margin-right: 20px;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex.justify_start {
  justify-content: flex-start;
}
.flex.align_start {
  align-items: flex-start;
}
.flex.align_end {
  align-items: flex-end;
}
.flex .col {
  flex-direction: column;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.justify_center {
  justify-content: center;
}
.flex.col_reverse {
  flex-direction: column-reverse;
}
.flex.row_reverse {
  flex-direction: row-reverse;
}

.uppercase {
  text-transform: uppercase;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.in_block {
  display: inline-block;
}

.left_align {
  text-align: left;
}

.right_align {
  text-align: right;
}

.col_gap_20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.float_right {
  margin-right: 0;
  margin-left: auto;
  display: block;
}

.wow {
  visibility: hidden;
}

.wow.animated {
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  visibility: visible;
}
.wow.animated.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.mob {
  display: none;
}

.w1120 {
  width: 1120px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w700 {
  width: 700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w820 {
  width: 820px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w580 {
  width: 580px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w440 {
  width: 440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w420 {
  width: 420px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w460 {
  width: 460px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w770 {
  width: 770px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w800 {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w880 {
  width: 880px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w620 {
  width: 620px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w675 {
  width: 675px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1060 {
  width: 1060px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1200 {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1680 {
  width: 1680px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mb25 {
  margin-bottom: 25px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml_auto {
  margin-left: auto;
}

.mb50 {
  margin-bottom: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

.center_align {
  text-align: center;
}
.center_align p {
  text-align: center;
}

.relate {
  position: relative;
}

.pt100 {
  padding-top: 100px;
  padding-top: 6vw;
}

.pt170 {
  padding-top: 170px;
}

.pb160 {
  padding-bottom: 160px;
}

.pt150 {
  padding-top: 150px;
  padding-top: 8vw;
}

.pt80 {
  padding-top: 80px;
  padding-top: 5vw;
}

.pb190 {
  padding-bottom: 190px;
}

.pt30 {
  padding-top: 30px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb70 {
  padding-bottom: 70px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.pt50 {
  padding-top: 50px;
}

.ml50vw {
  margin-left: 50vw;
}

.pl150 {
  padding-left: 150px;
  padding-left: 8vw;
}

.pr150 {
  padding-right: 150px;
  padding-right: 8vw;
}

.b50 {
  bottom: 50px;
}

.r100 {
  right: 100px;
}

.l100 {
  left: 100px;
}

.mr0 {
  margin-right: 0;
}

.ml_auto {
  margin-left: auto;
}

.ml0 {
  margin-left: 0;
}

.mr150 {
  margin-right: 8vw !important;
}

.mr50vw {
  margin-right: 50vw !important;
}

.mlr_auto {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.white {
  color: #f7f6f0;
}

.lazy_load {
  display: block;
}

.block {
  display: block;
}

.mb180 {
  margin-bottom: 180px;
}

.pl60 {
  padding-left: 60px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pr190 {
  padding-right: 10vw;
}

.pl225 {
  padding-left: 11.5vw;
}

.pt120 {
  padding-top: 120px;
}

.pb30 {
  padding-bottom: 30px;
}

.pr20 {
  padding-right: 20px;
}

.pt130 {
  padding-top: 130px;
}

.pb150 {
  padding-bottom: 150px;
}

.bg_img {
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.fullH {
  height: 100%;
}

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

.ipad {
  display: none;
}

.over_hide {
  overflow: hidden;
}

body {
  overflow: hidden;
}

header {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 30px;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #8f7b66;
}
header nav ul {
  display: block;
  line-height: 1;
}
header nav ul li {
  display: inline-block;
  list-style: none;
  margin-right: 60px;
}
header nav ul li:last-child {
  margin-right: 0;
}
header nav ul li a {
  font-size: 18px;
  display: block;
  color: #f7f6f0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "MaisonNeueExtendedLight";
  position: relative;
}
header nav ul li a:after {
  opacity: 0;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: #f7f6f0;
  content: "";
  position: absolute;
}
header nav ul li a.active {
  font-family: "MaisonNeueExtendedBook";
}
header nav ul li a.active:after {
  opacity: 1;
}

.btn {
  width: 330px;
  height: 65px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #a7bbbe;
  color: #f7f6f0;
  letter-spacing: 2px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "MaisonNeueExtendedLight";
  line-height: 1;
}

.bg_lightblue,
.bg_brown {
  background-color: #a7bbbe;
}
.bg_lightblue *,
.bg_brown * {
  color: #f7f6f0;
}

.bg_brown {
  background: #8f7b66;
}

#main {
  display: block;
  width: 100vw;
  height: calc(100vh - 100px);
  position: fixed;
  top: 0;
  top: 100px;
  left: 0;
  transition: all 0.6s cubic-bezier(0.45, 0, 0.55, 1);
  /* opacity: 0; */
}
#main.t2 {
  transition-duration: 1.2s;
}
#main.t3 {
  transition-duration: 1.8s;
}
#main.t4 {
  transition-duration: 2.2s;
}
#main section {
  width: 100%;
  height: 100%;
  overflow: auto;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}
#main section.active {
  z-index: 4;
}

.sub_head {
  font-size: 18px;
  font-family: "MaisonNeueExtendedLight";
}

#logo {
  width: 610px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#hero .content {
  margin-top: -15%;
}

.link {
  display: block;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
  margin-left: auto;
  letter-spacing: 2px;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
}

.slick-slide {
  padding: 0 12px;
  padding-top: 50px;
}
.slick-slide img {
  transition: all 0.4s ease;
  height: calc(100vh - 200px - 140px);
  -o-object-fit: cover;
     object-fit: cover;
}
.slick-slide.slick-active {
  padding-top: 0;
}
.slick-slide.slick-active img {
  height: calc(100vh - 100px - 140px);
}

.slick-arrow {
  width: 90px;
  height: 90px;
  background: #a7bbbe;
  color: #a7bbbe;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 4;
  border: none;
  text-indent: 999px;
  overflow: hidden;
}
.slick-arrow:after {
  content: "";
  width: 29px;
  height: 29px;
  border-top: 3px solid #f7f6f0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  transform: rotate(-45deg);
}
.slick-arrow:before {
  width: 60px;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  height: 3px;
  background: #f7f6f0;
}
.slick-arrow.slick-prev {
  left: 100px;
}
.slick-arrow.slick-prev:after {
  left: 16px;
  border-left: 3px solid #f7f6f0;
}
.slick-arrow.slick-prev:before {
  left: 14px;
}
.slick-arrow.slick-next {
  right: 100px;
}
.slick-arrow.slick-next:after {
  right: 16px;
  transform: rotate(45deg);
  border-right: 3px solid #f7f6f0;
}
.slick-arrow.slick-next:before {
  right: 14px;
}

.icon_wrapper img {
  margin-right: 20px;
  width: 70px;
}
.icon_wrapper span {
  display: inline-block;
}

.logo_wrapper img {
  margin-top: 80px;
  display: block;
}

/* enquiry */
#enquire {
  overflow: hidden;
}
#enquire .grid_6 {
  width: calc(50% - 45px);
  position: relative;
  margin-bottom: 60px;
}

.register form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

.privacy {
  font-size: 10px;
  font-family: "MaisonNeueExtendedBook";
}

.tab {
  display: none;
}

#aerial {
  -o-object-position: top;
     object-position: top;
  display: block;
}

h4.abs {
  position: absolute;
  left: 30px;
  top: 50px;
  z-index: 2;
  color: #f7f6f0;
}

@media screen and (max-height: 1100px) and (min-width: 1601px) {
  #enquire .grid_6 {
    margin-bottom: 30px;
  }
  #enquire .mb60 {
    margin-bottom: 30px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 85px;
  }
  h3 {
    font-size: 60px;
  }
  .fs60 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1700px) {
  h2 {
    font-size: 85px;
  }
  h3 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1600px) {
  header {
    height: 80px;
  }
  header nav ul li a {
    font-size: 14px;
  }
  header nav ul li:not(:last-child) {
    margin-right: 30px;
  }
  #main {
    height: calc(100vh - 80px);
    top: 80px;
  }
  .btn {
    width: 230px;
    font-size: 14px;
    height: 45px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 65px;
  }
  h3 {
    font-size: 50px;
  }
  h4 {
    font-size: 30px;
  }
  .fs60 {
    font-size: 40px;
  }
  body {
    font-size: 14px;
  }
  .fs20 {
    font-size: 18px;
  }
  input,
  label,
  select {
    font-size: 12px;
    padding: 5px 0;
  }
  #chkInternational + label {
    font-size: 12px;
  }
  #enquire .mb60 {
    margin-bottom: 40px;
  }
  #enquire .mb30 {
    margin-bottom: 20px;
  }
  #enquire .grid_6 {
    margin-bottom: 30px;
  }
  #enquire ul.parsley-errors-list.filled li,
  #enquire ul.parsley-errors-list li {
    bottom: -15px;
  }
}
@media screen and (max-width: 1100px) {
  body {
    overflow: auto;
    height: 100%;
  }
  body #enq_btn {
    transition: all 0.4s ease;
    visibility: visible;
  }
  body #enq_btn.hide {
    opacity: 0;
    visibility: hidden;
  }
  body .logo_wrapper img {
    max-width: 200px;
    max-height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-top: 40px;
  }
  body h2 {
    font-size: 55px;
  }
  body h3 {
    font-size: 40px;
  }
  body .fullH {
    min-height: calc(100vh - 60px);
  }
  body #main {
    height: auto;
    top: 0;
    position: relative;
    transform: translateY(0) !important;
  }
  body #main section {
    min-height: calc(100vh - 60px);
    height: auto;
    position: relative;
    top: 0 !important;
    bottom: 0 !important;
  }
  body #main section#hero {
    min-height: 100vh;
    margin-top: 0;
  }
  body #main section#hero .content {
    padding-top: 200px;
  }
  body header {
    height: 60px;
    top: -60px;
    transition: all 0.4s ease;
  }
  body header.show {
    top: 0;
  }
  body header .logo {
    width: 200px;
  }
  body header .logo img {
    display: block;
  }
  body header nav {
    transform: translateX(100%);
    transition: all 0.6s ease;
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    height: calc(100vh - 60px);
    background: #8f7b66;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  body header nav #nav li {
    margin: 0 !important;
    padding: 2vh 0;
    display: block;
    text-align: center;
  }
  body header nav #nav li a {
    font-size: 20px;
    text-align: center;
    display: inline-block;
  }
  body header.active_nav nav {
    transform: translateX(0);
  }
  body header #enq_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  body .ipad {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  html {
    height: 100%;
  }
  html body .tab {
    display: block;
  }
  html body .pl60 {
    padding-left: 30px;
  }
  html body .pr60 {
    padding-right: 30px;
  }
  html body #main section {
    display: block;
    min-height: initial;
  }
  html body #main section#architecture_copy h3, html body #main section#residences_copy h3, html body #main section#lifestyle_copy h3, html body #main section#interiors_copy h3 {
    margin-bottom: 40px;
  }
  html body #main section#hero {
    min-height: initial;
    height: 100vh;
  }
  html body #main section#hero .bg_img {
    -o-object-position: 25%;
       object-position: 25%;
  }
  html body #main #quotes img.mb30.block {
    margin-top: 40px;
  }
  html body #main .grid_6 {
    width: 100%;
  }
  html body #main .fullH {
    min-height: initial;
    height: auto;
  }
  html body #main #vision h2,
  html body #main #interiors h2,
  html body #main #wellness h2,
  html body #main #lifestyle h2,
  html body #main #residences h2,
  html body #main #architecture h2 {
    margin-bottom: 100px;
  }
  html body #main #vision h2 + img,
  html body #main #interiors h2 + img,
  html body #main #wellness h2 + img,
  html body #main #lifestyle h2 + img,
  html body #main #residences h2 + img,
  html body #main #architecture h2 + img {
    margin-left: auto;
  }
  html body #main #vision .w700,
  html body #main #vision .w800,
  html body #main #interiors .w700,
  html body #main #interiors .w800,
  html body #main #wellness .w700,
  html body #main #wellness .w800,
  html body #main #lifestyle .w700,
  html body #main #lifestyle .w800,
  html body #main #residences .w700,
  html body #main #residences .w800,
  html body #main #architecture .w700,
  html body #main #architecture .w800 {
    padding: 150px 0;
  }
  html body #main#location {
    display: block;
  }
  html body #main#wellness .drag {
    margin-top: 0;
  }
  html body #main .icon_wrapper {
    margin-top: 40px;
  }
  html body #main .drag {
    position: fixed;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -160px;
    transition: all 0.3s ease;
  }
  html body #main .drag.hide {
    opacity: 0;
  }
  html body #main .drag_scroll {
    height: calc(100vh - 100px);
    max-width: initial;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  html body .slick-slide {
    padding: 0 6px;
    padding-top: 20px;
  }
  html body .slick-slide > div {
    width: calc(100% - 100px);
    margin: auto;
    margin-right: 0;
  }
  html body .slick-slide > div img {
    height: auto;
  }
  html body .slick-slide.slick-active {
    padding-top: 0;
  }
  html body .slick-slide.slick-active > div {
    width: 100%;
    margin: auto;
  }
  html body .slick-slide.slick-active > div img {
    height: auto;
  }
  html body .slick-slide.slick-active + .slick-slide > div {
    margin-left: 0;
  }
  html body .slick-arrow {
    width: 45px;
    height: 45px;
  }
  html body .slick-arrow:after {
    width: 14px;
    height: 14px;
    border-width: 2px !important;
  }
  html body .slick-arrow::before {
    width: 25px;
    height: 2px;
  }
  html body .slick-arrow.slick-next {
    right: 30px;
  }
  html body .slick-arrow.slick-next::before {
    right: 10px;
  }
  html body .slick-arrow.slick-next:after {
    right: 12px;
  }
  html body .slick-arrow.slick-prev {
    left: 30px;
  }
  html body .slick-arrow.slick-prev:before {
    left: 12px;
  }
  html body .slick-arrow.slick-prev::after {
    left: 14px;
  }
  html body #team .content {
    padding: 150px 0;
  }
  html body #team .content .mb150 {
    margin-bottom: 50px;
  }
  html body #team .content .logo_wrapper.flex {
    flex-direction: column;
    align-items: center;
  }
  html body #team .content .logo_wrapper.flex div {
    margin-bottom: 40px;
  }
  html body #team .content .logo_wrapper.flex div p {
    padding-bottom: 0 !important;
  }
  html body #team .content .logo_wrapper.flex div img {
    margin-top: 20px;
    max-width: initial;
    max-height: initial;
  }
  html body #team .content .logo_wrapper.flex div:last-child {
    margin-bottom: 0;
  }
  html body #enquire .desk {
    display: none;
  }
  html body #enquire h4 {
    text-align: center;
  }
  html body #enquire h4 + p {
    text-align: center;
  }
  html body #enquire #footer img {
    margin-left: auto;
    display: block;
    margin-right: auto;
  }
  html body #enquire #footer .left_align {
    text-align: center;
  }
  html body #enquire #footer .privacy {
    margin-top: 40px;
  }
  html body #enquire #footer .privacy a {
    margin-bottom: 20px;
  }
  html body #enquire #footer .privacy.flex {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 760px) {
  html body {
    font-size: 12px;
  }
  html body #main h4.abs {
    left: 20px;
    top: 20px;
  }
  html body #main .pt70 {
    padding-top: 20px;
  }
  html body #main .pb70 {
    padding-bottom: 0;
  }
  html body #main .pb30 {
    padding-bottom: 20px;
  }
  html body #main .pr30, html body #main .pr60 {
    padding-right: 20px;
  }
  html body #main .pl30, html body #main .pl60 {
    padding-left: 20px;
  }
  html body #main .pt50 {
    padding-top: 40px;
  }
  html body #main .mb60 {
    margin-bottom: 30px !important;
  }
  html body #main .mb30 {
    margin-bottom: 15px;
  }
  html body #main .fs20 {
    font-size: 10px;
  }
  html body #main .chk_holder {
    margin-bottom: 20px;
  }
  html body #main #chkInternational + label {
    font-size: 10px;
    display: block;
    text-align: left;
  }
  html body #main section#architecture_copy h3,
  html body #main section#residences_copy h3,
  html body #main section#lifestyle_copy h3,
  html body #main section#interiors_copy h3 {
    margin-bottom: 20px;
  }
  html body #main #team .content {
    padding: 80px 20px;
  }
  html body #main #team .content .logo_wrapper.flex div img {
    max-width: 80%;
    max-height: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    -o-object-position: center;
       object-position: center;
  }
  html body #main .icon_wrapper {
    margin-bottom: 20px;
  }
  html body #main .icon_wrapper img {
    width: 40px;
    margin-right: 10px;
  }
  html body #main .desk {
    display: none;
  }
  html body #main .mob {
    display: block;
  }
  html body #main #logo {
    width: calc(100% - 100px);
  }
  html body #main .mb90 {
    margin-bottom: 45px;
  }
  html body #main h1, html body #main h3, html body #main .fs60 {
    font-size: 24px;
  }
  html body #main h2 {
    font-size: 24px;
    letter-spacing: 0;
  }
  html body #main h2 span {
    font-size: 12px;
    margin-left: 10px;
  }
  html body #main h4 {
    font-size: 20px;
  }
  html body #main .sub_head {
    font-size: 12px;
  }
  html body #main .link {
    font-size: 14px;
  }
  html body #main .drag {
    width: 200px;
  }
  html body #main section#hero .content {
    padding-top: 100px;
  }
  html body #main section#hero .bg_img {
    -o-object-position: right;
       object-position: right;
  }
  html body #main #vision h2,
  html body #main #interiors h2,
  html body #main #wellness h2,
  html body #main #lifestyle h2,
  html body #main #residences h2,
  html body #main #architecture h2 {
    margin-bottom: 50px;
  }
  html body #main #vision h2 + img,
  html body #main #interiors h2 + img,
  html body #main #wellness h2 + img,
  html body #main #lifestyle h2 + img,
  html body #main #residences h2 + img,
  html body #main #architecture h2 + img {
    margin-left: auto;
    width: 50%;
  }
  html body #main #vision .w700,
  html body #main #vision .w800,
  html body #main #interiors .w700,
  html body #main #interiors .w800,
  html body #main #wellness .w700,
  html body #main #wellness .w800,
  html body #main #lifestyle .w700,
  html body #main #lifestyle .w800,
  html body #main #residences .w700,
  html body #main #residences .w800,
  html body #main #architecture .w700,
  html body #main #architecture .w800 {
    padding: 80px 0;
  }
}/*# sourceMappingURL=style.css.map */