﻿@charset "UTF-8";
.slick-arrow {
  position: absolute;
  bottom: 40px;
  right: var(--gap);
  width: 246px;
  height: 36px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  color: transparent;
  font-size: 0;
  border: 0 none;
  cursor: pointer;
  background-color: transparent;
}

.slick-prev {
  display: none;
}

.slick-next {
  background-image: url(/images/svg/next.svg);
}

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

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

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

.vbox-overlay {
  background: #000 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
}

#page-team .vbox-overlay {
  background: #000 !important;
}

/* ----- navigation ----- */
.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 50px;
  overflow: hidden;
  position: fixed;
  display: none;
  left: 0;
  z-index: 89;
}

.vbox-close, .b-close {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  z-index: 50;
  color: #fff;
}

.b-close {
  color: #000;
}

.vbox-close:after, .b-close::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 40px;
  transform: rotate(45deg);
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: center;
  background: currentColor;
  top: 0;
}

.vbox-close:before, .b-close::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 40px;
  transform: rotate(-45deg);
  transform-origin: center;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: center;
  background: currentColor;
  top: 0;
}

.vbox-left {
  cursor: pointer;
  position: fixed;
  left: 0;
  height: 40px;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  z-index: 99;
  display: flex;
  align-items: center;
}

.vbox-num {
  display: inline-block;
  margin: 6px 0 6px 15px;
}

/* ----- Social share ----- */
.vbox-share {
  line-height: 28px;
  font-size: 12px;
  overflow: hidden;
  position: fixed;
  left: 0;
  z-index: 98;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.vbox-share svg {
  max-height: 28px;
  width: 28px;
  z-index: 10;
  margin-left: 12px;
  margin-top: 6px;
  margin-bottom: 6px;
  vertical-align: middle;
}

/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 99;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #B6B6B6;
  border-right-color: #B6B6B6;
  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;
}

/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
}

/* ------- Video & iFrames window ------ */
.venoframe {
  max-width: 100%;
  width: 100%;
  border: none;
  width: 100%;
}

.venoframe.vbvid {
  width: 80vw;
  height: 44vw;
}

