<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("/templates/global.css");
.t-primary-bgcolor {
	background-color: #1e772d;
}

a {
	color: #1e772d;
}

.header__logo img {
	max-height: 52px;
}

.header {
	padding: 10px 10px 10px 0;
}

.header-wrapper {
    border-bottom: 10px solid #1e772d;
    margin-bottom: 30px;
}

body {
	background-color: #fff;
}

.container {
    width: 1170px;
}

.sidebar {
	margin-right: 51px;
}

.main {
	padding: 1.5em 0;
}</pre></body></html>