.hero_section{background:var(--color-primary-light-gradient);isolation:isolate;position:relative}.hero_section:before{background:url(../imgs/hero-section/hero_bg.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;height:700px;width:700px}.hero_section:after,.hero_section:before{content:"";inset:0;isolation:auto;margin:auto;position:absolute;z-index:-1}.hero_section:after{background:url(../imgs/hero-section/circle-shadow.png);background-position:50%;background-repeat:no-repeat;background-size:437px 437px;height:437px;width:437px}.hero-points{inset:0;overflow:hidden;pointer-events:none;position:absolute}.hero-point{animation:floatAnimation ease-in-out infinite,glowAnimation ease-in-out infinite;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;will-change:transform}@keyframes floatAnimation{0%{transform:translate(0)}25%{transform:translate(-8px,-12px)}50%{transform:translate(10px,8px)}75%{transform:translate(-5px,14px)}to{transform:translate(0)}}@keyframes glowAnimation{0%,to{filter:drop-shadow(0 0 2px #2cb6ff);opacity:.4}50%{filter:drop-shadow(0 0 8px #55c6ff) drop-shadow(0 0 18px #55c6ff);opacity:1}}@media(max-width:768px){.hero_section:before{height:300px;width:300px}}
