@font-face {
  font-family: "Denton Condensed";
  src: url("/fonts/DentonCondensed-Light.woff2") format("woff2"), url("/fonts/DentonCondensed-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ayer Web";
  src: url("/fonts/AyerWeb-Regular.woff2") format("woff2"), url("/fonts/AyerWeb-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plain";
  src: url("/fonts/Plain-Regular.woff2") format("woff2"), url("/fonts/Plain-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Album Slab";
  src: url("/fonts/AlbumSlab-Regular.woff2") format("woff2"), url("/fonts/AlbumSlab-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rework Display";
  src: url("/fonts/ReworkDisplay-Semibold.woff2") format("woff2"), url("/fonts/ReworkDisplay-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rework Display";
  src: url("/fonts/ReworkDisplay-Semibold.woff2") format("woff2"), url("/fonts/ReworkDisplay-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root {
  --creame: #f4f5f1;
  --brown: #7B7F60;
  --grey: #D9D9D9;
  --light: #fff;
  --header-height: 385px;
  --pad-h: 116px;
  --pad-v: 112px;
  --gap: 20px;
  --light-brown: #AEAB99;
  --yellow:#FFB45A;
  --sp: 45px ;
}

body {
  font-family: "Album Slab";
  font-size: 14px;
  line-height: 1.35;
  background: var(--creame);
  color: var(--brown);
  margin: 0;
  padding: 320px 0 0 0;
  text-align: left;
  font-weight: normal;
}

#page-home #banner.bg-yellow {
  letter-spacing: 1px;
}

.bg-yellow, #page-home #banner.bg-yellow {
  background-color: var(--yellow);
  color: #222223;
}

#enquire.bg-yellow {
  background-color: var(--yellow);
  color: #222223;
}

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

.f-himg {
  height: 100vh;
  width: auto;
  max-width: 1000%;
}

.bg-dark {
  background-color: #222223;
  color: #fff;
}

.bg-brown {
  background-color: var(--brown);
  color: var(--creame);
}
.bg-brown .cls-w {
  fill: #fff;
}

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

.leftalign {
  text-align: left;
}

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

.max416 {
  max-width: 416px;
}

.Amazing {
  font-family: "Album Slab";
  font-weight: 400;
}

.plain {
  font-family: "Plain";
  font-weight: 400;
}

.f12 {
  font-size: 12px;
}

.grid_8 {
  width: 69.7%;
}

.grid_6 {
  width: calc(50% - var(--gap) * 0.5);
}

.grid_4 {
  width: calc(33.33% - var(--gap) * 0.67);
  display: block;
}

.grid_5 {
  width: 40%;
}

.w39 {
  width: 39%;
}

.grid_7 {
  width: 60%;
}

.grid_9 {
  width: 75%;
}

.grid_3 {
  width: calc(25% - var(--gap) * 0.75);
  display: block;
  overflow: hidden;
}

#main {
  background-color: inherit;
  position: relative;
  z-index: 1;
}

#landing {
  height: 100vh;
  height: 100svh;
  position: relative;
}

#landing.not-full {
  height: auto;
}

.full-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.noTocuh #main {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  z-index: 3;
}
.noTocuh #main .scroll-content {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.noTocuh #main .scroll-content {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.noTocuh #main .scroll-content::-webkit-scrollbar {
  display: none;
}

.play {
  display: flex;
  position: absolute;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.075em;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 40px;
  justify-content: center;
  font-family: "Rework Display";
}
.play::before {
  width: 18px;
  height: 18px;
  background-color: var(--grey);
  display: block;
  content: "";
  border-radius: 50%;
}

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

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

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

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

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

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

.pattern {
  display: block;
  position: absolute;
  bottom: 0;
  height: 13px;
  left: 0;
  width: 100%;
  background-image: url(/images/pattern.png);
  background-repeat: repeat-x;
  background-size: 40px 13px;
  z-index: 2;
}
.pattern.pattern_b {
  background-image: url(/images/pattern_b.png);
}
.pattern.pattern_y {
  background-image: url(/images/pattern_by.png);
}

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

.pre-slide {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: opacity 0.7s;
}
.pre-slide#slide2 {
  z-index: 2;
}

