/* Slider */
@import url("https://use.typekit.net/gxn3ydy.css");
.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 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
}

/* ----- 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 {
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 50px;
  height: 40px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  z-index: 99;
}

.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%;
  height: 260px;
  height: 70vh;
}

.venoframe.vbvid {
  height: 260px;
}

@media (min-width: 768px) {
  .venoframe, .vbox-inline {
    width: 90%;
    height: 360px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 640px;
    height: 360px;
  }
}
@media (min-width: 992px) {
  .venoframe, .vbox-inline {
    max-width: 1200px;
    width: 80%;
    height: 540px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 960px;
    height: 540px;
  }
}
/* 
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 4%;
}

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

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

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;
  }
}
/* CSS Document */
.watermarkify-wrap {
  position: relative;
  overflow: hidden;
}

.watermarkify-watermark {
  position: absolute;
  left: 10px;
  display: block;
  color: #999;
  padding-left: 2px;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
}

.watermarkify-watermark-blurred {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.acumin {
  font-family: "acumin", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

@font-face {
  font-family: "Remixa";
  src: url("/fonts/RemixaTestLightBF649a5c11e5270.eot");
  src: url("/fonts/RemixaTestLightBF649a5c11e5270.eot") format("embedded-opentype"), url("/fonts/RemixaTestLightBF649a5c11e5270.woff2") format("woff2"), url("/fonts/RemixaTestLightBF649a5c11e5270.woff") format("woff"), url("/fonts/RemixaTestLightBF649a5c11e5270.ttf") format("truetype"), url("/fonts/RemixaTestLightBF649a5c11e5270.svg#RemixaTestLightBF649a5c11e5270") format("svg");
}
.ivyjournal-normal {
  font-family: "ivyjournal", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ivyjournal-italic {
  font-family: "ivyjournal", sans-serif;
  font-weight: 300;
  font-style: italic;
}

:root {
  --acumin: "acumin-variable", sans-serif;
  --acumin: "acumin", sans-serif;
  --Remixa: "Remixa";
  --300: 300;
  --400: 400;
  --600: 600;
  --italic: italic;
  --black: #000000;
  --white: #ffffff;
  --hotPink: #FD2D95;
  --lipstick: #A40257;
  --green: #D3F268;
  --blue: #C7F1F0;
  --red: #FE4437;
  --LightPink: #E48766;
  --pink: #FACCCE;
  --yellow: #FBEB71;
  --header-height: 75px;
  --xlarge: 150px;
  --large: 75px;
  --medium: 50px;
  --small: 25px;
  --xsmall: 12.5px;
  --gap: 30px;
  --marqueeHolder: 40px;
}

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

.grid_1 {
  width: 6.5%;
}

.grid_2 {
  width: 15%;
}

.grid_3 {
  width: 25%;
}

.grid_4 {
  width: calc(33.3333333333% - var(--small));
}
.grid_4.small-gap {
  margin-right: var(--gap);
}
.grid_4.small-gap:last-child {
  margin-right: 0;
}

.grid_5 {
  width: 40.5%;
}

.grid_6 {
  width: 50%;
}
.grid_6.small-gap {
  width: calc(50% - (var(--xsmall)));
  margin-right: var(--small);
}
.grid_6.small-gap:nth-child(2n) {
  margin-right: 0;
}

.grid_7 {
  width: 57.5%;
}

.grid_8 {
  width: 66.6666666667%;
}

.grid_9 {
  width: 75%;
}

.grid_10 {
  width: 83%;
}

.grid_11 {
  width: 91.5%;
}

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

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

img {
  display: block;
  border: none;
  max-width: 100%;
  align-self: flex-start;
  -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;
}

html {
  height: 100%;
  font-size: 16px;
}

body {
  font-family: var(--acumin);
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  margin: 0;
  overflow-x: hidden;
}

h1,
h2 {
  font-family: var(--Remixa);
  font-weight: 300;
  font-style: normal;
}

h1 {
  font-family: var(--Remixa);
  font-style: normal;
  font-weight: 300;
  font-size: clamp(40px, 3.75vw, 72px);
  line-height: 100%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

h2 {
  font-family: var(--Remixa);
  font-style: normal;
  font-weight: 300;
  font-size: clamp(40px, 3.75vw, 72px);
  line-height: 100%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

h3 {
  font-family: var(--acumin);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 117%;
  color: var(--black);
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  height: var(--header-height);
  background-color: transparent;
  padding: var(--xsmall) var(--medium);
  overflow: hidden;
  transition: 0.5s;
}
header .newsLetter {
  background-color: var(--green);
  border: 1px solid var(--green);
  color: var(--black) !important;
}
header._bg {
  background-color: var(--pink);
}
header._bg .phone {
  color: var(--black);
}
header._bg .logo svg {
  transition: 0.5s;
}
header._bg .logo svg .cls-1 {
  fill: #000000 !important;
}
header .enq {
  font-family: var(--acumin);
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 130%;
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--white);
  padding: 0 var(--small);
  background-color: var(--hotPink);
  border: 1px solid var(--hotPink);
  transition: 0.5s;
  height: 32px;
}
@media (hover: hover) {
  header .enq:hover {
    background-color: var(--lipstick);
    color: var(--white);
  }
}
header .phone {
  font-family: var(--acumin);
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 130%;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  padding: var(--xsmall) 0;
  margin-left: auto;
  margin-right: var(--medium);
}
header .logo {
  padding: 0;
  transition: 0.5s;
  width: 300px;
  height: 100%;
  display: flex;
  align-items: center;
}
header .logo svg {
  margin: auto 0;
}

.banner {
  position: fixed;
  top: 0;
  background-color: var(--white);
  z-index: 999;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.banner p {
  font-size: 20px;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}
.popup-overlay.show {
  display: flex;
}
.popup-overlay .popup-content {
  background-color: var(--pink);
  padding: var(--medium) var(--small);
  max-width: 600px;
  width: 90%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popup-overlay .popup-content h2 {
  font-size: clamp(30px, 2vw, 60px);
}
.popup-overlay .popup-content p {
  font-size: 16px;
  line-height: 1.33em;
  max-width: 22em;
}
.popup-overlay .popup-close {
  font-family: var(--acumin);
  font-weight: 500;
  position: absolute;
  background: none;
  border: none;
  font-size: 32px;
  color: var(--black);
  line-height: 1;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.3s;
  right: var(--small);
  top: var(--small);
}

#register input,
#register select,
#register textarea,
#register label {
  margin: 0 auto;
  padding: 10px 0 4px 0;
  width: 100%;
  border: 0 none;
  border-bottom: 1px solid #ffffff;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  text-align: left;
  color: var(--white);
  font-family: var(--acumin);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.42em;
  margin-bottom: var(--small);
}
#register input.b_submit,
#register select.b_submit,
#register textarea.b_submit,
#register label.b_submit {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--green);
  border: 1px solid var(--black);
  color: var(--black);
  width: -moz-max-content;
  width: max-content;
  transition: 0.5s;
  margin-right: var(--medium);
  padding: 0 var(--small);
  height: 32px;
  font-family: var(--acumin);
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 130%;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0;
  text-align: center;
}
#register .custom-checkbox {
  border: 0 none;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  width: -moz-max-content;
  width: max-content;
  margin-right: var(--small);
}
#register .custom-checkbox input,
#register .custom-checkbox .checkmark {
  border: 1px solid var(--white);
  position: absolute;
  left: 0;
  width: 1em;
  height: 1em;
  margin: auto 0;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
}
#register .custom-checkbox input:checked + .checkmark {
  background: #fff;
}
#register .custom-checkbox .checkmark {
  border: 1 none;
}
#register .custom-checkbox .label {
  margin-left: 1.5em;
}
#register select {
  background-image: url(/images/svg/select.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right center;
}
#register select option {
  padding: 7px 5px;
  background: var(--white);
  color: var(--lipstick);
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
}
#register .privacy {
  padding: var(--large) 0 0 0;
  color: var(--white);
  font-family: var(--acumin);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5em;
  text-align: left;
}
#register .privacy a {
  color: var(--white);
  text-decoration: underline !important;
}
#register .chk_holder {
  margin: 0 0 var(--xsmall) 0;
  color: var(--lipstick);
}
#register #chkacuminnational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  cursor: poacumin;
  display: inline-block;
  line-height: 25px;
  width: 20px;
  text-align: center;
  cursor: poacumin;
}
#register #chkacuminnational + label {
  padding: 2px 0 2px 26px;
  position: relative;
  text-align: center;
  display: block;
  display: inline;
  margin: auto;
}
#register #chkacuminnational + label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid rgba(38, 38, 38, 0.25);
  content: "";
  display: block;
}
#register #chkacuminnational + 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 rgba(38, 38, 38, 0.25);
  border-right: 2px solid rgba(38, 38, 38, 0.25);
  content: "";
  display: block;
  transition: all 0.4s ease-in-out;
}
#register #chkacuminnational:checked + label:after {
  transform: translateY(-60%) rotate(45deg) scale(1);
}
#register input:-webkit-input-placeholder,
#register textarea:-webkit-input-placeholder {
  color: var(--white);
  opacity: 1;
}
#register input::-webkit-input-placeholder,
#register textarea::-webkit-input-placeholder {
  color: var(--white);
  opacity: 1;
}
#register input:-moz-placeholder,
#register textarea:-moz-placeholder {
  color: var(--white);
  opacity: 1;
}
#register input::-moz-placeholder,
#register textarea::-moz-placeholder {
  color: var(--white);
  opacity: 1;
}
#register input:-ms-input-placeholder,
#register textarea:-ms-input-placeholder {
  color: var(--white);
  opacity: 1;
}
#register input:focus::-webkit-input-placeholder,
#register textarea:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
#register input:focus:-moz-placeholder,
#register textarea:focus:-moz-placeholder {
  opacity: 0.5;
}
#register input:focus::-moz-placeholder,
#register textarea:focus::-moz-placeholder {
  opacity: 0.5;
}
#register input:focus:-ms-input-placeholder,
#register textarea:focus:-ms-input-placeholder {
  opacity: 0.5;
}
#register 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;
  border-bottom: 1px solid #525252;
  clear: both;
}
#register li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}
#register ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100% !important;
  margin-bottom: 0;
}
#register li.token-input-token-project p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 20px;
  font-size: 11px;
}
#register 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;
}
#register div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
}
#register div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}
#register div.token-input-dropdown-project ul li {
  background-color: #fff;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}
