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

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

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.5s ease-in-out;
}

a:hover {
  opacity: 0.5;
}

body {
  font-family: "Helvetica Neue LT W05_75 Bold";
  color: #fff;
  text-align: center;
}

.bgWrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/bg-1-mobile.png) no-repeat scroll center top / cover;
  z-index: -1;
}

.image-wrap-tour {
  padding-bottom: 50px;
}

main {
  min-height: calc(var(--app-height) - 166px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.logoWrapper {
  font-size: 0;
  /* padding: 35px 0; */
  width: 12%;
  margin: 0 auto;
  max-width: 400px;
  transition: 0.5s ease-in-out;
}

.logoWrapper a:hover {
  opacity: 0.7;
}

.artworkAdmat {
  width: 95%;
  margin: 0 auto;
  font-size: 0;
  max-width: 75vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.artworkAdmat .artworkWrapper .imageWrapper {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.artworkAdmat>div {
  width: 48%;
}

/* .artworkWrapper {
    width: 80%;
    margin: 0 auto;
    font-size: 0;
    max-width: 500px;
} */

main,
footer {
  position: relative;
  z-index: 2;
}

.preOrderButton {
  padding: 35px 0 60px;
  width: 43vw;
}

.preOrderButton {
  display: flex;
  gap: .3vw;
}

.preOrderButton a {
  text-transform: uppercase;
  font-size: 1.22vw;
  border: 2px solid #fff;
  padding: 0.9vw 4.7vw;
  display: inline-block;
  letter-spacing: 1px;
  background: #fff;
  color: #003886;
}

.preOrderButton a:hover {
  background: #003878;
  color: #fff;
  border-color: #003878;
}

.preOrderButton1 span {
  font-size: 20px;
  border: 2px solid #fff;
  padding: 14px 50px;
  display: inline-block;
  letter-spacing: 1px;
  background: #fff;
  color: #000;
}

.preOrderButton a:hover,
.enterSiteWrapper a:hover {
  border: 2px solid #fff;
}

.copyrightLinks a:hover,
.socialWrapper a:hover {
  color: #fff;
  opacity: 0.5;
}

.videoWrapper {
  padding-bottom: 50px;
  padding-top: 50px;
}

.iframeWrapper {
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}

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

.enterSiteWrapper a {
  font-size: 20px;
  border-bottom: 2px solid;
  display: inline-block;
  font-size: 20px;
  border: 2px solid #fff;
  padding: 14px 50px;
  display: inline-block;
  letter-spacing: 1px;
  background: #fff;
  color: #000;
}

.enterSiteWrapper a:hover {
  /* color: #000; */
  background: #000;
  color: #fff;
}

footer {
  padding-bottom: 20px;
}

.socialWrapper {
  padding: 20px 0;
  padding-top: 0;
}

.socialWrapper a {
  font-size: 20px;
  margin: 5px 10px;
  display: inline-block;
}

.copyTextAndLinks {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sep {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  font-size: 0;
  vertical-align: middle;
  margin: 0 5px 2px;
}

.enterSiteWrapper {
  padding-bottom: 50px;
}

/** Mailing List **/

.mlform form {
  width: 60%;
  margin: 0 auto;
}

form {
  font-size: 0;
}

.fieldWrap {
  padding-bottom: 0.4vw;
  position: relative;
}

.fieldWrap input,
.fieldWrap select {
  color: var(--site-text-color);
  background: transparent;
  border: 1px solid #fff;
  height: 3vw;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  width: 100%;
  border-radius: 0px;
  padding: 0 10px;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--site-primary-font);
  font-weight: 700;
  font-size: 1.25vw;
  letter-spacing: 0.261vw;
  line-height: 3vw;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: fff;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: fff;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: fff;
}

input[type="submit"] {
  border: 2;
  background-color: #fff;
  color: #003886;
  width: 100%;
  height: 3vw;
  line-height: 48px;
  display:
    block;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-decoration: none;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  /* padding: 0 10px; */
  margin: 0 auto;
  text-align: center;
  border-radius: 0;
  text-transform: uppercase;
  font-family: var(--site-primary-font);
  font-weight: 700;
  font-size: 1.25vw;
  letter-spacing: 0.261vw;
  line-height: 1;
  border: 2px solid #fff;
  box-sizing: border-box;
  vertical-align: middle;
}

input[type="submit"]:hover {
  background-color: #003878;
  border: 2px solid #fff;
  color: var(--site-background-color);
  box-sizing: border-box;
}

.custom-field-section {
  margin-bottom: 2vw;
}

.fieldWrap .errored {
  border: 1px solid #ff0000;
}

.input-error {
  position: relative;
  bottom: -2px;
  width: 100%;
  left: 0;
  color: #ff0000;
  font-size: .8vw;
  text-transform:
    uppercase;
  display: block;
  text-align: center;
}

.fadeOut {
  display: none;
}

.fadeIn {
  display: block;
}

.terms-message {
  padding: 20px 0;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
}

.terms-message a {
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 1px solid #FFFFFF;
}

.terms-message a:hover {
  opacity: 0.5;
}

.thankyou {
  font-size: 1.5vw;
  color: var(--site-background-color);
  text-align: center;
  padding: 0;
  text-transform: uppercase;
}

.mlist-wrapper {
  max-width: 50%;
  margin: 0 auto;
}

div.heading {
  font-size: 20px;
  margin-bottom: 50px;
  text-transform: uppercase;
}

div.terms-view {
  font-size: 1vw;
  margin-top: 10px;
}

div.terms-view a,
.heading a {
  text-decoration: underline;
}

.popup-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media only screen and (min-width: 1024px) {
  .preOrderButton {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .enterSiteWrapper.top {
    position: absolute;
    top: 20px;
    z-index: 1;
    right: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .bgWrapper {
    background: url(../img/bg-1.png) no-repeat scroll center top / cover;
  }

  main {
    min-height: calc(var(--app-height) - 150px);
  }

  .logoWrapper {
    /* padding: 50px 0; */
  }
}

@media only screen and (max-width: 1023px) {
  .artworkAdmat>div {
    width: 100%;
  }

  .artworkAdmat {
    flex-wrap: wrap;
    width: 80%;
  }

  .preOrderButton {
    padding-bottom: 35px;
    justify-content: center;
    margin: 0 auto;
  }

  .admatWrapper {
    padding-bottom: 50px;
  }

  .preOrderButton a {
    /* padding: 14px; */
    /* padding-top: 20px; */
  }

  .enterSiteWrapper a {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 320px) {
  .preOrderButton a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .mobHide {
    display: block;
    font-size: 0;
    width: 0;
    height: 0;
    margin: 0;
  }

  .logoWrapper {
    width: 34%;
  }

  .mobHide {
    display: block;
    font-size: 0;
    width: 0;
    height: 0;
    margin: 0;
  }

  .mlist-wrapper {
    max-width: 80%;
  }

  .mlform form {
    width: 90%;
  }

  .input-error {
    font-size: 2vw;
  }

  .fieldWrap input,
  .fieldWrap select,
  input[type="submit"] {
    font-size: 2.2vw;
    letter-spacing: 0.61vw;
    line-height: 6vw;
    height: 7vw;
  }

  div.terms-view {
    font-size: 2.5vw;
  }

  .preOrderButton {
    display: flex;
    row-gap: 1vw;
    flex-direction: column;
  }
}

/** Slideshow **/

.slideshow {
  list-style-type: none;
}

/** SLIDESHOW **/
.slideshow,
.slideshow:after {
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  z-index: 0;
}

.slideshow li span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 0;
  animation: imageAnimation 40s linear infinite 0s;
}



.slideshow li:nth-child(1) span {
  background-image: url('../img/bg-2.png');
  animation-delay: 2s;
}

.slideshow li:nth-child(2) span {
  background-image: url('../img/bg-1.png');
  animation-delay: 6s;
}

.slideshow li:nth-child(3) span {
  background-image: url('../img/bg-4.png');
  animation-delay: 12s;
}

.slideshow li:nth-child(4) span {
  background-image: url('../img/bg-3.png');
  animation-delay: 18s;
}




@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }

  8% {
    opacity: 1;
    animation-timing-function: ease-out;
  }

  17% {
    opacity: 1
  }

  25% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}


@keyframes titleAnimation {
  0% {
    opacity: 0
  }

  8% {
    opacity: 1
  }

  17% {
    opacity: 1
  }

  19% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}


.no-cssanimations .cb-slideshow li span {
  opacity: 1;
}

/* The Modal (background) */
.modal {
  display: block;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  z-index: 3;
}

/* Modal Content/Box */
.modal-content {
  background-color: #000;
  padding: 20px;
  border: 1px solid #000;
  position: relative;
  width: 80%;
  /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 2vw;
  font-weight: bold;
  position: absolute;
  top: 1vw;
  right: 1vw;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}



@media only screen and (max-width:767px) {
  .slideshow li:nth-child(1) span {
    background-image: url('../img/bg-2-mobile.png');
  }

  .slideshow li:nth-child(2) span {
    background-image: url('../img/bg-1-mobile.png');
    animation-delay: 6s;
  }

  .slideshow li:nth-child(3) span {
    background-image: url('../img/bg-4-mobile.png');
    animation-delay: 12s;
  }

  .slideshow li:nth-child(4) span {
    background-image: url('../img/bg-3-Mobile.png');
    animation-delay: 18s;
  }
}

.popup-wrapper .consent-placeholder {
  position: relative;
  margin: 3.5vh auto 0;
  display: block;
}

.plain-ml-wrapper label:not(.goptin_checkbox) {
  position: static;
  transform: none;
}

.popup-wrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked),
.popup-wrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked {
  position: absolute;
  left: 0px;
  width: 1.8vw;
  height: 1.8vw;
  z-index: 10;
  top: 0px;
  opacity: 0;
  cursor: pointer;
  margin: 0;
  -webkit-appearance: none;
  padding: 0;
}

.popup-wrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked)+label:before,
.popup-wrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: auto;
  width: 1.8vw;
  height: 1.8vw;
  border: 2px solid #fff;
  background: transparent;
  border-radius: 0px;
  box-sizing: border-box;
}

.popup-wrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"].errored:not(:checked)+label:before {
  border-color: red;
}

