<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.rights { text-align:right; vertical-align: bottom; }
.centers {
	text-align: center;
	vertical-align: middle;
	color: #F9F9F9;
}
.lefts { text-align:left; vertical-align: middle; }
.bottoms { vertical-align: bottom; }
.bolds { font-weight:bold; }
.uppercases { text-transform: uppercase; }

.tembody { 
	letter-spacing: 0.02cm !important;
	background: #fff; 
	-webkit-box-shadow: inset 0px 0px 0px 1px #ebeef4; 
	box-shadow: inset 0px 0px 0px 1px #ebeef4;
} 
.bg-footers {
	height: 6px;
}

.font-sm { font-size: 88%;   font-family: -apple-system, BlinkMacSystemFont,"OpenSans",Arial,Helvetica,sans-serif; } 

.bg-about {
	height: 380px;
	background-image: url("");
	background-attachment: fixed; /*initial fixed local initial inherit*/
	background-position:center bottom ;
	background-size: cover; /*auto cover*/
	background-repeat: repeat;   
}
.bg-abouts {
	height: 380px;
	background-image: url("");
	background-attachment: fixed; /*initial fixed local initial inherit*/
	background-position:center center ;
	background-size: cover; /*auto cover*/
	background-repeat: repeat;   
}
</pre></body></html>