@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;700&family=Raleway:wght@900&display=swap");
:root {
	--main-color: #00c8a4;
	--secondary-bg-color: #ffbe00;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	list-style: none;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	cursor: pointer !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}
input,
select,
textarea,
kbd {
	font-family: "Oswald", sans-serif;
}
html,
body {
	width: 100%;
	height: 100%;
}
body {
	font-family: "Oswald", sans-serif;
	color: #fff;
	background: #000;
	font-weight: 400;
	text-align: center;
	overflow: hidden;
}
body::before {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	z-index: -1;
	content: url("../images/3_landscape.jpg") url("../images/4_landscape.jpg") url("../images/5_landscape.jpg")
		url("../images/13_landscape.jpg") url("../images/3_portrait.jpg") url("../images/4_portrait.jpg")
		url("../images/5_portrait.jpg") url("../images/13_portrait.jpg");
}
body.step3 {
	background: url("../images/3_landscape.jpg") no-repeat center top;
	background-size: cover;
}
body.step4 {
	background: url("../images/4_landscape.jpg") no-repeat center top;
	background-size: cover;
}
body.step5 {
	background: url("../images/5_landscape.jpg") no-repeat center top;
	background-size: cover;
}
body.step13 {
	background: url("../images/13_landscape.jpg") no-repeat center top;
	background-size: cover;
}
.mob {
	display: none;
}
video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	display: block;
	opacity: 0.5;
}
#particles-js {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
	opacity: 0.7;
}
.preload {
	display: none;
	opacity: 0;
	width: 0;
	height: 0;
}
.blurry {
	-webkit-animation-name: blurry;
	animation-name: blurry;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@keyframes blurry {
	0% {
		-webkit-filter: blur(0);
		filter: blur(0);
	}
	100% {
		-webkit-filter: blur(5px);
		filter: blur(5px);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		top: 0;
	}
}
.zoomy {
	-webkit-animation-name: zoomy;
	animation-name: zoomy;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@keyframes zoomy {
	0% {
		-webkit-filter: blur(0);
		filter: blur(0);
	}
	100% {
		-webkit-filter: blur(5px);
		filter: blur(5px);
		-webkit-transform: scale(1.8);
		transform: scale(1.8);
		top: 0;
	}
}
.wrapper {
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	padding: 0;
	position: relative;
	display: grid;
	grid-auto-rows: max-content;
	align-content: center;
	justify-items: center;
}
.adultonly {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 150px;
}
.counter {
	width: 94%;
	max-width: 330px;
	border: 1px solid #fff;
	background: #191919;
	color: #8b8b8b;
	border-radius: 3rem;
	padding: 15px 25px;
	font-size: clamp(1.25rem, 5vw, 2rem);
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}
.counter span {
	font-family: "ArialBlack", "Arial Black", Arial, sans-serif;
	font-weight: 900;
	color: var(--main-color);
}
.step-item {
	opacity: 0;
	transform: scale(0.2);
	width: 100%;
	height: auto;
	padding: 20px 30px;
	display: none;
}
[data-step="1"] {
	display: block;
}
.wrapper .in {
	animation: in ease 0.5s forwards;
}
@keyframes in {
	0% {
		transform: scale(0.2);
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.q {
	font-size: clamp(2.8125rem, 5vw, 4.0625rem);
	font-weight: 700;
	text-transform: uppercase;
	background: var(--main-color);
	-webkit-background-clip: text;
	color: transparent;
	position: relative;
	display: block;
	letter-spacing: -2px;
	font-family: "ArialBlack", "Arial Black", Arial, sans-serif;
	line-height: 1;
}
.q.white {
	font-size: clamp(1.875rem, 5vw, 3.125rem);
	background: #fff;
	background: -moz-linear-gradient(#bebecb, #fff);
	background: -webkit-linear-gradient(#bebecb, #fff);
	background: linear-gradient(#bebecb, #fff);
	-webkit-background-clip: text;
	color: transparent;
	line-height: 1;
}
.q:after {
	content: attr(data-text);
	left: 0;
	position: absolute;
	text-shadow: 0 6px 10px #000000;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	text-align: center;
}

.white-shadow {
	text-shadow: 1px 2px white !important;
}
.small {
	font-size: 1.25rem;
	letter-spacing: 0.25rem;
	font-weight: 400;
	text-transform: uppercase;
}
[data-step="19"] .small {
	width: 96%;
	max-width: 400px;
	margin: 0px auto;
	font-size: 1.125rem;
	line-height: 1.3;
}
.qlf {
	width: 94%;
	max-width: 650px;
	font-size: clamp(1.25rem, 5vw, 2rem);
	font-weight: 700;
	color: #fff;
	position: relative;
	display: block;
	font-family: "ArialBlack", "Arial Black", Arial, sans-serif;
	line-height: 1;
	margin: 0 auto 30px;
}
.qlf:last-of-type {
	margin-bottom: 45px;
}
[data-step="19"] .qlf {
	margin-bottom: 5px;
}
.cta-block {
	width: 100%;
	padding: 0 20px;
	margin-top: 15px;
	display: block;
}
.cta-block li {
	position: relative;
	font-size: 1.5rem;
	border: 3px solid var(--main-color);
	margin: 0 auto 10px;
	color: #fff;
	cursor: pointer;
	width: 90%;
	max-width: 400px;
	transition: all 0.1s linear;
	text-transform: uppercase;
	font-family: "ArialBlack", "Arial Black", Arial, sans-serif;
	padding: 10px 0;
	text-shadow: 0px 2px 6px #000000;
}
.cta-block li::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--main-color);
	opacity: 0.6;
	z-index: -1;
}
body.step4 .cta-block li {
	display: inline-block;
	margin: 0 10px;
	max-width: 300px;
}
.cta-img-block {
	width: 100%;
	max-width: 660px;
	padding: 0 20px;
	margin: 15px auto 0px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}
.cta-img-block li {
	font-size: 1rem;
	margin: 0 auto 10px;
	color: #fff;
	cursor: pointer;
	width: 100%;
	font-family: "ArialBlack", "Arial Black", Arial, sans-serif;
	padding: 10px 0;
}
.cta-img-block img {
	border: 2px solid var(--main-color);
	width: 100%;
	border-radius: 50%;
}
.cta-img-ul {
	width: 100%;
	max-width: 760px;
	margin: 15px auto 0px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}
.cta-img-ul li {
	display: grid;
	grid-template-columns: max-content max-content auto;
	align-items: center;
	justify-content: flex-start;
	gap: 5px;
	cursor: pointer;
}
.cta-img-ul .option_text {
	font-size: 1rem;
	color: #fff;
	cursor: pointer;
	width: 100%;
	font-family: "ArialBlack", "Arial Black", Arial, sans-serif;
}
.cta-img-ul .option_checkbox {
	width: 20px;
	height: 20px;
	border: 2px solid var(--main-color);
}
.active .option_checkbox {
	background: url(data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAE7mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNy4xLWMwMDAgNzkuZWRhMmIzZiwgMjAyMS8xMS8xNC0xMjozMDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIzLjEgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMi0wMi0wOFQwODo1OTo0MS0wNjowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjItMDItMDhUMDk6MDQ6MzAtMDY6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjItMDItMDhUMDk6MDQ6MzAtMDY6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjM5NTI3ODMyLWQ1NmYtNWE0Yi1hYzg2LTI3OTBmZWQyMmJlNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozOTUyNzgzMi1kNTZmLTVhNGItYWM4Ni0yNzkwZmVkMjJiZTQiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozOTUyNzgzMi1kNTZmLTVhNGItYWM4Ni0yNzkwZmVkMjJiZTQiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjM5NTI3ODMyLWQ1NmYtNWE0Yi1hYzg2LTI3OTBmZWQyMmJlNCIgc3RFdnQ6d2hlbj0iMjAyMi0wMi0wOFQwODo1OTo0MS0wNjowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIzLjEgKFdpbmRvd3MpIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhpCcvQAAADiSURBVCiRpdOxSgNBEMbx34ULtlZ2+goRbLVKQC1M4SsIqRRBwUC6QMQmNmJj6QNYCMHWxspCLAW1EBsR1NLyLLLCsd6Bl0z1zTf7Z4bZ3STLMpNG2n96q8rU8YCb2gQNn/GIo7QieIF5LECVzofYxMav8V+4gx4uMYrhFLMl4DrOgt7KF2po4xpf2IvARVwFvYuPGG5hOeTHGAY9h9ug73ESj5RigG8cBG8fM1gyvtM/4+bhd3TRwGrwt3NnTnFXBOe3vYaXqP6JnSIwhmElyjtlYBH8imbQ58YvqjSSaX7VD7+MJr823YraAAAAAElFTkSuQmCC)
		no-repeat center center transparent;
	-webkit-background-size: 0.71em;
	-moz-background-size: 0.71em;
	-o-background-size: 0.71em;
	background-size: 0.71em;
}
.cta-img-ul img {
	border: 2px solid var(--main-color);
	width: 100px;
	margin-right: 10px;
}
@keyframes arrowToggle {
	0% {
		transform: translate3D(0, 0, 0);
	}
	100% {
		transform: translate3D(-15px, 15px, 0);
	}
}
.cta-bottom {
	width: 94%;
	display: grid;
	grid-template-columns: repeat(2, 48%);
	justify-content: space-between;
	margin: 15px auto 0;
}
[data-step="1"] .cta-bottom {
	grid-template-columns: 100%;
	margin: 20px auto 0;
}
.cta-bottom li {
	width: 100%;
	font-size: clamp(1rem, 4vw, 2.5rem);
	border-radius: 0;
	font-style: normal;
	border: 0 !important;
	padding: 6px 0;
}
[data-step="1"] .cta-bottom li {
	font-size: clamp(2rem, 4vw, 3.5rem);
	background: #ffef35 !important;
}
.cta-block li.back {
	background: #b7b7b7;
}
.meter {
	width: 94%;
	max-width: 350px;
	height: 70px;
	position: relative;
	background: rgba(255, 205, 25, 0.1);
	border-radius: 1px;
	display: block;
	margin: 20px auto;
	overflow: hidden;
	padding: 2px;
	border: 2px solid var(--main-color);
	box-shadow: 0 4px 4px -4px rgb(255 255 255 / 40%), 0 -3px 3px -3px rgb(255 255 255 / 25%),
		inset 0 0 12px 0 var(--main-color);
}
.meter > span {
	display: block;
	height: 100%;
	background: var(--main-color);
	position: relative;
	overflow: hidden;
}
[data-step="18"] {
	font-size: 1.25rem;
}
.item {
	width: 300px;
	margin: 10px auto;
	text-align: left;
	font-weight: 300;
}
.item span {
	font-size: 0.8125rem;
	background: var(--main-color);
	border-radius: 50%;
	width: 28px;
	height: 28px;
	display: inline-grid;
	text-align: center;
	color: #000;
	align-items: center;
	justify-content: center;
	margin-right: 6px;
	position: relative;
	top: -3px;
}
.blue {
	color: var(--main-color);
}
.rotate {
	background: #000;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	place-items: center;
	z-index: 999;
}
.rotate img {
	height: 70%;
	max-height: 148px;
}
body.fixfix {
	min-height: 610px;
}
@images only screen and (max-width: 980px) {
	.adultonly {
		display: none;
	}
}
@images only screen and (max-width: 780px) {
	body.step4 .cta-block li {
		display: block;
		margin: 10px auto;
		width: 90%;
		max-width: 400px;
	}
	.cta-img-ul {
		width: auto;
		max-width: unset;
		margin: 15px auto 0px;
		display: inline-grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
	}
	.cta-img-ul li {
		grid-template-columns: max-content auto;
	}
	.cta-img-ul img {
		margin-right: 0;
		grid-column: 1 / 3;
	}
	.cta-img-ul .option_text {
		font-family: Arial, sans-serif;
	}
	.qlf:last-of-type {
		margin-bottom: 20px;
	}
}
@images only screen and (max-width: 480px) {
	.step-item {
		padding: 10px;
	}
	.cta-block {
		padding: 0;
	}
	.cta-img-block {
		padding: 0;
	}
}
@images only screen and (max-width: 360px) {
	.cta-img-ul li:nth-of-type(10),
	.cta-img-ul li:nth-of-type(11),
	.cta-img-ul li:nth-of-type(12) {
		display: none;
	}
}
@images only screen and (max-width: 320px) {
	.cta-img-ul img {
		max-width: 90px;
	}
	.cta-img-ul {
		gap: 10px;
	}
	.cta-img-ul {
		width: auto;
		max-width: unset;
		margin: 15px auto 0px;
		display: inline-grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}
}
.wrapper.nudge {
	align-content: flex-start !important;
	padding-top: 60px !important;
}
@images only screen and (max-height: 620px) and (orientation: landscape) {
	.wrapper {
		align-content: flex-start;
		padding-top: 60px;
	}
	body,
	html {
		font-size: 12px;
		height: auto;
	}
	body {
		overflow-y: scroll;
	}
}
@images only screen and (max-height: 780px) and (max-width: 780px) and (orientation: landscape),
	(max-height: 420px) and (orientation: landscape) {
	.landscape .rotate {
		display: grid;
		height: 100%;
	}
	body.fixfix .rotate {
		display: none;
	}
}
@images only screen and (orientation: portrait) {
	body.step3 {
		background: url("../images/3_portrait.jpg") no-repeat center top;
		background-size: cover;
	}
	body.step4 {
		background: url("../images/4_portrait.jpg") no-repeat center top;
		background-size: cover;
	}
	body.step5 {
		background: url("../images/5_portrait.jpg") no-repeat center top;
		background-size: cover;
	}
	body.step13 {
		background: url("../images/13_portrait.jpg") no-repeat center top;
		background-size: cover;
	}
	.adultonly {
		display: none;
	}
}
/* form */
.form-container {
	max-width: 400px;
	margin: 15px auto 0;
}
iframe {
	width: 100%;
}
input,
select,
textarea {
	width: 96%;
	max-width: 400px;
	display: block;
	padding: 15px 20px;
	text-align: left;
	border-radius: 5px;
	border: 0;
	background: #ffffff;
	font-size: 1.25rem;
	color: #000;
	font-weight: 300;
	margin: 15px auto 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	background: #e5e5e5;
	color: #000;
}
.is-danger {
	margin: 3px auto 0;
	background-color: #f14668;
	padding: 2px;
	color: #fdecef;
	width: 96%;
	max-width: 400px;
	display: block;
	border-radius: 5px;
	font-size: 0.875rem;
}
input.err,
select.err,
textarea.err {
	border: 1px solid #f14668;
	background-color: #fdecef;
}
body.fs {
	background: rgba(0, 15, 25, 1);
}
.fs .fs-logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	padding: 5px 0;
}
.fs .fs-logo img {
	display: block;
	width: 100%;
	max-width: 240px;
	height: auto;
	margin: 0 auto;
	filter: drop-shadow(0 0 10px #000f19);
}

.step-inline {
	display: inline;
}