<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
	margin: 0px;
	text-align: center;
	height: 100%;
	color: #022438;
	font-family: 'jost', arial, serif;
	font-size: 16px;
}
.background {
	position: fixed;
	top: 0px;
	left: 0px;
}
.background img {
	position: absolute;
	top: -225px;
	left: -325px;
	width: 1500px;
}
.mainDiv {
	position: relative;
	height: 100%;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
.box {
	display: flex;
	flex-direction: column;
    justify-content: center;
}
.top {
	background: #022438;
	padding: 30px 0;
}
.top a {
	color: #ffffff;
	font-size: 26px;
	text-decoration: none;
}
.logo {
	flex: 1;
	margin: 70px 0;
}
.logo a {
	max-width: 350px;
	width: 100%;
	margin: 0 auto;
}
.logo img {
	width: 100%;
}
.links {
	flex: 1;
	justify-content: flex-start;
}
.bottom {
	height: 100px;
}
.company-details {
	font-weight: bold;
	margin-bottom: 5px;
}
.company-extras a {
	color: #022438;
}
.company-extras div {
	display: inline-block;
}
.company-extras div:not(:last-of-type)::after {
	content: ' - ';
}
.link-container {
	display: flex;
	width: 100%;
    max-width: 600px;
    flex-wrap: wrap;
    margin: 10px auto;
}
.link-header {
	font-weight: bold;
}
.link-header a {
	text-decoration: none;
	color: #022438;
}
.link-container a {
	flex: 1 auto;
	margin: 0 10px;
	color: #022438;
}
@media only screen and (max-width: 750px) {
	.company-extras &gt; div:first-of-type::after {
		content: '';
	}
	.company-extras &gt; div:first-of-type {
		display: block;
	}
}
@media only screen and (max-width: 600px) {
	html, body {
		font-size: 12px;
	}
	.top a {
		font-size: 16px;
	}
	.logo {
		margin: 35px 0;
	}
	.logo a {
		max-width: 200px;
		width: 100%;
		margin: 0 auto;
	}
	.links {
		margin: 35px 0;
	}
	.link-container {
		max-width: 450px;
	}
}
@media only screen and (max-width: 500px) {
	.link-container {
		max-width: 350px;
	}
	.link-container a {
		width: 33%;
		margin: 0;
	}
	.bottom {
		font-size: 10px;
	}
}</pre></body></html>