.mod-hero-container {
  box-sizing: border-box;
  height: 100dvh;
  min-height: 320px;
  padding: 3.2rem;
}
@media screen and (width <= 480px) {
  :root .mod-hero-container {
    padding: 1.6rem;
  }
}
.mod-hero-container .mod-hero-content {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  position: relative;
  height: 100%;
  border-radius: 20px;
  background: url("/assets/img/pages/top/hero.webp") no-repeat center center;
  background-size: cover;
}
.mod-hero-container .mod-hero-slot {
  z-index: 8;
  position: relative;
}
.mod-hero-container .mod-hero-slot .item-heading {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 8px #000;
}
.mod-hero-container .mod-hero-slot .item-heading .lead {
  display: block;
  margin-bottom: 0;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 300;
  font-size: clamp(1.6rem, -1.6rem + 10vw, 2.4rem);
  opacity: 0.95;
}
.mod-hero-container .mod-hero-slot .item-heading .heading {
  display: block;
  margin: 0;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: clamp(4.8rem, -1.6rem + 20vw, 6.4rem);
  opacity: 1;
}
.mod-hero-container .vanta-container {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50vh;
  background: transparent;
  mix-blend-mode: screen;
  opacity: 0.5;
  filter: blur(0.8px) contrast(1.1);
  mask-image: linear-gradient(to bottom, transparent 0%, rgb(0 0 0 / 0.3) 8%, rgb(0 0 0 / 1) 18%, rgb(0 0 0 / 1) 82%, rgb(0 0 0 / 0.3) 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgb(0 0 0 / 0.3) 8%, rgb(0 0 0 / 1) 18%, rgb(0 0 0 / 1) 82%, rgb(0 0 0 / 0.3) 92%, transparent 100%);
}
.mod-hero-container .vanta-container::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgb(0 191 255 / 0.25) 0%, rgb(0 191 255 / 0.15) 45%, transparent 70%), radial-gradient(circle at 30% 60%, rgb(0 191 255 / 0.2) 0%, rgb(0 191 255 / 0.1) 40%, transparent 65%), radial-gradient(circle at 70% 40%, rgb(0 191 255 / 0.2) 0%, rgb(0 191 255 / 0.1) 40%, transparent 65%);
  mix-blend-mode: screen;
  animation: glow 6s ease-in-out infinite;
}
.mod-hero-container .vanta-container .sparkle {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgb(255 255 255 / 0.8);
  box-shadow: 0 0 10px rgb(63 175 255 / 0.6), 0 0 20px rgb(63 175 255 / 0.4), 0 0 30px rgb(63 175 255 / 0.2);
  animation: sparkle-fade var(--sparkle-duration) ease-in-out infinite var(--sparkle-delay);
}
.mod-hero-container .vanta-container .sparkle:nth-child(1) {
  --sparkle-duration: 4s;
  --sparkle-delay: 0s;
  left: 10%;
  top: 20%;
}
.mod-hero-container .vanta-container .sparkle:nth-child(2) {
  --sparkle-duration: 6s;
  --sparkle-delay: 1s;
  left: 20%;
  top: 60%;
}
.mod-hero-container .vanta-container .sparkle:nth-child(3) {
  --sparkle-duration: 5s;
  --sparkle-delay: 2s;
  left: 30%;
  top: 30%;
}
.mod-hero-container .vanta-container .sparkle:nth-child(4) {
  --sparkle-duration: 7s;
  --sparkle-delay: 0.5s;
  left: 40%;
  top: 70%;
}
.mod-hero-container .vanta-container .sparkle:nth-child(5) {
  --sparkle-duration: 4s;
  --sparkle-delay: 1.5s;
  left: 50%;
  top: 40%;
}
.mod-hero-container .vanta-container .sparkle:nth-child(6) {
  --sparkle-duration: 6s;
  --sparkle-delay: 2.5s;
  left: 60%;
  top: 50%;
}
.mod-hero-container .vanta-container .sparkle:nth-child(7) {
  --sparkle-duration: 5s;
  --sparkle-delay: 1s;
  left: 70%;
  top: 25%;
}
.mod-hero-container .vanta-container .sparkle:nth-child(8) {
  --sparkle-duration: 7s;
  --sparkle-delay: 2s;
  left: 80%;
  top: 65%;
}
.mod-hero-container .vanta-container .sparkle:nth-child(9) {
  --sparkle-duration: 4s;
  --sparkle-delay: 0s;
  left: 90%;
  top: 35%;
}
.mod-hero-container .vanta-container .sparkle:nth-child(10) {
  --sparkle-duration: 6s;
  --sparkle-delay: 1.5s;
  left: 85%;
  top: 75%;
}
@keyframes glow {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}
@keyframes wave {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes sparkle-fade {
  0%, 100% {
    opacity: 0;
    transform: scale(0.2) translateY(0);
  }
  25%, 75% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  50% {
    opacity: 0.8;
    transform: scale(0.8) translateY(-20px);
  }
}
.mod-hero-container .sparkle {
  pointer-events: none;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
  animation: sparkle 2s ease-in-out infinite;
}
.mod-hero-container .sparkle:nth-child(1) {
  left: 86%;
  top: 35%;
  animation-delay: 0.932s;
}
.mod-hero-container .sparkle:nth-child(2) {
  left: 31%;
  top: 55%;
  animation-delay: 1.076s;
}
.mod-hero-container .sparkle:nth-child(3) {
  left: 35%;
  top: 94%;
  animation-delay: 1.974s;
}
.mod-hero-container .sparkle:nth-child(4) {
  left: 100%;
  top: 51%;
  animation-delay: 1.901s;
}
.mod-hero-container .sparkle:nth-child(5) {
  left: 3%;
  top: 92%;
  animation-delay: 1.395s;
}
.mod-hero-container .sparkle:nth-child(6) {
  left: 58%;
  top: 39%;
  animation-delay: 0.34s;
}
.mod-hero-container .sparkle:nth-child(7) {
  left: 37%;
  top: 75%;
  animation-delay: 0.607s;
}
.mod-hero-container .sparkle:nth-child(8) {
  left: 44%;
  top: 85%;
  animation-delay: 1.288s;
}
.mod-hero-container .sparkle:nth-child(9) {
  left: 94%;
  top: 56%;
  animation-delay: 0.022s;
}
.mod-hero-container .sparkle:nth-child(10) {
  left: 17%;
  top: 39%;
  animation-delay: 1.489s;
}
@keyframes sparkle {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
.mod-hero-container .light-particles-container {
  pointer-events: none;
  overflow: hidden;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50vh;
  opacity: 0.7;
  mask-image: linear-gradient(to bottom, transparent 0%, rgb(0 0 0 / 0.3) 8%, rgb(0 0 0 / 1) 18%, rgb(0 0 0 / 1) 82%, rgb(0 0 0 / 0.3) 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgb(0 0 0 / 0.3) 8%, rgb(0 0 0 / 1) 18%, rgb(0 0 0 / 1) 82%, rgb(0 0 0 / 0.3) 92%, transparent 100%);
  will-change: transform;
}
.mod-hero-container .light-beam {
  position: absolute;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgb(63 175 255 / 0.2) 20%, rgb(63 175 255 / 0.4) 40%, rgb(255 255 255 / 0.8) 50%, rgb(63 175 255 / 0.4) 60%, rgb(63 175 255 / 0.2) 80%, transparent);
  opacity: 0.7;
  filter: blur(1px);
  transform-origin: center;
  animation: beam-move 8s ease-in-out infinite;
}
.mod-hero-container .light-beam:nth-child(1) {
  left: 30%;
  animation-delay: -2s;
  transform: rotate(-45deg);
}
.mod-hero-container .light-beam:nth-child(2) {
  left: 50%;
  animation-delay: -4s;
  transform: rotate(-35deg);
}
.mod-hero-container .light-beam:nth-child(3) {
  left: 70%;
  animation-delay: -6s;
  transform: rotate(-55deg);
}
.mod-hero-container .light-particle {
  position: absolute;
  width: 5vw;
  height: 5vw;
  border-radius: 50%;
  filter: blur(4px);
  animation: float 10s ease-in-out infinite;
  will-change: transform, opacity;
  z-index: 9999;
}
.mod-hero-container .light-particle:nth-child(1) {
  left: 25%;
  top: 98%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -2.799s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(2) {
  left: 73%;
  top: 80%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -6.683s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(3) {
  left: 72%;
  top: 96%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.5);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -2.291s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(4) {
  left: 46%;
  top: 92%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -0.746s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(5) {
  left: 82%;
  top: 74%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.436s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(6) {
  left: 24%;
  top: 73%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.8);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -6.683s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(7) {
  left: 86%;
  top: 62%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.9);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -0.104s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(8) {
  left: 80%;
  top: 90%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.1);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -7.229s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(9) {
  left: 61%;
  top: 63%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.4);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -7.639s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(10) {
  left: 60%;
  top: 81%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.1);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -7.992s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(11) {
  left: 56%;
  top: 94%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.452s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(12) {
  left: 91%;
  top: 99%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.5);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -0.415s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(13) {
  left: 95%;
  top: 80%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -0.384s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(14) {
  left: 57%;
  top: 81%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.754s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(15) {
  left: 17%;
  top: 100%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.8);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -7.168s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(16) {
  left: 98%;
  top: 70%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.5);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -6.243s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(17) {
  left: 55%;
  top: 81%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -0.4s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(18) {
  left: 33%;
  top: 87%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.8);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.892s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(19) {
  left: 89%;
  top: 87%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.2);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.118s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(20) {
  left: 31%;
  top: 68%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.662s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(21) {
  left: 58%;
  top: 98%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.1);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -8s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(22) {
  left: 38%;
  top: 63%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.9);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -7.331s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(23) {
  left: 57%;
  top: 66%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -3.328s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(24) {
  left: 44%;
  top: 77%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.1);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -7.055s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(25) {
  left: 71%;
  top: 72%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.8);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -3.691s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(26) {
  left: 92%;
  top: 84%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -3.249s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(27) {
  left: 96%;
  top: 100%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.421s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(28) {
  left: 74%;
  top: 84%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.1);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -4.907s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(29) {
  left: 61%;
  top: 78%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.5);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.63s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(30) {
  left: 28%;
  top: 81%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -1.12s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(31) {
  left: 51%;
  top: 77%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.9);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.711s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(32) {
  left: 55%;
  top: 81%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -0.446s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(33) {
  left: 91%;
  top: 81%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.1);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -6.795s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(34) {
  left: 15%;
  top: 74%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.8);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.399s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(35) {
  left: 51%;
  top: 70%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.9);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -1.753s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(36) {
  left: 47%;
  top: 83%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.77s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(37) {
  left: 39%;
  top: 86%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.2);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -3.696s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(38) {
  left: 95%;
  top: 95%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.1);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -8.439s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(39) {
  left: 51%;
  top: 80%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -2.144s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(40) {
  left: 37%;
  top: 84%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.9);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -2.741s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(41) {
  left: 65%;
  top: 69%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -1.374s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(42) {
  left: 81%;
  top: 98%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.1);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -7.878s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(43) {
  left: 2%;
  top: 97%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -3.48s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(44) {
  left: 66%;
  top: 66%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -8.673s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(45) {
  left: 1%;
  top: 81%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.2);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -0.597s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(46) {
  left: 6%;
  top: 66%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.4);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -6.384s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(47) {
  left: 90%;
  top: 73%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -7.105s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(48) {
  left: 28%;
  top: 98%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.119s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(49) {
  left: 15%;
  top: 93%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.4);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.519s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(50) {
  left: 81%;
  top: 90%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -0.04s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(51) {
  left: 31%;
  top: 65%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -6.275s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(52) {
  left: 67%;
  top: 65%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.9);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -1.603s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(53) {
  left: 52%;
  top: 63%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -2.206s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(54) {
  left: 59%;
  top: 96%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.4);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -2.656s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(55) {
  left: 71%;
  top: 97%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.1);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -0.573s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(56) {
  left: 55%;
  top: 61%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.023s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(57) {
  left: 19%;
  top: 93%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.4);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.392s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(58) {
  left: 67%;
  top: 97%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -1.71s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(59) {
  left: 29%;
  top: 70%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.672s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(60) {
  left: 75%;
  top: 62%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.5);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -0.844s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(61) {
  left: 25%;
  top: 82%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.5);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -6.754s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(62) {
  left: 91%;
  top: 66%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.5);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -4.412s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(63) {
  left: 88%;
  top: 96%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.388s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(64) {
  left: 43%;
  top: 64%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.025s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(65) {
  left: 31%;
  top: 62%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.4);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -6.568s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(66) {
  left: 29%;
  top: 84%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -7.511s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(67) {
  left: 33%;
  top: 93%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.8);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -8.182s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(68) {
  left: 50%;
  top: 73%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -8.92s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(69) {
  left: 13%;
  top: 74%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -3.43s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(70) {
  left: 40%;
  top: 61%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.4);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -0.837s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(71) {
  left: 95%;
  top: 81%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.413s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(72) {
  left: 27%;
  top: 67%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.9);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -3.568s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(73) {
  left: 89%;
  top: 77%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -1.021s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(74) {
  left: 45%;
  top: 98%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.4);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -0.336s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(75) {
  left: 41%;
  top: 93%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -2.187s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(76) {
  left: 26%;
  top: 85%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -7.847s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(77) {
  left: 97%;
  top: 68%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.8);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.858s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(78) {
  left: 69%;
  top: 63%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.5);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -2.084s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(79) {
  left: 62%;
  top: 76%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.943s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(80) {
  left: 2%;
  top: 61%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.1);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -6.625s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(81) {
  left: 84%;
  top: 78%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.921s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(82) {
  left: 35%;
  top: 65%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -4.937s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(83) {
  left: 98%;
  top: 66%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -4.566s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(84) {
  left: 34%;
  top: 93%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.159s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(85) {
  left: 54%;
  top: 76%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -6.97s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(86) {
  left: 85%;
  top: 64%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.2);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -6.506s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(87) {
  left: 60%;
  top: 68%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.2);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.904s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(88) {
  left: 86%;
  top: 69%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -4.584s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(89) {
  left: 50%;
  top: 87%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.9);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -0.487s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(90) {
  left: 70%;
  top: 100%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.2);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.512s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(91) {
  left: 97%;
  top: 90%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.8);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -3.843s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(92) {
  left: 79%;
  top: 78%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -2.039s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(93) {
  left: 32%;
  top: 92%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.5);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -3.213s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(94) {
  left: 80%;
  top: 66%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.9);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -0.96s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(95) {
  left: 71%;
  top: 92%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -7.717s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(96) {
  left: 45%;
  top: 75%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.4);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.699s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(97) {
  left: 89%;
  top: 66%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.1);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.106s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(98) {
  left: 6%;
  top: 94%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.563s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(99) {
  left: 22%;
  top: 95%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -6.978s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(100) {
  left: 56%;
  top: 67%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.5);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -2.071s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(101) {
  left: 25%;
  top: 80%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -4.616s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(102) {
  left: 25%;
  top: 72%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.2);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -2.883s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(103) {
  left: 76%;
  top: 73%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.2);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -0.785s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(104) {
  left: 36%;
  top: 70%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -7.328s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(105) {
  left: 46%;
  top: 82%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -8.834s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(106) {
  left: 16%;
  top: 98%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.4);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -7.827s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(107) {
  left: 90%;
  top: 73%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.2);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -3.588s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(108) {
  left: 36%;
  top: 94%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.8);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -2.243s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(109) {
  left: 16%;
  top: 96%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -4.33s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(110) {
  left: 47%;
  top: 80%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -0.528s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(111) {
  left: 75%;
  top: 73%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.2);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.741s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(112) {
  left: 22%;
  top: 69%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.5);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -1.793s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(113) {
  left: 49%;
  top: 76%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -4.573s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(114) {
  left: 92%;
  top: 76%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.2);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -1.167s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(115) {
  left: 31%;
  top: 78%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -6.293s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(116) {
  left: 62%;
  top: 78%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.8);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -2.535s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(117) {
  left: 86%;
  top: 72%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -0.857s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(118) {
  left: 11%;
  top: 66%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -1.663s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(119) {
  left: 49%;
  top: 98%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.4);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -7.386s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(120) {
  left: 36%;
  top: 92%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.2);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -0.243s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(121) {
  left: 64%;
  top: 67%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.9);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.257s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(122) {
  left: 57%;
  top: 78%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.2);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -0.615s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(123) {
  left: 74%;
  top: 63%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.9);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.708s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(124) {
  left: 42%;
  top: 82%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.1);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -4.721s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(125) {
  left: 3%;
  top: 75%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -6.482s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(126) {
  left: 7%;
  top: 87%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.9);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -6.192s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(127) {
  left: 92%;
  top: 89%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.1);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -6.147s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(128) {
  left: 50%;
  top: 93%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.1);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.927s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(129) {
  left: 19%;
  top: 87%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.5);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -3.511s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(130) {
  left: 13%;
  top: 85%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.1);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.547s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(131) {
  left: 64%;
  top: 62%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -7.028s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(132) {
  left: 37%;
  top: 83%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.9);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -7.077s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(133) {
  left: 73%;
  top: 98%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.2);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -8.455s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(134) {
  left: 64%;
  top: 71%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.1);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -1.389s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(135) {
  left: 35%;
  top: 62%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.4);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -8.76s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(136) {
  left: 12%;
  top: 70%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.1);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -1.01s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(137) {
  left: 34%;
  top: 75%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.2);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -2.127s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(138) {
  left: 64%;
  top: 100%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.1);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -1.221s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(139) {
  left: 3%;
  top: 68%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.86s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(140) {
  left: 3%;
  top: 64%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.9);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.368s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(141) {
  left: 95%;
  top: 93%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.4);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.607s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(142) {
  left: 97%;
  top: 67%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -1.38s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(143) {
  left: 29%;
  top: 65%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.113s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(144) {
  left: 28%;
  top: 83%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.28s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(145) {
  left: 82%;
  top: 84%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.956s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(146) {
  left: 69%;
  top: 91%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.1);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -4.229s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(147) {
  left: 66%;
  top: 63%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.4);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -8.366s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(148) {
  left: 44%;
  top: 98%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.8);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -2.308s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(149) {
  left: 13%;
  top: 74%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.4);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.495s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(150) {
  left: 41%;
  top: 95%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -3.618s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle-white {
  position: absolute;
  top: 91%;
  width: 40px;
  height: 40px;
  background: radial-gradient(circle at center, rgb(255 255 255 / 1) 0%, rgb(255 255 255 / 0.8) 30%, rgb(255 255 255 / 0.4) 60%, transparent 100%);
  border-radius: 50%;
  box-shadow: 0 0 30px rgb(255 255 255 / 0.4), 0 0 60px rgb(255 255 255 / 0.2), 0 0 90px rgb(255 255 255 / 0.1);
  filter: none;
  animation: float 12s ease-in-out infinite;
  will-change: transform, opacity;
  z-index: 9999;
}
.mod-hero-container .light-particle-white:nth-child(1) {
  left: 31%;
  transform: scale(1.9);
  animation-delay: -0.498s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle-white:nth-child(2) {
  left: 60%;
  transform: scale(1.7);
  animation-delay: -6.847s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle-white:nth-child(3) {
  left: 55%;
  transform: scale(2.3);
  animation-delay: -10.458s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle-white:nth-child(4) {
  left: 39%;
  transform: scale(1.9);
  animation-delay: -8.168s;
  animation-duration: 13s;
}
.mod-hero-container .light-particle-white:nth-child(5) {
  left: 87%;
  transform: scale(2.7);
  animation-delay: -1.778s;
  animation-duration: 12s;
}
@keyframes beam-move {
  0%, 100% {
    opacity: 0.7;
    transform: rotate(-45deg) translateY(-10px);
  }
  50% {
    opacity: 0.3;
    transform: rotate(-45deg) translateY(10px);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0) scale(1);
    opacity: 0.7;
  }
  25% {
    transform: translateY(-15px) scale(1.05);
    opacity: 0.9;
  }
  50% {
    transform: translateY(-25px) scale(1.1);
    opacity: 1;
  }
  75% {
    transform: translateY(-10px) scale(1.05);
    opacity: 0.8;
  }
}
