.vbox-overlay {
  --vbox-tools-color: transparent;
  --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 {
  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 {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  padding: 6px 15px;
  color: #000;
  color: var(--vbox-tools-color);
  border: 0;
  font-size: 24px;
  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%;
  background-color: transparent !important;
}

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

.sk-center {
  margin: auto;
}

.sk-plane {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  animation: sk-plane 1.2s infinite ease-in-out;
}

@keyframes sk-plane {
  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-chase {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  100%, 80% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  0%, 100% {
    transform: scale(1);
  }
}
.sk-bounce {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-bounce-dot {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--sk-color);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.sk-bounce-dot:nth-child(2) {
  animation-delay: -1s;
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  45%, 55% {
    transform: scale(1);
  }
}
.sk-wave {
  width: var(--sk-size);
  height: var(--sk-size);
  display: flex;
  justify-content: space-between;
}

.sk-wave-rect {
  background-color: var(--sk-color);
  height: 100%;
  width: 15%;
  animation: sk-wave 1.2s infinite ease-in-out;
}

.sk-wave-rect:nth-child(1) {
  animation-delay: -1.2s;
}

.sk-wave-rect:nth-child(2) {
  animation-delay: -1.1s;
}

.sk-wave-rect:nth-child(3) {
  animation-delay: -1s;
}

.sk-wave-rect:nth-child(4) {
  animation-delay: -0.9s;
}

.sk-wave-rect:nth-child(5) {
  animation-delay: -0.8s;
}

@keyframes sk-wave {
  0%, 100%, 40% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.sk-pulse {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-pulse 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@keyframes sk-pulse {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.sk-flow {
  width: calc(var(--sk-size) * 1.3);
  height: calc(var(--sk-size) * 1.3);
  display: flex;
  justify-content: space-between;
}

.sk-flow-dot {
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 50%;
  animation: sk-flow 1.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite both;
}

.sk-flow-dot:nth-child(1) {
  animation-delay: -0.3s;
}

.sk-flow-dot:nth-child(2) {
  animation-delay: -0.15s;
}

@keyframes sk-flow {
  0%, 100%, 80% {
    transform: scale(0.3);
  }
  40% {
    transform: scale(1);
  }
}
.sk-swing {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-swing 1.8s infinite linear;
}

.sk-swing-dot {
  width: 45%;
  height: 45%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-swing-dot 2s infinite ease-in-out;
}

.sk-swing-dot:nth-child(2) {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes sk-swing {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-swing-dot {
  0%, 100% {
    transform: scale(0.2);
  }
  50% {
    transform: scale(1);
  }
}
.sk-circle {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

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

.sk-circle-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle 1.2s infinite ease-in-out both;
}

.sk-circle-dot:nth-child(1) {
  transform: rotate(30deg);
}

.sk-circle-dot:nth-child(2) {
  transform: rotate(60deg);
}

.sk-circle-dot:nth-child(3) {
  transform: rotate(90deg);
}

.sk-circle-dot:nth-child(4) {
  transform: rotate(120deg);
}

.sk-circle-dot:nth-child(5) {
  transform: rotate(150deg);
}

.sk-circle-dot:nth-child(6) {
  transform: rotate(180deg);
}

.sk-circle-dot:nth-child(7) {
  transform: rotate(210deg);
}

.sk-circle-dot:nth-child(8) {
  transform: rotate(240deg);
}

.sk-circle-dot:nth-child(9) {
  transform: rotate(270deg);
}

.sk-circle-dot:nth-child(10) {
  transform: rotate(300deg);
}

.sk-circle-dot:nth-child(11) {
  transform: rotate(330deg);
}

.sk-circle-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-circle-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-circle-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-circle-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-circle-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-circle-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

.sk-circle-dot:nth-child(7):before {
  animation-delay: -0.5s;
}

.sk-circle-dot:nth-child(8):before {
  animation-delay: -0.4s;
}

.sk-circle-dot:nth-child(9):before {
  animation-delay: -0.3s;
}

.sk-circle-dot:nth-child(10):before {
  animation-delay: -0.2s;
}

.sk-circle-dot:nth-child(11):before {
  animation-delay: -0.1s;
}

@keyframes sk-circle {
  0%, 100%, 80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.sk-circle-fade {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

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

.sk-circle-fade-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle-fade 1.2s infinite ease-in-out both;
}

.sk-circle-fade-dot:nth-child(1) {
  transform: rotate(30deg);
}

.sk-circle-fade-dot:nth-child(2) {
  transform: rotate(60deg);
}

.sk-circle-fade-dot:nth-child(3) {
  transform: rotate(90deg);
}

.sk-circle-fade-dot:nth-child(4) {
  transform: rotate(120deg);
}

.sk-circle-fade-dot:nth-child(5) {
  transform: rotate(150deg);
}

.sk-circle-fade-dot:nth-child(6) {
  transform: rotate(180deg);
}

.sk-circle-fade-dot:nth-child(7) {
  transform: rotate(210deg);
}

.sk-circle-fade-dot:nth-child(8) {
  transform: rotate(240deg);
}

.sk-circle-fade-dot:nth-child(9) {
  transform: rotate(270deg);
}

.sk-circle-fade-dot:nth-child(10) {
  transform: rotate(300deg);
}

.sk-circle-fade-dot:nth-child(11) {
  transform: rotate(330deg);
}

.sk-circle-fade-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-circle-fade-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-circle-fade-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-circle-fade-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-circle-fade-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-circle-fade-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

.sk-circle-fade-dot:nth-child(7):before {
  animation-delay: -0.5s;
}

.sk-circle-fade-dot:nth-child(8):before {
  animation-delay: -0.4s;
}

.sk-circle-fade-dot:nth-child(9):before {
  animation-delay: -0.3s;
}

.sk-circle-fade-dot:nth-child(10):before {
  animation-delay: -0.2s;
}

.sk-circle-fade-dot:nth-child(11):before {
  animation-delay: -0.1s;
}

@keyframes sk-circle-fade {
  0%, 100%, 39% {
    opacity: 0;
    transform: scale(0.6);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
}
.sk-grid {
  width: var(--sk-size);
  height: var(--sk-size);
}

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

.sk-grid-cube:nth-child(1) {
  animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(2) {
  animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(3) {
  animation-delay: 0.4s;
}

.sk-grid-cube:nth-child(4) {
  animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(5) {
  animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(6) {
  animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(7) {
  animation-delay: 0s;
}

.sk-grid-cube:nth-child(8) {
  animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(9) {
  animation-delay: 0.2s;
}

@keyframes sk-grid {
  0%, 100%, 70% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.sk-fold {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  transform: rotateZ(45deg);
}

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

.sk-fold-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sk-color);
  animation: sk-fold 2.4s infinite linear both;
  transform-origin: 100% 100%;
}

.sk-fold-cube:nth-child(2) {
  transform: scale(1.1) rotateZ(90deg);
}

.sk-fold-cube:nth-child(4) {
  transform: scale(1.1) rotateZ(180deg);
}

.sk-fold-cube:nth-child(3) {
  transform: scale(1.1) rotateZ(270deg);
}

.sk-fold-cube:nth-child(2):before {
  animation-delay: 0.3s;
}

.sk-fold-cube:nth-child(4):before {
  animation-delay: 0.6s;
}

.sk-fold-cube:nth-child(3):before {
  animation-delay: 0.9s;
}

@keyframes sk-fold {
  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;
  }
}
.sk-wander {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-wander-cube {
  background-color: var(--sk-color);
  width: 20%;
  height: 20%;
  position: absolute;
  top: 0;
  left: 0;
  --sk-wander-distance: calc(var(--sk-size) * 0.75);
  animation: sk-wander 2s ease-in-out -2s infinite both;
}

.sk-wander-cube:nth-child(2) {
  animation-delay: -0.5s;
}

.sk-wander-cube:nth-child(3) {
  animation-delay: -1s;
}

@keyframes sk-wander {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6);
  }
  50% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg);
  }
  50.1% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(0.6);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  height: 100%;
  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;
  height: 100%;
  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;
  height: 100%;
  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;
}
.slick-slide > div {
  height: 100%;
}

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

@font-face {
  font-family: "GTFlexa-Light";
  src: url("/fonts/GTFlexa-Light.eot");
  src: url("/fonts/GTFlexa-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/GTFlexa-Light.woff2") format("woff2"), url("/fonts/GTFlexa-Light.woff") format("woff"), url("/fonts/GTFlexa-Light.ttf") format("truetype"), url("/fonts/GTFlexa-Light.svg#GTFlexa-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Flexa";
  src: url("/fonts/GTFlexa-LightItalic.eot");
  src: url("/fonts/GTFlexa-LightItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/GTFlexa-LightItalic.woff2") format("woff2"), url("/fonts/GTFlexa-LightItalic.woff") format("woff"), url("/fonts/GTFlexa-LightItalic.ttf") format("truetype"), url("/fonts/GTFlexa-LightItalic.svg#GTFlexa-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "GTFlexa-Medium";
  src: url("/fonts/GTFlexa-Medium.eot");
  src: url("/fonts/GTFlexa-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/GTFlexa-Medium.woff2") format("woff2"), url("/fonts/GTFlexa-Medium.woff") format("woff"), url("/fonts/GTFlexa-Medium.ttf") format("truetype"), url("/fonts/GTFlexa-Medium.svg#GTFlexa-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Flexa";
  src: url("/fonts/GTFlexa-MediumItalic.eot");
  src: url("/fonts/GTFlexa-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/GTFlexa-MediumItalic.woff2") format("woff2"), url("/fonts/GTFlexa-MediumItalic.woff") format("woff"), url("/fonts/GTFlexa-MediumItalic.ttf") format("truetype"), url("/fonts/GTFlexa-MediumItalic.svg#GTFlexa-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "GT Flexa";
  src: url("/fonts/GTFlexa-Regular.eot");
  src: url("/fonts/GTFlexa-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/GTFlexa-Regular.woff2") format("woff2"), url("/fonts/GTFlexa-Regular.woff") format("woff"), url("/fonts/GTFlexa-Regular.ttf") format("truetype"), url("/fonts/GTFlexa-Regular.svg#GTFlexa-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Flexa";
  src: url("/fonts/GTFlexa-RegularItalic.eot");
  src: url("/fonts/GTFlexa-RegularItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/GTFlexa-RegularItalic.woff2") format("woff2"), url("/fonts/GTFlexa-RegularItalic.woff") format("woff"), url("/fonts/GTFlexa-RegularItalic.ttf") format("truetype"), url("/fonts/GTFlexa-RegularItalic.svg#GTFlexa-RegularItalic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lenora Grade";
  src: url("/fonts/LenoraGrade-Medium.eot");
  src: url("/fonts/LenoraGrade-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/LenoraGrade-Medium.woff2") format("woff2"), url("/fonts/LenoraGrade-Medium.woff") format("woff"), url("/fonts/LenoraGrade-Medium.ttf") format("truetype"), url("/fonts/LenoraGrade-Medium.svg#LenoraGrade-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lenora Grade";
  src: url("/fonts/LenoraGrade-Medium_1.eot");
  src: url("/fonts/LenoraGrade-Medium_1.eot?#iefix") format("embedded-opentype"), url("/fonts/LenoraGrade-Medium_1.woff2") format("woff2"), url("/fonts/LenoraGrade-Medium_1.woff") format("woff"), url("/fonts/LenoraGrade-Medium_1.ttf") format("truetype"), url("/fonts/LenoraGrade-Medium_1.svg#LenoraGrade-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lenora Grade";
  src: url("/fonts/LenoraGrade-Semibold.eot");
  src: url("/fonts/LenoraGrade-Semibold.eot?#iefix") format("embedded-opentype"), url("/fonts/LenoraGrade-Semibold.woff2") format("woff2"), url("/fonts/LenoraGrade-Semibold.woff") format("woff"), url("/fonts/LenoraGrade-Semibold.ttf") format("truetype"), url("/fonts/LenoraGrade-Semibold.svg#LenoraGrade-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lenora Grade";
  src: url("/fonts/LenoraGrade-Thin.eot");
  src: url("/fonts/LenoraGrade-Thin.eot?#iefix") format("embedded-opentype"), url("/fonts/LenoraGrade-Thin.woff2") format("woff2"), url("/fonts/LenoraGrade-Thin.woff") format("woff"), url("/fonts/LenoraGrade-Thin.ttf") format("truetype"), url("/fonts/LenoraGrade-Thin.svg#LenoraGrade-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lenora Grade";
  src: url("/fonts/LenoraGrade-Regular.eot");
  src: url("/fonts/LenoraGrade-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/LenoraGrade-Regular.woff2") format("woff2"), url("/fonts/LenoraGrade-Regular.woff") format("woff"), url("/fonts/LenoraGrade-Regular.ttf") format("truetype"), url("/fonts/LenoraGrade-Regular.svg#LenoraGrade-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lenora Grade";
  src: url("/fonts/LenoraGrade-Medium.eot");
  src: url("/fonts/LenoraGrade-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/LenoraGrade-Medium.woff2") format("woff2"), url("/fonts/LenoraGrade-Medium.woff") format("woff"), url("/fonts/LenoraGrade-Medium.ttf") format("truetype"), url("/fonts/LenoraGrade-Medium.svg#LenoraGrade-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lenora Grade";
  src: url("/fonts/LenoraGrade-Medium_1.eot");
  src: url("/fonts/LenoraGrade-Medium_1.eot?#iefix") format("embedded-opentype"), url("/fonts/LenoraGrade-Medium_1.woff2") format("woff2"), url("/fonts/LenoraGrade-Medium_1.woff") format("woff"), url("/fonts/LenoraGrade-Medium_1.ttf") format("truetype"), url("/fonts/LenoraGrade-Medium_1.svg#LenoraGrade-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LenoraGrade-Light";
  src: url("/fonts/LenoraGrade-Light.eot");
  src: url("/fonts/LenoraGrade-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/LenoraGrade-Light.woff2") format("woff2"), url("/fonts/LenoraGrade-Light.woff") format("woff"), url("/fonts/LenoraGrade-Light.ttf") format("truetype"), url("/fonts/LenoraGrade-Light.svg#LenoraGrade-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lenora Grade Hair";
  src: url("/fonts/LenoraGrade-Hair.eot");
  src: url("/fonts/LenoraGrade-Hair.eot?#iefix") format("embedded-opentype"), url("/fonts/LenoraGrade-Hair.woff2") format("woff2"), url("/fonts/LenoraGrade-Hair.woff") format("woff"), url("/fonts/LenoraGrade-Hair.ttf") format("truetype"), url("/fonts/LenoraGrade-Hair.svg#LenoraGrade-Hair") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lenora Grade";
  src: url("/fonts/LenoraGrade-Bold.eot");
  src: url("/fonts/LenoraGrade-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/LenoraGrade-Bold.woff2") format("woff2"), url("/fonts/LenoraGrade-Bold.woff") format("woff"), url("/fonts/LenoraGrade-Bold.ttf") format("truetype"), url("/fonts/LenoraGrade-Bold.svg#LenoraGrade-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lenora Grade";
  src: url("/fonts/LenoraGrade-Black.eot");
  src: url("/fonts/LenoraGrade-Black.eot?#iefix") format("embedded-opentype"), url("/fonts/LenoraGrade-Black.woff2") format("woff2"), url("/fonts/LenoraGrade-Black.woff") format("woff"), url("/fonts/LenoraGrade-Black.ttf") format("truetype"), url("/fonts/LenoraGrade-Black.svg#LenoraGrade-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --GTFlexa-Medium-500: "GTFlexa-Medium";
  --LenoraGrade-Light-300: "LenoraGrade-Light";
  --GTFlexa-Light-300: "GTFlexa-Light";
  --dark: #000000;
  --light: #ffffff;
  --Purple: #4C3952;
  --Amber: #EFB27F;
  --Amber-Dark: #A55F24;
  --Azure: #78A3CD;
  --Azure-light: #97CEDB;
  --Teal-light: #CDE7DA;
  --neutral: #EFE8E2;
  --header-height: 90px;
  --xlarge: 120px;
  --large: 70px;
  --medium: 50px;
  --small: 20px;
  --xsmall: 10px;
}

.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;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
  outline: none !important;
}

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: 25%;
}

.grid_4 {
  width: 33.3333333333%;
}

.grid_5 {
  width: 41.6%;
}

.grid_6 {
  width: 50%;
}
.grid_6.plus {
  width: 52%;
}

.grid_7 {
  width: 58.4%;
}

.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: flex;
  position: relative;
  align-self: normal;
}

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

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

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

/* General */
html {
  height: 100%;
  font-size: 15px;
  line-height: 1.375em;
}

body {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.375em;
  text-align: left;
  color: var(--Purple);
  --GTFlexa-Light-300: "GTFlexa-Light";
  font-weight: normal;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
}

/* Headings */
h1,
h2,
.h2 {
  font-family: var(--LenoraGrade-Light-300);
  font-size: 60px;
  font-size: clamp(30px, 4vw, 60px);
  font-style: normal;
  font-weight: 300;
  line-height: 1em;
}

h3 {
  font-family: var(--LenoraGrade-Light-300);
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 1em;
}

p {
  color: var(--Purple);
  font-family: var(--GTFlexa-Light-300);
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
}
p.small {
  font-size: 14px;
}
p .large {
  font-size: 18px;
  font-family: var(--LenoraGrade-Light-300);
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
}

/* Navigation */
header {
  display: flex;
  position: sticky;
  top: 0;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  z-index: 9;
  background-color: var(--light);
  height: var(--header-height);
  padding: 0 var(--medium);
}
header .enq {
  position: absolute;
  right: var(--medium);
  color: var(--Purple);
  text-align: right;
  font-family: var(--GTFlexa-Medium-500);
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.2em;
  text-decoration-line: underline;
  text-transform: uppercase;
}
header menu {
  display: flex;
  align-items: center;
}
header menu li {
  list-style: none;
  margin-left: var(--small);
}
header menu li:last-child {
  margin-right: 0;
}
header menu li:last-child a {
  border-bottom: 1px solid var(--Purple);
}
header menu li a {
  font-family: "GT Flexa";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--Purple);
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
header menu li a.active-page {
  opacity: 0.5;
}
@media (hover: hover) {
  header menu li a:hover {
    border-bottom: 1px solid var(--Purple);
  }
}

/* nav-toggle */
#nav-toggle {
  display: none;
}

nav[style*="display: block"] {
  display: flex !important;
}

/* enquiry */
.formbox {
  display: block;
  max-width: 750px;
  padding: 100px 0 0;
  width: 100%;
}
.formbox .grid_6 {
  width: calc(50% - 10px);
}

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

input,
select,
textarea {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  padding: 10px;
  margin: 0;
  border: 1px solid var(--Purple);
  border-top: 0;
  border-right: 0;
  background-color: transparent;
  width: 100%;
  color: var(--Purple);
  font-family: var(--GTFlexa-Light-300);
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  border-bottom-left-radius: 15px;
}
input option,
select option,
textarea option {
  padding: 10px 0;
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
  color: var(--Purple);
}
input.b_submit,
select.b_submit,
textarea.b_submit {
  background-color: var(--Purple);
  color: var(--light);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.2empx;
  text-transform: uppercase;
  border: 1px solid var(--Purple);
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media (hover: hover) {
  input.b_submit:hover,
  select.b_submit:hover,
  textarea.b_submit:hover {
    background-color: transparent;
    color: var(--Purple);
  }
}

.check-box-wrapper {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.check-box-wrapper {
  border-bottom: 1px solid var(--Purple);
}

.check-box-holder {
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: auto;
}
.check-box-holder .check-boxes {
  margin-bottom: 0;
}

.chk_holder {
  margin: auto 0 0 0;
  color: var(--Purple);
  width: 100%;
  text-align: left;
  padding-bottom: 4px;
}

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

.checkboxes + label {
  padding: 2px 0 2px 26px;
  position: relative;
  text-align: center;
  display: block;
  display: inline;
  margin: auto;
  border-bottom: 0 none;
  color: var(--Purple);
  font-family: var(--GTFlexa-Light-300);
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  border-bottom-left-radius: 15px;
}

.checkboxes + label:before {
  position: absolute;
  left: 0;
  width: 1.25em;
  height: 1.25em;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid var(--Purple);
  content: "";
  display: block;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

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

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

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

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

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

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

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

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

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

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

#au_postcode,
#int_postcode,
#enquiryInternational1_HowDidYouHearHolder,
#enquiry1_HowDidYouHearHolder {
  width: 100%;
}

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  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;
  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: var(--light);
  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: var(--light);
  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: var(--light);
}

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

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

/* 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;
  line-height: 1em;
  transform: translateY(-1.2em);
  -webkit-transform: translateY(-1.2em);
  -moz-transform: translateY(-1.2em);
  -ms-transform: translateY(-1.2em);
  -o-transform: translateY(-1.2em);
  position: absolute;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #f00d0d;
  letter-spacing: 2px;
}

/*footer*/
footer {
  display: flex;
  padding: 0;
  width: 100%;
  background-color: var(--Teal-light);
  justify-content: center;
  flex-direction: column;
  position: relative;
}
footer p {
  max-width: 690px;
  width: calc(100% - 20px);
  text-align: center;
}
footer .links {
  color: var(--Purple);
  text-align: center;
  font-family: var(--GTFlexa-Light-300);
  font-size: 10px;
  font-style: normal;
  text-decoration: underline;
}
footer .links:last-child {
  text-decoration: none;
}
footer .links + span {
  color: var(--Purple);
  font-family: var(--GTFlexa-Light-300);
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0 6px;
}

section {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.container {
  display: block;
  position: relative;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}

.landing {
  height: calc(100vh - var(--header-height));
  min-height: 500px;
  background-color: var(--Teal-light);
}
.landing .parallax {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.large-logo {
  max-width: 770px;
  width: 53%;
  margin: auto;
}

.fullyvideo {
  height: 100vh;
  width: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-size: cover !important;
  min-height: 100%;
  z-index: 0;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

#playfilm {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: calc(var(--medium) + var(--small));
  z-index: 2;
  border: 1px solid var(--light);
  color: var(--light);
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  width: -moz-max-content;
  width: max-content;
}

#jump > div:last-child {
  position: absolute;
  top: 0;
  left: 0;
}

main {
  width: 100%;
}

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

img.lazy-fade {
  opacity: 1;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10%);
  -ms-filter: blur(10%);
  -o-filter: blur(10%);
}
img.lazy-fade.fadeIn {
  filter: blur(0);
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -ms-filter: blur(0);
  -o-filter: blur(0);
}

#th {
  font-size: 18px;
  margin-top: 50px;
}

.scroll-down {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: var(--small);
  width: -moz-max-content;
  width: max-content;
}

.icons {
  width: 60px;
  height: 60px;
  margin: auto 0;
  margin-right: var(--small);
}

.bb1amber {
  border-bottom: 1px solid var(--Amber);
}

.bb1azure {
  border-bottom: 1px solid var(--Azure);
}

.bb1purple {
  border-bottom: 1px solid var(--Purple);
}

.title {
  color: var(--Amber-Dark);
  font-family: var(--LenoraGrade-Light-300);
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.btn {
  color: var(--Purple);
  text-align: center;
  font-family: var(--GTFlexa-Medium-500);
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: var(--xsmall) var(--small);
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn.bg-amber {
  background-color: var(--Amber);
  border: 1px solid var(--Amber);
}
@media (hover: hover) {
  .btn.bg-amber:hover {
    background-color: transparent;
  }
}
.btn.bg-teal-light {
  background-color: var(--Teal-light);
  border: 1px solid var(--Teal-light);
}
@media (hover: hover) {
  .btn.bg-teal-light:hover {
    background-color: transparent;
  }
}
.btn.bg-azure-light {
  background-color: var(--Azure-light);
  border: 1px solid var(--Azure-light);
}
@media (hover: hover) {
  .btn.bg-azure-light:hover {
    background-color: transparent;
  }
}

.privacy,
.disclaimer {
  font-size: 12px;
  padding: var(--medium) 0;
}
.privacy a,
.disclaimer a {
  text-decoration: underline;
  color: inherit;
}

.tel {
  font-family: var(--GTFlexa-Light-300);
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
  color: var(--Purple);
}

.perpule-line {
  display: block;
  width: var(--medium);
  margin: var(--small) auto;
  border-bottom: 1px solid var(--Purple);
}

.artisr, .artist {
  position: absolute;
  bottom: var(--small);
  font-style: normal !important;
  color: var(--light);
  z-index: 2;
  font-size: 12px;
  display: flex;
  font-family: var(--GTFlexa-Light-300);
}
.artisr.left-side, .artist.left-side {
  left: var(--small);
}
.artisr.right-side, .artist.right-side {
  right: var(--small);
}

.parallax {
  position: relative;
  height: 50vh;
  overflow: hidden;
}
.parallax .inner-parallax {
  width: 100%;
  height: calc(100% + 200px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /*Startposition*/
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  /*Smoothtransition*/
  transition: transform 0.05s ease;
  -webkit-transition: transform 0.05s ease;
  -moz-transition: transform 0.05s ease;
  -ms-transition: transform 0.05s ease;
  -o-transition: transform 0.05s ease;
}
.parallax .inner-parallax img {
  height: 100%;
}

.side-note .left-side,
.side-note .right-side {
  position: absolute;
  z-index: 4;
  color: var(--Purple);
  text-align: center;
  font-family: var(--GTFlexa-Medium-500);
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding-top: var(--xsmall);
  bottom: 50%;
}
.side-note .left-side {
  left: 0;
  transform-origin: left 0;
  transform: rotate3d(0, 0, 1, -90deg) translateX(-50%) translateY(0);
  -webkit-transform: rotate3d(0, 0, 1, -90deg) translateX(-50%) translateY(0);
  -moz-transform: rotate3d(0, 0, 1, -90deg) translateX(-50%) translateY(0);
  -ms-transform: rotate3d(0, 0, 1, -90deg) translateX(-50%) translateY(0);
  -o-transform: rotate3d(0, 0, 1, -90deg) translateX(-50%) translateY(0);
  left: calc(var(--small) + var(--xsmall));
}
.side-note .right-side {
  transform-origin: right 0;
  transform: rotate3d(0, 0, 1, 90deg) translateX(50%) translateY(0);
  -webkit-transform: rotate3d(0, 0, 1, 90deg) translateX(50%) translateY(0);
  -moz-transform: rotate3d(0, 0, 1, 90deg) translateX(50%) translateY(0);
  -ms-transform: rotate3d(0, 0, 1, 90deg) translateX(50%) translateY(0);
  -o-transform: rotate3d(0, 0, 1, 90deg) translateX(50%) translateY(0);
  right: 0;
  right: calc(var(--small) + var(--xsmall));
}

.slider-holder {
  display: block;
  width: 100%;
  position: relative;
  height: 100%;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  bottom: var(--medium);
  width: 100%;
}
.slick-dots li {
  display: block;
  margin: 0 3px;
}
.slick-dots li a {
  display: flex;
  font-size: 0px;
  color: transparent;
  width: 10px;
  height: 10px;
  border: 2px solid var(--light);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  cursor: pointer;
}
.slick-dots li.slick-active a {
  background-color: var(--light);
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 3;
  background-color: var(--light);
  width: 48px;
  height: 48px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
}
.slick-arrow.slick-prev {
  background-image: url("/images/svg/prev.svg");
}
.slick-arrow.slick-next {
  background-image: url("/images/svg/next.svg");
  right: 0;
}

.right-side-g6 {
  width: 50%;
}

.left-side-content-box-g6 {
  width: calc(100% - var(--small));
}

.right-side-g8 {
  width: 66.6666666667%;
}

.left-side-content-box-g3 {
  width: calc(33.3333333333% - var(--small));
}

.float-slider {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

.navigation-tile {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.navigation-tile img {
  aspect-ratio: 1/1;
  width: 100%;
  transition: 1.5s;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
}
.navigation-tile .h2,
.navigation-tile .view {
  color: var(--light);
}
.navigation-tile .view {
  font-family: var(--GTFlexa-Medium-500);
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--light);
  flex: none;
  order: 0;
  flex-grow: 0;
  border-bottom: 0.7px solid var(--light);
  width: -moz-max-content;
  width: max-content;
}
.navigation-tile > span {
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
@media (hover: hover) {
  .navigation-tile:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
  .navigation-tile:hover > span {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

#ii svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

#play-ground p {
  padding: var(--small) 0;
  display: none;
}
#play-ground p * {
  display: block;
}
#play-ground p span {
  font-family: "Lenora Grade";
  font-family: var(--LenoraGrade-Light-300);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: var(--Azure);
}

.pointer:hover path {
  stroke: var(--Purple);
  fill: var(--light);
}

.column-gap-small {
  -moz-column-gap: var(--small);
       column-gap: var(--small);
}

.row-gap-small {
  row-gap: var(--small);
}

#gallery {
  margin-top: -12vw;
}

.message {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: var(--Amber-Dark);
}

/* ------ */
/* ------ */
/* ------ */
.uppercase {
  text-transform: uppercase;
}

/*   Colors   */
.dark {
  color: var(--Purple);
}

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

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

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

.green {
  color: var(--Teal-light);
}

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

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

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

.amber {
  color: var(--Amber);
}

.amber-dark {
  color: var(--Amber-Dark);
}

.azure {
  color: var(--Azure);
}

.azure-dark {
  color: var(--Azure-Dark);
}

.Teal-light,
.teal-light {
  color: var(--Teal-light);
}

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

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

/*   General   */
.z2 {
  z-index: 2;
}

.half {
  width: 50%;
}

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

.flex,
.row {
  display: flex;
  position: relative;
}

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

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

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

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

.space-around {
  justify-content: space-around;
}

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

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

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

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

.relative {
  position: relative;
}

.mta {
  margin-top: auto;
}

.mba {
  margin-bottom: auto;
}

.mla {
  margin-left: auto;
}

.mra {
  margin-right: auto;
}

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

.mtba {
  margin-top: auto;
  margin-bottom: auto;
}

.ma {
  margin: auto;
}

.mbm {
  margin-bottom: var(--medium);
}

.mbs {
  margin-bottom: var(--small);
}

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

.mts {
  margin-top: var(--small);
}

.mls {
  margin-left: var(--small);
}

.mrs {
  margin-right: var(--small);
}

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

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

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

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

.pll {
  padding-left: var(--large);
}

.pm {
  padding: var(--medium);
}

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

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

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

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

.mbs {
  margin-bottom: var(--small);
}

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

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

.plrs {
  padding-right: var(--small);
  padding-left: var(--small);
}

.pls {
  padding-left: var(--small);
}

.plxs {
  padding-left: var(--xsmall);
}

.prs {
  padding-right: var(--small);
}

.plm {
  padding-left: var(--medium);
}

.prm {
  padding-right: var(--medium);
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

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

.wmc {
  max-width: -moz-max-content;
  max-width: max-content;
}

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

.aspect1by1 {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.wrap {
  flex-wrap: wrap;
}

.abs {
  position: absolute;
}

.ofh {
  overflow: hidden;
}

.hidden {
  visibility: hidden;
}

.just-mobile {
  display: none;
}

@media screen and (max-width: 1200px) {
  header menu li a {
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1000px) {
  :root {
    --GTFlexa-Medium-500: "GTFlexa-Medium";
    --LenoraGrade-Light-300: "LenoraGrade-Light";
    --GTFlexa-Light-300: "GTFlexa-Light";
    --dark: #000000;
    --light: #ffffff;
    --Purple: #4C3952;
    --Amber: #EFB27F;
    --Amber-Dark: #A55F24;
    --Azure: #78A3CD;
    --Azure-light: #97CEDB;
    --Teal-light: #CDE7DA;
    --neutral: #EFE8E2;
    --header-height: 50px;
    --xlarge: 90px;
    --large: 60px;
    --medium: 30px;
    --small: 20px;
    --xsmall: 10px;
  }
  .just-desktop {
    display: none;
  }
  .just-mobile {
    display: block;
  }
  .just-mobile.flex, .just-mobile.row, .just-mobile.column {
    display: flex;
  }
  .landing .row {
    flex-direction: column;
    padding-top: var(--large);
    padding-bottom: var(--large);
  }
  .scroll-top {
    padding-bottom: 50px;
  }
  .large-logo {
    width: 80%;
  }
  .grid_1,
  .grid_2,
  .grid_3,
  .grid_4,
  .grid_5,
  .grid_6,
  .grid_7,
  .grid_8,
  .grid_9,
  .grid_10,
  .grid_11,
  .grid_12 {
    width: 100%;
  }
  header {
    z-index: 100;
    justify-content: space-between;
    padding: 0 20px;
  }
  header .logo {
    position: relative;
    z-index: 3;
    max-width: 160px;
  }
  header menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    z-index: 2;
    background-color: var(--light);
    padding: var(--small);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }
  header menu li {
    margin: 0 0 var(--xsmall) 0;
  }
  header menu.active-nav {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
  }
  #nav-toggle {
    position: relative;
    display: flex;
    padding: 8px 0;
    z-index: 10;
    font-family: "GT Flexa";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--Purple);
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
  }
  #nav-toggle::after {
    content: "Menu";
  }
  #nav-toggle.active-nav::after {
    content: "Close";
  }
  .enq-mob {
    color: var(--Purple);
    text-align: center;
    font-family: var(--GTFlexa-Medium-500);
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0.2em;
    text-decoration-line: underline;
    text-transform: uppercase;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    z-index: 2;
    display: flex;
    right: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 101;
    background-color: var(--light);
  }
  .scroll-down {
    bottom: calc(var(--large) - var(--xsmall));
  }
  #playfilm {
    bottom: var(--xlarge);
  }
  #jump > div:last-child {
    position: relative;
    width: 100%;
    padding-bottom: var(--medium);
  }
  .grid_6.plus {
    width: 100%;
  }
  #enq .container {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
  }
  .side-note .left-side {
    left: 0;
    font-size: 8px;
  }
  .side-note .right-side {
    right: 0;
    font-size: 8px;
  }
  .icons {
    width: 40px;
    height: 40px;
  }
  .m-aspect4by3 {
    aspect-ratio: 4/3;
  }
  .m-mw100 {
    max-width: 100% !important;
  }
  .side-note .left-side,
  .side-note .right-side {
    display: none !important;
  }
  .artist, .artisr {
    bottom: var(--xsmall);
  }
  .m-ml0 {
    margin-left: 0 !important;
  }
  .float-slider {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    height: initial;
  }
  .m-transform-none {
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
  }
  .m-mra {
    margin-right: auto;
  }
  .navigation-tile .h2 {
    font-size: 20px;
    padding-bottom: var(--xsmall);
  }
  h2 br,
  h1 br {
    display: none;
  }
  #gallery {
    width: 100% !important;
    margin-top: 0 !important;
    padding-top: var(--small);
  }
  #gallery .row,
  #gallery .column {
    width: 100% !important;
    flex-direction: column;
    margin-top: 0 !important;
  }
  #gallery .row img,
  #gallery .column img {
    border: 0 !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4/3 !important;
    padding-bottom: var(--small);
  }
  #distances {
    margin-left: 0;
    padding: 0;
    padding-bottom: var(--medium);
  }
  #play-ground p {
    max-width: 100% !important;
  }
  /*-------------------------*/
  .m-pls {
    padding-left: var(--small);
  }
  .m-prs {
    padding-right: var(--small);
  }
  .m-pt0 {
    padding-top: 0;
  }
  .m-column {
    flex-direction: column;
  }
  .m-column-reverse {
    flex-direction: column-reverse;
  }
  .pls,
  .plm {
    padding-left: var(--small);
  }
  .prs,
  .prm,
  .m-prm {
    padding-right: var(--small);
  }
  .ptxl {
    padding-top: var(--large);
  }
  .pbxl {
    padding-bottom: var(--large);
  }
  .m-pb0 {
    padding-bottom: 0;
  }
  .m-pbm {
    padding-bottom: var(--medium);
  }
  .m-mbm {
    margin-bottom: var(--medium);
  }
  .m-p0 {
    padding: 0;
  }
  .m-pbm {
    padding-bottom: var(--medium);
  }
  .m-mr0 {
    margin-right: 0;
  }
  .m-pts {
    padding-top: var(--small);
  }
  .m-pbs {
    padding-bottom: var(--small);
  }
  .m-justify-start {
    justify-content: flex-start;
  }
  .m-aligd-start {
    align-items: flex-start;
  }
}/*# sourceMappingURL=style.css.map */