.pre-logo {
  display: block;
  position: relative;
  z-index: 3;
  width: 300px;
  max-width: calc(100% - 100px);
}

.bus-logo {
  position: absolute;
  bottom: 30px;
  z-index: 3;
  display: block;
  width: 154px;
  left: 0;
  right: 0;
  margin: auto;
}

/* General */
section {
  position: relative;
  z-index: 1;
}

.z3 {
  z-index: 3;
}

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

.arrow {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 60px;
  display: block;
  width: 21px;
  z-index: 2;
}

.gr48 {
  width: 48%;
}

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

.gr69 {
  max-width: calc(100% - 345px);
  width: 69%;
}

.w345 {
  min-width: 345px;
  width: 31%;
}

.w540 {
  width: 530px;
  max-width: 50%;
}

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

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb35 {
  margin-bottom: 34px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb70 {
  margin-bottom: 70px;
}

.pad-t {
  padding-top: var(--pad-v);
}

.fadeInUp {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.7s, opacity 0.7s;
}

.fadeInUp.animated {
  opacity: 1;
  transform: translateY(0);
}

.pad-top {
  padding-top: var(--pad-h);
}

.mb55 {
  margin-bottom: 53px;
}

.pt-60 {
  padding-top: 60px;
}

.pt50 {
  padding-top: 50px;
}

.pb-95 {
  padding-bottom: clamp(40px, 95px, 12vh);
}

.pb-120 {
  padding-bottom: clamp(50px, 123px, 16vh);
}

.pt-150 {
  padding-top: clamp(50px, 150px, 18vh);
}

.pt-120 {
  padding-top: clamp(50px, 121px, 15vh);
}

.pb-190 {
  padding-bottom: clamp(50px, 192px, 24vh);
}

.ptb80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.pad-bottom {
  padding-bottom: var(--pad-h);
}

.pad-r {
  padding-right: var(--pad-h);
}

.pad-l {
  padding-left: 80px;
}

.pad-30-top {
  padding-top: 30px;
}

.pad-60-top {
  padding-top: 60px;
}

.border-top::before,
.border-bottom::after {
  content: "";
  display: block;
  width: 100%;
  background-image: url(/images/pattern-line.png);
  background-repeat: repeat-x;
  background-size: 11.5px 1px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
}

.border-top.line-y::before,
.border-top.line-y::after {
  background-image: url(/images/line-y.png);
}

.border-top.b-red::before {
  background-image: url(/images/pattern-line-r.png);
}

.border-bottom.b-red::after {
  top: auto;
  bottom: 0;
  background-image: url(/images/pattern-line-r.png);
}

.pl-30 {
  padding-left: 30px;
}

.border-left {
  position: relative;
  padding-left: 30px;
}

.border-left::before {
  content: "";
  display: block;
  height: 100%;
  background-image: url(/images/pattern-line-h.png);
  background-repeat: repeat-y;
  background-size: 1px 11.5px;
  width: 2px;
  position: absolute;
  top: 0;
  left: 0;
}

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

.flex-r {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: var(--pad-v);
       column-gap: var(--pad-v);
  flex-wrap: wrap;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.flex-sb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-sb.flex-reverse {
  flex-direction: row-reverse;
}
.flex-sb.flex-end {
  align-items: flex-end;
}

.flex-ce {
  display: flex;
  justify-content: space-between;
}

.flex-st {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.flex-e {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.flex-h {
  align-self: stretch;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
}

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

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

.pad-left {
  padding-left: 60px;
}

.pad-l-30 {
  padding-left: 30px;
}

.artist {
  position: relative;
  display: block;
}

.artist:after {
  position: absolute;
  display: block;
  bottom: 20px;
  right: 20px;
  font-size: 10px;
  z-index: 5;
  letter-spacing: 0.075em;
  font-family: "Rework Display";
  text-transform: uppercase;
  color: #FFFFFF;
  content: "ARTIST IMPRESSION";
  line-height: 1;
}

.caption {
  position: absolute;
  display: block;
  bottom: 20px;
  right: 20px;
  font-size: 10px;
  z-index: 5;
  letter-spacing: 0.075em;
  font-family: "Rework Display";
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}

.to-t.artist:after {
  bottom: 18px;
}

#banner {
  position: fixed;
  font-size: 11px;
  letter-spacing: 0.2em;
  background-color: #7B7F60;
  font-family: "Rework Display";
  padding: 6px;
  color: #FFFFFF;
  top: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

#page-home #banner {
  background-color: #fff;
  color: #7B7F60;
}

.container {
  margin: auto;
  position: relative;
  width: calc(100% - var(--gap) - var(--gap));
}
.container.w1140 {
  width: calc(100% - 122px);
  max-width: 2000px;
}
.container.w1240 {
  width: calc(100% - 122px);
  max-width: 2000px;
}

.trn40 {
  transform: translate(0, 100%);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}

.location-grid p {
  min-height: 14em;
  max-width: 470px;
}

.line {
  text-align: left;
  margin: auto;
  position: relative;
}
.line span {
  display: block;
  background-image: url(/images/line.svg);
  background-repeat: repeat-x;
  background-size: 10px 2px;
  width: calc(100% - 40px);
  height: 1px;
  margin: 20px 0 25px 0;
}

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

.break {
  display: block;
}

/* Headings */
h1,
h2 {
  font-family: "Denton Condensed";
  font-size: 69px;
  font-weight: 400;
  line-height: 1;
}
h1.f46,
h2.f46 {
  font-size: 48.63px;
}

.h1-m {
  font-family: "Ayer Web";
  display: none;
  position: absolute;
  bottom: var(--gap);
  font-size: clamp(40px, 20.5vw, 80px);
  left: var(--gap);
  right: var(--gap);
  margin: auto;
  color: var(--yellow);
  text-transform: uppercase;
}

.img.abs {
  text-transform: uppercase;
  width: calc(100% - var(--gap) - var(--gap));
  position: absolute;
  left: var(--gap);
  right: var(--gap);
  margin: auto;
  bottom: var(--gap);
}

h2.Ayer {
  font-family: "Ayer Web";
  text-transform: uppercase;
  font-size: 50px;
}

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

h3 {
  font-family: "Album Slab";
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-transform: uppercase;
}

h4.f20 {
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 0;
  line-height: 1.3;
}

h4 {
  font-family: "Rework Display";
  margin-bottom: 15px;
  font-size: 11px;
  font-weight: 600;
  line-height: 11px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

h2.sml {
  font-size: 44px;
}

.sketch {
  display: block;
  width: 65%;
}

.relative {
  position: relative;
}

.team-logo {
  display: block;
  margin-bottom: 15px;
  width: 150px;
}

/* Navigation */
header {
  height: 0;
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  display: flex;
  background-color: rgba(142, 69, 63, 0);
  transition: background 0.5s;
  padding: 0 var(--gap);
}
header.new-header {
  height: 109px;
  display: flex;
  justify-content: flex-end;
  padding-top: 55px;
  align-items: flex-end;
  gap: 20px;
}

.logo {
  margin: 0 auto;
  position: fixed;
  top: var(--sp);
  width: 200px;
  display: block;
  left: 0;
  right: 0;
  z-index: 100;
  transition: opacity 0.5s;
}
.logo svg {
  display: block;
  width: 100%;
  height: auto;
}
.logo.faded {
  opacity: 0;
  pointer-events: none;
}
.logo.active path {
  fill: #fff;
}
.logo.logo-n {
  top: 71px;
  width: 205px;
}

#nav-toggle {
  display: flex;
  width: 45px;
  height: 28px;
  position: fixed;
  left: var(--sp);
  top: var(--sp);
  justify-content: flex-end;
  align-items: center;
  color: inherit;
  z-index: 100;
}

#nav-toggle span {
  width: 45px;
  height: 2px;
  background: currentColor;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  transform-origin: left top;
}

#nav-toggle span.sp2 {
  top: 13px;
  width: 35px;
}

#nav-toggle span.sp3 {
  top: 26px;
  transform-origin: left bottom;
}

