Nothing found

It seems we can’t find what you’re looking for. Perhaps searching can help.

document.addEventListener('DOMContentLoaded', function() { document.querySelectorAll('.elementor-accordion').forEach(function(accordion) { accordion.querySelectorAll('.elementor-accordion-item').forEach(function(item) { item.classList.remove('elementor-active'); var content = item.querySelector('.elementor-accordion-content'); if (content) { content.style.display = 'none'; } }); }); });