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

.slick-arrow {
  font-family: inherit;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  right: auto;
  transform: none;
  display: block;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 4;
  font-size: 0;
}
.slick-arrow.slick-next {
  left: 50%;
}

#mainSlider {
  z-index: 1;
}
#mainSlider .main-slide {
  height: calc(100vh - var(--slider-padTop) - var(--slider-padBottom) - 1px);
  height: calc(100svh - var(--slider-padTop) - var(--slider-padBottom) - 1px);
  padding: var(--gap) var(--gap) calc(var(--gap) * 2) var(--gap);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
#mainSlider .main-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#indicate {
  position: absolute;
  width: 2px;
  height: var(--slider-padBottom);
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  background-color: var(--dark);
  z-index: 50;
}

#navHolder {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

#navSlider {
  height: 100%;
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
#navSlider .nav-slide {
  height: 100%;
  min-width: 2.7vw;
  width: 2.7vw;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0 1px;
  aspect-ratio: 4/5;
  pointer-events: none;
}
#navSlider img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#navSlider span {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  color: var(--dark);
  font-size: 18px;
  align-items: center;
}

#mainSlider .slick-dots, #mainSlider .slick-arrow {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.next-btn {
  position: absolute;
  color: var(--dark);
  top: 0;
  height: 100%;
  width: 50%;
  left: 0;
  z-index: 2;
  padding: var(--gap);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  justify-content: flex-end;
  left: 50%;
}

.prev-btn {
  position: absolute;
  color: var(--dark);
  top: 0;
  height: 100%;
  width: 50%;
  left: 0;
  z-index: 2;
  padding: var(--gap);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.slider {
  padding-bottom: 22px;
}
.slider .slick-dots {
  position: absolute;
  display: flex;
  z-index: 999;
  list-style: none;
  bottom: 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.slider .slick-dots .slick-active button {
  background-color: var(--dark);
}
.slider .slick-dots button {
  background-color: var(--grey);
  width: 40px;
  height: 2px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 0;
}

.caption {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  bottom: calc(0.75 * var(--gap));
  left: 0;
  right: 0;
  margin: auto;
  color: var(--dark);
}

#nav-m {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: "protogrotesk-bold";
  src: url("/fonts/protogroteskweb-bold-TRIAL.eot");
  src: url("/fonts/protogroteskweb-bold-TRIAL.eot?#iefix") format("embedded-opentype"), url("/fonts/protogroteskweb-bold-TRIAL.woff") format("woff");
}
@font-face {
  font-family: "protogrotesk-extralight";
  src: url("/fonts/protogroteskweb-extralight-TRIAL.eot");
  src: url("/fonts/protogroteskweb-extralight-TRIAL.eot?#iefix") format("embedded-opentype"), url("/fonts/protogroteskweb-extralight-TRIAL.woff") format("woff");
}
@font-face {
  font-family: "protogrotesk-light";
  src: url("/fonts/protogroteskweb-light-TRIAL.eot");
  src: url("/fonts/protogroteskweb-light-TRIAL.eot?#iefix") format("embedded-opentype"), url("/fonts/protogroteskweb-light-TRIAL.woff") format("woff");
}
@font-face {
  font-family: "protogrotesk-regular";
  src: url("/fonts/protogroteskweb-regular-TRIAL.eot");
  src: url("/fonts/protogroteskweb-regular-TRIAL.eot?#iefix") format("embedded-opentype"), url("/fonts/protogroteskweb-regular-TRIAL.woff") format("woff");
}
@font-face {
  font-family: "Panama";
  src: url("/fonts/Panama-Regular.woff2") format("woff2"), url("/fonts/Panama-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Panama";
  src: url("/fonts/Panama-Bold.woff2") format("woff2"), url("/fonts/Panama-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --header-height: 80px;
  --gap: 40px;
  --light: #F5F1EE;
  --dark: #141414;
  --heading-font:"Panama";
  --body-font: "protogrotesk-light";
  --semi-font:"APK Protocol Semi-Bold Trial";
  --xxs: 5px;
  --xs: 18px;
  --s: 25px;
  --m: 50px;
  --l: clamp(40px,92px,15vh);
  --xl: clamp(60px,194px,23.5vh);
  --xxl: 225px;
  --grey:#bcbdc2;
  --white: #F5F1EE;
  --para:100px;
  --slider-padTop:var(--header-height);
  --slider-padBottom:calc(3.37vw + 20px);
}

.development {
  width: 1500px;
  position: relative;
  margin: auto;
}

body {
  background: var(--grey);
  color: var(--dark);
  margin: 0;
  padding: 0;
  text-align: center;
  overflow-x: hidden;
  font-family: var(--body-font);
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
}

*,
*: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: 41.67%;
}

.grid_6 {
  width: calc(50% - 20px);
}

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

.play {
  font-family: "protogrotesk-regular";
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-wrap: wrap;
}
.play span {
  display: block;
  width: 100%;
}

.has-banner #landing {
  padding: calc(var(--gap) * 2) var(--gap) var(--gap) var(--gap);
}
.has-banner header {
  top: 30px;
}

#landing {
  display: flex;
  justify-content: space-between;
  gap: var(--gap);
  padding: var(--gap);
  height: 100vh;
  color: var(--white);
  height: 100svh;
  flex-direction: column;
  transition: padding 0.3s;
}
#landing.j-e {
  justify-content: flex-end;
}