#nav-toggle.active span.sp1 {
  transform: rotate(45deg);
  background-color: #fff;
  width: 40px;
}

#nav-toggle.active span.sp2 {
  opacity: 0;
}

#nav-toggle.active span.sp3 {
  background-color: #fff;
  transform: rotate(-45deg);
  width: 40px;
}

#nav {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  align-items: flex-start;
  justify-content: flex-end;
  transition: opacity 0.7s;
  z-index: 3;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: var(--brown);
  color: var(--creame);
  width: 100%;
  height: 100vh;
  height: 100svh;
  padding: 80px;
}

#nav li {
  width: 100%;
  display: block;
  list-style: none;
  position: relative;
  text-align: center;
}

#nav li a {
  font-family: "Denton Condensed";
  font-size: 70px;
  line-height: 1;
  position: relative;
  z-index: 1;
  display: block;
  text-align: left;
  padding-bottom: 5px;
}

.btn-r {
  color: var(--yellow);
  height: 41px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid currentColor;
  font-family: "Rework Display";
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 0 31px;
}
.btn-r:hover {
  background-color: var(--yellow);
  color: #222223;
}

.btn, .hs-button {
  width: 174px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background-color: var(--creame);
  color: var(--brown);
  height: 41px;
  padding: 0;
  font-size: 13px;
  letter-spacing: 0.2em;
  font-weight: 600;
  text-transform: uppercase;
  margin: auto;
  transition: all 0.5s;
  font-family: "Rework Display";
}
.btn.max-c, .hs-button.max-c {
  width: -moz-max-content;
  width: max-content;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
}
.btn.enq, .hs-button.enq {
  position: absolute;
  right: calc(2 * var(--gap));
  top: calc(2 * var(--gap));
  z-index: 5;
  display: flex;
}
.btn.b_submit, .hs-button.b_submit {
  cursor: pointer;
  margin: 40px auto;
}