.popup-wrapper .plain-ml-wrapper .mlform .consent-placeholder input[type="checkbox"]+label {
  display: inline-block;
  box-sizing: border-box;
  line-height: 1;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.68vw;
  padding-left: 2.54vw;
  vertical-align: top;
  font-weight: 400;
  position: static;
  transform: none;
  pointer-events: none;
}

.popup-wrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:after {
  content: "\2713";
  position: absolute;
  top: 0.8vh;
  line-height: 1;
  left: 0.45vw;
  font-size: 1.4vw;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.popup-wrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:after {
  color: #ffffff;
}

.popup-wrapper .consent-placeholder span.input-error {
  color: red;
  position: absolute;
  top: -3.25vh;
  left: 0;
  bottom: auto;
}

.popup-wrapper .secondform .consent-placeholder {
  margin: 2vh auto;
}

.popup-wrapper .plain-ml-wrapper .mlform .consent-placeholder label a,
.popup-wrapper .plain-ml-wrapper .mlform .consent-placeholder label span {
  color: #fff;
}

.popup-wrapper .plain-ml-wrapper .mlform .consent-placeholder label a {
  text-decoration: underline;
  pointer-events: auto;
}

.popup-wrapper .plain-ml-wrapper .mlform .consent-placeholder label a:hover {
  opacity: 0.5;
}

.submit {
  margin-top: .5vw;
}

@media only screen and (max-width: 1023px) and (orientation:portrait) {

  .popup-wrapper .plain-ml-wrapper .mlform .consent-placeholder input[type="checkbox"]+label {
    font-size: 4.024vw;
    padding-left: 7.94vw;
  }

  .popup-wrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked),
  .popup-wrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked,
  .popup-wrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked)+label:before,
  .popup-wrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:before {
    width: 5.8vw;
    height: 5.8vw;
  }

  .popup-wrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:after {
    top: 0.528vh;
    left: 1.5vw;
  }

  .popup-wrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:after {
    font-size: 4vw;
  }
}

