<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,*:before,*:after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
.slider1-container {
	position:relative;
	overflow:hidden;
	width:100%;
	margin:0 auto;
	background-color:#444;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.slider1 {
	position:relative;
	width:9999px
}
.slider1:before,.slider1:after {
	display:table;
	content:' '
}
.slider1:after {
	clear:both
}
.slider1__item {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	height:100%
}
.slider1__item img {
	display:block;
	max-width:100%;
	height:auto
}
.slider1__switch span {
	color:#fff;
	display:block;
	width:32px;
	height:32px
}
.slider1__switch {
	position:absolute;
	top:50%;
	margin-top:-20px;
	padding:10px 5px;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
	border-radius:1px;
	background:#000;
	opacity:.3;
	transition:opacity .15s ease;
	fill:#fff
}
.slider1__switch--prev {
	left:10px
}
.slider1__switch--next {
	right:10px
}
.slider1__switch:hover {
	opacity:.85
}
.slider1__switch[disabled] {
	visibility:hidden;
	opacity:0
}
.slider1__caption {
	position:absolute;
	bottom:30px;
	left:30px;
	display:block;
	max-width:500px;
	padding:10px;
	color:#fff;
	background:rgba(0,0,0,.4);
	box-shadow:0 0 10px 10px rgba(0,0,0,.1);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endColorstr='#99000000')
}
.slider1__caption[disabled] {
	opacity:0;
	visibility:hidden
}
.slider1-nav {
	line-height:30px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:30px;
	margin:0;
	padding:0;
	text-align:center;
	z-index:99999;
	filter:alpha(opacity=90)
}
.slider1-nav__control {
	display:inline-block;
	width:12px;
	height:12px;
	margin:0 3px;
	-webkit-transition:background .5s ease;
	-moz-transition:background .5s ease;
	-o-transition:background .5s ease;
	transition:background .5s ease;
	border:2px solid #fff;
	border-radius:50%;
	background:0 0
}
.slider1-nav__control.is-active {
	width:12px;
	height:12px;
	background:#fff
}
.slider1.has-touch {
	cursor:move;
	cursor:-webkit-grabbing;
	cursor:-moz-grabbing
}
@media(max-width:580px) {
	.slider1__switch {
	display:none
}
.slider1__caption {
	display:none
}</pre></body></html>