.btn-r.b_submit {
  background-color: #222223;
  color: var(--yellow) !important;
  line-height: 1;
  padding: 0;
  margin: 30px auto 0 auto !important;
  min-width: 167px;
}

.hs_submit {
  width: 100%;
}

.hs-button {
  display: block;
  text-align: center;
}

.hs-form-field {
  width: calc(50% - 10px) !important;
}

.hbspt-form form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.video-background {
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}
#map {
  height: calc(100svh - 120px);
}

.map-link {
  display: block;
  font-family: "Album Slab";
  font-size: 14px;
  line-height: 19px;
  text-align: left;
}

#enquire {
  position: relative;
  background: var(--brown);
  color: #fff;
  z-index: 2;
}
#enquire .pattern {
  bottom: 100%;
}

.register {
  width: 1230px;
  max-width: 100%;
  margin: 0 auto;
}
.register h2 {
  line-height: 1.3;
  margin-bottom: 30px;
  text-align: center;
}
.register .max560 {
  max-width: 560px;
  margin: 0 auto 80px auto;
  text-align: center;
}
.register .form-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 115px;
}

label {
  font-family: "Rework Display";
  text-align: center;
  display: block;
  text-transform: uppercase;
  padding-bottom: 5px;
  letter-spacing: 0.11em;
}

input,
select {
  font-family: "Rework Display";
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  width: 100%;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  text-align: center;
  color: var(--light);
  border-bottom: 1px solid currentColor;
}

#enquire.bg-yellow input, #enquire.bg-yellow select {
  color: #222223;
  letter-spacing: 0;
  padding: 13px 0 19px 0;
  margin: 0 0 9px 0;
}

.hs-error-msgs {
  list-style: none;
  font-size: 10px;
  color: #ddd;
}

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

.hs_recaptcha {
  display: flex;
  justify-content: center;
  width: 100% !important;
}

select {
  background-image: url(/images/buttons/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 20%;
  background-size: 16px 8px;
  -moz-text-align-last: center;
       text-align-last: center;
}

#enquire.bg-yellow select {
  background-image: url(/images/buttons/arrow-b.svg);
  background-position: right 50%;
}

select option {
  background: var(--brown);
}

.chk_holder {
  margin: 0 0 20px 0;
  text-align: center;
}
.chk_holder.nholder {
  margin: 30px auto;
}
.chk_holder.nholder label {
  letter-spacing: 0;
}

.phone {
  display: block;
  font-size: 24px;
  text-align: center;
}

.enq_frm {
  max-width: 100%;
}

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

