<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/quicksand-v31-latin-700.eot');
	src: url('../fonts/quicksand-v31-latin-700.eot?#iefix') format('embedded-opentype'),
		url('../fonts/quicksand-v31-latin-700.woff2') format('woff2'),
		url('../fonts/quicksand-v31-latin-700.woff') format('woff'),
		url('../fonts/quicksand-v31-latin-700.ttf') format('truetype'),
		url('../fonts/quicksand-v31-latin-700.svg#Quicksand') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Source Sans 3';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/source-sans-3-v15-latin-regular.eot');
	src: url('../fonts/source-sans-3-v15-latin-regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/source-sans-3-v15-latin-regular.woff2') format('woff2'),
		url('../fonts/source-sans-3-v15-latin-regular.woff') format('woff'),
		url('../fonts/source-sans-3-v15-latin-regular.ttf') format('truetype'),
		url('../fonts/source-sans-3-v15-latin-regular.svg#SourceSans3') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Source Sans 3';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/source-sans-3-v15-latin-700.eot');
	src: url('../fonts/source-sans-3-v15-latin-700.eot?#iefix') format('embedded-opentype'),
		url('../fonts/source-sans-3-v15-latin-700.woff2') format('woff2'),
		url('../fonts/source-sans-3-v15-latin-700.woff') format('woff'),
		url('../fonts/source-sans-3-v15-latin-700.ttf') format('truetype'),
		url('../fonts/source-sans-3-v15-latin-700.svg#SourceSans3') format('svg');
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #363638;
	font-family: "Source Sans 3", "Arial", sans-serif;
	font-size: 1.062rem;
	line-height: 1.6;
}

img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	position: relative;
	max-width: 68.125rem;
	margin: 1rem auto;
	overflow: hidden;
	background: #fff;
	padding: 0 1rem;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

p {
	margin: 0 0 1.5rem;
}

h1,
h2,
h3 {
	font-family: "Quicksand", "Arial", sans-serif;
}

h1 {
	text-transform: uppercase;
	line-height: normal;
	font-weight: 700;
	color: #5f8593;
	font-size: 2.125rem;
	text-align: center;
	margin: 0 0 2.5rem;
}

h2 {
	font-size: 1.812rem;
	text-transform: uppercase;
	line-height: normal;
	font-weight: bold;
	color: #5f8593;
	text-align: center;
	margin: 0 0 2.5rem;
}

h3 {
	font-size: 1.25rem;
	text-transform: uppercase;
	line-height: normal;
	clear: none;
	font-weight: bold;
	margin: 2.25rem 0 .75rem;
}

h4 {
	font-size: 1.25rem;
	text-transform: uppercase;
	line-height: normal;
	clear: none;
	font-weight: bold;
	margin: 0 0 .625rem;
}

ul {
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
}

ul li {
	padding-left: 1.375rem;
}

ul li:before {
	content: "\2022";
	float: left;
	margin-left: -1.375rem;
	font-size: 1.625rem;
	line-height: 0.9;
}

header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

header &gt; img {
	margin: 1.25rem 0 2.5rem;
}

footer {
	padding: 3.75rem 0 3.125rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.box {
	width: 48%;
	background: #6eb0cc;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: .625rem;
	border: .062rem solid #6eb0cc;
	padding: 2.187rem;
	min-height: 21.875rem;
}

.fi-clipboard-pencil,
.fi-page-export-pdf {
	margin: .312rem 0 .625rem;
	font-size: 1.875rem;
}

.box p,
.box h4,
.box i {
	text-align: center;
	color: #fff;
}

a.apply {
	color: #0a71b3;
}

a.apply:hover {
	color: #00589a;
}

hr {
	border: none;
	background: #5e8291;
	height: .062rem;
	width: 100%;
	display: block;
	margin: 3.125rem 0 0
}

@media only screen and (max-width: 68.062rem) {
	#wrapper {
		border: none;
		margin: 0 auto;
		padding: 1rem;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
}

@media only screen and (max-width: 48rem) {
	h1 {
		font-size: 1.625rem;
		margin: 0 0 1.25rem;
	}

	h2 {
		font-size: 1.375rem;
		margin: 0 0 1.25rem;
	}

	h3 {
		margin: 1.5rem 0 .75rem;
	}

	p,
	ul {
		margin: 0 0 .625rem;
	}

	footer {
		padding: 1.25rem 0;
	}

	footer p br {
		display: none
	}
}

@media only screen and (max-width: 40.625rem) {
	footer {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.box {
		width: 100%;
		margin: 0 0 1.25rem;
	}

	hr {
		margin: 1.25rem 0 0;
	}
}</pre></body></html>