Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

Find your solution

Fill out the form below, and we will be in touch shortly.

Contact Information
Service Details

Some of Our Key Customers

Distribution

document.addEventListener('DOMContentLoaded', function () { const icon = document.querySelector('.icon'); const block = document.querySelector('.hidden-block'); if (icon && block) { icon.addEventListener('click', () => { block.classList.toggle('show'); }); } });