/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
:root {
  --swiper-navigation-size: 36px;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: #166e3b;
  --swiper-pagination-color: #166e3b;
  --swiper-pagination-bottom: 20px;
  --swiper-pagination-top: auto;
}

.swiper-container {
  position: relative;
  z-index: 1;
}

.swiper-marquee.swiper-wrapper {
  transition-timing-function: linear !important;
  touch-action: manipulation;
}

.swiper-controls .swiper-button {
  width: var(--swiper-navigation-size);
  border: 1px solid #01913d;
  border-radius: 8px;
  background-color: #ffffff;
}
@media only screen and (max-width: 47.99875rem) {
  .swiper-controls .swiper-button {
    width: 32px !important;
    height: 32px;
  }
}
.swiper-controls .swiper-button::after {
  display: none;
}
.swiper-controls .swiper-button::before {
  content: "";
  color: #166e3b;
  aspect-ratio: 1/1;
  opacity: 1;
  transition: 0.3s;
  background-color: #01913d;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16"><g fill="none"><path d="M13.5 8.5a.5.5 0 0 0 0-1H3.803l4.031-3.628a.5.5 0 1 0-.668-.744l-5 4.5a.5.5 0 0 0 0 .744l5 4.5a.5.5 0 1 0 .668-.744L3.803 8.5H13.5z" fill="currentColor"></path></g></svg>');
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16"><g fill="none"><path d="M13.5 8.5a.5.5 0 0 0 0-1H3.803l4.031-3.628a.5.5 0 1 0-.668-.744l-5 4.5a.5.5 0 0 0 0 .744l5 4.5a.5.5 0 1 0 .668-.744L3.803 8.5H13.5z" fill="currentColor"></path></g></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.swiper-controls .swiper-button::before {
  width: 1.375rem;
  height: 1.375rem;
}
.swiper-controls .swiper-button::before {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.swiper-controls .swiper-button:hover {
  background-color: #01913d;
  border: 1px solid #ffffff;
}
.swiper-controls .swiper-button:hover::before {
  background-color: #ffffff;
}
.swiper-controls .swiper-button.swiper-button-next::before {
  transform: rotate(180deg);
}
.swiper-controls .swiper-pagination .swiper-pagination-bullet {
  transform: scale(1);
  background: #DFDFDF;
  opacity: 1;
}
.swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #124B18;
  position: relative;
  margin: 0 6px !important;
}
.swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid #124B18;
  transform: translate(-50%, -50%);
}
.swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  width: 0.875rem;
  height: 0.875rem;
}

.swiper-container:hover .swiper-controls .swiper-button::before {
  opacity: 1;
}