@font-face {
  font-family: "airnewzald";
  src: url("../fonts/airnewzald.eot");
  src: url("../fonts/airnewzald.eot?#iefix") format("embedded-opentype"), url("../fonts/airnewzald.woff") format("woff"), url("../fonts/airnewzald.ttf") format("truetype"), url("../fonts/airnewzald.svg#5058f1af8388633f609cadb75a75dc9d") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "airnzsans";
  src: url("../fonts/AirNewZealandSansSub-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "airnzsans";
  src: url("../fonts/AirNewZealandSansSub-Semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
}
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

body,
html {
  margin: 0px;
  padding: 0px;
  background-color: #111111;
  color: #FFFFFF;
  font-family: "airnzsans";
  line-height: 1.2em;
  font-size: 15px;
  height: 100%;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #7238E6;
}

h1,
h2,
h3,
h4,
h5,
p {
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}

h1,
h2 {
  font-family: "airnewzald";
  line-height: 1em;
}

h1 {
  font-size: 3.5em;
}

h2 {
  font-size: 1.65em;
}

h3 {
  font-size: 1em;
}

* {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
*::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.4);
}
*::-webkit-scrollbar-thumb {
  background: #7238e6;
}
*::-webkit-scrollbar-thumb:hover {
  background: #FFFFFF;
}

*[tabindex="0"]:focus {
  outline: 1px solid #fff;
  outline-offset: 1px;
  z-index: 1;
}

.block-link {
  background-color: #7238E6;
  display: inline-block;
  color: #FFFFFF;
  padding: 0.8em;
  padding-left: 1.2em;
  padding-right: 1.2em;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1em;
  transition: 0.25s;
  position: relative;
  cursor: pointer;
}
.block-link:hover {
  color: #111111;
  background-color: #FFFFFF;
}
.block-link.hasicon {
  padding-right: 2em;
}
.block-link.hasicon.left {
  padding-right: 0.8em;
  padding-left: 2em;
}
.block-link.hasicon.left i {
  right: auto;
  left: 1em;
}
.block-link.sml {
  font-size: 0.8em;
}
.block-link.secondary {
  background-color: transparent;
  border: 1px solid #fff;
}
.block-link.secondary:hover {
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.3);
}

