@font-face {
  font-family: "CaliforniaSansW90";
  src: url("/fonts/CaliforniaSansW90-Regular.eot");
  src: url("/fonts/CaliforniaSansW90-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/CaliforniaSansW90-Regular.woff2") format("woff2"), url("/fonts/CaliforniaSansW90-Regular.woff") format("woff"), url("/fonts/CaliforniaSansW90-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --header-height: 64px;
  --dark: #2A2D32;
  --sage: #585F4E;
  --gray: #505050;
  --light: #f5f3eb;
  --red:#6B804D;
  --gap: 31px;
  --xs: 20px;
  --s: 34px;
  --m: 65px;
  --l: clamp(30px, 90px, 5vh);
  --xl: clamp(50px, 100px, 10vh);
  --xxl: clamp(60px, 190px, 12vh);
}

body {
  background: var(--light);
  color: var(--gray);
  text-align: center;
  font-family: "bely", serif;
  overflow-x: hidden;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
}

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

.DM {
  font-family: "dm-sans", sans-serif;
}

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

h4.bg-dark {
  padding: 12px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.landing {
  padding: 60px var(--gap) 100px var(--gap);
}

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

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

a,
button {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  outline: none;
  background: transparent;
  border: none;
}

img {
  border: none;
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

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

.full-width {
  width: 100%;
  height: auto;
}

.abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.full-height {
  height: 100vh;
  color: var(--light);
  height: 100svh;
  width: 100%;
  background-position: center;
  background-size: cover;
  padding-top: 44px;
}

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

.team-flex {
  width: 1041px;
  gap: 45px;
  padding-top: 15px;
}

.play-btn {
  position: relative;
  display: block;
  width: 64px;
}

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

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

.gap60 {
  gap: 45px;
}

.g10 {
  gap: 10px;
}

.semi {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 50%;
  transform: translate(-50%, 0%) !important;
  flex-direction: column;
}

.f24 {
  font-size: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

.c_a {
  text-align: center;
}

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

.r-a {
  text-align: right;
}

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

.stretch {
  align-self: stretch;
}

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

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 26px;
}

.mb30 {
  margin-bottom: 34px;
}

.mb40 {
  margin-bottom: 42px;
}

.mb60 {
  margin-bottom: 60px;
}

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

.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100%;
}

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

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

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

.ptxxl {
  padding-top: var(--xxl);
}

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.o-hidden {
  overflow: hidden;
}

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

.box {
  padding: clamp(20px, 105px, 10vh) 0;
  gap: 40px;
}

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

.cap {
  text-transform: capitalize;
}

h1,
h2,
h4, h5 {
  font-family: "CaliforniaSansW90";
  font-weight: 400;
  text-transform: uppercase;
}

h1 {
  letter-spacing: 0.28em;
  font-size: clamp(32px, 90px, 9vw);
  transform: translateX(0.1em);
}
h1 span {
  display: block;
  font-size: 0.26em;
  letter-spacing: 0.25em;
  padding-top: 0.5em;
}

h2 {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 0.15em;
}
h2.big {
  font-size: 36px;
}
h2.f40 {
  font-size: 40px;
  line-height: 1.1;
}

.l1 {
  letter-spacing: 0.1em;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 17px;
  letter-spacing: 0.25em;
}

h5 {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--dark);
  white-space: nowrap;
}

h6 {
  letter-spacing: 0.2em;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "dm-sans", sans-serif;
}

.f20 {
  font-size: 20px;
}

.container {
  max-width: calc(100% - var(--gap) - var(--gap));
  margin: 0 auto;
  position: relative;
}
.container.w850 {
  width: 852px;
}

.btn {
  width: -moz-max-content;
  width: max-content;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding: 0px 20px;
  line-height: 1;
  transition: all 0.4s;
  border-radius: 0;
  cursor: pointer;
  color: #000;
  background-color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: "dm-sans", sans-serif;
}
.btn.red {
  background-color: var(--red);
  color: var(--light);
}

.mob {
  display: none !important;
}

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

.line {
  display: block;
  margin: auto;
  width: 0;
  transition: width 0.8s;
  height: 1px;
  background-color: var(--sage);
}
.line.animated {
  width: 100%;
}

.br {
  display: block;
}

.timeline {
  position: relative;
  font-size: 16px;
  padding-bottom: var(--xl);
}
.timeline h2 {
  line-height: 1;
}
.timeline:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--sage);
  left: 50%;
  transform: translateX(-50%) scale(0);
  top: 0;
  position: absolute;
  top: 0;
  transition: transform 0.7s;
}
.timeline:before {
  display: block;
  content: "";
  width: 1px;
  height: 0;
  background-color: var(--sage);
  left: 0;
  right: 0;
  margin: auto;
  top: 20px;
  position: absolute;
  transition: height 0.7s;
}
.timeline.l-a {
  display: flex;
  justify-content: flex-end;
}
.timeline.l-a .grid_6 {
  padding: 0 0 0 15px;
}
.timeline .grid_6 {
  padding: 0 15px 0 0;
}
.timeline.animated::after {
  transform: translateX(-50%) scale(1);
}
.timeline.animated::before {
  height: calc(100% - 20px);
}
.timeline.no-bef::before {
  display: none;
}

footer {
  background-color: var(--sage);
  color: var(--light);
  position: relative;
  font-family: "dm-sans", sans-serif;
  font-size: 12px;
}
footer .container {
  padding: 22px 0;
  border-top: 1px solid var(--light);
}

