We are committed to constantly improving our service and your experience. Your feedback allows us to focus on the right areas and has a direct impact on how we operate.
document.querySelector('.cookie-banner-accept-button').addEventListener('click', function () {
const event = new Event("consentGranted");
window.dispatchEvent(event);
});