var module_178509693621=function(){const cntBox=document.querySelector(".cnt-box");new IntersectionObserver(((entries,observer)=>{entries.forEach((entry=>{if(entry.isIntersecting){entry.target.querySelectorAll(".stat").forEach((stat=>{!function(el){const target=parseFloat(el.getAttribute("data-target"));let start=0;const increment=target/(2e3/30),isDecimal=target%1!=0,precision=isDecimal?1:0,counter=setInterval((()=>{start+=increment,el.textContent=isDecimal?start.toFixed(1):Math.floor(start),start>=target&&(el.textContent=target.toFixed(precision),clearInterval(counter))}),30)}(stat)})),observer.unobserve(entry.target)}}))}),{threshold:.5}).observe(cntBox)}();