@media (min-width: 992px) {
  .venoframe, .vbox-inline {
    max-width: 1200px;
    width: 80%;
    height: 540px;
    height: 70vh;
  }
}
/* 
Please do NOT edit this part! 
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.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%;
}

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}

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

.vbox-figlio {
  max-width: 100%;
  text-align: initial;
  background: transparent !important;
}

img.vbox-figlio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

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

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

.vbox-animated {
  webkit-transition: margin 300ms ease-out;
  transition: margin 300ms ease-out;
}

/* ---------- preloader ----------
 * SPINKIT 
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce, .sk-rotating-plane {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-rotating-plane {
  background-color: #333;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}
@keyframes sk-rotatePlane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-double-bounce {
  position: relative;
}

.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-child, .sk-spinner-pulse, .sk-three-bounce .sk-child {
  background-color: #333;
  border-radius: 100%;
}

.sk-double-bounce .sk-double-bounce2 {
  animation-delay: -1s;
}
@keyframes sk-doubleBounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.sk-wave .sk-rect {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
  animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
  animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
  animation-delay: -1s;
}

.sk-wave .sk-rect4 {
  animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
  animation-delay: -0.8s;
}
@keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-wandering-cubes .sk-cube {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}

.sk-chasing-dots, .sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-wandering-cubes .sk-cube2 {
  animation-delay: -0.9s;
}
@keyframes sk-wanderingCube {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.sk-spinner-pulse {
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}
@keyframes sk-pulseScaleOut {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.sk-chasing-dots {
  position: relative;
  text-align: center;
  animation: sk-chasingDotsRotate 2s infinite linear;
}

.sk-chasing-dots .sk-child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}
@keyframes sk-chasingDotsRotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chasingDotsBounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center;
}

.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  display: inline-block;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-circle .sk-child:before, .sk-fading-circle .sk-circle:before {
  display: block;
  border-radius: 100%;
  content: "";
  background-color: #333;
}

.sk-three-bounce .sk-bounce1 {
  animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
  animation-delay: -0.16s;
}
@keyframes sk-three-bounce {
  0%, 100%, 80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  margin: 0 auto;
  width: 15%;
  height: 15%;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  animation-delay: -0.1s;
}
@keyframes sk-circleBounceDelay {
  0%, 100%, 80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #333;
  float: left;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  animation-delay: 0ms;
}

.sk-cube-grid .sk-cube8 {
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  animation-delay: 0.2s;
}
@keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.sk-fading-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  margin: 0 auto;
  width: 15%;
  height: 15%;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  animation-delay: -0.1s;
}
@keyframes sk-circleFadeDelay {
  0%, 100%, 39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.sk-folding-cube {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  animation-delay: 0.9s;
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%, 90% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .venoframe.vbvid {
    width: 100%;
    height: 56vw;
  }
}
#pre-logo {
  opacity: 0;
  transition: opacity 1s;
  max-width: 60%;
  max-height: 60%;
}

#preloader.disable {
  opacity: 0;
  pointer-events: none;
}
.banner {
    background-color: var(--brown);
    color: white;
    text-align: center;
    font-size: 42px;
    font-weight: 400;
    letter-spacing: 3px;
}
@media screen and (max-width: 1000px) {
  .banner {
    font-size: 16px;
  }
}
header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.header {
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  transition: transform 0.7s;
  background-color: var(--off-white);
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--gap);
}
.header.bg {
  transform: translateY(0);
}

.main-logo {
  display: block;
  width: 270px;
  max-width: calc(100% - 120px);
  z-index: 2;
}

#nav {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: var(--off-white);
  display: flex;
  height: 100vh;
  width: 100%;
  transition: opacity 0.7s;
  opacity: 0;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: var(--header-height) 20px 20px 20px;
  font-family: "Saol Display";
  gap: 15px;
}
#nav a {
  display: block;
  font-size: 32px;
  text-transform: uppercase;
}
#nav.active {
  opacity: 1;
  pointer-events: initial;
}

#nav-toggle {
  display: flex;
  padding-left: 74px;
  font-family: "Open Sans";
  line-height: 1;
  position: relative;
  z-index: 3;
}
#nav-toggle:after {
  content: "MENU";
}
#nav-toggle span {
  position: absolute;
  width: 47px;
  height: 2px;
  display: block;
  background-color: currentColor;
  left: 0;
  transition: transform 0.5s;
}
#nav-toggle .sp1 {
  top: 4px;
}
#nav-toggle .sp2 {
  top: 13px;
}
#nav-toggle.active .sp1 {
  transform: rotate(45deg);
  top: 50%;
  left: 0;
}
#nav-toggle.active .sp2 {
  transform: rotate(-45deg);
  top: 50%;
  left: 0;
}
#nav-toggle.active::after {
  content: "CLOSE";
}

.top-header {
  position: absolute;
  padding: 70px var(--gap) 0 var(--gap);
  color: #fff;
}
.top-header .to-logo {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}
.top-header .links a {
  display: block;
  text-transform: uppercase;
  padding-bottom: 17px;
  line-height: 1;
}

.register {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.bbc {
  margin: 0 auto 40px auto;
  width: 512px;
}

.formbox {
  margin: 0 auto;
  max-width: 1500px;
}

form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.g12 {
  width: 100%;
  position: relative;
  border-bottom: 1px solid var(--off-white);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.b_submit {
  background: var(--brown);
  color: #fff;
  padding: 32px;
  line-height: 1;
  cursor: pointer;
  width: 581px;
  margin: 127px auto 44px auto;
}

input,
select {
  width: 100%;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--brown);
  padding: 19px 0 10px;
  border-bottom: 1px solid currentColor;
  margin-bottom: 24px;
}
input option,
select option {
  padding: 16px 0;
  background: transparent;
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
}

.privacy {
  font-family: "Open Sans";
  font-size: 11px;
}

.chk_holder {
  margin: 0;
  color: var(--off-white);
  padding: 16px 0;
}

#chkInternational {
  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;
}

#chkInternational + label {
  padding: 2px 0 2px 26px;
  position: relative;
  text-align: center;
  display: block;
  color: var(--off-white);
  font-family: inherit;
  display: inline;
  margin: auto;
}

#chkInternational + label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid var(--brown);
  content: "";
  display: block;
}

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

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

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: var(--brown);
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--brown);
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--brown);
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--brown);
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0.7;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0.7;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0.7;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0.7;
}

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

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: var(--brown);
  color: var(--black);
  cursor: default;
  border: 1px solid var(--brown);
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: var(--brown);
  overflow-x: hidden;
  cursor: default;
  font-size: inherit !important;
  z-index: 13;
  color: var(--black);
}
div.token-input-dropdown-project * {
  font-size: 16px !important;
}

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: var(--brown);
  font-size: inherit;
  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: var(--brown);
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: var(--brown);
}

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: var(--black);
  color: var(--brown);
}

/* 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: absolute;
  text-align: left;
  bottom: 0;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: red;
}

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

@font-face {
  font-family: "SaolDisplayLight";
  src: url("/fonts/SaolDisplayLight.eot");
  src: url("/fonts/SaolDisplayLight.eot") format("embedded-opentype"), url("/fonts/SaolDisplayLight.woff2") format("woff2"), url("/fonts/SaolDisplayLight.woff") format("woff"), url("/fonts/SaolDisplayLight.ttf") format("truetype"), url("/fonts/SaolDisplayLight.svg#SaolDisplayLight") format("svg");
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/OpenSans-Light.woff2") format("woff2"), url("/fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/OpenSans.woff2") format("woff2"), url("/fonts/OpenSans.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SaolDisplayLightItalic";
  src: url("/fonts/SaolDisplayLightItalic.eot");
  src: url("/fonts/SaolDisplayLightItalic.eot") format("embedded-opentype"), url("/fonts/SaolDisplayLightItalic.woff2") format("woff2"), url("/fonts/SaolDisplayLightItalic.woff") format("woff"), url("/fonts/SaolDisplayLightItalic.ttf") format("truetype"), url("/fonts/SaolDisplayLightItalic.svg#SaolDisplayLightItalic") format("svg");
}
@font-face {
  font-family: "SackersGothicStdLight";
  src: url("/fonts/SackersGothicStdLight.eot");
  src: url("/fonts/SackersGothicStdLight.eot") format("embedded-opentype"), url("/fonts/SackersGothicStdLight.woff2") format("woff2"), url("/fonts/SackersGothicStdLight.woff") format("woff"), url("/fonts/SackersGothicStdLight.ttf") format("truetype"), url("/fonts/SackersGothicStdLight.svg#SackersGothicStdLight") format("svg");
}
@font-face {
  font-family: "Saol Display";
  src: url("/fonts/SaolDisplayRegular.woff2") format("woff2"), url("/fonts/SaolDisplayRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Saol Display Regular";
  src: url("/fonts/SaolDisplayRegularItalic.woff2") format("woff2"), url("/fonts/SaolDisplayRegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
:root {
  --SackersGothicStd-Light: "SackersGothicStdLight";
  --SaolDisplay-Light: "SaolDisplayLight";
  --SaolDisplay-LightItalic: "SaolDisplayLightItalic";
  --white: #ffffff;
  --off-white:#fff;
  --black: #000000;
  --brown: #998176;
  --header-height: 147px;
  --x106:106px;
  --x144:144px;
  --x165:165px;
  --xlarge: 96px;
  --xxl:clamp(60px,188px,22vh);
  --large: 80px;
  --medium: 64px;
  --small: 20px;
  --xsmall: 10px;
  --gap:50px ;
}

html {
  height: 100%;
}

body {
  font-size: 20px;
  color: var(--brown);
  font-family: "Open Sans";
  background-color: var(--off-white);
  font-weight: 300;
  margin: 0;
  padding: 0;
  font-optical-sizing: auto;
}

.f25 {
  font-size: 25px;
}

.Saol {
  font-family: "Saol Display";
}

.light {
  font-family: "SaolDisplayLight";
}

i {
  font-family: "SaolDisplayLightItalic";
}

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

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: 25%;
}

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

.g4 {
  width: 33%;
  display: flex;
  position: relative;
}

.grid_5 {
  width: 41.67%;
}

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

.g_6 {
  width: calc(50% - 77px);
  position: relative;
  display: flex;
}

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

.w418 {
  width: 23%;
}

.v_w418 {
  width: calc(77% - var(--gap));
}

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

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

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

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

.img {
  width: 100%;
}

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

/* General */
.arrow {
  position: absolute;
  display: block;
  width: 38.18px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 66px;
}

