document.addEventListener("DOMContentLoaded",function(){const e=document.querySelectorAll(".accordion");e.length&&e.forEach(e=>{e.addEventListener("click",()=>{e.classList.toggle("active")})});document.querySelectorAll('[scroll="goScrollToForm"]').forEach(e=>{e.addEventListener("click",t=>{const r=document.querySelector("#registration-form,.registration-form,#form");r&&(t.preventDefault(),r.scrollIntoView({behavior:"smooth",block:"center"}))})})});