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

.g-slider .slick-list {
  overflow: initial;
}

.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: 48px;
  height: 48px;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  transform: none;
  display: block;
  left: 0;
  border: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 4;
  transform: translateX(-100%);
  background-image: url(/images/buttons/prev.svg);
  font-size: 0;
}
.slick-arrow.slick-next {
  left: auto;
  right: 0;
  transform: translateX(100%);
  background-image: url(/images/buttons/next.svg);
}

@font-face {
  font-family: "TheFutureRegular";
  src: url("/fonts/TheFutureRegular.woff2") format("woff2"), url("/fonts/TheFutureRegular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "TheFutureMedium";
  src: url("/fonts/TheFutureMedium.woff2") format("woff2"), url("/fonts/TheFutureMedium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Centra No2 TRIAL";
  src: url("/fonts/CentraNo2TRIAL-Medium.woff2") format("woff2"), url("/fonts/CentraNo2TRIAL-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Centra No2 TRIAL";
  src: url("/fonts/CentraNo2TRIAL-Light.woff2") format("woff2"), url("/fonts/CentraNo2TRIAL-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
:root {
  --header-height: 100px;
  --gap: 48px;
  --light: #ffffff;
  --red: #FF6326;
  --dark: #000;
  --cream:#ffe0d4;
  --heading-font:"TheFutureRegular";
  --body-font: "TheFutureRegular";
  --semi-font: "TheFutureMedium";
  --no2: "Centra No2 TRIAL";
  --xxs: 5px;
  --xs: 10px;
  --s: 25px;
  --m: 60px;
  --l: 80px;
  --xl: 155px;
  --xxl: 195px;
  --grey:#bcbdc2;
  --white: #F5F1EE;
}

body {
  background: var(--light);
  color: var(--red);
  margin: 0;
  padding: 0;
  text-align: center;
  overflow-x: hidden;
  font-family: var(--body-font);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.38;
}

#enterLink {
  transition: opacity 0.5s;
  opacity: 0;
}

#enter {
  position: fixed;
  z-index: 9999;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: opacity 0.7s;
}

main {
  height: auto;
  overflow: initial;
}

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

.scroll_sec {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  scroll-snap-align: start;
}

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

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

#hero {
  position: absolute;
  display: flex;
  width: 100%;
  height: calc(100% - 50px);
  top: 0;
  left: 0;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  padding: var(--gap);
  gap: 65px;
  z-index: 2;
  transition: opacity 1s;
  flex-direction: column;
  background-position: 90% 50%;
}

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

#enquire-top {
  margin-top: -51px;
  padding-top: 100px;
}

#preloader.fadeOut #hero {
  opacity: 1;
}

.arrow {
  display: block;
  width: 16px;
}

.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: 100vh;
  height: 100svh;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.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;
  }
}
.bg-cream {
  background-color: var(--cream);
}

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

.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: var(--gap);
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.max600 {
  max-width: 660px;
  margin: auto;
}

.col {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-self: stretch;
  row-gap: clamp(20px, 70px, 10vh);
  justify-content: center;
}

.icirt {
  margin: 20px auto 0 auto;
  display: block;
}

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

.artist {
  position: relative;
}
.artist:after {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #fff;
  font-size: 12px;
  content: "Artist impression";
  line-height: 1;
}

.lf-img {
  position: relative;
}
.lf-img:after {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #fff;
  font-size: 12px;
  content: "Lifestyle image";
  line-height: 1;
}

.caption {
  text-align: left;
  font-size: 12px;
  display: block;
  padding-top: 10px;
}

.relative {
  position: relative;
  z-index: 2;
}

.center_align {
  text-align: center;
}

.absolute {
  position: absolute;
}

