.hero-bg-1.astro-su4g4ms7{opacity:0.7;background-image:var(--gradient-primary);background-size:200% 200%;background-repeat:no-repeat;animation:gradientMoveX 8s 0.00001s ease-in-out infinite,gradientMoveY 11s 0.00001s ease-in-out infinite}@keyframes gradientMoveX{0%{background-position-x:0%}20%{background-position-x:25%}50%{background-position-x:100%}80%{background-position-x:75%}100%{background-position-x:0%}}@keyframes gradientMoveY{0%{background-position-y:50%}25%{background-position-y:40%}50%{background-position-y:60%}75%{background-position-y:70%}100%{background-position-y:50%}}.hero-bg-2.astro-su4g4ms7{--square-size: 42px;opacity:0.7;background-image:repeating-linear-gradient(0deg,transparent,transparent calc(var(--square-size) - 1px),#ffffff var(--square-size)),repeating-linear-gradient(90deg,transparent,transparent calc(var(--square-size) - 1px),#ffffff var(--square-size));background-position:center;background-size:var(--square-size) var(--square-size),var(--square-size) var(--square-size);background-repeat:repeat,repeat;animation:squareMove 60s 0.00001s linear infinite}@keyframes squareMove{0%{background-position:0% 0%}100%{background-position:100% -100%}}.s-flow-img-1.astro-su4g4ms7{animation:s-flow-img 3s 0.00001s ease-in infinite alternate}.s-flow-img-2.astro-su4g4ms7{animation:s-flow-img 4s 0.00001s ease-in infinite alternate-reverse}.s-flow-img-3.astro-su4g4ms7{animation:s-flow-img 2.5s 0.00001s ease-in infinite alternate-reverse}.s-flow-img-4.astro-su4g4ms7{animation:s-flow-img 3.5s 0.00001s ease-in infinite alternate}@keyframes s-flow-img{0%{transform:translateY(-2.5%)}100%{transform:translateY(2.5%)}}.s-blue-circle.astro-su4g4ms7{animation:s-blue-circle 60s 0.00001s linear infinite}@keyframes s-blue-circle{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.s-pulse-img.astro-su4g4ms7{animation:s-pulse-img 2s 0.00001s ease-in infinite alternate}@keyframes s-pulse-img{0%{opacity:1;transform:scale(1)}70%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(1.05)}}.bg-message.astro-m4e5426y{background:linear-gradient(92deg,#fff2c1 0.22%,#e8ffb2 99.72%);background-size:cover;background-repeat:no-repeat}#liveSwiper .swiper-pagination {
  position: relative;
  top: 0;
  padding-top: 0.5rem;
}
#liveSwiper .swiper-pagination-bullet {
  background-color: #fff;
  width: 4rem;
  height: 0.25rem;
  border-radius: 1px;
}
#liveSwiper .swiper-pagination-bullet-active {
  background-color: var(--color-kia-blue-base);
}