@font-face {
    font-family: "Montserrat";
    src:url("montserrat_reg.ttf") format("woff");
}	

.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", 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.2
}

h2 {
	font-size: 2rem;
	line-height: 1.2
}

h3 {
	font-size: 1.6rem
}

h4 {
	font-size: 1.4rem
}

h4,
h5 {
	line-height: 1.1
}

h5 {
	font-size: 1.3rem
}

h6 {
	font-size: 22px;
	line-height: 1.1;
	margin-bottom: 5px;
}


p {
	font-size: 22px
}

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

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
}

.bgz,
.help-me-stepbox-i-am-stuck__item {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}

.t-center {
	text-align: center
}

.bg-primary {
	background-color: #ac48b3
}

.bg-accent {
	background-color: #18c75c
}

.c-primary {
	color: #ac48b3
}

.c-accent {
	color: #18c75c
}

.adult {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	padding: .75rem 0;
	z-index: 3;
	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
}

.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
}

.help-me-stepbox-i-am-stuck {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: transform .25s ease
}

.help-me-stepbox-i-am-stuck.minified {
	transform: scale(.35);
	transform-origin: 50% 0
}

@media screen and (min-width:768px) {
	.help-me-stepbox-i-am-stuck.minified {
		transform: scale(.65)
	}
}

@media screen and (min-width:1024px) {
	.help-me-stepbox-i-am-stuck.minified {
		transform: scale(.45)
	}
}

@media screen and (min-width:1280px) {
	.help-me-stepbox-i-am-stuck.minified {
		transform: scale(.65)
	}
}

.help-me-stepbox-i-am-stuck__wrapper {
	width: 100%;
	max-width: 34rem;
	background: #e1339b;
	background-image: linear-gradient(30deg, #e1339b, #ac48b3);
	margin: 0 auto;
	border-radius: 0 0 999rem 999rem;
	overflow: hidden;
	position: relative
}

@media screen and (min-width:1280px) {
	.help-me-stepbox-i-am-stuck__wrapper {
		max-width: 24rem
	}
}

.help-me-stepbox-i-am-stuck__wrapper:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

.help-me-stepbox-i-am-stuck__inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 1.75rem
}

@media screen and (min-width:1280px) {
	.help-me-stepbox-i-am-stuck__inner {
		padding: 1rem
	}
}

.help-me-stepbox-i-am-stuck__back {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 999rem;
	overflow: hidden
}

.help-me-stepbox-i-am-stuck__item {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transform: translateX(200%);
	opacity: 0;
	transition: opacity .5s ease
}

.help-me-stepbox-i-am-stuck__item.active {
	transform: translateX(0);
	opacity: 1
}

.eye {
	position: absolute;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	right: 0;
	top: 0;
	z-index: 2;
	opacity: .25;
	cursor: pointer
}

.eye.active {
	opacity: .75
}

.eye img {
	width: 1.5rem;
	height: 1.5rem
}

.eye~input#password {
	padding-right: 2.5rem
}

.label span {
	text-shadow: none
}

.tos {
	font-size: .8rem
}

.tos a {
	color: #ddd;
	padding: 0 .5rem
}

.email-address,
.tos a {
	text-decoration: underline
}

.email-address {
	color: #239ae9
}

.quest {
	position: relative;
	z-index: 1
}

.email-tooltip {
	display: none;
	min-width: 16rem;
	position: absolute;
	bottom: -26px;
	left: 50%;
	transform: translateX(-50%);
	padding: .5rem 1.25rem;
	background: #000;
	color: #fff;
	border-radius: .5rem;
	text-align: center;
	font-size: 11px;
	cursor: pointer
}

@media screen and (min-width:1280px) {
	.email-tooltip {
		font-size: 12px
	}
}

.email-tooltip.active {
	display: inline-block
}

.email-tooltip code {
	display: inline
}

.email-tooltip:before {
	content: "";
	display: block;
	position: absolute;
	width: 1rem;
	height: 1rem;
	background: inherit;
	right: 50%;
	bottom: -.5rem;
	transform: rotate(-45deg)
}

.email-tooltip .ignor-tooltip {
	display: none
}

.text-center {
	text-align: center;
}

.btnbox {
	width: 100%;
	flex-direction: column;
	padding-bottom: 1rem;
	gap: 10px;
}

.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: 7.8rem;
	height: 7.8rem;
	padding: 0 1rem;
	margin: 0 1.25rem;
	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 15px 30px rgba(0, 0, 0, .25)
}

.btn:hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, .15)
}

.btn:active {
	box-shadow: none
}

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

