.fadeInUp {
    -webkit-animation: a 0.4s forwards;
            animation: a 0.4s forwards;
}
@-webkit-keyframes a {
    0% {
        opacity: 0;
        transform: translate3d(0, 2rem, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes a {
    0% {
        opacity: 0;
        transform: translate3d(0, 2rem, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}
body {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
}
h1 {
    font-size: 4rem;
    line-height: 1;
}
h2 {
    font-size: 2.2rem;
}
h2,
h3 {
    line-height: 1.1;
}
h3 {
    font-size: 1.6rem;
}
h4 {
    font-size: 1.4rem;
}
h4,
h5 {
    line-height: 1.1;
}
h5 {
    font-size: 1.3rem;
}
h6 {
    font-size: 0.9rem;
    line-height: 1.1;
}
p {
    font-size: 1.4rem;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
html {
    font-size: 62.5%;
}
body,
html {
    width: 100%;
    height: 100%;
}
body {
    overflow-x: hidden;
    min-width: 320px;
    min-height: 480px;
    background: #000;
    color: #fff;
    z-index: 0;
}
body.minified {
    overflow: hidden;
}
a {
    text-decoration: none;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
ul {
    list-style-type: disc;
    margin-left: 2rem;
}
ul li {
    font-size: 1.175rem;
    margin-bottom: 0.5rem;
    text-align: left;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.transition {
    transition: all 0.25s ease;
}
.bg__item,
.bgz {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.t-center {
    text-align: center;
}
.bg-primary {
    background-color: #000;
}
.bg-accent {
    background-color: #fff;
}
.c-primary {
    color: #000;
}
.adult,
.c-accent {
    color: #fff;
}
.adult {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1rem;
    z-index: 3;
    text-transform: uppercase;
    font-size: 0.875rem;
}
.main {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.container,
.main {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.logo {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 1rem;
    z-index: 2;
}
.logo img {
    width: 5rem;
    margin-bottom: 0.5rem;
}
.logo .city {
    display: inline-block;
    background: #fa2e6d;
    padding: 0.2rem 1rem;
    border-radius: 99rem;
    font-size: 1rem;
    text-transform: capitalize;
}
.btnbox {
    width: 100%;
    flex-direction: row;
}
.btn,
.btnbox {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn {
    width: 50%;
    max-width: 12rem;
    height: 4.8rem;
    padding: 0;
    margin: 0 1rem;
    color: #000;
    font-size: 1.4rem;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.1rem;
    border-radius: 1rem;
    border: none;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    border-left: 5px solid #4de8f4;
    border-right: 5px solid #fa2e6d;
    position: relative;
    z-index: 3;
}
.allscreen,
.target {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.location-wrapper {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 2;
}
.btn--primary {
    background: #fff;
}
.btn--accent {
    color: #fff;
}
.btn--block {
    width: 90%;
    height: 4.8rem;
    max-width: 22rem;
    margin: 0;
}
.stepbox {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    z-index: 1;
}
.step {
    height: 100%;
    top: 0;
}
.step,
.step__inner {
    width: 100%;
    position: absolute;
    left: 0;
}
.step__inner {
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1rem 1rem 2rem;
    background: rgba(0, 0, 0, 0.75);
}
.step__inner:after {
    content: "";
    position: absolute;
    display: block;
    top: -8rem;
    left: 0;
    width: 100%;
    height: 8rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/268295/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill-opacity='.75'%3E%3Cpath d='M0 100h100V0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.step__header {
    margin: 0 auto 1rem;
}
.step__body,
.step__header {
    width: 100%;
    position: relative;
    max-width: 50rem;
}
.step__body {
    margin-bottom: 2rem;
    margin: 0 auto 2rem;
}
.step__footer {
    display: none;
    width: 100%;
    position: relative;
    max-width: 50rem;
    margin: 0 auto;
}
.step {
    transform: translateY(200%);
    transition: transform 0.5s ease;
}
.step__footer .btnbox a {
    position: relative;
    opacity: 0;
    transform: translateY(2rem);
}
.step__footer .btnbox a:first-child,
.step__footer .btnbox a:nth-child(2) {
    transition: transform 0.25s ease 0s, opacity 0.25s ease 0s, box-shadow 0.25s ease 0s;
}
.step.active {
    transform: translateY(0);
}
.step.active .step__footer {
    display: block;
}
.step.active .step__footer .btnbox a {
    opacity: 1;
    transform: translate(0);
}
.step.hidden {
    transform: translateY(200%);
}
.bg {
    position: fixed !important;
}
.bg,
.bg:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    display: block;
}
.bg:after {
    content: "";
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
}
.bg.blur .bg__item {
    -webkit-filter: blur(4px);
            filter: blur(4px);
    transform: scale(1.2) translateY(100%);
}
.bg.blur .bg__item.active {
    transform: scale(1.2) translateY(0);
}
.bg__item {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
    opacity: 0;
    transition: opacity 0.5s ease;
}
.bg__item.active {
    transform: translateY(0);
    opacity: 1;
}
.bg__item.lazyload {
    -webkit-animation: fadeInBg 0.5s linear;
            animation: fadeInBg 0.5s linear;
}
.bg-mobile {
    display: block;
}
.bg-desktop {
    display: none;
}
@media screen and (min-width: 1024px) {
    .bg-mobile {
        display: none;
    }
    .bg-desktop {
        display: block;
    }
}
@media (min-width: 360px) {
    html {
        font-size: 75%;
    }
}
@media (min-width: 768px) {
    html {
        font-size: 87.5%;
    }
}
@media (min-width: 1300px) {
    html {
        font-size: 100%;
    }
}
@media screen and (min-width: 1280px) {
    .main {
        justify-content: flex-start;
    }
    .container {
        width: 50%;
        max-width: 50rem;
    }
    .step__inner {
        height: 100%;
        position: relative;
    }
    .step__inner:after {
        width: 10rem;
        height: 100%;
        right: -10rem;
        left: auto;
        top: 0;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/268295/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill-opacity='.75'%3E%3Cpath d='M0 100h100V0z'/%3E%3C/svg%3E");
        transform: scale(-1);
    }
    .step {
        transform: translateX(-200%);
    }
    .step.active {
        transform: translateX(0);
    }
    .step.hidden {
        transform: translateX(-200%);
    }
}
video {
    width: 100%;
}
.banner-holder {
  display: none;
  position: fixed;
  top: 80px;
  left: 50%;
  width: 300px;
  height: 100px;
  z-index: 10;
  background-color: #fff;
  transform: translateX(-50%);
  cursor: pointer;
}
.banner-holder.visible {
  display: block;
}
@media (max-width: 768px) {
  .banner-holder {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .banner-holder {
    right: 0;
    left: auto;
    transform: none;
  }
}