@media only screen and (max-height: 1366px) and (min-width: 1024px) and (orientation: portrait) {
  .popup-wrapper .plain-ml-wrapper .mlform .consent-placeholder input[type="checkbox"]+label {
    font-size: 1.268vw;
    padding-left: 3.54vw;
  }

  .popup-wrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:after {
    top: 0;
    font-size: 2vw;
  }

  .popup-wrapper .consent-placeholder {
    position: relative;
    margin: 2vh auto;
  }

  .popup-wrapper .consent-placeholder span.input-error {
    top: -1.75vh;
  }

  .popup-wrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked)+label:before,
  .popup-wrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:before,
  .popup-wrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked),
  .popup-wrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked {
    width: 2.28vw;
    height: 2.28vw;
  }

}

@media only screen and (max-width:932px) and (orientation:landscape) {
  .popup-wrapper .consent-placeholder {
    margin-top: 4.5vh;
  }

  .popup-wrapper .plain-ml-wrapper .mlform .consent-placeholder input[type="checkbox"]+label {
    font-size: 2vw;
  }

  .popup-wrapper .consent-placeholder span.input-error {
    top: -4vh;
  }
}

@media only screen and (min-width:768px) and (max-width:1023px) and (orientation:portrait) {
  .mlist-wrapper {
    max-width: 70%;
  }

  .mlform form {
    width: 100%;
  }

  .popup-wrapper .plain-ml-wrapper .mlform .consent-placeholder input[type="checkbox"]+label {
    font-size: 2vw;
  }
}

@media only screen and (min-width:1024px) and (max-width:1366px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .popup-wrapper .plain-ml-wrapper .mlform .consent-placeholder input[type="checkbox"]+label {
    font-size: 1vw;
  }
}
@media only screen and (min-width:1920px){
   .popup-wrapper .plain-ml-wrapper .mlform .consent-placeholder input[type="checkbox"]+label {
    font-size: 1vw;
  }
}