@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)
	}
}

.flipInY {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	animation: b .75s linear 0s forwards
}

@keyframes b {
	0% {
		transform: perspective(400px) rotateY(90deg);
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		transform: perspective(400px) rotateY(-20deg);
		animation-timing-function: ease-in
	}

	60% {
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}

	80% {
		transform: perspective(400px) rotateY(-5deg)
	}

	to {
		transform: perspective(400px)
	}
}

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: 2.4rem
}

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.5rem
}

* {
	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,
.step:nth-child(2) .step__header .gurl,
.step:nth-child(3) .step__header .gurl,
.step:nth-child(4) .step__header .gurl {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}

.t-center {
	text-align: center
}

.bg-primary {
	background-color: #22b92e
}

.bg-accent {
	background-color: #fa0e4d
}

.c-primary {
	color: #22b92e
}

.c-accent {
	color: #fa0e4d
}

.adult {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	padding: .75rem 0;
	z-index: 3;
	color: #fff;
	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
}

.container,
.main {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1
}

@media screen and (min-width:768px) {
	.container {
		max-width: 40rem;
		max-height: 74rem;
		margin: 0 auto
	}
}

@media screen and (min-width:1280px) {
	.container {
		max-width: 34rem
	}
}

.btnbox {
	position: relative;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-bottom: 1.2rem
}

@media screen and (min-width:1280px) {
	.btnbox {
		padding-bottom: 1rem
	}
}

.btn {
	width: auto;
	min-width: 10.5rem;
	height: 4.8rem;
	padding: 0 1rem;
	margin: 0 1rem;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-size: 1.4rem;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .1rem;
	border-radius: 10rem;
	border: none;
	cursor: pointer;
	outline: none;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .3)
}

.btn:hover {
	box-shadow: 0 12px 30px rgba(0, 0, 0, .2)
}

.btn:active {
	box-shadow: none
}

.btn--primary {
	background: linear-gradient(0deg, #4ade56, #22b92e)
}

.btn--accent {
	background: #fa0e4d;
	opacity: .2 !important
}

.btn--round {
	width: 5.8rem;
	min-width: 5.8rem;
	height: 5.8rem;
	border: 6px solid rgba(0, 0, 0, .05)
}

.btn--round,
.btn--round:active,
.btn--round:hover {
	box-shadow: none
}

.btn--round img {
	width: 75%
}

.btn--round span {
	display: inline-block;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -2.2rem;
	font-size: 1rem;
	color: #000;
	opacity: .2
}

@media screen and (min-width:1280px) {
	.btn--round span {
		font-size: .75rem;
		bottom: -1.75rem
	}
}

.btn--times {
	padding-bottom: 2px
}

.btn--heart {
	padding-top: 4px
}

.btn--block {
	width: auto;
	min-width: 22rem;
	height: 5.6rem;
	margin: 0
}

.stepbox {
	position: relative;
	display: block;
	z-index: 1
}

.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 1rem 4rem
}

@media screen and (min-width:768px) {
	.step__inner {
		padding: 2rem 1rem 5rem
	}
}

.step__header {
	margin-bottom: 1rem;
	-ms-flex: 1;
	flex: 1
}

.step__header .heartsbox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 1rem
}

.step__header .heartsbox img {
	width: 1.5rem;
	height: 1.5rem
}

.step__body,
.step__body h2 {
	margin-bottom: 2rem
}

.step:nth-child(2) .step__header,
.step:nth-child(3) .step__header,
.step:nth-child(4) .step__header {
	border-radius: 1rem 1rem 0 0;
	background: #000;
	margin: 0
}

.step:nth-child(2) .step__header .gurl,
.step:nth-child(3) .step__header .gurl,
.step:nth-child(4) .step__header .gurl {
	width: 100%;
	height: 100%;
	border-radius: 1rem 1rem 0 0
}

.step:nth-child(2) .step__body,
.step:nth-child(3) .step__body,
.step:nth-child(4) .step__body {
	background: #fff;
	margin: 0;
	color: #000;
	padding: 1rem
}

.step:nth-child(2) .step__body h6,
.step:nth-child(3) .step__body h6,
.step:nth-child(4) .step__body h6 {
	margin-bottom: .5rem
}

.step:nth-child(2) .step__body p,
.step:nth-child(3) .step__body p,
.step:nth-child(4) .step__body p {
	font-size: 1.25rem
}

@media screen and (min-width:1280px) {

	.step:nth-child(2) .step__body p,
	.step:nth-child(3) .step__body p,
	.step:nth-child(4) .step__body p {
		font-size: 1rem
	}
}

.step:nth-child(2) .step__footer,
.step:nth-child(3) .step__footer,
.step:nth-child(4) .step__footer {
	border-radius: 0 0 1rem 1rem;
	background: #f1f1f1;
	margin: 0;
	padding: 1rem 1rem 1.5rem
}

.step:nth-child(2) .step__footer .q,
.step:nth-child(3) .step__footer .q,
.step:nth-child(4) .step__footer .q {
	width: 5.8rem;
	height: 5.8rem;
	border: 6px solid rgba(0, 0, 0, .05);
	border-radius: 999rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: rgba(0, 0, 0, .25);
	font-size: 2.5rem;
	font-family: sans-serif;
	font-weight: 700;
	transform: rotate(45deg)
}

.step:nth-child(2) .step__footer .q b,
.step:nth-child(3) .step__footer .q b,
.step:nth-child(4) .step__footer .q b {
	transform: rotate(-45deg)
}

.step.card:nth-child(2) .q {
	border-top-color: rgba(0, 0, 0, .15)
}

.step.card:nth-child(3) .q,
.step.card:nth-child(4) .q {
	border-top-color: rgba(0, 0, 0, .15);
	border-right-color: rgba(0, 0, 0, .15)
}

.step.card:nth-child(4) .q {
	border-bottom-color: rgba(0, 0, 0, .15)
}

.step {
	transform: translateY(200%)
}

.step__body,
.step__footer,
.step__header {
	position: relative;
	opacity: 0;
	transition: opacity .25s ease 0s
}

.step__footer .btnbox a {
	position: relative;
	opacity: 0
}

.step__footer .btnbox a:first-child,
.step__footer .btnbox a:nth-child(2) {
	transition: 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
}

.step.hidden .step__body,
.step.hidden .step__footer,
.step.hidden .step__header {
	opacity: 0
}

.step:nth-child(2) .step__body,
.step:nth-child(2) .step__footer,
.step:nth-child(2) .step__footer .btnbox a,
.step:nth-child(2) .step__header,
.step:nth-child(3) .step__body,
.step:nth-child(3) .step__footer,
.step:nth-child(3) .step__footer .btnbox a,
.step:nth-child(3) .step__header,
.step:nth-child(4) .step__body,
.step:nth-child(4) .step__footer,
.step:nth-child(4) .step__footer .btnbox a,
.step:nth-child(4) .step__header {
	opacity: 1
}

.step.active:nth-child(2),
.step.active:nth-child(3),
.step.active:nth-child(4) {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	animation: b .75s linear 0s forwards
}

.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, .8);
	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
}

@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%
	}
}