#register div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: #fff;
}
#register div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #fff;
}
#register div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}
#register div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #fff;
}
#register ul.parsley-errors-list.filled,
#register ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 60%;
}
#register ul.parsley-errors-list.filled li,
#register ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #f00d0d;
}

footer {
  display: flex;
  width: 100%;
  position: relative;
  background-color: var(--black);
}
footer .bb1 {
  border-bottom: 1px solid var(--lipstick);
  padding-bottom: var(--small);
  margin-bottom: var(--small);
}
footer .mrl {
  display: flex;
  flex-direction: column;
  margin-right: var(--large);
}
footer a,
footer p {
  color: var(--white);
  font-family: var(--acumin);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5em;
  margin-right: 20px;
}
footer #by-law a {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media (hover: hover) {
  footer #by-law a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
}
footer .stamps {
  width: clamp(60px, 8vw, 85px);
}

#th {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/home/home-gradient-background-2.jpg);
  background-size: cover;
  background-position: center;
  z-index: 1000;
}
#th h2 {
  color: var(--hotPink);
  text-align: center;
  margin-bottom: var(--medium);
  width: 96%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#th a {
  border: 1px solid var(--hotPink);
  color: var(--hotPink);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 0;
  padding: 6px 18px;
  line-height: initial;
  cursor: poacumin;
}
@media (hover: hover) {
  #th a:hover {
    color: var(--white);
    background-color: var(--hotPink);
  }
}
#th a {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

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