.navigation {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: 10px;
  pointer-events: all;
}
@media all and (max-width: 480px) {
  .navigation {
    transform: none;
    top: auto;
    bottom: 50px;
    left: 12px;
  }
}
.navigation a {
  display: block;
  margin: 5px;
  width: 40px;
  height: 40px;
  position: relative;
}
.navigation a i {
  position: absolute;
  font-size: 2em;
  line-height: 1em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.25s;
}
.navigation a:hover i {
  font-size: 2.5em;
}
.map-wrapper {
  z-index: 1;
}
.map-wrapper .map-ui {
  width: 100%;
  position: absolute;
  height: calc(100% - 100px);
  top: 0px;
  left: 0px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media all and (max-width: 480px) {
  .map-wrapper .map-ui {
    height: calc(100% - 100px);
  }
}
.map-wrapper .map-ui .tourism-logo {
  position: absolute;
  top: 8px;
  right: 16px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 110px;
  height: 45px;
  background-image: url("../img/LUX_HORZ_PRM_SACL_RGB_150PPI_250401 1.png");
  transition: 2s;
}
@media all and (min-width: 480px) {
  .map-wrapper .map-ui .tourism-logo {
    padding: 60px 0 0 0;
  }
}
.map-wrapper .map-ui .tourism-logo.hide {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.map-wrapper .map-ui .clue-btn {
  display: none;
  position: absolute;
  right: 25px;
  top: 45px;
  transition: 1s;
  pointer-events: all;
}
.map-wrapper .map-ui .clue-btn.show {
  display: block;
}
.map-wrapper .map-ui .title {
  padding: 30px 0 0 0;
  background: linear-gradient(rgba(17, 17, 17, 0.85) 20%, rgba(17, 17, 17, 0) 100%);
}
.map-wrapper .map-ui .title img {
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.map-wrapper .map-ui .title .img-title {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  background-image: url("../img/tag-mobile.png");
  background-position: 60% 50%;
  height: 200px;
  transition: 2s;
  margin: 30px 0 0 0;
}
.map-wrapper .map-ui .title .img-title.small {
  margin: 0;
  height: 120px;
  background-position: 20px 50%;
}
@media all and (min-width: 480px) {
  .map-wrapper .map-ui .title .img-title {
    background-image: url("../img/tag-mobile.png");
    background-position: 50% 50%;
    height: 300px;
  }
  .map-wrapper .map-ui .title .img-title.small {
    height: 200px;
    background-position: 50px 50%;
  }
}
.map-wrapper .map-ui .title .img-title.small {
  transition: 2s;
}
.map-wrapper .map-ui .title .img-title.small img {
  transition: 2s;
  -o-object-position: left;
     object-position: left;
}
.map-wrapper .map-ui .intro-copy {
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: linear-gradient(0deg, #111111 60%, rgba(17, 17, 17, 0) 100%);
  padding: 20px;
  transition: 2s;
}
@media all and (min-width: 1024px) {
  .map-wrapper .map-ui .intro-copy {
    padding: 0 20px 30px;
    display: flex;
    gap: 16px;
    flex-direction: column;
    text-align: left;
  }
}
@media all and (max-width: 480px) {
  .map-wrapper .map-ui .intro-copy h1 {
    font-size: 2.75em;
  }
}
.map-wrapper .map-ui .intro-copy p {
  display: flex;
  gap: 8px;
  font-size: 1em;
  line-height: 1.35em;
}
.map-wrapper .map-ui .intro-copy p.terms {
  font-size: 0.7em;
}
.map-wrapper .map-ui .intro-copy a {
  pointer-events: all;
}
.map-wrapper .map-ui .intro-copy.hide {
  transition: 2s;
  opacity: 0;
}
.map-wrapper .map-ui .intro-copy #all_destinations {
  display: none;
}
.map-wrapper .map-ui .intro-copy #all_destinations.show {
  display: block;
}
.map-wrapper .map-ui .map-key {
  display: none;
  padding: 15px;
  width: 100%;
  justify-content: space-around;
  pointer-events: all;
  transition: 2s;
  opacity: 0;
}
@media all and (min-width: 480px) {
  .map-wrapper .map-ui .map-key {
    justify-content: center;
    gap: 20px;
    background: linear-gradient(rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.8) 100%);
    padding: 0 16px 32px 0;
  }
}
.map-wrapper .map-ui .map-key.show {
  transition: 2s;
  opacity: 1;
}
.map-wrapper .map-ui .map-key .key {
  background-color: rgba(17, 17, 17, 0.6);
  padding: 5px 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
}
.map-wrapper .map-ui .map-key .key img {
  height: 30px;
}
@media all and (min-width: 480px) {
  .map-wrapper .map-ui .map-key .key {
    padding: 8px 16px;
    gp: 8px;
  }
}
.map-wrapper .map-ui .map-key .key a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  pointer-events: all;
}
.map-wrapper .map-ui .map-key .key span {
  font-size: 0.8em;
  line-height: 1.2em;
}
@media all and (min-width: 480px) {
  .map-wrapper .map-ui .map-key .key span {
    font-size: 1em;
  }
}
.map-wrapper .map-ui .navigation {
  display: none;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: 10px;
  flex-direction: column;
  justify-content: center;
  pointer-events: all;
}
.map-wrapper .map-ui .navigation.open {
  display: flex;
}
.map-wrapper .map-ui .navigation a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.map-wrapper #map {
  width: 100%;
  height: 88vh;
  z-index: 1;
}

