<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Lato:900&amp;display=swap');

.t-primary-bgcolor {
	background-color: #333;
}

a {
	color: #1d7c58;
}

.container {
	width: 1100px;
}

.header-wrapper {
	border-top: 15px solid #006b49;
	background-color: white;
}

.header {
	height: 116px;
	width: 1200px;
}

.header__logo {
	padding-top: 11px;

}

.header__nav {
    display: flex;
    text-align: center;
    width: 100%;
    font-size: 18px;
    line-height: 27px;
    padding-top: 10px;
    padding-left: 147px;
}

.header__nav a {
	display: inline-block;
	color: #F9C660;
    font-family: "Lato", serif;
    text-decoration: none;
    line-height: 27px;
    padding: 18px 46px;
}

.header__nav a:hover {
	color: #24468a;
	background-color: #aac481;
}

body {
	background-color: white;
	background-image: url(body-bg.png);
	height: 30px;
	background-size: cover;
	background-repeat: no-repeat;
}


.main {
	border: 1.3px solid #EEEEEE;
}</pre></body></html>