.container {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-left: var(--medium);
  padding-right: var(--medium);
  margin-left: auto;
  margin-right: auto;
}
.container.large {
  max-width: 100%;
}
.container.medium {
  max-width: 1024px;
}
.container.small {
  max-width: 820px;
}

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

section.landing {
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  top: 0;
}
section.landing .bottom-left-text {
  position: absolute;
  bottom: var(--medium);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  margin: 0;
  color: var(--white);
  text-align: center;
  font-family: var(--acumin);
  font-style: normal;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
section.landing .scroll-down {
  position: absolute;
  bottom: var(--xsmall);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.landing .bg-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
section.landing > div {
  background: rgba(0, 0, 0, 0.2);
}
section.landing svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 3;
}
section.landing #opening {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  poacumin-events: none;
  z-index: 0;
}
section.landing #opening #two g {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
section.landing #opening #two g#c {
  opacity: 1 !important;
}

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

#plus {
  margin-left: auto;
  margin-right: auto;
  width: 610px;
  max-width: calc(100% - 40px);
}
#plus .cls-1 {
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
#plus .cls-2 {
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
#plus .cls-3 {
  fill: #cbfc90;
  stroke-width: 0px;
}
#plus .cls-4 {
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
#plus.fadeIn.blink .cls-1 {
  opacity: 0.5;
}
#plus.fadeIn.blink .cls-2 {
  opacity: 0.8;
}
#plus.fadeIn.blink .cls-4 {
  opacity: 0.2;
}

