.has-animated-grid{position:relative;overflow:hidden}.has-animated-grid::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background-image:radial-gradient(circle,rgb(255 255 255 / .1) 2px,transparent 1px);background-size:25px 25px;animation:moveGrid 10s linear infinite}.has-animated-grid .container{position:relative;z-index:1}@keyframes moveGrid{from{background-position:0 0}to{display:fixed;background-position:-25px -25px}}