.hero-diagonal-line {
  position: absolute;
  width: 141.42%; /* √2 * 100% for diagonal across square */
  height: 4px;
  background: #e94e38;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center;
}

.hero-anim-character {
  position: absolute;
}

.swiper {
  padding-bottom: 2rem !important;
}

.swiper-pagination {
  bottom: 1rem !important;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background-color: #ffffff !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: #f84c38 !important;
}