.artist {
  position: relative;
}

.artist::after {
  content: "Artist Impression";
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  display: block;
  line-height: 1;
  z-index: 2;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fit-obj {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.clipAni {
  clip-path: inset(0% 0% 100% 0%);
  transition: clip-path 1s ease-in-out;
}
.clipAni.animated {
  clip-path: inset(0% 0% 0% 0%);
}

.fullyvideo {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  left: 0;
  top: 0;
  z-index: 1;
}

@media screen and (max-aspect-ratio: 1920/1080) {
  .fullyvideo {
    height: 100vh;
    height: 100svh;
  }
}
@media screen and (min-aspect-ratio: 1920/1080) {
  .fullyvideo {
    width: 100% !important;
  }
}
.full-height {
  height: calc(100vh - var(--header-height));
  height: calc(100svh - var(--header-height));
  width: 100%;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.iframe-holder {
  position: relative;
  padding: 100% 0 0 0;
}
.iframe-holder iframe,
.iframe-holder video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

@media (min-aspect-ratio: 16/9) {
  .bg-video iframe {
    height: 56.25vw;
    width: 100vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .bg-video iframe {
    min-height: 100vh;
    min-width: 177.77vh;
  }
}
.dark-bg::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  display: block;
  content: "";
  width: 100%;
  height: 100%;
}

/* General */
.gap {
  gap: var(--gap);
}

.g20 {
  gap: 20px;
}

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

.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;
  z-index: 2;
}

.center_align {
  text-align: center;
}

.absolute {
  position: absolute;
}

.mb5 {
  margin-bottom: 5px;
}

.mb15 {
  margin-bottom: 17px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb55 {
  margin-bottom: 55px;
}

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

.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100%;
}

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

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

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

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

.bg-w {
  background-color: #fff;
}
.bg-w header {
  color: var(--dark);
}
.bg-w header #bg {
  background-color: #fff;
}

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

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

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

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

section {
  position: relative;
  background-color: inherit;
  z-index: 2;
}

.para {
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.para .inner-para {
  position: absolute;
  height: 120%;
  width: 100%;
  top: 0;
  left: 0;
}

#scl {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.loaded #landing {
  transition: opacity 0.7s;
  opacity: 1 !important;
}

#page-home.loaded header {
  transition-delay: 0.7s;
  transition: opacity 0.7s;
  opacity: 1 !important;
}

.loaded #scl {
  transition-delay: 0.7s;
  transition: transform 1s;
  transform: scale(1) !important;
}

.loaded #logoTrn {
  transition: transform 1s;
  transition-delay: 1s;
  transform: translateY(0) !important;
}

