body {
	font-family: nunito, sans-serif;
	height: 100vh;
	min-height: 100%;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.backdrop:before,
body.backdrop:before {
	-webkit-animation: fade-in .5s;
	animation: fade-in .5s;
	background-color: rgba(0, 0, 0, .5);
	content: "";
	display: block;
	inset: 0;
	position: fixed
}

.backdrop:before {
	z-index: -1
}

body.backdrop:before {
	z-index: 2
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fade-in {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.progress {
	border-radius: 0;
	height: 1.5em;
	position: relative;
	z-index: 10
}

.background-images {
	z-index: 1
}

.container,
.landing-logo img {
	max-width: 100%
}

.container {
	min-width: 100%;
	overflow: hidden;
	padding-top: 50px
}

.landing-content {
	max-width: 600px;
	z-index: 10
}

.main-title {
	font-size: 2em;
	font-weight: 700
}

.sub-title {
	font-size: 1.5em;
	font-weight: 300
}

.small-print {
	font-size: .9em
}

.mobile-only {
	display: none
}

.landing-content {
	margin-bottom: 50px
}

.step {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: fadein;
	animation-name: fadein
}

.step input,
.step select {
	border-radius: 5px;
	padding: 7px;
	width: 100%
}

.step select {
	background: blue url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='16' height='16' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='gray'/></g></svg>") no-repeat;
	background-color: #fff;
	background-position: right 7px top 52%;
	cursor: pointer
}

.step input[type=checkbox] {
	width: auto
}

.email-info {
	font-size: 1em;
	margin: 0 auto;
	max-width: 320px;
	text-align: left
}

.email-info ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0
}

.email-info ul li i {
	color: green
}

.btn i {
	display: inline-block
}

.btn.btn-busy i,
.btn .busy-icon {
	display: none
}

.btn.btn-busy .busy-icon {
	display: inline-block
}

button.btn,
label.btn {
	width: 100%
}

.btn-light {
	font-size: 1.1em;
	padding: 7px 25px
}

.btn-lg {
	padding: 12px 25px
}

.btn-check:checked+.btn-light {
	background-color: #ccc
}

.btn-light:hover,
.btn-light:hover:active {
	background-color: #ccc;
	color: #fff
}

.button-countdown {
	display: none;
	padding-left: 3px;
	padding-right: 3px
}

.btn-primary,
.btn-secondary,
.btn-secondary:hover {
	font-size: 1.6em
}

.button-continue {
	font-size: 1.4em
}

.step1 .button-back {
	display: none
}

@media (max-width:900px) {
	.desktop-only {
		display: none
	}

	.mobile-only {
		display: block
	}

	.container {
		padding-top: 10px
	}

	.btn-light,
	.email-info {
		font-size: 1em
	}

	.btn-light {
		padding: 7px 15px
	}

	.step-button {
		position: -webkit-sticky;
		position: sticky
	}

	body {
		font-size: .9em
	}

	.field-title {
		font-size: 1.1em
	}

	.small-print {
		font-size: .8em;
		line-height: 1.1em
	}
}

.step-error {
	color: var(--bs-danger, #dc3545);
	display: block;
	text-align: left;
	text-shadow: 1px 1px 0 #fff !important
}