.checkbox + label {
  padding: 0 0 0 26px;
  position: relative;
  color: inherit;
  font-size: 13px;
  font-family: inherit;
  display: inline-block;
  margin: 0 0 14px 0;
  font-family: "Rework Display";
  text-transform: uppercase;
}

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

.checkbox + label:after {
  position: absolute;
  left: 0;
  width: 5px;
  height: 11px;
  top: 50%;
  left: 7px;
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  display: block;
  transition: all 0.4s ease-in-out;
}

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

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

.privacy {
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.2em;
  text-align: center;
  font-family: "Rework Display";
  text-transform: uppercase;
  color: #CDD1C5;
}

#thank {
  background-color: var(--light-blue);
}

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

.pages-links {
  background-color: var(--creame);
  color: var(--brown);
  text-align: center;
  padding-bottom: 140px;
}
.pages-links h2 {
  margin-bottom: 80px;
}
.pages-links .plain,
.pages-links .title {
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 490px;
}

/*footer*/
footer {
  position: relative;
  padding: 0 var(--gap) 40px var(--gap);
  background-color: var(--brown);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.links {
  display: flex;
  justify-content: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
  font-size: 10px;
  font-weight: 600;
  line-height: 10px;
  letter-spacing: 0.075em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin: auto;
  font-family: "Rework Display";
  margin: 0;
}
.links.links-n {
  width: -moz-max-content;
  width: max-content;
  justify-content: flex-start;
  color: #222223;
}

.logos {
  display: flex;
  justify-content: center;
  padding: 60px 0 30px 0;
}

.logos img {
  display: block;
}

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  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 {
  width: 100% !important;
}

li.token-input-token-project p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 20px;
  font-size: 11px;
}

li.token-input-token-project {
  overflow: hidden;
  height: 25px;
  margin: 0;
  padding: 2px 5px;
  background-color: #ccc;
  color: #000;
  cursor: default;
  border: 1px solid #525252;
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #fff;
  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: #fff;
  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: #fff;
}

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

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

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

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

