Skip to main content
search

Register a Complaint

Fill in the form to register your complaint and our representatives will get in touch with you within 24 hours.

    Customer Information:

    Contact Information:

    Product Complaint Information:

    Close Menu
    document.addEventListener("DOMContentLoaded", function () { const videos = document.querySelectorAll(".slider-video"); videos.forEach(video => { video.muted = false; // Attempt to play (might fail due to autoplay policy) const playPromise = video.play(); if (playPromise !== undefined) { playPromise.catch(error => { console.warn("Autoplay with audio failed:", error); }); } }); });