Skip to content
About Us
Risk Management
Security Services & Training
Cybersecurity
News
Contact
Subscribe to our weekly updates
Be informed and be proactive about your cyber presence and avoid data breaches
×
document.addEventListener('DOMContentLoaded', function () { const timelineItems = document.querySelectorAll('.v-timeline-item'); timelineItems.forEach(item => { item.addEventListener('touchstart', function () { timelineItems.forEach(el => el.classList.remove('active')); this.classList.add('active'); }); }); });