<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swipslider{overflow: hidden;display: block;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;
user-select: none; }
.swipslider .sw-slides{display: block;padding: 0;list-style: none;width: 100%;height:100%;white-space: nowrap;font-size: 0;
-webkit-transform: translateX(0);transform: translateX(0);}
.swipslider .sw-slide {width: 100%;height: 100%;margin: auto;display: inline-block;position: relative;  }
.swipslider .sw-slide img {width: 100%; height:100%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }


.sw-next-prev {
  font-family: "Courier New", Courier, monospace;
  height: 50px;
  width: 50px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  line-height: 50px;
  font-size: 30px;
  font-weight: bolder;
  color: rgba(160, 160, 160, 0.53);
  top: 99vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  text-decoration: none;
  transition: all .2s ease-out;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .sw-next-prev:hover {
    background-color: rgba(255, 255, 255, 0.74); }
  .sw-next-prev:active {
    background-color: rgba(255, 255, 255, 0.5); }

.sw-prev {
  left: 2%; }
  .sw-prev::after {
    content: '&lt;'; font-family:"Consolas"}

.sw-next {
  right: 2%; }
  .sw-next::after {
    content: '&gt;';font-family:"Consolas" }

.sw-bullet {
  position: absolute;
  top:calc(99vw + 25px);
  list-style: none;
  display: block;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0; }
  .sw-bullet li {
    width: 6px;
    height: 6px;
    background-color: rgba(160, 160, 160, 0.53);
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: all .2s ease-out; }
    .sw-bullet li:hover {
      background-color: rgba(255, 255, 255, 0.74); }
    .sw-bullet li.active {
      background-color: rgba(255, 255, 255, 0.5);
      box-shadow: 0 0 2px rgba(160, 160, 160, 0.53); }
    .sw-bullet li:not(:last-child) {
      margin-right: 5px; }
</pre></body></html>