<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.scrollSlider div.viewport {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
.scrollSlider div.viewport div.overview {
	width: 10000px;
	height: 100%;
}
.scrollSlider div.viewport div.overview img {
	display: block;
	float: left;
	height: 100%;
	margin-right: 5px;
}
.scrollSlider div.viewport div.overview img:last-child {
	margin-right: 0;
}
.scrollSlider div.viewport div.overview:after {
	content: '';
	display: block;
	width: 100%;
	clear: both;
}
.scrollSlider div.scrollbar {
	margin-top: 67px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 36%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
}
.scrollSlider div.scrollbar div.track {
	float: left;
	width: 136px;
	height: 7px;
	margin-top: -3px;
	border-radius: 5px;
	background-color: #fff;
	cursor: pointer;
}

@media only screen and (max-width: 1200px) {
.scrollSlider div.scrollbar {
	width: 75%;
}
.scrollSlider div.scrollbar div.track {
	width: 90px;
}

}

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