<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.uc_material_banner * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.uc_material_banner {
	padding: 50px 40px 40px;
	font-family: 'Droid Sans', sans-serif;
	color: #fff;
}
.uc_material_banner h3 {
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
	text-transform: uppercase;
	margin: 0 0 40px;
}
.uc_material_banner a.uc_button {
	border: 0 none;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	padding: 13px 40px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	font-family: 'PT Sans', sans-serif;
	background-color: #000000;
	color: #fff !important;
	position: relative;
}


</pre></body></html>