div:has(> .bl1) {
  padding-left: var(--small);
}

div:has(> .br1) {
  padding-right: var(--small);
}

.bl1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  border-left: 1px solid;
  clip-path: inset(0 0 100% 0);
}
.bl1.lazy-fade {
  opacity: 1;
  transition: 2s;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
}
.bl1.lazy-fade.fadeIn {
  clip-path: inset(0 0 0 0);
  transition-delay: 0.5s;
}
.bl1.lipstick {
  border-color: var(--lipstick);
}
.bl1.hotPink {
  border-color: var(--pink);
}
.bl1.hotPink {
  border-color: var(--hotPink);
}
.bl1.lipstick {
  background-color: var(--lipstick);
}

.br1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  border-right: 1px solid;
  clip-path: inset(0 0 100% 0);
}
.br1.lazy-fade {
  opacity: 1;
  transition: 2s;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
}
.br1.lazy-fade.fadeIn {
  clip-path: inset(0 0 0 0);
  transition-delay: 0.5s;
}
.br1.lipstick {
  border-color: var(--lipstick);
}
.br1.hotPink {
  border-color: var(--pink);
}
.br1.hotPink {
  border-color: var(--hotPink);
}
.br1.lipstick {
  background-color: var(--lipstick);
}

#form-holder .tel {
  font-family: var(--acumin);
  color: var(--lipstick);
  font-style: normal;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: -0.54px;
  margin-right: var(--xlarge);
  flex-direction: column;
}
#form-holder .tel span {
  font-weight: 700;
}
#form-holder .tel:last-child {
  margin-bottom: 0;
}

.label:after {
  content: attr(data-disclaimer);
  color: var(--white);
  font-family: var(--acumin);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 2em;
  z-index: 2;
  position: absolute;
  top: var(--small);
  left: var(--small);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 117%;
}

.disclaimer {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: var(--black);
}
.disclaimer a {
  text-decoration: underline;
  text-align: center;
  margin-top: auto;
  font-size: 12px;
}
.disclaimer p {
  width: 100%;
  padding: 40px;
  margin: 0 auto auto;
  width: calc(100% - 40px);
  max-width: 600px;
  font-size: 12px;
}
.disclaimer.show {
  display: flex;
}
.disclaimer * {
  color: var(--white);
}

.bg-iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 120vw;
  min-height: 120vw;
  poacumin-events: none;
  transform: translate(-50%, -50%);
  width: initial;
  height: initial;
  background-position: center;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.square-video {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-holder {
  width: 100%;
  overflow: hidden;
}

.fullyvideo {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: bottom;
     object-position: bottom;
}

.play-film {
  font-family: var(--acumin);
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lipstick);
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: calc(var(--large) + var(--medium));
  z-index: 2;
  padding: var(--xsmall) var(--small);
}
.play-film.center-position {
  top: 0;
  bottom: 0;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
}

.sticky {
  position: sticky;
  height: 100vh;
}
.sticky img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.sticky.t0 {
  top: 0;
}
.sticky .artist {
  bottom: var(--small);
}

.newsLetter {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--black);
  border: 1px solid var(--black);
  color: var(--white);
  width: -moz-max-content;
  width: max-content;
  transition: 0.5s;
  margin-right: var(--medium);
  padding: 0 var(--small);
  height: 32px;
  font-family: var(--acumin);
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 130%;
  cursor: pointer;
}
.newsLetter.green {
  color: var(--green);
}

.btn {
  font-family: var(--acumin);
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: var(--white);
  background-color: var(--hotPink);
  width: -moz-max-content;
  width: max-content;
  padding: 0 var(--small);
  height: 32px;
  border: 1px solid var(--hotPink);
  cursor: poacumin;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
}

