.fadeInUp {
    animation: a .4s forwards
}

@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: 2.4rem;
    line-height: 1
}

h2 {
    font-size: 1.8rem
}

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: .9rem;
    line-height: 1.1
}

p {
    font-size: 1.45rem
}

* {
    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: #fff;
    color: #333;
    z-index: 0
}

body.minified {
    overflow: hidden
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

.transition {
    transition: all .25s ease
}

.bg__item-content,
.bgz {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.t-center {
    text-align: center
}

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: .5rem;
    text-align: left
}

.adult {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1rem;
    z-index: 6;
    color: #000;
    text-transform: uppercase;
    font-size: .875rem
}

.main {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.container,
.main {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.container {
    -ms-flex-direction: column;
    flex-direction: column
}

.logobox {
    position: absolute;
    left: .5rem;
    top: .5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase
}

.logobox .logo {
    width: 2.6rem;
    height: 2.6rem;
    border: 2px solid #fd1d1d;
    border-radius: .8rem;
    position: relative;
    margin-right: .3rem
}

.logobox .logo:after {
    content: "";
    display: block;
    width: .5rem;
    height: .5rem;
    position: absolute;
    top: .3rem;
    right: .3rem;
    background: #e1306c;
    border-radius: 9rem
}

.logobox p {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.logobox span {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 1px;
    font-family: Bebas Neue, Montserrat, Arial, Helvetica, sans-serif;
    background: linear-gradient(38.88deg, #e1306c -7.13%, #fd1d1d 117.63%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text
}

.logobox span.city {
    font-size: 1rem
}

.btnbox {
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row
}

.btn,
.btnbox {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.btn {
    width: 6.8rem;
    height: 6.8rem;
    padding: 0;
    margin: 0 1rem;
    color: #000;
    font-size: 1.8rem;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .1rem;
    border-radius: 1111rem;
    border: none;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .4)
}

.btn:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, .2)
}

.btn:active {
    box-shadow: none
}

.btn span {
    font-family: Bebas Neue, Montserrat, Arial, Helvetica, sans-serif
}

.btn--primary span {
    background: linear-gradient(38.88deg, #0fb49e -7.13%, #27ff23 117.63%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text
}

.btn--accent span {
    background: linear-gradient(38.88deg, #e1306c -7.13%, #fd1d1d 117.63%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text
}

.btn--block {
    width: 90%;
    height: 4.8rem;
    max-width: 24rem;
    margin: 0
}

.stepbox {
    position: relative;
    display: block;
    z-index: 1;
    overflow: hidden;
    max-width: 40rem;
    margin: 0 auto
}

.step,
.stepbox {
    width: 100%;
    height: 100%
}

.step {
    position: absolute;
    left: 0;
    top: 0
}

.step__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 2rem 4rem
}

.step__header {
    margin-bottom: 1rem
}

.step__body {
    margin-bottom: 2rem
}

.step.active .step__header {
    display: block
}

.step {
    transform: translateY(200%);
    transition: translateY .25s ease
}

.step__body,
.step__footer,
.step__header {
    transition: transform .25s ease 0s, opacity .25s ease 0s
}

.step__body,
.step__footer,
.step__footer .btnbox a,
.step__header {
    position: relative;
    opacity: 0;
    transform: translateY(1rem)
}

.step__footer .btnbox a:first-child,
.step__footer .btnbox a:nth-child(2) {
    transition: transform .25s ease 0s, opacity .25s ease 0s, box-shadow .25s ease 0s
}

.step.active {
    transform: translateY(0)
}

.step.active .step__body,
.step.active .step__footer,
.step.active .step__footer .btnbox a,
.step.active .step__header {
    opacity: 1;
    transform: translate(0)
}

.step.hidden .step__body,
.step.hidden .step__footer,
.step.hidden .step__header {
    opacity: 0;
    transform: translateY(-1rem)
}

.bg {
    position: absolute !important;
    overflow: hidden
}

.bg,
.bg:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    display: block
}

.bg:after {
    content: "";
    position: absolute;
    background: hsla(0, 0%, 100%, .6);
    z-index: 5
}

.bg.blur .bg__item {
    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;
    transition: transform .4s ease-out
}

.bg__item:first-child {
    z-index: 5
}

.bg__item:nth-child(2) {
    z-index: 4
}

.bg__item:nth-child(3) {
    z-index: 3
}

.bg__item:nth-child(4) {
    z-index: 2
}

.bg__item:nth-child(5) {
    z-index: 1
}

.bg__item.active {
    transform: translateY(0)
}

.bg__item.active .bg__item-inner {
    transform: scale(1)
}

.bg__item.active .bg__item-content {
    transform: translateY(0)
}

.bg__item.hidden {
    transform: translateY(-100%)
}

.bg__item-inner {
    transform: scale(1.2);
    transition: transform .5s ease
}

.bg__item-content,
.bg__item-inner {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.bg__item-content {
    transform: translateY(100%)
}

.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:1024px) {
    .step__inner {
        -ms-flex-pack: center;
        justify-content: center
    }
}