<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! http://responsiveslides.com v1.55 by @viljamis */

.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;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.prev, .next{width:30px; height:30px; line-height:30px; text-align:center; padding:5px; z-index:9; position:absolute; background:rgba(1, 52, 95, 0.5); top:50%; margin-top:-15px;}
.prev i, .next i{font-size:30px; color:#fff;}
.prev{left:0;}
.next{right:0;}</pre></body></html>