.arrow-link {
  display: flex;
  gap: 23px;
  align-items: center;
  padding-top: 56px;
  font-size: 38px;
  line-height: 1;
  font-family: "SaolDisplayLightItalic";
  transition: gap 0.5s;
}
.arrow-link img {
  display: block;
  width: 146px;
  transition: transform 0.5s;
  transform: translateY(5px);
}
.arrow-link:hover img {
  transform: translate(5px, 5px);
}

.a-link {
  display: flex;
  gap: 65px;
  align-items: flex-end;
  padding-top: 20px;
  font-size: 25px;
  line-height: 1.25;
  font-family: "SaolDisplayLight";
}
.a-link i {
  display: block;
}
.a-link img {
  width: 104px;
  transition: transform 0.5s;
  transform: translateY(-5px);
}
.a-link:hover img {
  transform: translate(5px, -5px);
}

.watch {
  position: absolute;
  display: block;
  right: var(--gap);
  bottom: 115px;
  line-height: 1;
}

h3.abs {
  position: absolute;
  left: var(--gap);
  bottom: 110px;
  line-height: 1.2;
}

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

.bg-video video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

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

@media (min-aspect-ratio: 16/9) {
  .bg-video iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .bg-video iframe {
    width: 177.78vh;
  }
}
.video-holder {
  aspect-ratio: 1920/1080;
}
.video-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Headings */
h1,
h2,
h4 {
  font-weight: 400;
}

