h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin: 0;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

p {
  margin: 0;
  font-size: 14px;
  color: var(--bs-heading-color);
  cursor: pointer;
}

a {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  text-decoration: none;
}

ol, ul, dl {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}
ol li, ul li, dl li {
  list-style: none;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  transform: translateX(3rem);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  transform: translateX(-3rem);
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" class="bi bi-arrow-right-circle" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0M4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5z"/></svg>') !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" class="bi bi-arrow-left-circle" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-4.5-.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5z"/></svg>') !important;
}

/*# sourceMappingURL=BaseStyle.css.map */
