<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: 'Titillium Web', sans-serif;
	font-weight:300;
}

a {
	color: #FFD700;
	text-decoration: none;
}

a:hover {
	color: #826e00;
}

.fw-mbold {
    font-weight: 400!important;
}

.greenzu {
	color:#56660f;
	font-weight: 500;
}

.zuframe {
	  border: 0; 
	  width: 70%; 
	  height: 753px;
}

.fullwidthblack {
	width: 100%;
	padding: 2rem;
	margin:2rem 0;
	background-color: black;
}

.fullwidth {
	width: 100%;
}
@media(max-width:845px) {
  
	.zuframe {
	  border: 0; 
	  width: 99%; 
	  height: 753px;
	}

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