<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	color: #333;
	background-color: #FFF;
	font-weight: 400;
}

.space {
	position:relative;
	height: 100vh;
	min-height: 600px;
}

.center-block {
	position: absolute;
	width: 100%;
	padding-bottom: 0;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.logo {
	padding-top: 20px;
	margin-bottom: 40px;
}

.img-responsive {
	margin: 0 auto;
}

h1 {
	margin-top: 0;
	margin-bottom: 0px;
	color: #2E578B;
	font-size: 70px;
	font-weight: 700;
	line-height: 68px;
}
h2 {
	color: #2E578B;
	font-size: 26px;
	font-weight: 600;
	padding-top: 0px;
	margin-bottom: 60px;
}

p {
	font-size: 20px;
}

a {
	color: #4480C5;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #76aedd;
}

@media (max-width: 991px) {
	.content-box {
		text-align: center;
	}
	.icon-reserved {
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.space {
		position:relative;
		padding-top: 30px;
		padding-bottom: 30px;
		height: 100%;
		min-height: initial;
		text-align: center;
	}
	.center-block {
		position: relative;
		width: 100%;
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	h1 {
		font-size: 40px;
		line-height: 42px;
	}
	h2 {
		margin-top: 5px;
		margin-bottom: 30px;
		font-size: 16px;
	}
	p {
		font-size: 14px;
	}
	.icon-reserved {
		margin-top: 20px;
		width: 190px;
	}
}</pre></body></html>