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

@keyframes a {
	0% {
		transform: scale(1);
		opacity: 1
	}

	to {
		transform: scale(5);
		opacity: 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
}

h2 {
	font-size: 2rem;
    margin-bottom: 5px;
}

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: 1.3rem;
    margin-bottom: 5px;
	line-height: 1.1
}

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
}

.avatar,
.avatarbox,
.bgz {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}

.t-center {
	text-align: center
}

.bg-primary {
	background-color: #1877f2
}

.bg-accent {
	background-color: #e9ebee
}

.c-primary {
	color: #1877f2
}

.c-accent {
	color: #e9ebee
}

.adult {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	padding: .75rem 0;
	z-index: 999;
	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 {
	-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;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

@media screen and (min-width:1024px) {
	.container {
		-ms-flex-direction: row;
		flex-direction: row;
		max-width: 60rem
	}
}

.indicatorbox {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.avatarbox {
	position: relative;
	width: 20rem;
	height: 20rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 999rem;
	transform-style: flat;
	transition: transform .4s cubic-bezier(.77, -.31, .27, 1.35)
}

.avatarbox.smol {
	transform: scale(.4)
}

@media screen and (min-width:1024px) {
	.avatarbox.smol {
		transform: scale(.65)
	}
}

.avatar {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2
}

.avatar,
.avatar video {
	width: 100%;
	height: 100%;
	border-radius: 999rem
}

.avatar video {
	-o-object-fit: cover;
	object-fit: cover
}

.pulses {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 999rem;
	z-index: 1;
	opacity: 0
}

.pulses.active {
	opacity: 1
}

.pulses.active:before {
	animation: a 3s 0s linear forwards infinite
}

.pulses.active:after {
	animation: a 3s 1.5s linear forwards infinite
}

.pulses:after,
.pulses:before {
	content: "";
	display: block;
	width: 80%;
	height: 80%;
	position: absolute;
	left: 10%;
	top: 10%;
	border-radius: 999px;
	transform-origin: 50% 50%;
	z-index: -1
}

.pulses:before {
	background: rgba(24, 119, 242, .1);
	box-shadow: 0 0 25px rgba(24, 119, 242, .25)
}

.pulses:after {
	background: rgba(233, 235, 238, .1);
	box-shadow: 0 0 25px rgba(233, 235, 238, .25)
}

.ohmy {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.25rem
}

.ohmy__divider {
	margin-right: .5rem
}

.ohmy__count {
	font-weight: 700;
	font-size: 4em
}

.back {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(24, 119, 242, .4) 10%, rgba(233, 235, 238, .35) 80%)
}

.btnbox {
	width: 100%;
	-ms-flex-direction: row;
	flex-direction: row
}

.btn,
.btnbox {
	position: relative;
	display: -ms-flexbox;
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.btn {
	width: auto;
	min-width: 7rem;
	height: 3rem;
	padding: 0 1rem;
	margin: 0 .25rem;
	color: #fff;
	font-size: 1.2rem;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .1rem;
	border-radius: 10rem;
	overflow: hidden;
	border: none;
	cursor: pointer;
	outline: none
}

.btn--primary {
	background: #1877f2
}

.btn--accent {
	border: 2px solid #e9ebee;
	color: #e9ebee;
	opacity: 1 !important
}

.btn--block {
	width: auto;
	min-width: 20rem;
	height: 5rem;
	margin: 0
}

.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: center;
	justify-content: center;
	padding: 1rem 2rem 6rem
}

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

.step__header {
	margin-bottom: 0.5rem
}

.step__body {
	margin-bottom: 1.5rem
}

.step {
	transform: translateY(200%)
}

.step__body,
.step__footer,
.step__header {
	position: relative;
	opacity: 0;
	transition: transform .25s ease 0s, 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: 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
}

.step.hidden .step__body,
.step.hidden .step__footer,
.step.hidden .step__header {
	opacity: 0
}

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: .5rem;
	border: none;
	height: 3.5rem;
	padding: 10px;
	background: #fff;
	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 {
	box-shadow: none
}

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

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

.email-check--false {
	font-size: 1rem
}

span.error {
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 14px;
	text-shadow: none;
	padding: 2px 5px;
	background: #db2828;
	border-radius: 5px
}

span.error.active {
	display: inline-block
}

.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: 2.5rem;
	height: 3.5rem;
	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;
	color: #fff
}

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

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

.email-address {
	color: #09f
}

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

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

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

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

@media screen and (min-width:1440px) {
	.floating-label span.label {
		top: 15px
	}
}

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

@media (max-width:1300px) {
	.step__body {
		text-align: center;
	}

	.step__inner {
		justify-content: flex-start;
	}
	
	.h6 {
		font-size: 1.5rem;
	}

	p {
		font-size: 20px;
	}
}