@import url("https://fonts.googleapis.com/css?family=Montserrat&subset=latin-ext");

.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.6rem;
	line-height: 1
}

h2 {
	font-size: 2rem;
	line-height: 1.1
}

@media screen and (min-width:1280px) {
	h2 {
		font-size: 3.8rem
	}
}

h3 {
	font-size: 1.6rem
}

h3,
h4 {
	line-height: 1.1
}

h4 {
	font-size: 1.4rem
}

h5 {
	font-size: 1.3rem
}

h5,
h6 {
	line-height: 1.1
}

h6 {
	font-size: .9rem
}

p {
	font-size: 1.4rem
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span {
	text-shadow: 0 1px 0 rgba(0, 0, 0, .8)
}

* {
	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: .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
}

.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;
	padding: 2rem 0
}

.container,
.main {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1
}

.loader {
	margin: 4rem 0
}

.loader span {
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 999rem;
	margin: 0 .5rem;
	background: #d132d4;
	background-image: linear-gradient(180deg, #d132d4, #8636f4);
	position: relative;
	overflow: hidden
}

.loader span:first-child {
	animation: b 1s linear 0s infinite forwards
}

.loader span:nth-child(2) {
	animation: b 1s linear .25s infinite forwards
}

.loader span:nth-child(3) {
	animation: b 1s linear .5s infinite forwards
}

.loader span:after {
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	border-radius: 10rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background: hsla(0, 0%, 100%, .15)
}

@keyframes b {
	0% {
		transform: translateY(0)
	}

	25% {
		transform: translateY(-1rem)
	}

	50% {
		transform: translateY(0)
	}

	75% {
		transform: translateY(1rem)
	}
}

.btnbox {
	width: 100%;
	-ms-flex-direction: column;
	flex-direction: column
}

.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: 8rem;
	height: 8rem;
	padding: 0;
	margin: 0 1rem;
	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;
	box-shadow: 0 12px 6px -10px rgba(0, 0, 0, .8)
}

.btn:hover {
	box-shadow: 0 14px 14px -10px rgba(0, 0, 0, .5)
}

.btn:active {
	box-shadow: none
}

.btn--primary {
	background: #d132d4;
	background-image: linear-gradient(180deg, #d132d4, #8636f4)
}

.btn--primary:after {
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	border-radius: 10rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background: hsla(0, 0%, 100%, .15)
}

.btn--accent {
	opacity: .2 !important
}

.btn--block {
	width: auto;
	min-width: 22rem;
	height: 5.1rem;
	max-width: 24rem
}

.btn--radio {
	width: 100%;
	max-width: 28rem;
	height: 5.1rem;
	margin: 0 0 1rem;
	padding: 0 6rem;
	background: hsla(0, 0%, 100%, .25)
}

.btn--radio .bull {
	display: inline-block;
	left: 2rem;
	top: 50%;
	transform: translateY(-50%);
	background-image: linear-gradient(180deg, #d132d4, #8636f4);
	overflow: hidden
}

.btn--radio .bull,
.btn--radio .bull:before {
	width: 2rem;
	height: 2rem;
	border-radius: 10rem;
	position: absolute
}

.btn--radio .bull:before {
	content: "";
	display: block;
	left: 0;
	bottom: -1rem;
	background: hsla(0, 0%, 100%, .15)
}

.btn--radio:hover {
	background: #d132d4;
	background-image: linear-gradient(180deg, #d132d4, #8636f4)
}

.stepbox {
	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 4rem
}

.step__header {
	margin-bottom: 1rem;
	-ms-flex: 1;
	flex: 1
}

.step__body {
	max-width: 60rem;
	margin: 0 auto 2rem
}

.step__body h1 {
	margin-bottom: 1rem
}

.step:nth-child(6) .step__header {
	-ms-flex: 0;
	flex: 0
}

.step:nth-child(5) .step__inner {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.step:nth-child(5) .step__inner p {
	text-transform: uppercase
}

.step {
	transform: translateY(200%)
}

.step__body,
.step__footer,
.step__header {
	position: relative;
	opacity: 0;
	transition: opacity .25s ease 0s
}

.step__footer .btnbox a,
.step__footer .btnbox button {
	position: relative;
	opacity: 0;
	transform: translateY(2rem)
}

.step__footer .btnbox a:first-child,
.step__footer .btnbox a:nth-child(2),
.step__footer .btnbox a:nth-child(3),
.step__footer .btnbox button:first-child,
.step__footer .btnbox button:nth-child(2),
.step__footer .btnbox button:nth-child(3) {
	transition: opacity .25s ease 0s, box-shadow .25s ease 0s, background .25s ease 0s, background-image .25s ease 0s
}

.step.active {
	transform: translateY(0)
}

.step.active .step__body,
.step.active .step__footer,
.step.active .step__header {
	opacity: 1
}

.step.active .step__footer .btnbox a,
.step.active .step__footer .btnbox button {
	opacity: 1;
	transform: translate(0)
}

.step.hidden .step__body,
.step.hidden .step__footer,
.step.hidden .step__header {
	opacity: 0
}

.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, .2);
	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 2s ease
}

.bg__item.active {
	transform: translateY(0);
	opacity: 1
}

@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%
	}
}