.checklist li {
	background-image: url('icon-check.svg');
}

#watermark {
	position: absolute;
	top: -15em;
}

.gray-box {
	margin-top: 3em;
	padding-top: 2em;
	padding-bottom: 6em;
}

.gray-box h3 {
	font-size: 6em;
}


#background-bottom {
	background: url('background-footer.jpg') bottom no-repeat;
	background-size: 100vw;
	padding-top: 6em;
	padding-bottom: 12em;
	position: relative;
}

@media(max-width: 1199px) {

}

@media(max-width: 991px) {

}

@media(max-width: 767px) {

}