html {
  scroll-behavior: smooth;
}

.swiper-pagination-bullet-active {
  background-color: white;
}

a.active {
  position: relative;
}

a.active::after {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #0a3282;
  width: 80px;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
}

.title {
  position: relative;
  padding-bottom: 20px;
  font-size: 42px;
  text-align: center;
  color: #0a3282;
  font-weight: bold;
}

.title.inverted {
  color: white;
}

.title::after {
  content: "";
  position: absolute;
  height: 4px;
  background-color: #0a3282;
  width: 142px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.title.inverted::after {
  background-color: white;
}

.content {
  color: #656565;
  font-size: 20px;
}

.container.container {
  max-width: 1200px;
}

.download .section2 {
  background: #f8f8f8;
}

.icon {
  width: 22px;
  height: 22px;
}