button._1 {
  font-family: var(--acumin);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-color: transparent;
  color: var(--hotPink);
  width: -moz-max-content;
  width: max-content;
  padding: 0 var(--small);
  border: 1px solid var(--hotPink);
  cursor: poacumin;
  display: flex;
  align-items: center;
  text-align: center;
}
button._1.active {
  background-color: var(--hotPink);
  color: var(--white);
}
@media (hover: hover) {
  button._1:hover {
    background-color: var(--hotPink);
    color: var(--white);
  }
}

.icons {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: var(--medium);
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition-delay: 1s;
  z-index: 2;
}

.slick-arrow {
  position: absolute;
  top: 100%;
  transform: translateY(-50%);
  margin-top: -15px;
  z-index: 2;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
  left: auto;
}

.slick-slide > div::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.slick-slide img {
  display: block !important;
}

.w160 {
  width: 160px;
}

iframe.video {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100vw;
  min-height: 110vh;
  background-position-x: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 1;
  aspect-ratio: 16/9;
}

div:has(.sq-video) {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}

iframe.sq-video {
  position: absolute;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  background-position-x: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 1;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.vimeo-frame {
  aspect-ratio: 5/4;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-name,
.fouad {
  font-weight: var(--300);
  font-size: 16px;
  line-height: 20px;
}

.project-details,
.fouad-position {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.map-inner {
  display: none !important;
}

.map-cat .map-link,
.map-cat .mobile-map-link {
  display: block;
  border: 1px solid var(--white);
  padding: 20px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background-size: 15px;
  background-position: 10% center;
  background-repeat: no-repeat;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  font-size: 14px;
  color: var(--white);
  padding: 8px 20px;
}
.map-cat .map-link .icons,
.map-cat .mobile-map-link .icons {
  width: auto;
  height: 80%;
  margin: auto 20px auto 0;
}
@media (hover: hover) {
  .map-cat .map-link:hover,
  .map-cat .mobile-map-link:hover {
    border: 1px solid var(--lipstick);
    color: var(--lipstick);
  }
  .map-cat .map-link:hover img.just-desktop,
  .map-cat .mobile-map-link:hover img.just-desktop {
    display: none;
  }
  .map-cat .map-link:hover img.just-mobile,
  .map-cat .mobile-map-link:hover img.just-mobile {
    display: block;
    mix-blend-mode: plus-lighter;
  }
}
.map-cat .map-link.active[data-link=parks],
.map-cat .mobile-map-link.active[data-link=parks] {
  background-color: #CBFC90;
  color: var(--lipstick);
}
.map-cat .map-link.active[data-link=parks] .icons.just-desktop,
.map-cat .mobile-map-link.active[data-link=parks] .icons.just-desktop {
  display: none;
}
.map-cat .map-link.active[data-link=parks] .icons.just-mobile,
.map-cat .mobile-map-link.active[data-link=parks] .icons.just-mobile {
  display: block;
}
.map-cat .map-link.active[data-link=health],
.map-cat .mobile-map-link.active[data-link=health] {
  background-color: #EEEBE2;
  color: var(--lipstick);
}
.map-cat .map-link.active[data-link=health] .icons.just-desktop,
.map-cat .mobile-map-link.active[data-link=health] .icons.just-desktop {
  display: none;
}
.map-cat .map-link.active[data-link=health] .icons.just-mobile,
.map-cat .mobile-map-link.active[data-link=health] .icons.just-mobile {
  display: block;
}
.map-cat .map-link.active[data-link=shopping],
.map-cat .mobile-map-link.active[data-link=shopping] {
  background-color: #CBACEB;
  color: var(--lipstick);
}
.map-cat .map-link.active[data-link=shopping] .icons.just-desktop,
.map-cat .mobile-map-link.active[data-link=shopping] .icons.just-desktop {
  display: none;
}
.map-cat .map-link.active[data-link=shopping] .icons.just-mobile,
.map-cat .mobile-map-link.active[data-link=shopping] .icons.just-mobile {
  display: block;
}
.map-cat .map-link.active[data-link=transport],
.map-cat .mobile-map-link.active[data-link=transport] {
  background-color: #89DAC5;
  color: var(--lipstick);
}
.map-cat .map-link.active[data-link=transport] .icons.just-desktop,
.map-cat .mobile-map-link.active[data-link=transport] .icons.just-desktop {
  display: none;
}
.map-cat .map-link.active[data-link=transport] .icons.just-mobile,
.map-cat .mobile-map-link.active[data-link=transport] .icons.just-mobile {
  display: block;
}
.map-cat .map-link.active[data-link=schools],
.map-cat .mobile-map-link.active[data-link=schools] {
  background-color: #F68B66;
  color: var(--lipstick);
}
.map-cat .map-link.active[data-link=schools] .icons.just-desktop,
.map-cat .mobile-map-link.active[data-link=schools] .icons.just-desktop {
  display: none;
}
.map-cat .map-link.active[data-link=schools] .icons.just-mobile,
.map-cat .mobile-map-link.active[data-link=schools] .icons.just-mobile {
  display: block;
}
.map-cat .map-link.active:hover,
.map-cat .mobile-map-link.active:hover {
  box-shadow: initial;
}
.map-cat .map-link.active,
.map-cat .mobile-map-link.active {
  poacumin-events: none;
  cursor: initial;
}

.points-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.points-holder img {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  opacity: 0;
}
.points-holder img.active {
  opacity: 1;
}

#page-team .artist {
  bottom: var(--xsmall);
  right: var(--xsmall);
}

@media (hover: hover) {
  .hover1:hover {
    background-color: var(--lipstick);
    color: var(--white);
    border: 1px solid transparent;
  }
  .hover2:hover {
    background-color: var(--pink);
    border: 1px solid transparent;
  }
  .hover3:hover {
    background-color: var(--lipstick);
    color: var(--white);
    border: 1px solid transparent;
  }
  .hover4:hover {
    background-color: var(--pink);
    border: 1px solid transparent;
  }
  .hover5:hover {
    background-color: var(--lipstick);
    color: var(--lipstick);
    border: 1px solid transparent;
  }
}
.retail-level {
  width: 240px;
  max-width: initial;
}
.retail-level.active {
  color: var(--white);
  background-color: var(--lipstick);
}

.lightbox {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
}

.marqueeHolder {
  overflow: hidden;
  margin-top: var(--small);
}

.marqueeHolder .rollingText {
  width: -moz-max-content;
  width: max-content;
}

.marqueeHolder .rollingText .track {
  display: flex;
  animation: marquee 60s linear infinite;
}

.marqueeHolder .rollingText .track .group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.marqueeHolder .rollingText .track .group p {
  margin: 0 var(--xsmall);
  white-space: nowrap;
  font-weight: bold;
  text-transform: uppercase;
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
.iconHolder {
  display: flex;
  flex-direction: column;
  width: calc(20% - var(--small));
  margin-right: calc(5 * var(--small) / 4);
}
.iconHolder:last-child {
  margin-right: 0;
}

.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--small);
}
.slick-dots li {
  list-style: none;
  margin: 0 calc(var(--xsmall) / 2);
}
.slick-dots li button {
  background-color: transparent;
  border: 0 none;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--white);
  font-size: 0;
  opacity: 0.75;
  cursor: poacumin;
}
.slick-dots li.slick-active button {
  opacity: 1;
  cursor: default;
}