h1, h2 {
  font-size: 60px;
  font-size: clamp(34px, 60px, 4vw);
  line-height: 1.25em;
  font-style: normal;
  word-spacing: 0.02em;
  width: 100%;
  font-family: "SaolDisplayLight";
}

h3 {
  font-family: "Saol Display";
  font-weight: 400;
  word-spacing: 0.04em;
  font-size: clamp(28px, 50px, 3vw);
}
h3 i {
  font-size: 0.76em;
}

h4 {
  font-family: "SaolDisplayLight";
  font-size: 40px;
}

h5 {
  font-family: "SaolDisplayLightItalic";
  font-size: 30px;
  font-weight: 300;
}

.artist {
  position: relative;
}
.artist:after {
  content: "Artist’s Impression";
  position: absolute;
  display: block;
  right: 62px;
  bottom: 46px;
  color: #fff;
  font-size: 16px;
}
.artist.lefti:after {
  right: auto;
  left: 53px;
  bottom: 44px;
}

.btn {
  color: var(--off-white);
  font-family: var(--SackersGothicStd-Light);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.4px;
  text-transform: uppercase;
}

.polytec {
  width: 340.29px;
  display: block;
  margin: 0 auto;
  max-width: calc(100% - 100px);
}

footer {
  display: block;
  background-color: transparent;
  padding: var(--large) 0;
  position: relative;
}
footer * {
  color: var(--brown) !important;
}
footer .agent-name {
  font-family: var(--SackersGothicStd-Light);
  font-style: normal;
  font-weight: 850;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--off-white);
  text-align: center;
  line-height: 1.4em;
}
footer .agent-name a {
  color: var(--white);
  font-weight: 300;
}
footer .Highland {
  width: 300px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto 0;
}
footer .agent {
  display: flex;
  flex-direction: column;
}

.landing {
  overflow: hidden;
  color: #fff;
}
.landing video {
  position: absolute;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing .whatch-film {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  margin: auto;
  z-index: 2;
  width: -moz-max-content;
  width: max-content;
}
.landing .target {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  z-index: 2;
  width: 26px;
}

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

#page-thankyou .enq {
  display: none;
}

#thankyou {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: var(--black);
}

#preloader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: 1.5s;
}
#preloader.active {
  opacity: 0;
}
#preloader .wrapper {
  display: flex;
  gap: 5px;
}
#preloader .wrapper span {
  display: block;
  opacity: 0;
  font-size: 90px;
  line-height: 1.1em;
  letter-spacing: 0px;
  text-align: center;
  font-family: var(--SackersGothicStd-Light);
  transition: opacity 1s;
}
#preloader .wrapper span.white {
  letter-spacing: 5px;
}
#preloader .wrapper span:not(.white) {
  color: var(--black);
}
#preloader .wrapper span.active {
  opacity: 1;
}
#preloader .wrapper .anim {
  transition: opacity 0.7s, transform 0.3s;
  transform: translateY(-25px);
}
#preloader .wrapper .anim.active {
  transform: translateY(0);
}
#preloader .wrapperB {
  padding-top: 40px;
  gap: 2px;
}
#preloader .wrapperB span {
  opacity: 0;
  font-family: var(--SaolDisplay-Light);
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  transition: opacity 0.7s;
}
#preloader .wrapperB span.active {
  opacity: 1;
}