.ng::after {
  position: absolute;
  left: 0;
  content: "";
  height: 50%;
  bottom: 0;
  width: 100%;
  display: block;
  background: linear-gradient(180deg, rgba(71, 61, 61, 0) 0%, #322927 100%);
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

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

.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100%;
}

.ptg {
  padding-top: var(--gap);
}

.pbg {
  padding-bottom: var(--gap);
}

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

.pbxxl {
  padding-bottom: var(--xxl);
}

.pt75 {
  padding-top: 75px;
}

.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-light {
  background-color: var(--light);
}

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

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

.fit-h {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: -moz-max-content;
  width: max-content;
  height: calc(100vh - 160px);
}
.fit-h img {
  height: 100%;
  width: -moz-max-content;
  width: max-content;
}

.fit-aerial {
  width: calc(100% - 120px);
  height: calc(100vh - 120px);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.fake {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

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

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

.sticky {
  position: sticky;
  z-index: 1;
  height: calc(100vh - var(--header-height));
  top: var(--header-height);
}

.fit-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}

.mx-c {
  height: 100%;
  width: 100%;
}

.fit-holder {
  height: calc(100vh - 160px);
  width: calc(100% - 70px);
  display: flex !important;
  justify-content: center;
  align-items: center;
}

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

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

.ptb125 {
  padding-top: 125px;
  padding-bottom: 125px;
}

/* Headings */
h1,
h2,
h3, h4 {
  font-family: var(--heading-font);
  font-weight: 400;
}

h1 {
  font-size: 100px;
  font-weight: 400;
  line-height: 1.16;
  max-width: 12em;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}

h2 {
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
}
h2.sml {
  font-size: 40px;
}
h2.f38 {
  font-size: 38px;
}

h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

h4 {
  font-size: 25px;
}

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

.container {
  width: calc(100% - var(--gap) - var(--gap));
  margin: 0 auto;
  max-width: 100%;
}
.container.w1432 {
  width: 1300px;
  max-width: calc(100% - var(--gap) - var(--gap));
}

.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 !important;
  width: max-content !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 31px;
  flex-wrap: wrap;
  padding: 2px 28px 0 28px;
  color: var(--red);
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.3s;
  cursor: pointer;
  font-family: var(--no2);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.14em;
  background-color: #fff;
}
.btn.normal {
  text-transform: none;
  font-weight: 400;
  border: 1px solid var(--light);
  letter-spacing: 0;
}
.btn.red-btn {
  background-color: var(--red);
  color: #fff;
  border: none;
}

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

.w892 {
  width: 892px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w837 {
  width: 884px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1318 {
  width: 1387px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

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

.f25 {
  font-size: 25px;
}

.f24 {
  font-size: 24px;
}

#slider-holder {
  overflow: hidden;
}

.t-slider {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 25vw;
}

.g4 {
  min-width: 21vw;
  max-width: 21vw;
  padding: 0 var(--gap) 0 0;
  text-align: left;
}
.g4 .f15 {
  padding-right: 20px;
}

.f14 {
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
}

.asp3-4 {
  width: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}

.f18 {
  font-size: 24px;
}

.odea {
  font-family: var(--no2);
  display: block;
  padding-top: 15px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.pinch-zoom-container {
  overflow: hidden;
  height: 64vw !important;
}

.pad {
  padding: var(--gap);
}

#drag-m {
  overflow: hidden;
}
#drag-m img {
  width: 200vw;
  max-width: 200vw;
}

.drag-holder {
  position: relative;
}

.bar {
  position: absolute;
  width: calc(100% - 80px);
  background-color: rgba(255, 255, 255, 0.8);
  height: 2px;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
}

#status {
  position: absolute;
  height: 100%;
  top: 0;
  background-color: var(--red);
  min-width: 45%;
  max-width: 100%;
}

.mob {
  display: none;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 var(--gap);
  color: #fff;
  transition: opacity 1s;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.14em;
  opacity: 0;
  gap: 20px;
}
header.animated {
  opacity: 1;
}
header.w-h .call {
  color: #fff;
}

.call {
  color: var(--red);
  letter-spacing: 1px;
}

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

#banner {
  position: fixed;
  z-index: 4;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background-color: var(--red);
  border-top: 1px solid #fff;
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s;
}
#banner.animated {
  opacity: 1;
}

#f-svg {
  position: absolute;
  left: calc(50vw - 40px);
  top: calc(50vh - 40px);
  transform: rotate(90deg);
  width: 48px;
}

#and-svg {
  position: absolute;
  width: 48px;
  left: calc(50vw - 120px);
  top: calc(50vh + 32px);
  transform: rotate(90deg);
}

#a-svg {
  width: 40px;
  position: absolute;
  left: calc(50vw + 36px);
  top: calc(50vh + 28px);
  z-index: 5;
}

#preloader svg {
  height: auto;
  opacity: 1;
  transition: opacity 0.5s, top 1s, left 1s, transform 1s, width 1s;
  z-index: 5;
}
#preloader svg path {
  transition: fill 0.5s;
}
#preloader svg.faded {
  opacity: 1;
}
#preloader.fadeOut svg {
  opacity: 0;
}
#preloader.animated #bg {
  background-color: #fff;
}
#preloader.animated path {
  fill: var(--red);
}
#preloader.animated #a-svg {
  width: 64px;
  left: 55px;
  top: 50px;
}
#preloader.animated #and-svg {
  width: 69px;
  left: 55px;
  top: 153px;
  transform: rotate(0);
}
#preloader.animated #f-svg {
  left: 53px;
  top: 461px;
  transform: rotate(0);
  width: 70px;
}

