/* 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-slider * {
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.slick-slider div {
  display: block !important;
}

.slick-slider div.row {
  display: flex !important;
  justify-content: space-between;
}
.slick-slider div.row img {
  width: calc(50% - 20px);
}

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

.slider {
  width: calc(100% + 120px);
  transform: translateX(-60px);
}

.slide {
  padding: 0 15px;
}

.slick-arrow {
  font-family: inherit;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  width: 12px;
  height: 19px;
  background-size: cover;
  top: 50%;
  transform: translateY(calc(-50% - 22px));
  display: flex !important;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 4;
  right: 90px;
  background-image: url(/images/buttons/next.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
}

.caption {
  padding-top: 17px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s;
}

.slick-current .caption {
  opacity: 1;
}

.slick-arrow.slick-prev {
  left: 90px;
  right: auto;
  background-image: url(/images/buttons/prev.svg);
}

@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("/fonts/NeueHaasDisplay-Mediu.woff2") format("woff2"), url("/fonts/NeueHaasDisplay-Mediu.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("/fonts/NeueHaasDisplay-Roman.woff2") format("woff2"), url("/fonts/NeueHaasDisplay-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("/fonts/NeueHaasDisplay-Light.woff2") format("woff2"), url("/fonts/NeueHaasDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Domaine Sans Text";
  src: url("/fonts/DomaineSansText-Light.woff2") format("woff2"), url("/fonts/DomaineSansText-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
:root {
  --header-height: 110px;
  --gap: 80px;
  --light: #DEDBD4;
  --dark: #373535;
  --xxs: 5px;
  --xs: 10px;
  --s: 20px;
  --m: 40px;
  --l: 90px;
  --xl: 145px;
  --xxl: 145px;
  --grey:#A8BCC1;
}

body {
  background: var(--light);
  color: var(--dark);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Neue Haas Grotesk Display Pro";
  font-weight: 300;
  line-height: 1.2;
  font-family: Neue Haas Grotesk Display Pro;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
}

ul {
  list-style: none;
}

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

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: 25%;
  padding: 0 15px;
}

.grid_4 {
  width: calc(33.33% - var(--gap) * 0.67);
  text-align: left;
}

.grid_5 {
  width: calc(50% - 90px);
}

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

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

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

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

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

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

.full-height {
  height: 100vh;
  height: 100svh;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.banner {
  position: absolute;
  left: 0;
  padding: 14px 15px 12px 15px;
  bottom: 0;
  width: 100%;
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: var(--dark);
  text-align: center;
  line-height: 1;
}

.dark-bg::after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  content: "";
  width: 100%;
  height: 100%;
}

/* General */
.gap {
  gap: 20px 40px;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.r-reverse {
  flex-direction: row-reverse;
}

.col {
  display: flex;
  flex-direction: column;
}

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

.justify-start {
  justify-content: flex-start;
}

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

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

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

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

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

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.relative {
  position: relative;
}

.center_align {
  text-align: center;
}

.absolute {
  position: absolute;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

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

.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100%;
}

.tac {
  text-align: center;
}

.ptxl {
  padding-top: clamp(60px, 350px, 22vh);
}

.pbxl {
  padding-bottom: clamp(60px, 350px, 22vh);
}

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

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

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

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

.ptxxs {
  padding-top: var(--xxs);
}

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

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

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

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

.pbxxs {
  padding-bottom: var(--xxs);
}

.pb105 {
  padding-bottom: 105px;
}

.pt5 {
  padding: 0 12px;
}

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

.tel {
  font-size: 20px;
  letter-spacing: 0.005em;
  display: block;
}

.middle {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section {
  position: relative;
  background-color: var(--light);
  z-index: 2;
}

.para {
  z-index: 1;
}
.para .inner-para {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  height: 100%;
  z-index: 0;
}

h1 {
  font-size: clamp(24px, 48px, 6vw);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.15em;
  font-family: "Domaine Sans Text";
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  margin-bottom: 1em;
}

h2 {
  font-size: clamp(18px, 30px, 5.5vw);
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: 400;
}
h2.big {
  letter-spacing: 0.1em;
  font-weight: 300;
  font-size: clamp(22px, 40px, 6vw);
}

h3 {
  font-weight: 500;
}

.mb40 {
  margin-bottom: 40px;
}

#landing {
  justify-content: center;
  align-items: center;
  padding: 30px 15px 0 15px;
  color: #fff;
  text-align: center;
}
#landing h1, #landing h2 {
  position: relative;
  z-index: 1;
}

