@import url("https://fonts.googleapis.com/css?family=Montserrat&subset=latin-ext");
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

.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;
	font-family: "Bebas Neue", sans-serif;
}

span {
	color: #d05bf8;
	text-shadow: 2px 2px 5px #720497;
}

h1 {
	font-size: 60px;
	line-height: 1.1
}

h2,
h3 {
	font-size: 50px;
}

h2,
h3,
h4 {
	line-height: 1.1
}

h4 {
	font-size: 1.8rem
}

h5 {
	font-size: 1.6rem
}

h5,
h6 {
	line-height: 1.1
}

h6 {
	font-size: 1.2rem
}

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: #fff;
	color: #000;
	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,
.content__bg-item {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}

.t-center {
	text-align: center
}

.bg-primary {
	background-color: #d05bf8
}

.bg-accent {
	background-color: #fff
}

.c-primary {
	color: #d05bf8
}

.c-accent {
	color: #fff
}

.adult {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	bottom: 1rem;
	z-index: 3;
	color: #000;
	text-transform: uppercase;
	font-size: .875rem
}

.main {
	z-index: 1;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden
}

.container,
.main {
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex
}

.container {
	max-width: 90rem;
	padding: 2rem 1rem;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.girlsbox {
	width: 100%;
	height: 20%;
	overflow-x: auto
}

.girlsbox__inner {
	width: 58rem;
	height: 100%;
	margin: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.girlsbox__inner.desktop {
	display: none
}

.girl {
	display: inline-block;
	width: 10rem;
	height: 60%;
	margin-right: 1rem;
	border-radius: .3rem;
	box-shadow: 0 0 4px rgba(0, 0, 0, .2), 0 4px 4px rgba(0, 0, 0, .3);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	cursor: pointer
}

.girl:last-of-type {
	margin-right: 0
}

.content {
	width: 100%;
	height: 80%;
	position: relative;
	z-index: 2;
	border-radius: 1rem;
	box-shadow: 0 2px 20px rgba(0, 0, 0, .6);
	overflow: hidden
}

.content__bg {
	position: absolute!important
}

.content__bg,
.content__bg:after {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0
}

.content__bg:after {
	content: "";
	display: block;
	position: absolute;
	background: rgba(0, 0, 0, .4)
}

.content__bg.blur .bg__item {
	filter: blur(4px);
	transform: scale(1.2) translateY(100%)
}

.content__bg.blur .bg__item.active {
	transform: scale(1.2) translateY(0)
}

.content__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 .5s ease
}

.content__bg-item.active {
	transform: translateY(0);
	opacity: 1
}

.content__bg-item.lazyload {
	animation: fadeInBg .5s linear
}

.content__bg-mobile {
	display: block
}

.content__bg-desktop {
	display: none
}

@media screen and (min-width:768px) {
	.content__bg-mobile {
		display: none
	}
	.content__bg-desktop {
		display: block
	}
}

.btnbox {
	width: 100%;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-direction: row;
	flex-direction: row
}

.btn,
.btnbox {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.btn {
	width: 7rem;
	height: 7rem;
	padding: 0;
	margin: 0 .5rem;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-size: 1.4rem;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .1rem;
	border-radius: 10rem;
	border: none;
	overflow: hidden;
	cursor: pointer;
	outline: none;
	background: #d05bf8;
	box-shadow: 0 20px 20px -20px rgba(0, 0, 0, .4)
}

.btn:active {
	box-shadow: none
}

.btn--primary {
	background: #d05bf8
}

.btn--accent {
	background: #d15bf8a8;
}

.btn--block {
	width: 80%;
	height: 5.4rem;
	max-width: 30rem;
	border-radius: .1rem;
	margin: 0
}

.stepbox {
	z-index: 2
}

.step,
.stepbox {
	width: 100%;
	height: 100%;
	position: relative
}

.step {
	z-index: 1;
	max-width: 60rem;
	margin: auto;
	display: none;
	color: #fff;
	text-align: left
}

.step:first-child {
	display: block
}

.step:first-child h1,
.step:first-child h2,
.step:first-child p,
.step:last-child h1,
.step:last-child h2,
.step:last-child p {
	text-align: center
}

.step:first-child .btnbox,
.step:last-child .btnbox {
	-ms-flex-pack: center;
	justify-content: center
}

.step__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 1rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.step__header {
	margin-bottom: 5px;
}

.step__body {
	margin-bottom: 2rem
}

.step__footer {
	margin-bottom: 1rem
}

.step .btn {
	transition: opacity .25s ease, transform .25s ease;
	opacity: 0;
	transform: translateY(4rem)
}

.step.active .btn {
	opacity: 1;
	transform: translateY(0)
}

.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: #a2437fa6
}

.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;
	transform: translateY(100%);
	opacity: 0;
	transition: opacity .5s ease
}

.bg__item.active {
	transform: translateY(0);
	opacity: 1
}

.bg__item.lazyload {
	animation: fadeInBg .5s linear
}

@media (min-width:360px) {
	html {
		font-size: 75%
	}
}

@media (min-width:768px) {
	html {
		font-size: 87.5%
	}
}

@media (min-width:1024px) {
	.container {
		max-height: 60rem;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-ms-flex-align: center;
		align-items: center
	}
	.girlsbox {
		width: 20%;
		height: 80%
	}
	.girlsbox__inner {
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		height: 100%;
		display: none
	}
	.girlsbox__inner.desktop {
		display: -ms-flexbox;
		display: flex
	}
	.girl {
		height: 5rem;
		margin-right: 0;
		margin-bottom: 1rem
	}
	.content {
		height: 80%;
		width: 80%
	}
	.step {
		max-width: 80%
	}
	.step__footer {
		margin-bottom: 2rem
	}
	.btn {
		margin: 0 1rem
	}
	.btn--block {
		width: 60%;
		max-width: 24rem
	}
	p {
		font-size: 1.4rem
	}
}

@media (min-width:1300px) {
	html {
		font-size: 100%
	}
}