.btn--primary {
	background: #18c75c;
	background-image: linear-gradient(230deg, #8cdd4f, #3ad5b8)
}

.btn--accent {
	background: #18c75c;
	opacity: .2 !important
}

.btn--heart {
	padding-top: 4px
}

.btn--block {
	width: auto;
	min-width: 24rem;
	height: 5.4rem;
	margin: 0;
	background: #e1339b;
	background-image: linear-gradient(30deg, #e1339b, #ac48b3)
}

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

.stepbox {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	z-index: 1;
	overflow: hidden
}

@media screen and (min-width:768px) {
	.stepbox {
		max-width: 40rem;
		margin: 0 auto
	}
}

@media screen and (max-width:800px) {
.step:first-of-type .step__inner {
    padding-top: 40rem!important;
}
.step:last-of-type .step__inner {
    padding-top: 25rem!important;
}
}

.step {
	position: absolute;
	left: 0;
	top: 0
}

.step,
.step__inner {
	width: 100%;
	height: 100%
}

.step__inner {
	position: relative;
	z-index: 2;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: flex-start;
	padding: 40rem 1rem 6rem
}

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

@media screen and (min-width:1024px) {
	.step__inner {
		padding: 27rem 1rem 6rem
	}
}

.step__header {
	margin-bottom: 0.5rem
}

.step__body {
	margin-bottom: 1.5rem
}

.step:first-of-type .step__inner {
	padding: 27rem 1rem 6rem;
	justify-content: flex-start;
}

.step:first-of-type .step__header {
	margin-bottom: 2rem
}

@media screen and (min-width:1280px) {
	.step:first-of-type .step__header {
		margin-bottom: 1.5rem
	}
}

.step:last-of-type .step__inner {
	-ms-flex-pack: center;
	justify-content: center
}

.step {
	transform: translateY(200%)
}

.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__footer {
	transition: transform .25s ease .2s, opacity .25s ease .2s
}

.step__footer,
.step__footer .btnbox a {
	position: relative;
	opacity: 0;
	transform: translateY(2rem)
}

.step__footer .btnbox a:first-child {
	transition: transform .25s ease .2s, opacity .25s ease .2s, box-shadow .25s ease 0s
}

.step__footer .btnbox a:nth-child(2) {
	transition: transform .25s ease 0s, 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;
	transform: translate(0)
}

.step.hidden .step__body,
.step.hidden .step__footer,
.step.hidden .step__header {
	opacity: 0;
	transform: translateY(-2rem)
}

.bg {
	position: fixed !important;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	display: block
}

.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
}

.cssload-container {
	display: none;
	width: 40px;
	height: 40px;
	text-align: center
}

.cssload-speeding-wheel {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	border: 3px solid #fff;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: b 575ms infinite linear;
	-o-animation: b 575ms infinite linear;
	-ms-animation: b 575ms infinite linear;
	-webkit-animation: b 575ms infinite linear;
	-moz-animation: b 575ms infinite linear
}

@keyframes b {
	to {
		transform: rotate(1turn)
	}
}

form {
	width: 100%;
	height: 100%
}

.envelope {
	margin: 0 auto 1rem;
	width: 5rem
}

.step {
	border-radius: 1rem
}

.step.last .step__header {
	margin-bottom: 0
}

.step.last .step__body {
	padding: 2rem 1rem;
	background: #fff;
	color: #000;
	border-radius: 1.5rem;
	box-shadow: 0 18px 18px -10px rgba(0, 0, 0, .5);
	text-align: center
}

.step.last .step__body h2 {
	margin-bottom: 1rem
}

.main.active .container__inner {
	transition: all .25s ease 0;
	box-shadow: none !important;
	background: none !important
}

.main.active .location {
	display: none
}

.main__backdrop {
	display: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	filter: blur(3px);
	transform: scale(1.1)
}

.main__backdrop,
.step__backdrop:after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 1rem
}

.step__backdrop:after {
	content: "";
	display: block;
	background: hsla(0, 0%, 100%, .5)
}

.btn.disabled {
	box-shadow: none;
	transition: all 0s !important;
	opacity: .5 !important;
	pointer-events: none
}

h5 {
	margin-bottom: 1rem
}

.floating-label {
	width: 100%;
	display: inline-block;
	position: relative;
	text-align-last: left
}

.floating-label input,
.floating-label select {
	display: inline-block;
	position: relative;
	width: 100%;
	border-radius: 999px;
	border: none;
	height: 4rem;
	padding: 15px;
	background: #f4f4f4;
	transition: all .25s ease
}

.floating-label input:focus,
.floating-label select:focus {
	box-shadow: none
}

.floating-label input {
	margin-bottom: 5px
}

.floating-label input.error {
	background: rgba(255, 0, 0, .3)
}

.floating-label span.label {
	position: absolute;
	left: 15px;
	top: 16px;
	font-size: 14px;
	transition: all .25s ease;
	color: #000;
	text-shadow: none
}

.floating-label.active span.label {
	font-size: 12px;
	transform: translate(-10px, -40px);
	color: #000
}

span.error {
	display: none;
	top: 0;
	left: 0;
	color: red;
	font-size: 14px;
	text-shadow: none
}

@media screen and (min-width:768px) {

	.eye,
	.floating-label input,
	.floating-label select {
		height: 4rem
	}

	.floating-label span.label {
		top: 19px
	}
}

@media screen and (min-width:1024px) {

	.floating-label input,
	.floating-label select {
		padding: 20px
	}

	.floating-label span.label {
		left: 20px
	}
}

@media screen and (min-width:1280px) {

	.eye,
	.floating-label input,
	.floating-label select {
		height: 3.5rem
	}

	.eye {
		width: 3.5rem
	}

	.floating-label span.label {
		top: 19px
	}

	.floating-label.active span.label {
		transform: translate(-10px, -42px)
	}
}

@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%
	}
}