@font-face {
	font-family:'RBN';
	src:url('RBN.woff2') format('woff2'),
	url('RBN.woff') format('woff')
}

@font-face {
	font-family:'pilcrow';
	src:url('PilcrowSoft-Bold.woff2') format('woff2'),
	url('PilcrowSoft-Bold.woff') format('woff')
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

body {
	background: none;
}

#stage {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	width: 300px;
	height: 470px;
	background-color: #222222;
	color: white;
	position: absolute;
	overflow: hidden;
	font-family:'RBN';
}

.bg {
	display: none;
}

.bgSmall {
	position: absolute;
	width: calc(100% - 34px);
	left: 17px;
	top: 60px;
}

.bgXs {
	position: absolute;
	width: calc(100% - 34px);
	left: 17px;
	height: 62px;
	background-color: #CC0033;
}

.headCopy {
	position: absolute;
	font-size: 30px;
	left: 28px;
	top: 21px;
	line-height: 28px;
}

.headCopy span {
	color: #222222;
}

.checkers {
	position: absolute;
	top: 98px;
	width: calc(100% - 56px);
	height: 134px;
	left: 28px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 7px;
	color: #222222;
	font-family: 'pilcrow';
	font-size: 13px;
}

.checker {
	position: relative;
	display: block;
	height: 40px;
	width: 118px;
	background-color: #F3F3F3;
	border-radius: 4px;
	cursor: pointer;
}

.checkbox {
	position: absolute;
	top: 11px;
	width: 18px;
	height: 18px;
	left: 8px;
	background-color: white;
	border-radius: 4px;
}

.checker:hover {
	background-color: #ededed;
}

.active::after {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	top: 14px;
	left: 10px;
	background-image: url("vink.svg");
	background-repeat: no-repeat;
}

.checker p {
	position: absolute;
	left: 33px;
	top: 14px;
}

#mail {
	position: absolute;
	width: calc(100% - 56px);
	left: 28px;
	top: 248px;
	background-color: #CC0033;
	border: none;
	border-bottom: 2px solid white;
	text-align: center;
	color: white;
	font-family: 'pilcrow';
	font-size: 18px;
	line-height: 22px;
	color: white;
}

::placeholder {
	color: white;
	opacity: 1;
}

input:focus::placeholder {
	color: transparent;
}

#btn {
	position: absolute;
	top: 280px;
	left: 27px;
	width: 246px;
	height: 40px;
	border: none;
	background-color: #E0E621;
	border-radius: 4px;
	box-shadow: 0 4px  rgba(36, 36, 36, 0.15);
	font-family: 'pilcrow';
	font-size: 18px;
	line-height: 44px;
	transition: background-color .2s ease;
	cursor: pointer;
}

#btn:hover {
	background-color: #D3D800;
	transition: background-color .2s ease;
}

.succes::before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	top: 14px;
	left: calc(50% - 100px);
	background-image: url("vink.svg");
	background-repeat: no-repeat;
}

.disclaimer {
	position: absolute;
	width: 240px;
	top: 327px;
	left: 30px;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	font-family: 'pilcrow';
}

.packshot {
	position: absolute;
	width: 150px;
	top: 364px;
	left: 9px;
}

.logo {
	position: absolute;
	width: 107px;
	left: 175.5px;
	top: 428px;
}

@media(min-width:370px){
	#stage {
		width: 370px;
		height: 500px;
	}

	.bgSmall {
		top: 0;
	}

	.headCopy {
		font-size: 35px;
		line-height: 35px;
	}

	.checker {
		width: 152px;
		font-size: 14px;
	}

	.checker p {
		top: 13px;
	}

	#btn {
		width: 316px;
		font-size: 20px;
	}

	.disclaimer {
		left: 65px;
	}

	.packshot {
		width: 205px;
	}

	.logo {
		left: 245.5px;
		top: 458px;
	}
}

@media(min-width:600px) {

	#stage {
		width: 600px;
		height: 432px;
	}
	.bgSmall, .bgXs {
		display: none;
	}

	.bg {
		position: absolute;
		display: block;
		width: 560px;
		left: 20px;
		top: 0;
	}

	.headCopy {
		top: 19px;
		left: 38px;
		font-size: 55px;
		line-height: 50px;
	}

	.checkers {
		width: 562px;
		left: 38px;
		top: 126px;
		height: 87px;
		flex-direction: row;
	}

	.checker {
		width: 170px;
	}

	#mail {
		top: 228px;
		width: 440px;
		left: 80px;
	}

	#btn {
		top: 261px;
		left: 142px;
	}

	.disclaimer {
		width: 260px;
		left: 170px;
		top: 308px;
	}

	.packshot {
		top: 291px;
		left: 12px;
	}

	.logo {
		top: 387px;
		left: 473px;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

	#stage, #mail, #btn {
		font-family: Helvetica, sans-serif;
		font-weight: 800;
	}

	.checkers, .disclaimer {
		font-family: Helvetica, sans-serif;
		font-weight: 400;
	}

	.checker {
		margin-right: 7px;
	}


	.headCopy {
		font-size: 35px;
		line-height: 35px;
	}

}

@media (max-width: 600px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {

	.headCopy {
		font-size: 22px;
		line-height: 22px;
	}

	.checkers {
		height: 145px;
	}

	.checker {
		margin-bottom: 7px;
	}

}