var module_108138144770=function(){var __hs_messages={};i18n_getmessage=function(){return hs_i18n_getMessage(__hs_messages,hsVars.language,arguments)},i18n_getlanguage=function(){return hsVars.language};document.querySelectorAll(".progress-bar").forEach((progressBar=>{const progress1=progressBar.querySelector(".progress1"),progress2=progressBar.querySelector(".progress2"),progress1Value=progressBar.dataset.progress1,progress2Value=progressBar.dataset.progress2;progress1.style.width=`${progress1Value}%`,progress2.style.width=`${progress2Value}%`,progress1.animate([{width:"0%"},{width:`${progress1Value}%`}],{duration:3e3,easing:"ease-in-out",fill:"forwards"}),progress2.animate([{width:"0%"},{width:`${progress2Value}%`}],{duration:4e3,easing:"ease-in-out",fill:"forwards"})}))}();