.bg-video {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.bg-video video {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.bg-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.bg-video:after {
  position: absolute;
  display: block;
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (min-aspect-ratio: 16/9) {
  .bg-video iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .bg-video iframe {
    width: 177.78vh;
  }
}
.container {
  width: 1312px;
  max-width: calc(100% - 100px);
  margin: 0 auto;
}

.container-full {
  width: calc(100% - var(--gap) - var(--gap));
  margin: 0 auto;
}

.icon {
  width: 80px;
  margin: auto;
}

.max478 {
  width: 478px;
  max-width: 45%;
}

.max450 {
  width: 463px;
  max-width: 45%;
}

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

.max420 {
  width: 460px;
  max-width: 45%;
}

.padrl {
  padding-left: 30px;
  padding-right: 30px;
}

.fadeIn {
  opacity: 0;
  transition: opacity 0.7s;
}
.fadeIn.animated {
  opacity: 1;
}

.img-holder {
  overflow: hidden;
  position: relative;
}

.toAnimate.lazyImg {
  filter: blur(5px);
  transition: opacity 0.7s, filter 1s;
  opacity: 0;
}

.lazyImg.animated {
  opacity: 1;
  filter: blur(0);
}

.btn {
  display: block;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  font-weight: 300;
}
.btn::after {
  width: 0;
  transition: width 0.3s;
  height: 1px;
  background-color: currentColor;
  bottom: -2px;
  content: "";
  display: block;
  position: absolute;
}
.btn:hover::after {
  width: 100%;
}

.scroll-arrow {
  display: block;
  position: absolute;
  bottom: 40px;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
}
.scroll-arrow svg {
  width: 100%;
  height: auto;
}

.artist {
  position: relative;
}

.artist:after {
  content: "*Artists impression only";
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #fff;
  font-size: 12px;
  display: block;
  line-height: 1;
  z-index: 2;
  font-weight: 500;
}

.border-t {
  border-top: 1px solid currentColor;
}

.border-b {
  border-bottom: 1px solid currentColor;
}

.border-r {
  border-right: 1px solid currentColor;
}

.img-hover {
  display: flex;
  position: relative;
  width: 33.33%;
  letter-spacing: 0.05em;
  font-size: 14px;
  padding: var(--gap);
  overflow: hidden;
}
.img-hover span {
  display: block;
  text-transform: uppercase;
}
.img-hover img {
  transition: all 0.5s;
  filter: grayscale(1);
}
.img-hover:hover img {
  filter: grayscale(0);
}

.logos {
  border-top: 1px solid currentColor;
  -moz-column-gap: 35px;
       column-gap: 35px;
  padding: 28px 0 0 0;
}

#ancher {
  display: inline-block;
  height: 0;
  transform: translateY(-200px);
  overflow: hidden;
  position: absolute;
  top: 100vh;
}

.links {
  font-size: 14px;
  gap: 5px 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.links a {
  text-decoration: underline;
}

footer {
  text-align: center;
}
footer a {
  display: block;
}

.s-img {
  display: block;
  width: 66px;
}

.h-img {
  display: block;
  width: 180px;
}

.f16 {
  font-size: 16px;
}

.mob {
  display: none;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  transition: all 0.5s;
  padding: 0 var(--gap);
  z-index: 50;
  height: var(--header-height);
}
header .btn {
  z-index: 3;
}
header.bg {
  color: var(--dark);
}
header.bg path {
  fill: var(--dark);
}

.top-logo {
  width: 253px;
  transition: width 0.5s;
}
.top-logo svg {
  width: 100%;
  height: auto;
  display: block;
}

.logo {
  display: block;
  width: 200px;
  max-width: calc(100% - 520px);
  top: var(--gap);
  z-index: 15;
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  margin: auto;
}
.logo svg {
  display: block;
  width: 100%;
  height: auto;
}
.logo svg path {
  fill: currentColor;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
}

.lendlease {
  position: absolute;
  bottom: 98px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
.lendlease img {
  display: block;
  margin: auto;
  width: 150px;
}

.register {
  justify-content: space-between;
  gap: 60px;
}

label {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}

input:not([type=checkbox]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  color: inherit;
  border: none;
  font-size: 16px;
  border: 1px solid currentColor;
  font-family: inherit;
  margin-bottom: 0;
  padding: 15px 5px;
  border-radius: 0;
  line-height: 1;
  resize: none;
  width: 100%;
  display: block;
}

.row-st {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.grid_50 {
  width: calc(50% - 10px);
}

.check-holder {
  position: relative;
  text-align: left;
  margin: 0 0 0 0;
}

.check-holder input {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  cursor: pointer;
  top: 0;
}

.check-holder input:checked + label::after {
  background-color: currentColor;
}

.check-holder label {
  padding-left: 30px;
  position: relative;
  z-index: 1;
}

.check-holder label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid currentColor;
  content: "";
  display: block;
}

.check-holder label:after {
  position: absolute;
  left: 2px;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
}

input:focus,
textarea:focus,
select:focus,
.post-holder:focus {
  outline: none;
  box-shadow: 0px 1px 12px -5px rgba(0, 0, 0, 0.1);
}

input.btn_submit {
  border: none;
  width: -moz-max-content;
  width: max-content;
  padding: 0;
  text-decoration: none;
  margin: 20px 0 0 0;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 20px;
  text-decoration: underline;
}

.parsley-errors-list {
  font-size: 12px;
  list-style: none;
}

select {
  background-image: url(/images/buttons/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
}

@media screen and (max-width: 1000px) {
  :root {
    --header-height: 75px;
    --l: 40px;
    --xl: 80px;
    --gap:15px ;
  }
  header {
    height: 80px;
  }
  .top-logo {
    width: 180px;
  }
  .border-r {
    border-right: none;
    border-bottom: 1px solid currentColor;
  }
  .links .mob {
    width: 100%;
  }
  .mob {
    display: block;
  }
  .row {
    flex-wrap: wrap;
  }
  .full-m {
    max-width: 100%;
    width: 100%;
  }
  .enq {
    display: none;
  }
  .grid_4, .grid_6 {
    width: 100%;
  }
  .grid_3 {
    width: 100%;
  }
  .pb-m {
    padding-bottom: 30px;
  }
  footer {
    padding-bottom: 70px;
  }
  #ancher {
    transform: translateY(0);
    top: 100vw;
  }
  .mb40 {
    margin-bottom: 30px;
  }
  .mb30 {
    margin-bottom: 20px;
  }
  .desk {
    display: none;
  }
  .container {
    max-width: calc(100% - 40px);
  }
  .max478, .max450, .max420, .grid_5 {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .grid_5 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 520px;
  }
  .grid_50 {
    width: 100%;
  }
  .padrl {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .slide {
    padding: 0 8px;
  }
  .slider {
    width: calc(100% - 120px);
    margin: auto;
    transform: translateX(0);
  }
  .slider .slick-list {
    overflow: initial;
  }
  .slick-arrow {
    right: -45px;
  }
  .slick-arrow.slick-prev {
    left: -45px;
  }
}