@import url("https://fonts.googleapis.com/css?family=Montserrat&subset=latin-ext");

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.6rem;
    line-height: 1
}

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

@media screen and (min-width: 1280px) {
    h6 {
        font-size:.75rem
    }
}

p {
    font-size: 1.5rem
}

@media screen and (min-width: 1280px) {
    p {
        font-size:1.2rem
    }
}

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

html {
    font-size: 62.5%
}

@media (min-width: 360px) {
    html {
        font-size:75%
    }
}

@media (min-width: 768px) {
    html {
        font-size:87.5%
    }
}

@media (min-width: 1280px) {
    html {
        font-size:100%
    }
}

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

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

.transition {
    transition: all .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 {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: .75rem 0;
    z-index: 3;
    text-transform: uppercase;
    font-size: .875rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 768px) {
    .adult {
        font-size:.75rem;
        font-size: .65rem
    }
}

.adult span {
    text-shadow: none
}

.main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

.container,.main {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1
}

.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: auto;
    min-width: 10.5rem;
    height: 4.8rem;
    padding: 0 1rem;
    margin: 0 .5rem;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .1rem;
    border-radius: 10rem;
    overflow: hidden;
    border: none;
    cursor: pointer;
    outline: none;
    box-shadow: 0 2px 6px rgba(0,0,0,.3)
}

.btn:hover {
    box-shadow: 0 6px 10px rgba(0,0,0,.3)
}

.btn:active {
    box-shadow: none
}

@media screen and (min-width: 1280px) {
    .btn {
        font-size:1.25rem
    }
}

.btn--primary {
    background: #ff5f78;
    background-image: linear-gradient(#ff5f78,#e01b3a)
}

.btn--accent {
    background: rgba(0,0,0,.5);
    color: #fff
}

.btn--block {
    width: auto;
    min-width: 18rem;
    height: 5.3rem;
    margin: 0
}

@media screen and (min-width: 1280px) {
    .btn--block {
        min-width:16rem;
        height: 4.9rem
    }
}

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

.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: 1rem 2rem 6rem
}

@media screen and (min-width: 1280px) {
    .step__inner {
        -ms-flex-pack:center;
        justify-content: center;
        padding: 1rem
    }
}

.step__header {
    margin-bottom: 1rem;
    position: relative
}

.step__body {
    margin-bottom: 2rem
}

.step__body,.step__footer {
    position: relative
}

.step.hidden .next {
    pointer-events: none
}

.step {
    transform: translateX(100%);
    transition: transform .65s ease
}

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

.step.hidden {
    transform: translateX(-100%)
}

.circlebox {
    width: 100%;
    height: 100%;
    position: absolute;
    transform: translateX(-10rem);
    opacity: 0;
    transition: all .65s ease
}

.circlebox.active {
    transform: translateX(0);
    opacity: 1
}

.circles {
    width: 200%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0
}

.cirlce {
    background: transparent;
    position: absolute;
    animation-name: a
}

.cirlce:first-child {
    width: 12rem;
    height: 12rem;
    border-radius: 12rem;
    left: 30%;
    top: 20%;
    animation-duration: .8s
}

.cirlce:nth-child(2) {
    width: 6rem;
    height: 6rem;
    border-radius: 6rem;
    left: 90%;
    top: 95%;
    animation-duration: .5s
}

.cirlce:nth-child(3) {
    width: 25rem;
    height: 25rem;
    border-radius: 25rem;
    left: 30%;
    top: 65%;
    animation-duration: 1s
}

.cirlce:nth-child(4) {
    width: 11rem;
    height: 11rem;
    border-radius: 11rem;
    left: 85%;
    top: 30%;
    animation-duration: .9s
}

.cirlce:nth-child(5) {
    width: 5rem;
    height: 5rem;
    border-radius: 5rem;
    left: 2%;
    top: 2%;
    animation-duration: .3s
}

.cirlce:nth-child(6) {
    width: 10rem;
    height: 10rem;
    border-radius: 10rem;
    left: 2%;
    top: 55%;
    animation-duration: .8s
}

.cirlce:nth-child(7) {
    width: 5rem;
    height: 5rem;
    border-radius: 5rem;
    left: 30%;
    top: 35%;
    animation-duration: .5s
}

.cirlce:nth-child(8) {
    width: 2rem;
    height: 2rem;
    border-radius: 2rem;
    left: 55%;
    top: 5%;
    animation-duration: .2s
}

.cirlce:nth-child(9) {
    width: 8rem;
    height: 8rem;
    border-radius: 8rem;
    left: 55%;
    top: 5%;
    animation-duration: .8s
}

@media (min-width: 1024px) {
    .cirlce:nth-child(2) {
        width:6rem;
        height: 6rem;
        border-radius: 6rem;
        left: 60%;
        top: 45%;
        animation-duration: .5s
    }

    .cirlce:nth-child(3) {
        width: 25rem;
        height: 25rem;
        border-radius: 25rem;
        left: 35%;
        top: 65%;
        animation-duration: 1s
    }

    .cirlce:nth-child(5) {
        display: none
    }
}

svg path {
    fill: rgba(255,95,120,.4)
}

.bg {
    position: fixed!important;
    z-index: 0
}

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

.bg:after {
    content: "";
    position: fixed;
    background: rgba(0,0,0,.5);
    z-index: 1
}

.bg.blur .bg__item {
    filter: blur(4px);
    transform: scale(1.2) translateY(150%)
}

.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(150%);
    opacity: 0;
    transition: opacity .5s ease
}

.bg__item.active {
    transform: translateY(0);
    opacity: 1
}

.bg__item.lazyload {
    animation: fadeInBg .5s linear
}

.bg-mobile {
    display: block
}

.bg-desktop {
    display: none
}

@media screen and (min-width: 1024px) {
    .bg-mobile {
        display:none
    }

    .bg-desktop {
        display: block
    }
}