.blackLine {
  width: 100%;
  border: 2px solid var(--black);
}

.whiteLine {
  border: 2px solid var(--white);
}

#popUpSubs {
  position: relative;
}
#popUpSubs input {
  width: 100%;
  color: var(--black);
  background-color: transparent;
  padding: var(--xsmall);
  border: 0 none;
  padding: 0;
  text-align: center;
  color: var(--black);
  padding: 6px 12px;
  border: 1px solid var(--black);
  margin-bottom: var(--xsmall);
}
#popUpSubs input[type=submit] {
  background-color: var(--black);
  color: var(--pink);
  font-family: var(--acumin);
  font-weight: 500;
  padding: 6px 12px;
  cursor: pointer;
  z-index: 2;
}
#popUpSubs input:-webkit-input-placeholder,
#popUpSubs textarea:-webkit-input-placeholder {
  color: var(--black);
  opacity: 1;
}
#popUpSubs input::-webkit-input-placeholder,
#popUpSubs textarea::-webkit-input-placeholder {
  color: var(--black);
  opacity: 1;
}
#popUpSubs input:-moz-placeholder,
#popUpSubs textarea:-moz-placeholder {
  color: var(--black);
  opacity: 1;
}
#popUpSubs input::-moz-placeholder,
#popUpSubs textarea::-moz-placeholder {
  color: var(--black);
  opacity: 1;
}
#popUpSubs input:-ms-input-placeholder,
#popUpSubs textarea:-ms-input-placeholder {
  color: var(--black);
  opacity: 1;
}

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

