<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.tiles_div {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 50%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tiles_div .tile {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 25%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tiles_div .tile ._padding {
	display: block;
	margin: 0px;
	padding: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tiles_div .tile ._padding a {
	display: block;
	line-height: 0;
}
.tiles_div .tile ._padding img {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
@media screen and (max-width: 640px) {
	.tiles_div {
		width: 100%;
		float: none;
	}
}
</pre></body></html>