<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.footer {
	width: 100%;
	background:  #f9ff01;
}

.footer a, .footer a:link {
	color: #000;
	text-decoration: none;
}
.footer a:visited {
	color: #000;
}
.footer a:active,
.footer a:hover {
	color: #000;
}
.footer a:focus {
	color: #000;
}

@media only screen and (max-width: 640px) {
	.footer {
	}
	.footer-inner {
		width: 94%;
		text-align: center;
		margin: 0 auto;
		padding: 9.6% 0 24.6%;
	}
	.footer-inner p {
		font-size: 12px;
		line-height: 1.6em;
	}
	.footer a, .footer a:link {
		text-decoration: none;
	}
}

@media print, screen and (min-width: 641px) {
	.footer {
	}
	.footer-inner {
		text-align: center;
		width: 960px;
		margin: 0 auto;
		padding: 60px 0 120px;
	}
	.footer-inner p {
		font-size: 12px;
		line-height: 1.6em;
	}
}
</pre></body></html>