#logo {
  position: absolute;
  left: var(--gap);
  top: 50px;
  width: 446px;
  display: block;
  z-index: 6;
  height: auto;
}

#bg {
  background-color: var(--red);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

label {
  display: block;
  text-transform: uppercase;
  font-family: var(--no2);
  letter-spacing: 0.2em;
  font-size: 12px;
}

input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  color: inherit;
  border: none;
  font-family: var(--no2);
  font-size: 12px;
  padding: 25px 0;
  line-height: 1;
  resize: none;
  width: 100%;
  display: block;
  width: 100%;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  width: 100% !important;
}

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

.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;
}
.form-row.g6 {
  width: calc(50% - 10px);
}

select {
  -moz-text-align-last: center;
       text-align-last: center;
}

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

.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-right: 20px;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}

.check-holder label:before {
  position: absolute;
  right: -1px;
  width: 15px;
  height: 15px;
  top: -1px;
  border: 1px solid currentColor;
  content: "";
  display: block;
}

.check-holder label:after {
  position: absolute;
  right: 3px;
  width: 7px;
  height: 7px;
  top: 3px;
  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 {
  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 {
  padding: 25px 0;
}

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

.disclaimer {
  width: 1320px;
  padding-top: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  font-size: 9px;
}

.paivacy {
  padding-top: 30px;
  font-size: 9px;
  max-width: 658px;
  margin: auto;
  line-height: 1.5;
}
.paivacy a {
  text-decoration: underline;
}

@media screen and (max-width: 1280px) {
  h1 {
    font-size: 72px;
  }
}
@media screen and (max-width: 1000px) {
  h1 {
    font-size: 60px;
  }
  .g4 {
    min-width: 35vw;
    max-width: 35vw;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 36px;
    max-width: 100%;
  }
  h3 {
    font-size: 15px;
  }
  .scroll_sec {
    display: block;
    height: auto;
    min-height: 1px;
  }
  :root {
    --header-height: 50px;
    --banner-heihgt: 40px;
    --l: 40px;
    --xl: 40px;
    --xxl: 35px;
    --m:25px;
    --gap:27px ;
  }
  h4 {
    font-size: 16px;
  }
  .sticky {
    position: relative;
    z-index: 1;
    height: auto;
    top: auto;
  }
  .fit-img {
    height: auto;
  }
  .pt75 {
    padding-top: 40px;
  }
  .form-row.g6 {
    width: 100%;
  }
  .full-height {
    height: calc(100vh - 45px);
    height: calc(100svh - 45px);
  }
  #preloader {
    height: 100svh;
    height: 100vh;
  }
  .desk {
    display: none;
  }
  #desk-slider {
    display: none;
  }
  .mob {
    display: block;
  }
  .row {
    flex-wrap: wrap;
  }
  .full-m {
    max-width: 100%;
    width: 100%;
  }
  header {
    font-size: 14px;
    justify-content: space-between;
  }
  #logo {
    top: 45px;
    width: 275px;
  }
  #f-svg {
    left: calc(50vw - 20px);
    width: 40px;
  }
  #and-svg {
    width: 40px;
    left: calc(50vw - 80px);
  }
  #a-svg {
    width: 32px;
  }
  input, textarea, select, .check-field {
    padding: 20px 0;
  }
  .f25 {
    font-size: 14px;
  }
  h2 {
    font-size: 30px;
  }
  h2.f38 {
    font-size: 26px;
    line-height: 34px;
  }
  h2.sml {
    font-size: 24px;
  }
  .f24 {
    font-size: 14px;
  }
  h4.big {
    font-size: 14px;
  }
  #hero {
    padding-bottom: 90px;
  }
  #preloader.animated #f-svg {
    left: 31px;
    top: 299px;
    width: 40px;
  }
  #preloader.animated #and-svg {
    width: 41px;
    left: 32px;
    top: 108px;
  }
  #preloader.animated #a-svg {
    width: 36px;
    left: 33px;
    top: 50px;
  }
  .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;
  }
  .full-m {
    width: 100%;
    max-width: 100%;
  }
  .t-slider {
    padding-left: 0;
  }
  .g4 {
    min-width: 85vw;
    max-width: 85vw;
  }
  .f18 {
    font-size: 16px;
  }
  .logos img {
    transform: scale(0.8);
  }
  #enquire {
    padding-bottom: 90px;
  }
  .pt30m {
    padding-top: 30px;
  }
  .col {
    row-gap: 40px;
  }
  .ptb125 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 471px) {
  #hero {
    height: calc(100% - 69px);
  }
  #hero::before {
    bottom: -69px;
    height: 69px;
  }
}