.slideUp {
  position: absolute;
  top: 100%;
  height: 100%;
  width: 100%;
  background-image: url("/images/home/s1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: top 1.2s;
}
.slideUp.active {
  top: 0;
}

.bluebar {
  position: absolute;
  top: 100%;
  height: 20%;
  width: 100%;
  background-color: var(--black);
  transition: top 1.3s;
  z-index: 2;
}
.bluebar.active {
  top: -20%;
}

section {
  width: 100%;
  position: relative;
}

.container {
  width: calc(100% - var(--gap) * 2);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.container.small {
  max-width: 900px;
}

.lazyImg {
  filter: blur(5px);
  transition: filter 0.5s;
}
.lazyImg.animated {
  filter: blur(0);
}

.lazy-fade {
  opacity: 0;
  transition: 1.5s linear;
  -webkit-transition: 1.5s linear;
  -moz-transition: 1.5s linear;
  -ms-transition: 1.5s linear;
  -o-transition: 1.5s linear;
}
.lazy-fade.fadeIn {
  opacity: 1;
}

#thankyou {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: var(--black);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
}
#thankyou * {
  text-align: center;
}
#thankyou h2 {
  font-size: 20px;
  margin-bottom: var(--xsmall);
}
#thankyou a {
  font-weight: 100;
}

.italic {
  font-family: var(--SaolDisplay-LightItalic);
}

#th-message {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--brown);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 999;
}
#th-message h5 {
  color: var(--white);
  text-align: center;
  margin-bottom: var(--medium);
}
#th-message a {
  color: var(--white);
  padding: var(--small) var(--medium);
  border: 1px solid var(--white);
}

#page-privacypolicy ul,
#page-disclaimer ul {
  padding-left: 2em;
  padding-bottom: var(--small);
}
#page-privacypolicy h2,
#page-privacypolicy .bold,
#page-disclaimer h2,
#page-disclaimer .bold {
  font-weight: bold;
}

/*--------------------------------------*/
/*--------------------------------------*/
/*--------------------------------------*/
.ofh {
  overflow: hidden;
}

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

.bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg.bottom {
  background-position: bottom;
}

.dark-layer {
  background: linear-gradient(360deg, #000000 0.1%, rgba(255, 255, 255, 0) 50%);
}

.aspect3by2 {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}

.aspect20by10 {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 20/10;
}

.uppercase {
  text-transform: uppercase;
}

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

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

.col {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
}

.wrap {
  flex-wrap: wrap;
}

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

.absolute {
  position: absolute;
}

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

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

.pt165 {
  padding-top: var(--x165);
}

.pb165 {
  padding-bottom: var(--x165);
}

.pt144 {
  padding-top: var(--x144);
}

.pb144 {
  padding-bottom: var(--x144);
}

.pb106 {
  padding-bottom: var(--x106);
}

.pt106 {
  padding-top: var(--x106);
}

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

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

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

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

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

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

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

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

.mbxs {
  margin-bottom: var(--xsmall);
}

.mb15 {
  margin-bottom: 15px;
}

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

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

.pbxxs {
  padding-bottom: calc(var(--xsmall) / 2);
}

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

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

.fullwidth,
.full-width {
  width: 100%;
}

.fullheight,
.full-height {
  height: 100%;
}

.full-svh {
  height: 100vh;
  height: 100svh;
}

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

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

.bg-brown {
  background-color: vbar(--brown);
}

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

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

.white {
  color: var(--off-white);
}

.mb20 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 33px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 66px;
}

.mrm {
  margin-right: var(--medium);
}

.mrxs {
  margin-right: var(--xsmall);
}

.pad-r {
  padding-right: 80px;
}

.mlxs {
  margin-left: var(--xsmall);
}

.pb0 {
  padding-bottom: 0;
}

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

.just-mobile {
  display: none;
}

.hmc {
  height: -moz-max-content;
  height: max-content;
}

.desktop {
  display: block;
}

.logos {
  gap: 0px 123px;
  align-items: center;
}

.popUp {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 500;
  display: none;
  opacity: 0;
  transition: opacity 0.7s;
  background: #A48775;
  color: #fff;
}

.innerPop {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 80px 0;
}

.innerPop .container {
  width: 1000px;
  text-align: left;
}

.innerPop p {
  margin-bottom: 20px;
}

.innerPop h4 {
  margin-bottom: 25px;
}

.close {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  z-index: 50;
}

.close:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 40px;
  transform: rotate(45deg);
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: center;
  background: #fff;
}

.close:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 40px;
  transform: rotate(-45deg);
  transform-origin: center;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: center;
  background: #fff;
}