.overlays {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: calc(100% - 100px);
  background-color: rgba(17, 17, 17, 0.5);
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.overlays.open {
  transition-delay: 1s;
  visibility: visible;
  opacity: 1;
}
.overlays.open-swiper {
  transition-delay: 1s;
  visibility: visible;
  opacity: 1;
}
.overlays.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.overlays .swiper {
  display: none;
}
.overlays .swiper .swiper-slide {
  padding: 20px;
  display: flex;
  align-items: flex-end;
  flex-direction: column-reverse;
}
@media all and (min-width: 480px) {
  .overlays .swiper .swiper-slide {
    justify-content: center;
  }
}
.overlays .swiper .swiper-slide .mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.overlays .swiper .swiper-slide .mask #movable {
  width: 2000px;
  height: auto;
  cursor: move;
  position: relative;
}
.overlays .swiper .swiper-slide .mask #movable img {
  position: relative;
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.overlays .swiper .swiper-slide .mask .item {
  width: 40px;
  height: 40px;
  position: absolute;
  transform: translate(-50%, -50%);
  background-color: red;
  z-index: 2;
  cursor: pointer;
}
.overlays .clue-wrapper, .overlays .destination-wrapper, .overlays .explore-wrapper {
  color: #111111;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition-delay: 3s;
  transition: 0.5s;
}
.overlays .clue-wrapper.open, .overlays .destination-wrapper.open, .overlays .explore-wrapper.open {
  visibility: visible;
  opacity: 1;
}
.overlays .clue-wrapper .clue, .overlays .clue-wrapper .destination, .overlays .clue-wrapper .explore, .overlays .destination-wrapper .clue, .overlays .destination-wrapper .destination, .overlays .destination-wrapper .explore, .overlays .explore-wrapper .clue, .overlays .explore-wrapper .destination, .overlays .explore-wrapper .explore {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 10px 10px 20px 10px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.overlays .clue-wrapper .clue h1, .overlays .clue-wrapper .destination h1, .overlays .clue-wrapper .explore h1, .overlays .destination-wrapper .clue h1, .overlays .destination-wrapper .destination h1, .overlays .destination-wrapper .explore h1, .overlays .explore-wrapper .clue h1, .overlays .explore-wrapper .destination h1, .overlays .explore-wrapper .explore h1 {
  font-size: 32px;
}
@media all and (min-width: 480px) {
  .overlays .clue-wrapper .clue h1, .overlays .clue-wrapper .destination h1, .overlays .clue-wrapper .explore h1, .overlays .destination-wrapper .clue h1, .overlays .destination-wrapper .destination h1, .overlays .destination-wrapper .explore h1, .overlays .explore-wrapper .clue h1, .overlays .explore-wrapper .destination h1, .overlays .explore-wrapper .explore h1 {
    font-size: 48px;
  }
}
.overlays .clue-wrapper .clue p, .overlays .clue-wrapper .destination p, .overlays .clue-wrapper .explore p, .overlays .destination-wrapper .clue p, .overlays .destination-wrapper .destination p, .overlays .destination-wrapper .explore p, .overlays .explore-wrapper .clue p, .overlays .explore-wrapper .destination p, .overlays .explore-wrapper .explore p {
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -1.1%;
}
@media all and (min-width: 480px) {
  .overlays .clue-wrapper .clue, .overlays .clue-wrapper .destination, .overlays .clue-wrapper .explore, .overlays .destination-wrapper .clue, .overlays .destination-wrapper .destination, .overlays .destination-wrapper .explore, .overlays .explore-wrapper .clue, .overlays .explore-wrapper .destination, .overlays .explore-wrapper .explore {
    width: 400px;
  }
}
.overlays .clue-wrapper .clue .destination-nav-wrapper, .overlays .clue-wrapper .destination .destination-nav-wrapper, .overlays .clue-wrapper .explore .destination-nav-wrapper, .overlays .destination-wrapper .clue .destination-nav-wrapper, .overlays .destination-wrapper .destination .destination-nav-wrapper, .overlays .destination-wrapper .explore .destination-nav-wrapper, .overlays .explore-wrapper .clue .destination-nav-wrapper, .overlays .explore-wrapper .destination .destination-nav-wrapper, .overlays .explore-wrapper .explore .destination-nav-wrapper {
  display: flex;
  gap: 16px;
}
.overlays .clue-wrapper .clue .destination-nav-wrapper .block-link, .overlays .clue-wrapper .destination .destination-nav-wrapper .block-link, .overlays .clue-wrapper .explore .destination-nav-wrapper .block-link, .overlays .destination-wrapper .clue .destination-nav-wrapper .block-link, .overlays .destination-wrapper .destination .destination-nav-wrapper .block-link, .overlays .destination-wrapper .explore .destination-nav-wrapper .block-link, .overlays .explore-wrapper .clue .destination-nav-wrapper .block-link, .overlays .explore-wrapper .destination .destination-nav-wrapper .block-link, .overlays .explore-wrapper .explore .destination-nav-wrapper .block-link {
  display: flex;
  padding: 8px 10px;
  border-radius: 8px;
}
.overlays .clue-wrapper .clue .destination-nav-wrapper .block-link img, .overlays .clue-wrapper .destination .destination-nav-wrapper .block-link img, .overlays .clue-wrapper .explore .destination-nav-wrapper .block-link img, .overlays .destination-wrapper .clue .destination-nav-wrapper .block-link img, .overlays .destination-wrapper .destination .destination-nav-wrapper .block-link img, .overlays .destination-wrapper .explore .destination-nav-wrapper .block-link img, .overlays .explore-wrapper .clue .destination-nav-wrapper .block-link img, .overlays .explore-wrapper .destination .destination-nav-wrapper .block-link img, .overlays .explore-wrapper .explore .destination-nav-wrapper .block-link img {
  width: 26px;
  height: 26px;
}
.overlays .clue-wrapper .clue .destination-nav-wrapper .block-link.black, .overlays .clue-wrapper .destination .destination-nav-wrapper .block-link.black, .overlays .clue-wrapper .explore .destination-nav-wrapper .block-link.black, .overlays .destination-wrapper .clue .destination-nav-wrapper .block-link.black, .overlays .destination-wrapper .destination .destination-nav-wrapper .block-link.black, .overlays .destination-wrapper .explore .destination-nav-wrapper .block-link.black, .overlays .explore-wrapper .clue .destination-nav-wrapper .block-link.black, .overlays .explore-wrapper .destination .destination-nav-wrapper .block-link.black, .overlays .explore-wrapper .explore .destination-nav-wrapper .block-link.black {
  background-color: #111111;
}
.overlays .destination-wrapper {
  padding: 0;
  justify-content: flex-end;
}
.overlays .explore-wrapper {
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  background-image: url("../img/tag_explore_more.png");
  justify-content: flex-end;
}
.overlays .explore-wrapper .explore {
  background-color: transparent;
  color: #FFFFFF;
  padding: 30px 30px 40px;
  gap: 20px;
}
.overlays .explore-wrapper .explore p {
  font-size: 16px;
}
.overlays .explore-wrapper .explore .video {
  width: 100%;
  height: auto;
}
.overlays .explore-wrapper .explore .video img {
  width: 100%;
  border-radius: 10px;
}
.overlays .clue-wrapper {
  transition-delay: 1s;
}
.overlays .terms-wrapper, .overlays .prizes-wrapper {
  position: fixed;
  top: 110px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: #111111;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.overlays .terms-wrapper.open, .overlays .prizes-wrapper.open {
  transition-delay: 0.2s;
  visibility: visible;
  opacity: 1;
}
.overlays .terms-wrapper h1, .overlays .prizes-wrapper h1 {
  font-size: 38px;
  text-align: center;
}
.overlays .terms-wrapper p, .overlays .prizes-wrapper p {
  text-align: center;
}
.overlays .terms-wrapper .terms-navigation, .overlays .prizes-wrapper .terms-navigation {
  display: flex;
  gap: 20px;
  align-items: center;
}
.overlays .terms-wrapper .terms-navigation .block-link, .overlays .prizes-wrapper .terms-navigation .block-link {
  border: 1px solid #7238E6;
}
.overlays .terms-wrapper .terms-navigation .block-link.secondary, .overlays .prizes-wrapper .terms-navigation .block-link.secondary {
  border: 1px solid #FFFFFF;
}

.main-wrapper {
  height: 100vh;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: stretch;
}
.main-wrapper .outer-gradient-overlay {
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
.main-wrapper .outer-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: stretch;
  flex-basis: 100%;
  height: 75%;
}
.main-wrapper .outer-wrapper .map-wrapper {
  position: relative;
  flex-basis: 100%;
}
.main-wrapper .outer-wrapper .hint {
  display: none;
  text-align: center;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  padding: 8px;
  z-index: 10000;
  min-width: 220px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, 0%);
  font-size: 0.7em;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.main-wrapper .outer-wrapper .hint.open {
  transition-delay: 1s;
  visibility: visible;
  opacity: 1;
}
@media all and (min-width: 480px) {
  .main-wrapper .outer-wrapper .hint {
    top: 40%;
    font-size: 1em;
    padding: 10px 16px;
    gap: 16px;
  }
  .main-wrapper .outer-wrapper .hint img {
    width: 30px;
  }
}
.main-wrapper .outer-wrapper .found-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -150%);
  background-repeat: no-repeat;
  background-size: 100%;
  max-width: 400px;
  width: 100%;
  height: 100%;
  background-image: url(../img/tag_congrats.png);
  justify-content: flex-end;
  z-index: 1000;
  animation: bounce-in 2s ease 0s 1 normal forwards;
}
.main-wrapper .outer-wrapper .found-wrapper.exit {
  animation: slide-out 0.5s ease 0s 1 normal forwards;
}
.main-wrapper .outer-wrapper .thanks-wrapper {
  position: absolute;
  z-index: 1000;
  background-color: rgba(17, 17, 17, 0.9);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 2s;
}
.main-wrapper .outer-wrapper .thanks-wrapper.wait {
  transition-delay: 1s;
  visibility: visible;
  opacity: 1;
}
.main-wrapper .outer-wrapper .thanks-wrapper img {
  z-index: 1;
  position: absolute;
  max-width: 200px;
  width: 35%;
  top: 50%;
  left: 50%;
  transform: translate(-100%, -150%) rotate(15deg);
  transform-origin: top center;
}
@media all and (min-width: 480px) {
  .main-wrapper .outer-wrapper .thanks-wrapper img {
    left: 50%;
  }
}
.main-wrapper .outer-wrapper .thanks-wrapper .marigold-wrapper {
  position: absolute;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 0 20px 20px 20px;
  max-width: 450px;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -70%);
}
@media all and (max-width: 720px) {
  .main-wrapper .outer-wrapper {
    height: auto;
    flex-direction: column;
  }
  .main-wrapper .outer-wrapper .map-wrapper {
    position: relative;
    left: 0px;
    width: 100%;
    height: 100%;
  }
}

@keyframes rotate-in {
  0% {
    transform: rotate(105deg);
    transform-origin: top center;
    opacity: 0;
  }
  100% {
    transform: rotate(15deg);
    transform-origin: top center;
    opacity: 1;
  }
}
@keyframes bounce-in {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
    transform: translate(-50%, -120%);
  }
  38% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  55% {
    animation-timing-function: ease-in;
    transform: translate(-50%, -60%);
  }
  72% {
    animation-timing-function: ease-out;
    transform: translate(-50%, -50%);
  }
  81% {
    animation-timing-function: ease-in;
    transform: translate(-50%, -55%);
  }
  90% {
    animation-timing-function: ease-out;
    transform: translate(-50%, -50%);
  }
  95% {
    animation-timing-function: ease-in;
    transform: translate(-50%, -52%);
  }
  100% {
    animation-timing-function: ease-out;
    transform: translate(-50%, -50%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -150%);
  }
}/*# sourceMappingURL=main.v1.css.map */