document.addEventListener('DOMContentLoaded', function() { const toggleIcon = document.querySelector('.accordion-toggle-icon'); const accordionItem = document.querySelector('#e-n-accordion-item-2970'); if (toggleIcon && accordionItem) { toggleIcon.addEventListener('click', function() { const isOpen = accordionItem.hasAttribute('open'); if (isOpen) { accordionItem.removeAttribute('open'); toggleIcon.classList.remove('active'); } else { accordionItem.setAttribute('open', 'open'); toggleIcon.classList.add('active'); } }); } });

Add Your Heading Text Here

Please go through the following terms and conditions carefully.

Please accept the Terms and Conditions to proceed.

coming soon...

Please go through the following terms and conditions carefully.

Please accept the Terms and Conditions to proceed.