<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 */

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides li .overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #000000;
	opacity: 0.2;
	z-index: 98;
}
.rslides li .desc {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 80%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 10%;
	font-size: 1.5em;
	bottom: 10%;
	z-index: 99;
	top: 10%;
}
.rslides li .desc &gt; div {
	display: table;
	width: 100%;
	height: 100%;
}
.rslides li .desc &gt; div &gt; div {
	display: table-row;
}
.rslides li .desc &gt; div &gt; div &gt; div {
	display: table-cell;
	vertical-align: middle;
}
.rslides li .desc h1, .rslides li .desc h2, .rslides li .desc h3, .rslides li .desc h4, .rslides li .desc h5, .rslides li .desc h6, .rslides li .desc p {
	text-align: center;
}
.rslides li .linking {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 0%;
	bottom: 0%;
	z-index: 100;
	top: 0%;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.rslides_tabs {
	display: block;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	position: absolute;
	z-index: 101;
	left: 20%;
	right: 20%;
	bottom: 1em;
}
.rslides_tabs li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rslides_tabs li.rslides_here {
	background-color: #FFFFFF;
	color: #003399;
	border-radius: 50%;
}
.rslides_tabs li.rslides_here a {
	color: #003399;
}
.rslides_tabs li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0.5em;
	padding-right: 0.85em;
	padding-bottom: 0.5em;
	padding-left: 0.85em;
}
@media screen and (max-width: 800px) {
	.rslides li .desc {
		font-size: 1em;
	}
}
@media screen and (max-width: 640px) {
	.rslides_tabs {
		display: none;
	}
	.rslides li .desc {
		display: none;
	}
}
</pre></body></html>