.social, .links {
  gap: 18px;
}

.prvd h1 {
  font-size: 40px;
}
.prvd {
  max-width: 780px;
  text-align: left;
}
.prvd p {
  margin-bottom: 10px;
}
.prvd h3 {
  padding-top: 10px;
  margin-bottom: 15px;
}
.prvd ul {
  margin-bottom: 20px;
}
.prvd ul li {
  position: relative;
  padding-left: 15px;
}
.prvd ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  border-radius: 5px;
}

header {
  position: fixed;
  height: var(--header-height);
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  padding: 0 var(--gap);
  background-color: rgba(245, 243, 235, 0);
  transition: background 0.5s;
}
header.bg {
  background-color: rgb(245, 243, 235);
}
header.bg .logo {
  opacity: 1;
}
header.bg .enq {
  background-color: var(--red);
  color: var(--light);
}

.logo {
  width: 200px;
  max-width: calc(100% - 200px);
  opacity: 0;
  transition: opacity 0.5s;
}

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

#enquire {
  background-color: var(--sage);
  color: var(--light);
  padding: 106px var(--gap) 121px var(--gap);
}

.formbox {
  width: 380px;
  max-width: 100%;
  margin: auto;
}

.register {
  max-width: 640px;
  margin: 0 auto;
}

.ci-heading {
  font-family: "CaliforniaSansW90" !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}

.slds-has-error .slds-form-element__help {
  color: #fff !important;
}

input:not([type=submit]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  color: inherit;
  border: none;
  font-family: "dm-sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  padding: 12px 0 11px;
  line-height: 1;
  resize: none;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid currentColor;
  color: var(--light);
  text-align: center;
}

select {
  -moz-text-align-last: center;
       text-align-last: center;
  background-position: 95% center;
  background-repeat: no-repeat;
}

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

option {
  color: var(--light);
  background-color: var(--sage);
}

.b_submit {
  margin: 17px auto 10px auto;
  background: transparent;
  border: 1px solid currentColor;
  color: var(--light);
  height: 32px;
  min-width: 136px;
  text-transform: none;
}

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: 300;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-transform: uppercase;
}

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

li {
  list-style: none;
}

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

.token-input-token-project {
  display: flex;
  gap: 2px;
}

p.DM {
  font-family: "dm-sans", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 55px;
}

.vbox-overlay {
  --vbox-tools-color:#fff;
  --vbox-title-background:#101010;
  --vbox-title-width:'auto';
  --vbox-title-radius:0;
  --vbox-share-background:#101010;
  --vbox-share-width:'auto';
  --vbox-share-radius:0;
  --vbox-padding:0;
}

.vbox-overlay *, .vbox-overlay :after, .vbox-overlay :before {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}

.vbox-overlay * {
  backface-visibility: visible;
}

.vbox-overlay {
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
}

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

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

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

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

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

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

.vbox-close {
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  padding: 25px;
  color: #000;
  color: var(--vbox-tools-color);
  border: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  opacity: 0.8;
  transition: opacity 0.2s;
}

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

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

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

.vbox-left {
  left: 0;
}

.vbox-right {
  right: 0;
}

.vbox-top {
  top: 0;
}

.vbox-bottom {
  bottom: 0;
}

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

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

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: var(--vbox-tools-color);
  border-right-color: var(--vbox-tools-color);
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  transform: rotate(-135deg);
}

.vbox-next span {
  transform: rotate(45deg);
  right: 10px;
}

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

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

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

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

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

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

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

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

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

.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
  padding: 30px 0;
}

.vbox-content {
  opacity: 0;
}

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

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

.vbox-child {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial;
  padding: var(--vbox-padding);
}

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

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

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

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

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

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

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

.vbox-hidden {
  display: none;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  :root {
    --l: 40px;
    --xl: 60px;
    --m: 40px;
    --gap: 15px;
  }
  body {
    font-size: 16px;
  }
  h2.big, h2.f40 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  .br {
    display: none;
  }
  .form-field {
    width: 100%;
  }
  .grid_6 {
    width: 100%;
  }
  .grid_4 {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .f24 {
    font-size: 17px;
  }
  h4 {
    font-size: 15px;
  }
  .box {
    padding: 60px 0 0 0;
  }
  h5 {
    font-size: 18px;
    white-space: initial;
  }
  h6 {
    font-size: 13px;
  }
  .play-btn {
    width: 36px;
  }
  .desk {
    display: none !important;
  }
  .timeline::before, .timeline::after {
    left: 0;
    right: auto;
  }
  .r-a {
    text-align: left;
    padding-left: 15px;
    padding-right: 0;
  }
  footer .container {
    padding: 60px 0;
  }
  footer .flex {
    justify-content: center;
    padding-bottom: 10px;
  }
  footer h4 {
    font-size: 14px;
  }
  footer .team-flex {
    padding-top: 0;
    gap: 50px;
  }
  footer .logo-f {
    position: relative;
    display: block;
    transform: none;
    margin: 0 auto 40px auto;
    left: auto;
    right: auto;
    max-width: 90%;
  }
  footer .logo-f img {
    margin: auto;
  }
  #enquire {
    padding: 60px var(--gap);
  }
  .full-height {
    height: calc(100vh - 40px);
    height: calc(100svh - 40px);
  }
  .enq {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background-color: var(--red) !important;
    color: var(--light) !important;
    width: 100%;
  }
  .mbm {
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=style.css.map */