/* Headings */
h1,
h2,
h3, h4 {
  margin: 0;
  font-family: var(--heading-font);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

h1,
h2 {
  font-size: clamp(24px, 32px, 3vw);
  line-height: 1.2;
  letter-spacing: -0.03em;
}

h3 {
  font-size: 40px;
  line-height: 1;
}
h3.big {
  font-size: 64px;
}

h4 {
  font-size: 22px;
  line-height: 1.4;
  text-transform: uppercase;
  max-width: 740px;
  padding-left: 20px;
  padding-right: 20px;
}

h5 {
  font-family: "protogrotesk-regular";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h6 {
  font-family: var(--heading-font);
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
}

.underline {
  width: -moz-max-content;
  width: max-content;
  display: block;
}
.underline:after {
  width: 100%;
  display: block;
  height: 1px;
  background-color: currentColor;
  content: "";
}

.f14 {
  font-size: 14px;
}

.Barnclueth {
  width: 100%;
  position: relative;
  z-index: 2;
}

.split {
  display: block;
  line-height: 1.2;
  overflow: hidden;
}
.split span {
  will-change: translate;
  display: inline-block;
  transition: transform 0.7s;
  transform: translateY(105%);
}

.f96 .split {
  line-height: 1.05;
}

.split-holder.animated .split span {
  transform: translateY(0);
}

.container {
  max-width: calc(100% - var(--gap) - var(--gap));
  margin: 0 auto;
}
.container.w1340 {
  width: 1340px;
  max-width: calc(80% - 104px);
}

.max1176 {
  max-width: 60vw;
  margin: 0 auto;
}

.max700 {
  max-width: 690px;
}

.border-t {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  transition: width 1s;
  background-color: currentColor;
  display: block;
  height: 1px;
}

.border-t.animated {
  width: 100%;
}

.border-bl {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: width 1s;
  background-color: currentColor;
  display: block;
  height: 1px;
}

.register.animated .border-bl {
  width: 100%;
}

.fadeInUp {
  opacity: 0;
  transition: opacity 0.7s;
}
.fadeInUp.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);
}

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

.btn {
  width: -moz-max-content;
  width: max-content;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  height: 27px;
  flex-wrap: wrap;
  font-size: 12px;
  padding: 3px 13px 0 13px;
  background-color: var(--white);
  color: var(--dark);
  line-height: 1;
  text-transform: uppercase;
  transition: background 0.4s;
  cursor: pointer;
  font-family: "protogrotesk-regular";
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
.btn.dark {
  background-color: var(--dark);
  color: var(--white);
}

@media (hover: hover) {
  .btn:hover {
    background-color: var(--grey);
    color: var(--dark);
  }
  .btn:hover.dark:hover {
    background-color: var(--white);
    color: var(--dark);
  }
  header.bg .btn:hover {
    background-color: var(--dark);
    color: var(--light);
  }
}
.w446 {
  width: 446px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.logos {
  -moz-column-gap: 35px;
       column-gap: 35px;
  display: flex;
  justify-content: center;
  align-items: ce;
}

.links {
  font-size: 12px;
  gap: 5px;
  padding-bottom: 35px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.links p {
  width: 100%;
  padding-top: 5px;
}

.f12 {
  font-size: 12px;
}

.illust path {
  stroke-dasharray: 5;
}

.mob {
  display: none;
}

.ani-holder {
  overflow: hidden;
}

.asp1-1 {
  aspect-ratio: 1/1;
}

.asp16-9 {
  aspect-ratio: 16/9;
}

.paraHolder {
  position: absolute;
  width: 100%;
  height: calc(100% + var(--para));
  left: 0;
  top: calc(-1 * var(--para));
  z-index: 0;
}

.sticky {
  position: sticky;
  top: var(--header-height);
  z-index: 1;
  color: #fff;
}

.f96 {
  font-size: clamp(32px, 96px, 8vw);
  font-family: "protogrotesk-bold";
  font-weight: 700;
  text-transform: uppercase;
}

.f32 {
  font-size: 32px;
  font-family: "protogrotesk-bold";
  font-weight: 700;
  text-transform: uppercase;
}

sup {
  font-size: 0.3em;
  font-family: "Panama";
  vertical-align: top;
  transform: translate(50%, 50%);
  display: inline-block;
}

#map {
  aspect-ratio: 16/9;
}

#map-cats {
  gap: 40px;
}
#map-cats h4 {
  margin-bottom: 20px;
  font-size: 32px;
}

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

.x {
  display: inline-block;
  font-family: var(--heading-font);
  margin: 0 60px;
  font-weight: 400;
}

