main {
  padding: 2rem 0;
}

.tiny {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 2rem;
}

.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container:after {
  content: "";
  display: block;
  width: 200%;
  height: 1px;
  background-size: 10% 1px;
  background-position: -50px;
  background-repeat: repeat-x;
  position: absolute;
  left: -10%;
  top: 40%;
  animation: line-slide 60s forwards infinite linear;
  z-index: 1;
}
.swiper-container.swiper--bottom:after {
  animation-direction: reverse;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}

.swiper-slide {
  text-align: center;
  font-size: 33px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
  padding: 0 25px;
}

@keyframes line-slide {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 100% 0;
  }
}/*# sourceMappingURL=style.css.map */

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  background-color: #668a07 !important;
}