@media screen and (max-width: 1600px) {
  .a-link {
    justify-content: space-between;
    gap: 5px;
  }
}
@media screen and (max-width: 1420px) {
  :root {
    --gap:30px ;
  }
  .a-link img {
    width: 80px;
  }
  .f25, .a-link {
    font-size: 21px;
  }
  .arrow-link {
    font-size: 34px;
  }
  .pad-r {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .pad-r {
    padding-right: 0;
  }
  body {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  :root {
    --header-height: 70px;
    --xlarge: 60px;
    --large: 60px;
    --medium: 40px;
    --small: 20px;
    --xsmall: 10px;
    --x106: 60px;
    --x144: 60px;
    --x165: 60px;
    --gap:20px;
    --xxl:60px;
  }
  .just-desktop {
    display: none;
  }
  .just-mobile {
    display: block;
  }
  .just-mobile.row, .just-mobile.column {
    display: flex;
  }
  .main-logo {
    width: 170px;
  }
  #nav-toggle span {
    width: 30px;
  }
  #nav-toggle:after {
    display: none;
  }
  #nav-toggle .sp1 {
    top: -7px;
  }
  #nav-toggle .sp2 {
    top: 3px;
  }
  .arrow {
    bottom: 55px;
  }
  .enq.watch {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px;
    background-color: #fff;
    right: 0;
    color: var(--brown);
    text-align: center;
    z-index: 5;
  }
  h3.abs {
    bottom: 100px;
  }
  #page-home .watch-m {
    left: var(--gap);
    right: auto;
    bottom: 100px;
  }
  #page-home h3.abs {
    bottom: 120px;
  }
  .top-header .to-logo {
    position: absolute;
    top: 30px;
    width: 90px;
  }
  .links {
    display: none;
  }
  .desktop {
    display: none;
  }
  h5 {
    font-size: 22px;
    margin: 0 auto;
  }
  h4 {
    font-size: 30px;
  }
  .grid_1,
  .grid_2,
  .grid_3,
  .grid_4,
  .grid_5,
  .grid_6,
  .grid_7,
  .grid_8,
  .grid_9,
  .grid_10,
  .grid_11,
  .grid_12,
  .g_6,
  .g6,
  .g4,
  .g5 {
    width: 100% !important;
  }
  .register form .b_submit {
    width: 100% !important;
  }
  .m-mbm {
    margin-bottom: var(--medium);
  }
  .m-mw100 {
    max-width: 100% !important;
    width: 100% !important;
  }
  .m-column {
    flex-direction: column;
  }
  .m-column-reverse {
    flex-direction: column-reverse;
  }
  .m-pbs {
    padding-bottom: var(--small);
  }
  .m-mbs {
    margin-bottom: var(--small);
  }
  .m-pbm {
    padding-bottom: var(--medium);
  }
  .m-mbm {
    margin-bottom: var(--medium);
  }
  .m-pbl {
    padding-bottom: var(--large);
  }
  .m-pbxl {
    padding-bottom: var(--xlarge);
  }
  .m-pt0 {
    padding-top: 0;
  }
  .m-plrs {
    padding-left: var(--small);
    padding-right: var(--small);
  }
  .m-plr0 {
    padding-left: 0;
    padding-right: 0;
  }
  .m-pls {
    padding-left: var(--small);
  }
  .m-ptm {
    padding-top: var(--medium);
  }
  .col .mauto {
    margin: 0 0 60px 0;
  }
  .col .mauto.pad-m {
    margin: 60px 0 0 0;
  }
  .logos {
    gap: 40px;
    padding-bottom: 60px;
  }
  .logos p {
    width: 100%;
  }
  .logos img {
    margin: auto;
    width: auto;
  }
  .artist.lefti:after {
    left: var(--gap);
    bottom: 15px;
  }
  .artist:after {
    right: var(--gap);
    bottom: 15px;
    font-size: 11px;
  }
  .v_w418 {
    width: 100%;
  }
  .w418 {
    width: 100%;
    margin-bottom: var(--gap);
    padding-top: var(--gap);
  }
  .pt30m {
    padding-top: var(--gap);
  }
  .pb30m {
    padding-bottom: var(--gap);
  }
  .arrow-link {
    padding-top: 28px;
    font-size: 28px;
  }
  .arrow-link img {
    width: 120px;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  .gap-m {
    gap: 30px;
  }
  .a-link {
    padding-top: 0;
  }
  .b_submit {
    margin: 40px auto;
  }
  input, select {
    font-size: 14px;
  }
  .asp1-m {
    aspect-ratio: 1/1;
    -o-object-position: right center;
       object-position: right center;
  }
  .no-padtop {
    padding-top: 0 !important;
    margin: 0;
  }
  .mb30 {
    margin-bottom: 20px;
  }
}