.gallery-holder {
  height: 100vh;
  height: 100svh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: var(--header-height) 0 var(--slider-padBottom) 0;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 6;
  padding: 0 var(--gap);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  transition: all 0.5s;
  height: var(--header-height);
  font-family: "protogrotesk-regular";
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
header * {
  position: relative;
  z-index: 2;
}
header .btn {
  z-index: 3;
}
header .phone {
  font-family: "HW Atlantic Trial";
  z-index: 3;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
}
header.bg {
  color: var(--dark);
}
header.bg #bg {
  background-color: rgb(188, 189, 194);
}
header.bg .btn {
  background-color: var(--dark);
  color: var(--light);
}
header.bg .btn:hover {
  background-color: var(--white);
  color: var(--dark);
}

#page-home .logo {
  opacity: 0;
  transition: opacity 0.5s;
}
#page-home .logo path {
  fill: var(--dark);
}
#page-home header.bg .logo {
  opacity: 1;
}

.logo {
  display: block;
  width: 360px;
  max-width: calc(100% - 200px);
  min-width: 120px;
}
.logo svg {
  width: 100%;
  height: auto;
  display: block;
}
.logo path {
  fill: currentColor;
}

#bg {
  position: absolute;
  background-color: rgba(188, 189, 194, 0);
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.7s;
  transition: background 0.5s;
  padding: var(--gap);
}

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

#banner {
  background-color: var(--dark);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  padding: 7px 25px;
  color: var(--light);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F5F1EE;
  font-size: 12px;
}

#banner .close {
  display: flex;
  gap: 3px;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}

#banner .close svg {
  display: block;
  width: 100%;
  transform: translateY(1px);
  height: auto;
}

.top-holder {
  gap: 20px;
}

#nav-toggle {
  z-index: 7;
  position: relative;
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  align-items: center;
  transition: color 0.5s;
}
#nav-toggle.active {
  color: var(--grey);
}

#nav-toggle .de-active {
  display: none;
}

#nav-toggle.active .t-active {
  display: none;
}

#nav-toggle.active .de-active {
  display: flex;
}

.ham {
  width: 30px;
  height: 1.5px;
  background-color: currentColor;
  display: block;
  position: relative;
  background-color: currentColor;
  transform: translateY(-1px);
}

.ham::before, .ham::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: -4px;
  background: currentColor;
  transition: transform 0.3s, width 0.3s;
}

.ham::after {
  top: 4px;
}

#nav-toggle.active .ham:after {
  top: 4px;
  transform-origin: left bottom;
  transform: rotate(45deg) translate(-4px, -3px);
  width: 8px;
}

#nav-toggle.active .ham::before {
  transform-origin: left bottom;
  transform: rotate(-45deg) translate(-2.5px, 3.5px);
  width: 8px;
}

#nav {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100vh;
  gap: 15px;
  background-color: var(--dark);
  left: 0;
  font-family: "protogrotesk-bold";
  font-weight: 700;
  font-style: Bold;
  font-size: clamp(32px, 64px, 10vw);
  padding: 15px;
  transition: opacity 0.7s;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  text-transform: uppercase;
  color: var(--grey);
}
#nav a {
  height: 1.1em;
  overflow: hidden;
  width: 100%;
  transition: color 0.4s;
}
#nav a span {
  display: block;
  transform: translateY(105%);
  transition: transform 0.4s;
}
#nav a.active-page {
  color: #fff;
}
#nav a.animated span {
  transform: translateY(0);
}
#nav.active {
  opacity: 1;
  pointer-events: initial;
}

@media (hover: hover) {
  #nav a:hover {
    color: #fff;
  }
}
label {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
}

input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  color: inherit;
  border: none;
  font-family: inherit;
  font-size: 14px;
  padding: 14px 0 12px 0;
  line-height: 1;
  resize: none;
  width: 100%;
  display: block;
  width: 100%;
  border-radius: 0;
  font-weight: 300;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: var(--grey);
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  color: var(--grey) !important;
}

.btn.b_submit {
  width: -moz-max-content !important;
  width: max-content !important;
  background-color: var(--grey);
}
.btn.b_submit:hover {
  background-color: var(--white);
}

.thx {
  height: 100%;
  width: 100;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

option {
  color: var(--dark);
}

.form-row {
  position: relative;
}

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

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

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

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

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  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;
}

.check-holder {
  position: relative;
  padding-bottom: 10px;
}

.check-holder input {
  opacity: 0;
  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: 20px;
  position: relative;
  width: 100%;
  text-align: left;
}

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

