<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/css2?family=Oswald&amp;family=Source+Sans+Pro&amp;display=swap');

body {
	background-color: black;
}

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

a {
	color: #fa0303;
}

.container {
	width: 1150px;
}

.header {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.header__main {
	padding: 36px;
	display: flex;
	justify-content: center;
}

.header__nav {
	background-color: #212121;
}

.header__nav__inner {
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header__nav a {
	font-size: 16px;
	color: white;
	font-family: "Oswald", sans-serif;
	text-align: center;
	padding: 12px;
	padding-left: 0;
	transition: color .2s ease-out;
}

.header__nav a:not(:last-child)::after {
	font-size: 14px;
	color: #fff;
	content: '\00b7';
	align-self: center;
	font-weight: 700;
	padding-left: 12px;
}

.header__nav a:hover {
	text-decoration: none;
	color: #8af;
}

.contact__info {
	position: absolute;
	right: 0;
	bottom: 22px;
	text-align: right;
	color: white;
	font-family: "Oswald", sans-serif;
	font-size: 16px;
}

.contact__info a {
	color: white;
	font-size: 18px;
}

.contact__info a:hover {
	text-decoration: none;
}

.tagline {
	position: absolute;
	left: 0;
	bottom: 22px;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
}</pre></body></html>