@media screen and (max-width: 1750px) {
  .trn-l {
    transform: translateX(calc(-1 * var(--pad-h) + var(--gap)));
  }
}
@media screen and (max-width: 1380px) {
  :root {
    --pad-h: 60px;
    --pad-v: 90px;
  }
  h1,
  h2 {
    font-size: 60px;
  }
  .trn40 {
    transform: translate(0, 0);
  }
  .container.w1140 {
    width: calc(100% - var(--gap) - var(--gap));
  }
  .container.w1240 {
    width: calc(100% - var(--gap) - var(--gap));
  }
}
@media screen and (max-width: 1000px) {
  :root {
    --header-height: 200px;
    --pad-h: 80px;
    --pad-v: 80px;
    --gap: 20px;
  }
  body {
    padding: 200px 0 0 0;
    text-align: center;
  }
  .logo {
    width: 130px;
    top: 40px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  h2.Ayer {
    font-size: 13.5vw;
    max-width: 25em;
    text-align: left;
    width: auto;
  }
  .register h2.Ayer {
    text-align: center;
  }
  #nav-toggle {
    left: 20px;
    top: 40px;
    height: 25px;
  }
  #nav-toggle span {
    width: 36px;
  }
  #nav-toggle span.sp2 {
    top: 9px;
    width: 26px;
  }
  #nav-toggle span.sp3 {
    top: 19px;
  }
  #nav-toggle.active span.sp1,
  #nav-toggle.active span.sp3 {
    width: 30px;
  }
  #nav {
    align-items: center;
    justify-content: center;
    padding: 130px 10px 80px 10px;
  }
  #nav li a {
    text-align: center;
    font-size: 41px;
  }
  #landing {
    height: 100vw;
  }
  .btn.enq {
    position: fixed;
    top: auto;
    transform: none;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0;
  }
  .w540 {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .gr48,
  .gr69,
  .gr6,
  .grid_9 {
    width: 100%;
    max-width: 100%;
  }
  .pad-r {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .pab-20-m {
    padding-bottom: var(--gap);
  }
  .checkbox + label {
    font-size: 13px;
  }
  input,
  select {
    font-size: 12px;
  }
  footer,
  #enquire {
    display: block;
    position: relative;
    z-index: 51;
  }
  .mb20m {
    margin-bottom: 20px;
  }
  .links {
    justify-content: space-between;
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    display: block;
  }
  .links a {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
  .links p {
    margin-bottom: 10px;
  }
  .container {
    display: block;
  }
  .chk_holder {
    border-bottom: 1px solid var(--light);
    padding-bottom: 20px;
  }
  .chk_holder.nholder {
    border: none;
  }
  .register .form-box {
    padding-top: 60px;
  }
  .checkbox + label {
    font-size: 11px;
    width: 100%;
    margin-bottom: 0;
  }
  .flex-r {
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: flex-start;
  }
  .w345 {
    width: 100%;
    max-width: 560px;
  }
  .border-top::before {
    background-size: 11.5px 1px;
  }
  .pattern {
    background-size: 20px 6.5px;
    height: 6px;
  }
  .border-left::before {
    height: 2px;
    background-image: url(/images/pattern-line-r.png);
    width: 100%;
    background-repeat: repeat-X;
    background-size: 11.5px 1px;
  }
  .border-bottom.b-red::after {
    background-size: 11.5px 1px;
  }
  .z3 {
    margin-bottom: 20px;
  }
  .grid_4, .grid_8, .w39,
  .grid_6 {
    width: 100%;
  }
  .pad-left {
    padding-left: 0;
  }
  .pb20m, .pb-95 {
    padding-bottom: 20px;
  }
  .artist:after {
    bottom: 15px;
    right: 10px;
    font-size: 9px;
  }
  .f-himg {
    height: calc(100vh - 50px);
    height: calc(100svh - 50px);
  }
  .enq-m, .exp-m {
    position: fixed;
    z-index: 5;
    bottom: 0;
    width: 50%;
    border-radius: 0;
    background-color: var(--yellow);
    color: #222223 !important;
    border: none !important;
  }
  .enq-m {
    left: 0;
    border-right: 1px solid #222223 !important;
  }
  .exp-m {
    left: 50%;
  }
  .col-reverse {
    flex-direction: column;
  }
  .sketch {
    width: 460px;
    max-width: 80%;
    margin: 0 auto 40px auto;
  }
  .pages-links h2 {
    margin-bottom: 50px;
  }
  .location-link {
    width: 560px;
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
  footer {
    padding-bottom: 70px;
  }
  .leftalign {
    text-align: center;
  }
  .pad-l {
    padding-left: 0;
  }
  .grid_7,
  .grid_5 {
    width: 100%;
  }
  .ptb80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .border-left,
  .pl-30 {
    padding-left: 0;
  }
  .ptb-m {
    padding: var(--pad-h) 0;
  }
  .pt-m {
    padding-top: var(--pad-h);
  }
  .flex-h {
    display: block;
  }
  .team-logo {
    margin: 0 auto 20px auto;
  }
  .max416 {
    margin-left: auto;
    margin-right: auto;
  }
  .location-grid p {
    min-height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
  }
  h1,
  h2 {
    font-size: 36px;
  }
  .btn.max-c {
    margin: auto;
  }
  .hs-form-field {
    width: 100% !important;
  }
  .phone {
    font-size: 18px;
  }
  #banner {
    font-size: 8px;
  }
  .logo.logo-n {
    width: 155px;
  }
  h1.Ayer {
    font-size: 14vw;
  }
  h4.f20 {
    font-size: 15px;
  }
  .pt-150 {
    padding-top: 60px;
  }
  .links.links-n {
    margin: 0 auto 30px auto;
  }
  .btn-r {
    color: var(--yellow);
    height: 40px;
    font-size: 11px;
    padding: 0px 21px;
  }
  .mb70 {
    margin: 0 auto 50px auto;
  }
  .flex-end {
    justify-content: center;
  }
  .trn40 {
    margin-left: auto;
    margin-right: auto;
  }
  .h1-m {
    display: block;
    text-align: center;
  }
  .img.abs {
    display: none;
  }
  #page-home #banner.bg-yellow {
    letter-spacing: 1px;
    padding: 10px 15px;
    font-size: 11px;
  }
  .keep-left-m {
    text-align: left;
  }
}