:root, [data-bs-theme=light] {
  --bs-link-color: rgb(32,105,171);
  --bs-link-color-rgb: 32,105,171;
  --bs-link-hover-color: rgb(43,73,109);
  --bs-link-hover-color-rgb: 43,73,109;
  --bs-link-decoration: none;
}

a {
  text-decoration: var(--bs-link-decoration);
}

.swiper-vertical {
  max-height: 100vh;
}

.swiper-nav-standalone .swiper-button-prev, .swiper-nav-standalone .swiper-button-next {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: auto;
  height: auto;
  margin: 0;
}

.swiper-nav-standalone .swiper-button-prev:after, .swiper-nav-standalone .swiper-button-next:after {
  content: "";
}

.swiper-nav-custom .swiper-button-prev:after, .swiper-nav-custom .swiper-button-next:after {
  content: "";
}