.bold,
b {
  font-weight: 600;
}

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

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

.middlealign {
  align-items: center;
}

.textcenter {
  text-align: center;
}

.wrapper {
  display: flex;
}

.wrap {
  flex-flow: wrap;
}

.bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg.bottom {
  background-position: bottom;
}
.bg.top {
  background-position: top;
}
.bg.righ {
  background-position: right;
}
.bg.left {
  background-position: left;
}

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

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

.full-vh {
  height: 100vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pxs {
  padding: var(--xsmall);
}

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

.mtxl {
  margin-top: var(--xlarge);
}

.mbxl {
  margin-bottom: var(--xlarge);
}

.mtl {
  margin-top: var(--large);
}

.mbl {
  margin-bottom: var(--large);
}

.mtm {
  margin-top: var(--medium);
}

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

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

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

.mtxs {
  margin-top: var(--xsmall);
}

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

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

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

.mta {
  margin-top: auto;
}

.mba {
  margin-bottom: auto;
}

.mla {
  margin-left: auto;
}

.mra {
  margin-right: auto;
}

.ma {
  margin: auto;
}

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

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

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

.vibrent-green {
  color: var(--lipstick);
}

.green {
  color: var(--lipstick);
}

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

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

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

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

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

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

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

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

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

.hotPink {
  color: var(--pink);
}

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

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

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

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

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

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

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

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

.absolute {
  position: absolute;
  z-index: 2;
}
.absolute.t0 {
  top: 0;
}
.absolute.l0 {
  left: 0;
}

.plr10 {
  padding-left: 10px;
  padding-right: 10px;
}

.relative {
  position: relative;
}

.italic {
  font-style: italic;
}

.mlr5 {
  padding-left: 5px;
  padding-right: 5px;
}

.pt40vh {
  padding-top: 40vh;
}

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

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

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

.aspect4by2 {
  aspect-ratio: 4/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect2by4 {
  aspect-ratio: 2/4;
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect16by9 {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.just-mobile {
  display: none;
}

.fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.fit-contain {
  -o-object-fit: cover;
     object-fit: cover;
}

#nav-toggle {
  display: none !important;
}

@media screen and (max-width: 1000px) {
  :root {
    --acumin: "acumin-variable", sans-serif;
    --acumin: "acumin", sans-serif;
    --Remixa: "Remixa";
    --black: #000000;
    --white: #ffffff;
    --hotPink: #FD2D95;
    --lipstick: #A40257;
    --green: #D3F268;
    --blue: #C7F1F0;
    --red: #FE4437;
    --LightPink: #E48766;
    --pink: #FACCCE;
    --yellow: #FBEB71;
    --header-height: 60px;
    --xlarge: 120px;
    --large: 60px;
    --medium: 40px;
    --small: 20px;
    --xsmall: 10px;
    --gap: 30px;
    --bottomCta: 40px;
  }
  .just-desktop {
    display: none !important;
  }
  .just-mobile {
    display: block;
  }
  .just-mobile.column, .just-mobile.row {
    display: flex;
  }
  .grid_2,
  .grid_3,
  .grid_6,
  .grid_5,
  .grid_4,
  .grid_8,
  .grid_7,
  .grid_10 {
    width: 100% !important;
    margin-right: 0 !important;
  }
  h1,
  h2 {
    max-width: 100% !important;
  }
  h3 {
    font-size: 18px;
  }
  header {
    padding: var(--small);
    justify-content: space-between;
  }
  header .logo svg {
    margin: auto 0;
    width: 150px;
  }
  header .register {
    border: 1px solid var(--light-green);
    padding: 4px var(--xsmall);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  header .enq {
    height: var(--bottomCta);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    text-align: center;
    justify-content: center;
  }
  #marqueeHolder .rollingText .track {
    width: -moz-max-content;
    width: max-content;
  }
  header .newsLetter {
    margin-right: 0;
    white-space: nowrap;
  }
  .newsLetter, .enq, .btn {
    font-size: 12px !important;
  }
  .label:after {
    font-size: 14px;
  }
  .container {
    padding-left: var(--xsmall);
    padding-right: var(--xsmall);
  }
  #bottomclick {
    position: fixed;
    width: 100%;
    background-color: var(--lipstick);
    bottom: 0;
    padding: var(--xsmall) var(--small);
    left: 0;
    right: 0;
    margin: auto;
  }
  #bottomclick a {
    color: var(--white);
  }
  .plrs {
    padding: 0;
  }
  footer {
    background-position: bottom right;
  }
  footer .deicorp {
    height: 30px;
  }
  footer #by-law {
    padding-top: var(--small);
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    margin: 0;
  }
  footer #by-law p {
    text-align: left;
    width: 100%;
    padding-bottom: 10px;
  }
  footer #by-law a {
    margin: 0 10px 0;
    margin-bottom: var(--xsmall);
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .deicorp {
    height: 40px;
  }
  html,
  body {
    height: 100%;
  }
  iframe.full-width {
    width: 100vw;
    height: 100vw;
  }
  div:has(> iframe) {
    overflow: hidden;
    max-width: 100%;
  }
  strong {
    font-weight: initial !important;
  }
  .disclaimer {
    display: none;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    overflow-y: scroll;
  }
  .disclaimer a {
    margin: auto;
    position: fixed;
    text-align: center;
    padding: 10px 0;
    background-color: var(--brick);
    width: 100%;
  }
  .disclaimer p {
    width: 100%;
    padding: 100px 20px;
    margin: 0 auto auto;
    width: 100%;
    max-width: 600px;
    font-size: 12px;
  }
  .disclaimer.show {
    display: flex;
  }
  .bl1,
  .br1 {
    display: none;
  }
  div > :has(.bl1) {
    padding-left: var(--small);
    padding-left: 0;
  }
  div > :has(.br1) {
    padding-right: var(--small);
    padding-right: 0;
  }
  #form-holder .tel {
    margin-right: 0;
  }
  footer .mrl {
    margin-right: 0;
  }
  footer .melrose {
    margin: auto;
  }
  footer .column {
    justify-content: center;
    align-items: center;
  }
  footer a,
  footer p {
    padding-right: 0;
    margin-right: 0;
  }
  footer .mla {
    margin-left: auto;
    margin-right: auto;
  }
  .sticky {
    position: relative;
    height: initial;
  }
  .sticky img {
    height: initial;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sticky.t0 {
    top: initial;
  }
  .m-ratio1by1 {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 80%;
       object-position: 80%;
  }
  .m-ratio7by5 {
    aspect-ratio: 7/5;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-aspect1by1 {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-aspect3by2 {
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-aspect2by3 {
    aspect-ratio: 2/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-aspect4by2 {
    aspect-ratio: 4/2;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-aspect2by4 {
    aspect-ratio: 2/4;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-flex-start {
    align-items: flex-start;
  }
  .m-pbs {
    padding-bottom: var(--small);
  }
  .m-full-width {
    width: 100%;
  }
  .m-slider-height {
    width: 100%;
    height: 66vw;
  }
  /*------------------------------------*/
  .ptxl {
    padding-top: var(--medium);
  }
  .pbxl {
    padding-bottom: var(--medium);
  }
  .pbl {
    padding-bottom: var(--medium);
  }
  .ptl {
    padding-top: var(--medium);
  }
  .m-ml0 {
    margin-left: 0;
  }
  .m-left-align {
    text-align: left;
  }
  .m-mbm {
    margin-bottom: var(--medium);
  }
  .m-mbs {
    margin-bottom: var(--small);
  }
  .m-align-start {
    align-items: flex-start;
  }
  .m-column {
    flex-direction: column;
  }
  .m-column-reverse {
    flex-direction: column-reverse;
  }
  .m-justify-center {
    justify-content: center;
  }
  .m-plrs {
    padding-left: var(--xsmall) !important;
    padding-right: var(--xsmall) !important;
  }
  .m-plr0 {
    padding-left: 0;
    padding-right: 0;
  }
  .m-pbs {
    padding-bottom: var(--small);
  }
  .m-pb0 {
    padding-bottom: 0;
  }
  .m-pts {
    padding-top: var(--small);
  }
  .m-pt0 {
    padding-top: 0;
  }
  .m-pbm {
    padding-bottom: var(--medium);
  }
  .m-ptm {
    padding-top: var(--medium);
  }
}/*# sourceMappingURL=style.css.map */