<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sliderText {
  color: white;
  position: absolute;
  padding-left: 3em;
  padding-right: 3em;
  top: 12%;
  text-align: left;
  font-family: "Roboto Condensed", sans-serif !important;
}

p.swipe {
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 14px;
}

h1.swipe {
  text-align: left;
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 100px !important;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 900 !important;
  letter-spacing: -3px;
}

h3.swipe {
  text-align: left;
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight: 100;
}

.yearStyle {
  color: white;
  font-weight: 500;
}

.swiper-pagination-bullet-active span.moveUp {
  position: absolute;
  top: -47px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 900;
  color: white;
  font-family: "Roboto Condensed", sans-serif !important;
  opacity: 1;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.moveUp {
  position: absolute;
  top: -47px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 900;
  color: white;
  font-family: "Roboto Condensed", sans-serif !important;
  opacity: 0;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.swiper-pagination {
  display: none;
}

.swiper-scrollbar {
  display: none;
}

.swiper-container {
  width: 100%;
  max-height: 800px;
  /* max-width:1600px; */
  max-width: 1280px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-left: 1em;
  padding-right: 1em;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 800px;
  /* width: 320px !important; */
}
.swiper-slide &gt; img {
  width: 100%;
}

@media (max-width: 1024px) and (min-width: 992px) {
  .swiper-container {
    width: 100%;
    max-height: 800px;
    /* max-width: 960px !important; */
  }

  .swiper-slide {
    height: 800px;
    /* width: 320px !important; */
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .swiper-container {
    width: 100%;
    max-height: 800px;
    /* max-width: 640px !important; */
  }

  .swiper-slide {
    height: 800px;
    /* width: 320px !important; */
  }
}

@media (max-width: 767px) {
  .strip {
    max-height: 700px;
    width: 100%;
  }

  .sliderText {
    top: 4%;
  }

  .swiper-container {
    margin-top: 67px;
  }

  .swiper-container-vertical {
    width: 100%;
    margin-top: 75px;
  }

  .swiper-slide {
    height: auto !important;
    width: 100% !important;
  }
}
</pre></body></html>