.check-holder label:after {
  position: absolute;
  left: 3px;
  width: 8px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  border-radius: 5px;
}

.token-input-list-project {
  list-style: none;
}

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

.token-input-dropdown-project {
  background: var(--light);
}

.parsley-errors-list {
  list-style: none;
  position: absolute;
  bottom: 0px;
  font-size: 10px;
}

.privacy {
  font-size: 14px;
  text-decoration: underline;
}

#thank_enq h2 {
  text-align: left;
}

.post-holder {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

.check-field {
  width: 126px;
}

.post-field {
  width: calc(100% - 130px);
}

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

@media screen and (max-width: 1000px) {
  body {
    font-size: 15px;
  }
  :root {
    --header-height: 60px;
    --banner-heihgt: 40px;
    --l: 40px;
    --xl: 80px;
    --m:25px;
    --gap:25px ;
    --slider-padBottom: calc(18.75vw + 15px);
  }
  .full-height {
    height: calc(100vh - 45px);
    height: calc(100svh - 45px);
  }
  .desk {
    display: none;
  }
  #desk-slider {
    display: none;
  }
  .f32 {
    font-size: 16px;
  }
  .x {
    margin: 0 15px;
  }
  .mob {
    display: block;
  }
  .row {
    flex-wrap: wrap;
  }
  .has-banner #landing {
    padding: calc(var(--banner-heihgt) * 1.5) var(--gap) var(--gap) var(--gap);
  }
  .full-m {
    max-width: 100%;
    width: 100%;
  }
  h4 {
    font-size: 16px;
  }
  .call {
    position: fixed;
    bottom: 20px;
    left: var(--gap);
    z-index: 99;
    color: var(--light);
    font-weight: 700;
  }
  #landing {
    height: calc(100vh - 58px);
    height: calc(100svh - 58px);
    display: flex;
    flex-direction: column;
    padding-top: 60px;
    align-items: flex-end;
    justify-content: space-between;
  }
  .has-banner header {
    top: var(--banner-heihgt);
  }
  #nav {
    width: 100%;
  }
  #banner {
    display: flex;
    font-size: 10px;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    height: var(--banner-heihgt);
    flex-direction: column;
  }
  .enq {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 58px;
    background-color: var(--dark) !important;
    color: var(--light) !important;
  }
  header .phone {
    position: fixed;
    left: var(--gap);
    bottom: 20px;
    z-index: 50;
    color: var(--dark);
    letter-spacing: 0.12em;
    font-family: "Maison Neue";
    font-weight: 700;
  }
  .container.w1340 {
    max-width: calc(100% - var(--gap) * 2);
  }
  .pt5 {
    padding: 0;
  }
  .grid_4, .grid_6 {
    width: 100%;
  }
  .grid_3 {
    width: 100%;
  }
  .slick-arrow {
    right: -22px;
  }
  .slick-arrow.slick-prev {
    left: -22px;
  }
  .pb-m {
    padding-bottom: 30px;
  }
  .links {
    padding-bottom: 70px;
  }
  .inner img {
    margin-bottom: 20px;
  }
  .logos {
    flex-wrap: wrap;
    gap: 15px;
  }
  .break {
    display: block;
    width: 100%;
  }
  .gap-n {
    gap: 0;
  }
  #enquire {
    padding-bottom: 80px;
  }
  h3 {
    font-size: clamp(32px, 60px, 6vw);
  }
  .blk-m {
    display: block;
  }
  .blk-m img {
    display: block;
    margin: 25px auto;
  }
  .full-m {
    width: 100%;
    max-width: 100%;
  }
  .t-active, .de-active {
    display: none !important;
  }
  #navSlider .nav-slide {
    min-width: 15vw;
    width: 15vw;
  }
  .next-btn, .prev-btn {
    display: none;
  }
  #nav-m {
    display: block;
  }
  .caption {
    bottom: var(--gap);
  }
  .gallery-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .max1176 {
    max-width: calc(100% - var(--gap) * 0.5);
    margin: 0 auto;
  }
  .fake {
    display: block;
    height: 300vh;
  }
  .no-param {
    transform: none !important;
  }
}
@media screen and (max-width: 400px) {
  :root {
    --banner-heihgt: 54px;
  }
  #banner {
    font-size: 8.5px;
  }
}