notMobile&&(()=>{let e={flakeCount:100,minDist:150,color:"255, 255, 255",size:2,speed:.5,opacity:.2,stepsize:.5};const t=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||window.msRequestAnimationFrame||function(e){window.setTimeout(e,1e3/60)};window.requestAnimationFrame=t;const i=document.getElementById("snow"),n=i.getContext("2d"),o=e.flakeCount;let a=-100,s=-100,d=[];i.width=window.innerWidth,i.height=window.innerHeight;const h=()=>{n.clearRect(0,0,i.width,i.height);const r=e.minDist;for(let t=0;t.01&&(o.velY+=.01*(o.speed-o.velY)),o.velX+=Math.cos(o.step+=.05)*o.stepSize;n.fillStyle="rgba("+e.color+", "+o.opacity+")",o.y+=o.velY,o.x+=o.velX,(o.y>=i.height||o.y<=0)&&l(o),(o.x>=i.width||o.x<=0)&&l(o),n.beginPath(),n.arc(o.x,o.y,o.size,0,2*Math.PI),n.fill()}t(h)},l=e=>{e.x=Math.floor(Math.random()*i.width),e.y=0,e.size=3*Math.random()+2,e.speed=1*Math.random()+.5,e.velY=e.speed,e.velX=0,e.opacity=.5*Math.random()+.3};document.addEventListener("mousemove",e=>{a=e.clientX,s=e.clientY}),window.addEventListener("resize",()=>{i.width=window.innerWidth,i.height=window.innerHeight}),(()=>{for(let t=0;t