@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
}

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.1rem
}

* {
	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: 640px;
	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
}

.bgz,
.gurlbox .gurl {
	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
}

.c-accent {
	color: #fff
}

.adult {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	padding: .75rem 0;
	z-index: 4;
	color: #000;
	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
}

.main {
	overflow: hidden;
	padding: .5rem 0 4rem;
	background: linear-gradient(270deg, #eeeef6, #fdfdfd)
}

.container,
.main {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (min-width:768px) {
	.container {
		max-width: 35rem
	}
}

@media (min-width:1280px) {
	.container {
		max-width: 60rem
	}
}

.gurlbox {
	width: 100%;
	min-width: 24rem;
	width: 24rem;
	max-width: 24rem;
	margin: 0 auto;
	padding: 2rem 1rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (min-width:1280px) {
	.gurlbox {
		padding: 2rem;
		min-width: 26rem;
		width: 26rem;
		max-width: 26rem
	}
}

.gurlbox .gurl {
	width: 100%;
	border-radius: 999rem;
	position: relative
}

.gurlbox .gurl:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

.citybox {
	position: absolute;
	left: 1rem;
	top: 1rem;
	border-radius: 999rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: .5rem 1rem;
	background-image: linear-gradient(180deg, #f71a24, #e61c70);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .25);
	color: #fff;
	letter-spacing: 1px;
	z-index: 3
}

@media (min-width:768px) {
	.citybox {
		top: 2rem;
		left: 2rem
	}
}

.btnbox {
	-ms-flex-direction: row;
	flex-direction: row
}

.btn,
.btnbox {
	position: relative;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.btn {
	max-width: 10.5rem;
	height: 5.2rem;
	padding: 0 1rem;
	margin: 0 .25rem;
	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: #ec3f3f;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .25)
}

.btn:hover {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .15)
}

.btn:active {
	box-shadow: none
}

.btn--primary {
	background-image: linear-gradient(180deg, #f71a24, #e61c70)
}

.btn--accent {
	opacity: .2 !important
}

.btn--block {
	width: 80%;
	height: 5.2rem;
	max-width: 24rem;
	margin: 0
}

@media (min-width:1280px) {
	.btn--block {
		max-width: 20rem
	}
}

.stepbox {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	z-index: 1
}

.step,
.stepbox {
	position: relative
}

.step {
	width: 90%;
	min-width: 90%;
	margin: 0 .5rem;
	background: linear-gradient(90deg, #eeeef6, #fdfdfd);
	border-radius: 2rem;
	box-shadow: 0 10px 50px rgba(0, 0, 0, .2)
}

@media (min-width:1280px) {
	.step {
		width: 100%;
		min-width: 100%;
		margin: 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 1rem 3rem
}

@media (min-width:1280px) {
	.step__inner {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 2rem
	}
}

.step__body h1,
.step__body h2,
.step__body h3,
.step__body h4,
.step__body h5,
.step__body h6,
.step__header {
	margin-bottom: 1rem
}

.step__body p {
	margin-bottom: 2rem
}

.step__footer {
	position: relative
}

.step {
	transition: transform .25s ease, opacity .25s ease
}

@media (min-width:768px) {
	.step {
		opacity: 0
	}
}

.step__header {
	transition: transform .25s ease 0s, opacity .25s ease 0s
}

.step__body,
.step__header {
	position: relative;
	opacity: 0;
	transform: translateY(2rem)
}

.step__body {
	transition: transform .25s ease .1s, opacity .25s ease .1s
}

.step__body .btnbox a {
	position: relative;
	opacity: 0;
	transform: translateY(2rem)
}

.step__body .btnbox a:first-child,
.step__body .btnbox a:nth-child(2) {
	transition: transform .25s ease 0s, opacity .25s ease 0s, box-shadow .25s ease 0s
}

@media (min-width:768px) {
	.step.active {
		opacity: 1
	}
}

.step.active .step__body,
.step.active .step__body .btnbox a,
.step.active .step__header {
	opacity: 1;
	transform: translate(0)
}

@media (min-width:768px) {
	.step.hidden {
		opacity: 0
	}
}

@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%
	}
}