/*
|---------------------------------------------------------------
| v2026 components
|---------------------------------------------------------------
*/
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.v2025-sw-scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  background-color: #0071BE;
}

.v2025tab__head {
  border-bottom: 2px solid #00214B;
}

.v2025tab__list {
  margin-bottom: -2px;
}

.v2025tab__list > li > a {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: #00214B;
  background: #ffffff;
  border: 2px solid #00214B;
  font-size: 13px;
}
.v2025tab__list > li > a.js--active {
  color: #ffffff;
  background: #00214B;
}
@media (min-width: 750.02px) {
  .v2025tab__list > li > a {
    font-size: 20px;
  }
}
