CINXE.COM
Marketing consent
<!DOCTYPE html><!-- Last Published: Thu Feb 27 2025 08:18:54 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.eurowag.com" data-wf-page="655f5bfe0a00439379d1b5e6" data-wf-site="640885a438a8cac228718a04" lang="en"><head><meta charset="utf-8"/><title>Marketing consent</title><meta content="Marketing consent" property="og:title"/><meta content="Marketing consent" property="twitter:title"/><meta content="width=device-width, initial-scale=1" name="viewport"/><link href="https://cdn.prod.website-files.com/640885a438a8cac228718a04/css/eurowag-com.webflow.41c179aa7.min.css" rel="stylesheet" type="text/css"/><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640c8c83791fc7b4bc2bbfca_favicon32.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640c8be538ea4d85eadb6562_favicon256.png" rel="apple-touch-icon"/><link href="https://www.eurowag.com/marketing-consent" rel="canonical"/><!-- Disable format detection on iOS --> <meta name="format-detection" content="telephone=no"> <!-- Cloudflare Turnstile widget --> <script src="https://challenges.cloudflare.com/turnstile/v0/api.js" async defer></script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-WGVB2X7');</script> <!-- End Google Tag Manager --> <style> .css-etfare { display: none !important; } /*Skipping Links CSS*/ .skip-link { position: absolute; top: 0; left: 0; transform: translateY(-100%); /* Move off-screen */ background-color: #fff; color: #333; padding: 8px; z-index: 1000; transition: transform 0.3s ease-in-out; /* Transition on transform */ outline: none; } .skip-link:focus { transform: translateY(0); /* Move into view */ outline: 2px solid Highlight; } </style></head><body class="body"><div data-gtm-readingTime="" data-gtm-category="" data-gtm-topic="legal" data-gtm-originalSlug="" data-gtm-date="" class="w-embed w-iframe w-script"><!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WGVB2X7" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div id="gtm-container"> <div id="gtm-dbg"> <h4>GTM debug</h4> </div> </div> <script> document.addEventListener("DOMContentLoaded", function () { const parentDiv = document.getElementById("gtm-container").parentElement; const cookieArray = document.cookie.split("; "); let ewUserValue, page, user; let ewUserObject = {}; for (const cookie of cookieArray) { const cookiePair = cookie.split("="); if (cookiePair[0] === "_ew_user") { ewUserValue = cookiePair[1]; break; } } if (ewUserValue) { ewUserObject = JSON.parse(decodeURIComponent(ewUserValue)); } user = { type: ewUserValue ? "client" : "visitor", account_number: ewUserObject.crm_account_number || "", sso_id: ewUserObject.identity_id || "", sso_role: ewUserObject.sso_roles || "", }; if (parentDiv) { page = { segment: "Public web", category: parentDiv.dataset.gtmCategory, topic: parentDiv.dataset.gtmTopic, environment: window.location.hostname.endsWith("webflow.io") ? "dev" : "live", country: "global", language: document.documentElement.lang, name: document.title, hostname: window.location.hostname, clean_page_path: window.location.pathname, full_url: window.location.href, params: window.location.search }; if ( parentDiv.dataset.gtmOriginalSlug || parentDiv.dataset.gtmReadingtime || parentDiv.dataset.gtmDate ) { page.article = { original_name: parentDiv.dataset.gtmOriginalSlug, time_mins: parentDiv.dataset.gtmReadingtime, publish_date: parentDiv.dataset.gtmDate }; } if (typeof dataLayer !== "undefined") { dataLayer.push({ event: "pageView", page, user, }); } const debugDiv = document.getElementById("gtm-dbg"); const table = document.createElement("table"); function createTableRow(key, value) { const row = document.createElement("tr"); const cellKey = document.createElement("td"); const cellValue = document.createElement("td"); cellKey.textContent = key; cellValue.textContent = value; row.appendChild(cellKey); row.appendChild(cellValue); return row; } function createTableRows(obj, prefix = "") { for (let key in obj) { let newPrefix = prefix ? prefix + "." + key : key; if (typeof obj[key] === "object" && obj[key] !== null) { // This is a nested object, so let's go deeper createTableRows(obj[key], newPrefix); } else { // This is a normal value, add it to the table table.appendChild(createTableRow(newPrefix, obj[key])); } } } let combinedData = { page: { ...page }, user: { ...user } }; createTableRows(combinedData); debugDiv.appendChild(table); } const keys = { Control: false, Alt: false, }; window.addEventListener("keydown", function (event) { if (event.key in keys) { keys[event.key] = true; } if (keys.Control && keys.Alt) { document.getElementById("gtm-dbg").style.display = "block"; } }); window.addEventListener("keyup", function (event) { if (event.key in keys) { keys[event.key] = false; } document.getElementById("gtm-dbg").style.display = "none"; }); // Form submit push const form = document.querySelector("form"); // Check if form exists if (form !== null) { // Listen for the submit event on the form form.addEventListener("submit", function (e) { // Check if dataLayer is defined and push the event if (typeof dataLayer !== "undefined") { dataLayer.push({ event: "formSubmit", form: { id: form.id, }, page, user, }); } }); } // Buttons click push const buttons = document.querySelectorAll('a[id^="cta-"]'); buttons.forEach((button) => { button.addEventListener("click", function () { const id = button.id; const text = button.innerText; const href = button.href; let data = { event: "buttonClick", button: { type: "CTA", id, text: text, target: href, }, page, user }; const lastPart = id.split("-").pop(); data.button.name = lastPart ? lastPart : ""; if (typeof dataLayer !== "undefined") { dataLayer.push(data); } }); }) const elementsToObserve = document.querySelectorAll('div[id^="ew-widget-"]'); elementsToObserve.forEach((widgetElement) => { var observer = new MutationObserver(function () { // Widget interaction push const widgetButtons = widgetElement.querySelectorAll('button[id^="widget-"]'); widgetButtons.forEach((button) => { button.addEventListener("click", function () { const id = button.id; const parts = id.split("-"); let data = { event: "widgetInteraction", element: { id, widget: parts[1], section: parts[2], action: parts[3], }, page, user }; if (typeof dataLayer !== "undefined") { dataLayer.push(data); } }); }) // Buttons click push const buttons = widgetElement.querySelectorAll('a[id^="cta-"]'); buttons.forEach((link) => { link.addEventListener("click", function () { const id = link.id; const text = link.innerText; const href = link.href; let data = { event: "buttonClick", button: { type: "CTA", id, text: text, target: href, }, page, user }; const lastPart = id.split("-").pop(); data.button.name = lastPart ? lastPart : ""; if (typeof dataLayer !== "undefined") { dataLayer.push(data); } }); }); }) observer.observe(widgetElement, { childList: true, subtree: true }); }); }); </script> <style> #gtm-dbg { display: none; position: fixed; z-index: 1000; max-width: 520px; background-color: lightcyan; font-size: 0.8rem; bottom: 16px; right: 16px; opacity: 0.9; border-radius: 4px; border: 1px solid #ddd; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); } #gtm-dbg h4 { padding: 0 12px; } #gtm-dbg table tr:nth-child(odd) { background-color: #00ffff2e; } #gtm-dbg table td { padding: 2px 12px; } #gtm-dbg table tr td:nth-child(2) { font-weight: bold; } </style></div><div data-animation="default" data-collapse="medium" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="navigation w-nav"><div class="container-navigation w-container"><div class="skipping-link-wrapper"><a href="#main-content" class="skip-link">Skip to Main Content</a><a href="#footer" class="skip-link">Skip to Footer</a></div><div class="nav-wrapper"><a href="/" class="logo w-nav-brand"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8cae7f8718a2d_Logo.svg" loading="lazy" width="196" height="20" alt="Logo" class="logo-image"/></a><nav role="navigation" class="nav-desktop-menu-wrapper w-nav-menu"><ul role="list" class="nav-desktop-menu w-list-unstyled"><li class="nav-item"><div data-hover="false" data-delay="0" data-dropdown-toggle="" aria-haspopup="true" class="nav-dropdown w-dropdown"><div class="nav-toggle w-dropdown-toggle"><div class="nav-chevron-icon w-icon-dropdown-toggle"></div><div class="nav-text">Services</div></div><nav class="nav-dropdown-list shadow-three mobile-shadow-hide shadow light-border dropdown-radius w-dropdown-list"><div class="services-list-wrapper"><a href="/services/card" class="nav-service w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca6ef0718bb9_Card.svg" loading="lazy" alt="Card" class="nav-service-icon"/><div class="nav-service-text-wrapper"><div class="nav-service-title">Fuel card</div><div class="nav-service-subtitle">Fuel, Toll & Services</div></div></a><a href="/services/toll" class="nav-service w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8cabf19718a2c_Toll.svg" loading="lazy" alt="Toll" class="nav-service-icon"/><div class="nav-service-text-wrapper"><div class="nav-service-title">Toll</div><div class="nav-service-subtitle">Customizable Toll Options</div></div></a><a href="/services/fleet-management" class="nav-service w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca8631718a2b_Fleet.svg" loading="lazy" alt="Fleet" class="nav-service-icon"/><div class="nav-service-text-wrapper"><div class="nav-service-title">Fleet management</div><div class="nav-service-subtitle">Performance Insights</div></div></a><a href="/services/tax-refund" class="nav-service w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca98a3718a32_Tax%20refund.svg" loading="lazy" alt="Tax refund" class="nav-service-icon"/><div class="nav-service-text-wrapper"><div class="nav-service-title">Tax refund</div><div class="nav-service-subtitle">VAT & Excise Refund</div></div></a><a href="/services/automotive-and-emobility" class="nav-service w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca3a0f718bb5_Automotive.svg" loading="lazy" alt="Automotive" class="nav-service-icon"/><div class="nav-service-text-wrapper"><div class="nav-service-title">eMobility</div><div class="nav-service-subtitle">eMSP, Charging as a Service</div></div></a><a href="/services/fuel/alternative-fuel" class="nav-service w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca78f7718a2a_Fuel.svg" loading="lazy" alt="Fuel" class="nav-service-icon"/><div class="nav-service-text-wrapper"><div class="nav-service-title">Alternative fuels</div><div class="nav-service-subtitle">BioLNG/LNG, HVO</div></div></a><a href="/services/financial-services" class="nav-service w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca36f0718bb6_Finances.svg" loading="lazy" alt="Finances" class="nav-service-icon"/><div class="nav-service-text-wrapper"><div class="nav-service-title">Financial services</div><div class="nav-service-subtitle">Cashflow optimization</div></div></a><a href="/services/partner-services" class="nav-service w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca4d6f718bb7_Partners.svg" loading="lazy" alt="Partners" class="nav-service-icon"/><div class="nav-service-text-wrapper"><div class="nav-service-title">Partner services</div><div class="nav-service-subtitle">Drivers posting & Ferry booking</div></div></a><a href="/services/eurowag-mobile-app" class="nav-service w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca3c26718bb8_Mobile%20App.svg" loading="lazy" alt="Mobile App" class="nav-service-icon"/><div class="nav-service-text-wrapper"><div class="nav-service-title">Eurowag Mobile App</div><div class="nav-service-subtitle">The power of Eurowag in your pocket</div></div></a></div></nav></div></li><li class="nav-item"><div data-hover="false" data-delay="0" data-dropdown-toggle="" aria-haspopup="true" class="nav-dropdown w-dropdown"><div class="nav-toggle w-dropdown-toggle"><div class="nav-chevron-icon w-icon-dropdown-toggle"></div><div class="nav-text">Company</div></div><nav class="nav-dropdown-list shadow-three mobile-shadow-hide shadow light-border dropdown-radius w-dropdown-list"><div class="company-list-wrapper"><a href="/company/about-us" class="company-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca42ea718a33_EW.svg" loading="lazy" alt="EW" class="company-icon"/><div class="company-title">About us</div></a><a href="/company/esg" class="company-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca682f718a31_Sustainability.svg" loading="lazy" alt="Sustainability" class="company-icon"/><div class="company-title">Sustainability</div></a><a href="https://investors.eurowag.com/who-we-are/our-leadership/" target="_blank" class="company-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8cacdb2718bba_user-group%20Filled.svg" loading="lazy" id="w-node-_3e33c894-05f1-4b46-5c1a-dc60deaa8a6f-238a20b5" alt="User Group" class="company-icon"/><div class="company-title">Leadership</div></a><a href="/company/career" class="company-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8cacf7b718a36_Career.svg" loading="lazy" alt="Career" class="company-icon"/><div class="company-title">Career</div></a><a href="/company/press-releases" class="company-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca91ee718a35_Press%20Releases.svg" loading="lazy" id="w-node-_4aea5976-a617-770f-ef76-e74b238a2115-238a20b5" alt="Press releases" class="company-icon"/><div class="company-title">For media</div></a><a href="/company/partners" class="company-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca35f0718a34_Become%20a%20Partner.svg" loading="lazy" id="w-node-_4aea5976-a617-770f-ef76-e74b238a2119-238a20b5" alt="Become a Partner" class="company-icon"/><div class="company-title">Become a partner</div></a><a href="https://investors.eurowag.com/" target="_blank" class="company-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca16ab718a37_Investor.svg" loading="lazy" id="w-node-_4aea5976-a617-770f-ef76-e74b238a211d-238a20b5" alt="Investors" class="company-icon"/><div class="company-title">For investors</div></a></div></nav></div></li><li class="nav-item"><a href="/acceptance-network" class="nav-text-link">Acceptance network</a></li><li class="nav-item"><a href="/blog" class="nav-text-link">Blog</a></li><li class="nav-item"><a href="/contact-us" class="nav-text-link">Contact</a></li></ul></nav><div class="nav-desktop-actions-wrapper"><div class="nav-desktop-actions"><a id="cta-nav-reg" href="/contact-us" class="button-contained-medium w-inline-block"><div class="button-wrapper-medium"><div class="button-text">Become our client</div></div><div class="new-tab-span"><span>(opens in a new tab)</span></div></a><a id="cta-nav-portal" href="https://selfcare.eurowag.com/?lang=en" target="_blank" class="portal-icon-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca493c718a4b_User%20Icon%20Filled.svg" loading="lazy" alt="User Filled Light" class="mobile-user-icon"/><div class="new-tab-span"><span>(opens in a new tab)</span></div></a><div data-hover="false" data-delay="0" class="nav-dropdown w-dropdown"><div class="nav-toggle w-dropdown-toggle"><div class="nav-chevron-icon w-icon-dropdown-toggle"></div><div class="nav-text">EN</div></div><nav class="nav-dropdown-list shadow-three mobile-shadow-hide shadow light-border dropdown-radius country-selector w-dropdown-list"><div class="dropdown-scroll-wrapper"><a href="https://www.eurowag.com/" class="county-link active w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca112f718ad8_Great%20Britain%402x.png" loading="lazy" width="28" alt="United Kingdom" class="country-flag"/><div class="active-county-wrapper"><div class="country-name">English</div><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca457f718a49_check.svg" loading="lazy" alt="Checked simple" class="check-icon"/></div></a><a href="https://bg.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca7a6f718ad3_Bulgary%402x.png" loading="lazy" width="28" alt="Bulgary" class="country-flag"/><div class="country-name">България</div></a><a href="https://cz.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca25e6718ad4_Czech%402x.png" loading="lazy" width="28" alt="Czech" class="country-flag"/><div class="country-name">Česká republika</div></a><a href="https://de.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca220a718ac1_Germany%402x.png" loading="lazy" width="28" alt="Germany" class="country-flag"/><div class="country-name">Deutschland</div></a><a href="https://ee.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca787c718ad1_Estonia%402x.png" loading="lazy" width="28" alt="Estonia" class="country-flag"/><div class="country-name">Eesti</div></a><a href="https://es.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca3e05718aab_Spain%402x.png" loading="lazy" width="28" alt="Spain" class="country-flag"/><div class="country-name">España</div></a><a href="https://fr.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8caa2a1718ad2_French%402x.png" loading="lazy" width="28" alt="French" class="country-flag"/><div class="country-name">France</div></a><a href="https://it.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca06ac718ad0_Italy%402x.png" loading="lazy" width="28" alt="Italy" class="country-flag"/><div class="country-name">Italia</div></a><a href="https://lv.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8cacda2718abe_Latvia%402x.png" loading="lazy" width="28" alt="Latvia" class="country-flag"/><div class="country-name">Latvija</div></a><a href="https://lt.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8cad3a3718abd_Lithuania%402x.png" loading="lazy" width="28" alt="Lithuania" class="country-flag"/><div class="country-name">Lietuva</div></a><a href="https://hu.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8caab64718ad9_Hungary%402x.png" loading="lazy" width="28" alt="Hungary" class="country-flag"/><div class="country-name">Magyarország</div></a><a href="https://at.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca1b26718aa5_Austria%402x.png" loading="lazy" width="28" alt="Austria" class="country-flag"/><div class="country-name">Österreich</div></a><a href="https://pl.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca1d94718abc_Poland%402x.png" loading="lazy" width="28" alt="Poland" class="country-flag"/><div class="country-name">Polska</div></a><a href="https://pt.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca3813718abf_Portugal%402x.png" loading="lazy" width="28" alt="Portugal" class="country-flag"/><div class="country-name">Portugal</div></a><a href="https://ro.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8cafd17718c02_Roma%CC%82nia.png" loading="lazy" alt="România" class="country-flag"/><div class="country-name">România</div></a><a href="https://si.eurowag.com" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8caadbf718aa9_Slovenia%402x.png" loading="lazy" width="28" alt="Slovenia" class="country-flag"/><div class="country-name">Slovenija</div></a><a href="https://sk.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca1cb3718aaa_Slovakia%402x.png" loading="lazy" width="28" alt="Slovakia" class="country-flag"/><div class="country-name">Slovensko</div></a><a href="https://rs.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8caa71c718aa4_Serbia%402x.png" loading="lazy" width="28" alt="Serbia" class="country-flag"/><div class="country-name">Srbija</div></a><a href="https://tr.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8cae481718aa8_Turkey%402x.png" loading="lazy" width="28" alt="Turkey" class="country-flag"/><div class="country-name">Türkçe</div></a></div><div class="scroll-sign"><div class="scroll-dots">. . . </div></div></nav></div></div></div><nav role="navigation" class="nav-mobile-menu-wrapper w-nav-menu"><div class="mobile-menu-wrapper"><div class="menu-actions"><a href="/contact-us" class="button-contained-medium w-inline-block"><div class="button-wrapper-medium"><div class="button-text">Become our client</div></div></a><a href="https://selfcare.eurowag.com/?lang=en" target="_blank" class="button-outlined-medium w-inline-block"><div class="button-wrapper-medium"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca493c718a4b_User%20Icon%20Filled.svg" loading="lazy" width="20" alt="User Filled Light" class="medium-button-left-icon"/><div class="button-text">Client portal</div></div></a></div><ul role="list" class="mobile-menu w-list-unstyled"><li class="mobile-menu-item"><a href="/" class="mobile-menu-title">Homepage</a></li><li class="mobile-menu-item"><div class="mobile-menu-title">Services</div><div class="mobile-menu-subtitle-wrapper"><a href="/services/card" class="mobile-menu-subtitle">Fuel Card</a><a href="/services/automotive-and-emobility" class="mobile-menu-subtitle">eMobility</a><a href="/services/toll" class="mobile-menu-subtitle">Toll services</a><a href="/services/fuel/alternative-fuel" class="mobile-menu-subtitle">Alternative fuels</a><a href="/services/fleet-management" class="mobile-menu-subtitle">Fleet management</a><a href="/services/financial-services" class="mobile-menu-subtitle">Financial services</a><a href="/services/tax-refund" class="mobile-menu-subtitle">Tax refund</a><a href="/services/partner-services" class="mobile-menu-subtitle">Partner services</a><a href="/services/eurowag-mobile-app" class="mobile-menu-subtitle">Eurowag Mobile App</a></div></li><li class="mobile-menu-item"><a href="/acceptance-network" class="mobile-menu-title">Acceptance network</a></li><li class="mobile-menu-item"><div class="mobile-menu-title">Company</div><div class="mobile-menu-subtitle-wrapper"><a href="/company/about-us" class="mobile-menu-subtitle">About us</a><a href="/company/career" class="mobile-menu-subtitle">Career</a><a href="https://investors.eurowag.com/who-we-are/our-leadership/" target="_blank" class="mobile-menu-subtitle">Leadership</a><a href="/blog" class="mobile-menu-subtitle">Blog</a><a href="https://investors.eurowag.com/" target="_blank" class="mobile-menu-subtitle">Investor relations</a><a href="/company/esg" class="mobile-menu-subtitle">Sustainability</a><a href="/company/press-releases" class="mobile-menu-subtitle">Press releases</a><a href="/company/partners" class="mobile-menu-subtitle">Become a partner</a></div></li><li class="mobile-menu-item"><a href="/contact-us" class="mobile-menu-title">Contact</a></li><li class="mobile-menu-item"><div class="mobile-menu-title margin-bottom-5"><div class="bold-inline-text">Customer Service:</div><div class="inline-text-light"> 8:00 am - 5:00 pm working days</div></div><div class="mobile-menu-title margin-bottom-5"><div class="bold-inline-text">Customer Assistance:</div><div class="inline-text-light"> 24/7 NON STOP</div></div><div class="phone-menu-action"><div class="second-button-outlined-medium"><a href="tel:+420233555111" class="second-button-outlined-medium w-inline-block"><div class="button-wrapper-medium"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8caa982718a4c_Call%20Circle%20Filled.svg" loading="lazy" alt="Call dark" class="medium-button-left-icon"/><div class="button-text">+420 233 555 111</div></div></a></div></div></li><li class="mobile-menu-item"><div class="mobile-menu-title">Mobile app</div><div class="app-actions"><div id="w-node-_4aea5976-a617-770f-ef76-e74b238a21c2-238a20b5" class="app-actions-wrapper"><a href="https://link.eurowag.com/wpa" target="_blank" class="google-play-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8cab8da718a74_Google%20Play%402x.webp" loading="lazy" width="160" alt="Google play" class="google-play"/></a><a href="https://link.eurowag.com/wpi" target="_blank" class="app-store-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca05bd718a73_App%20Store%402x.png" loading="lazy" width="160" alt="App store" class="app-store"/></a></div></div></li><li class="mobile-menu-item padding-bottom"><div class="mobile-menu-title">Social networks</div><div class="socials-wrapper"><a href="https://www.linkedin.com/company/w-a-g-payment-solutions-a-s-/" target="_blank" class="social-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca8278718a4d_Linkedin%20Icon.svg" loading="lazy" id="w-node-_4aea5976-a617-770f-ef76-e74b238a21cc-238a20b5" alt="Linkedin"/></a><a href="https://www.facebook.com/Eurowag-300730813753922/" target="_blank" class="social-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca6e4d718a4e_Facebook%20Icon.svg" loading="lazy" id="w-node-_4aea5976-a617-770f-ef76-e74b238a21ce-238a20b5" alt="Facebook"/></a><a href="https://www.youtube.com/user/ewcards" target="_blank" class="social-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca8dd3718a4f_Youtube%20Icon.svg" loading="lazy" alt="Youtube"/></a></div></li></ul></div><div class="scroll-sign"><div class="scroll-dots">. . . </div></div></nav><div class="nav-mobile-actions-wrapper"><div class="mobile-actions"><div data-hover="false" data-delay="0" class="nav-dropdown w-dropdown"><div class="nav-toggle w-dropdown-toggle"><div class="nav-chevron-icon w-icon-dropdown-toggle"></div><div class="nav-text">EN</div></div><nav class="nav-dropdown-list shadow-three mobile-shadow-hide shadow light-border dropdown-radius country-selector w-dropdown-list"><div class="dropdown-scroll-wrapper"><a href="https://www.eurowag.com/" class="county-link active w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca112f718ad8_Great%20Britain%402x.png" loading="lazy" width="28" alt="United Kingdom" class="country-flag"/><div class="active-county-wrapper"><div class="country-name">English</div><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca457f718a49_check.svg" loading="lazy" alt="Checked simple" class="check-icon"/></div></a><a href="https://bg.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca7a6f718ad3_Bulgary%402x.png" loading="lazy" width="28" alt="Bulgary" class="country-flag"/><div class="country-name">България</div></a><a href="https://cz.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca25e6718ad4_Czech%402x.png" loading="lazy" width="28" alt="Czech" class="country-flag"/><div class="country-name">Česká republika</div></a><a href="https://de.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca220a718ac1_Germany%402x.png" loading="lazy" width="28" alt="Germany" class="country-flag"/><div class="country-name">Deutschland</div></a><a href="https://ee.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca787c718ad1_Estonia%402x.png" loading="lazy" width="28" alt="Estonia" class="country-flag"/><div class="country-name">Eesti</div></a><a href="https://es.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca3e05718aab_Spain%402x.png" loading="lazy" width="28" alt="Spain" class="country-flag"/><div class="country-name">España</div></a><a href="https://fr.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8caa2a1718ad2_French%402x.png" loading="lazy" width="28" alt="French" class="country-flag"/><div class="country-name">France</div></a><a href="https://it.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca06ac718ad0_Italy%402x.png" loading="lazy" width="28" alt="Italy" class="country-flag"/><div class="country-name">Italia</div></a><a href="https://lv.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8cacda2718abe_Latvia%402x.png" loading="lazy" width="28" alt="Latvia" class="country-flag"/><div class="country-name">Latvija</div></a><a href="https://lt.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8cad3a3718abd_Lithuania%402x.png" loading="lazy" width="28" alt="Lithuania" class="country-flag"/><div class="country-name">Lietuva</div></a><a href="https://hu.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8caab64718ad9_Hungary%402x.png" loading="lazy" width="28" alt="Hungary" class="country-flag"/><div class="country-name">Magyarország</div></a><a href="https://at.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca1b26718aa5_Austria%402x.png" loading="lazy" width="28" alt="Austria" class="country-flag"/><div class="country-name">Österreich</div></a><a href="https://pl.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca1d94718abc_Poland%402x.png" loading="lazy" width="28" alt="Poland" class="country-flag"/><div class="country-name">Polska</div></a><a href="https://pt.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca3813718abf_Portugal%402x.png" loading="lazy" width="28" alt="Portugal" class="country-flag"/><div class="country-name">Portugal</div></a><a href="https://ro.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8cafd17718c02_Roma%CC%82nia.png" loading="lazy" alt="România" class="country-flag"/><div class="country-name">România</div></a><a href="https://si.eurowag.com" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8caadbf718aa9_Slovenia%402x.png" loading="lazy" width="28" alt="Slovenia" class="country-flag"/><div class="country-name">Slovenija</div></a><a href="https://sk.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca1cb3718aaa_Slovakia%402x.png" loading="lazy" width="28" alt="Slovakia" class="country-flag"/><div class="country-name">Slovensko</div></a><a href="https://rs.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8caa71c718aa4_Serbia%402x.png" loading="lazy" width="28" alt="Serbia" class="country-flag"/><div class="country-name">Srbija</div></a><a href="https://tr.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8cae481718aa8_Turkey%402x.png" loading="lazy" width="28" alt="Turkey" class="country-flag"/><div class="country-name">Türkçe</div></a></div><div class="scroll-sign"><div class="scroll-dots">. . . </div></div></nav></div><a href="https://selfcare.eurowag.com/?lang=en" target="_blank" class="portal-icon-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca5b73718a4a_Mobile%20User%20Icon.svg" loading="lazy" width="24" height="24" alt="User" class="mobile-user-icon-small"/></a><div class="menu-button-3 w-nav-button"><div class="w-icon-nav-menu"></div></div></div></div></div></div></div><div id="main-content" class="section-white-breadcrumbs"><div class="section-secondary-breadcrumbs-wrapper"><div class="container-content w-container"><div class="breadcrumbs"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8cad93f718bbc_arrow-back.svg" loading="lazy" width="10" height="18" alt="" class="breadcrumbs-image"/><div class="breadcrumbs-levels"><a href="/" class="breadcrumb-home w-inline-block"><div class="breadcrumb-link-text first-child">Home</div></a><div class="breadcrumb-level"><div class="breadcrumb-divider">/</div><div class="breadcrumb-text">Marketing consent</div></div></div></div><div class="margin-30-20"><div class="flex-gap-40"><h1 class="h1">Marketing consent</h1><div class="rich-text-wrapper"><div class="doc-rich-text w-richtext"><h2><strong>Consent to the processing of personal data for marketing purpose</strong></h2><p></p><h3><strong>Who are you giving your consent to?</strong> </h3><p>You consent to the processing of your personal data by the following members of the Eurowag group as joint controllers: </p><ul role="list"><li>W.A.G. PAYMENT SOLUTIONS, A.S., COMPANY REGISTRATION NUMBER: 264 15 623 (CZ)</li><li>SYGIC A.S., COMPANY ID: 35 892 030 (SK)</li><li>ARRAIA-OIL, S.L., COMPANY REGISTRATION NUMBER: B01314012 (ES)</li><li>W.A.G. ISSUING SERVICES, A.S., COMPANY REGISTRATION NUMBER: 050 21 910 (CZ)</li><li>PRINCIP A.S., COMPANY REGISTRATION NUMBER: 416 90 311 (CZ)</li><li>WEBEYE TELEMATICS GROUP </li><li>Other companies that are registered in the list of <a href="https://www.eurowag.com/files/legal/eurowag-group.pdf" target="_blank">Eurowag group companies</a></li></ul><p></p><p>You consent to the processing of your personal data by W.A.G. PAYMENT SOLUTIONS, A.S., with its registered office at NA VÍTĚZNÉ PLÁNI 1719/4, 140 00 PRAGUE 4, CZECH REPUBLIC, COMPANY ID: 264 15 623 (hereinafter referred to as "EUROWAG"), as a controller of your data, in order to transmit your data to these recipients/partners for commercial and marketing purposes: <a href="https://www.eurowag.com/legal-documents" target="_blank">list of the recipients/partners</a></p><p>Please be informed that the current form of the list of partners is always available <a href="https://www.eurowag.com/legal-documents" target="_blank">at this link</a>.</p><p></p><p><strong>What personal data will we process? </strong></p><p>The data we plan to process includes your identification data (business or company name, company registration number, vat number, legal type, internal status) contact details (contact person, telephone and email address), details of your solvency and trustworthiness, details of your use of our services, geolocation data, and, where applicable, data from so-called "cookies" or sdks (which collect data from your mobile phones, tablets, computers, etc.).</p><p></p><p><strong>What will we use your personal data for (purpose of processing)? </strong></p><p>You consent to the processing of your personal data for the purpose of preparing and sending personalized offers to you and informing you about news and updates concerning the Eurowag group. This includes, in particular, analyzing your personal data (including automated processing), evaluating your needs, and providing you with the most suitable product or service offer from the entire Eurowag group, as well as informing you about new products and services, acquisitions, planned projects or other important events of the Eurowag group and its members or business partners.</p><p></p><p><strong>How will you be contacted? </strong></p><p>You may be contacted via electronic messages such as emails, sms, mobile applications (including our own applications, and possibly via third party applications such as whatsapp, fb messenger, etc.), messages via the client portal, phone calls, websites operated by individual Eurowag members, regular mail and/or in person via Eurowag or our partners sales representatives.</p><p></p><p><strong>For how long do you consent to data processing?</strong></p><p>We will process your personal data for the above purposes for 3 years from the date you give your consent, unless you withdraw it earlier.</p><p></p><p><strong>How can you withdraw your consent & what are further details about the personal data processing and your rights? </strong></p><p>Your consent is voluntary and you may withdraw it at any time; this does not affect the lawfulness of processing carried out prior to such withdrawal. You can withdraw your consent either by using the "unsubscribe" option included in marketing emails, or by any other means set out in the "<a href="/privacy-policy">privacy and data protection policy</a>". This policy is available on the privacy and personal data protection policy ✓ Eurowag website. Beyond the general information about the processing of personal data, it also contains a list and explanation of your rights relating to personal data, as well as the necessary information about the content of our data-sharing agreement.</p><p></p><p><strong>General affidavit/disclaimer</strong></p><p><em>I hereby solemnly declare that i am authorized by and fully entitled to grant this consent on behalf of the company that i represent. By giving this consent, i also acknowledge the fact that this may have implications for the business relations for the company.</em></p></div></div></div></div></div></div></div><section id="footer" class="footer"><div class="footer-wrapper"><div class="container-content w-container"><div class="footer-content"><div id="w-node-c86a5689-d32a-d19c-c6a3-aed3cd043fc1-cd043fbd" class="footer-block"><div class="footer-title">Eurowag</div><a href="/" class="footer-link">Homepage</a><a href="/contact-us" class="footer-link">Contact</a><a href="/acceptance-network" class="footer-link">Acceptance network</a><a href="/company/about-us" class="footer-link">Company</a><a href="/company/career" class="footer-link">Career</a><a href="/company/partners" class="footer-link">Become our partner</a><a href="https://investors.eurowag.com/" target="_blank" class="footer-link w-inline-block"><div>Investor relations</div><div class="new-tab-span"><span>(opens in a new tab)</span></div></a><a href="/blog" class="footer-link">Blog</a><a href="/company/press-releases" class="footer-link">For media</a></div><div id="w-node-c86a5689-d32a-d19c-c6a3-aed3cd043fd6-cd043fbd" class="footer-block"><div class="footer-title">Our products and services</div><a href="/services/card" class="footer-link">Fuel card</a><a href="/services/toll" class="footer-link">Toll</a><a href="/services/tax-refund" class="footer-link">Tax refund</a><a href="/services/fleet-management" class="footer-link">Fleet management</a><a href="/services/eurowag-navigation" class="footer-link">Eurowag navigation</a><a href="/services/automotive-and-emobility" class="footer-link">eMobility</a><a href="/services/fuel" class="footer-link">Fuel</a><a href="/services/financial-services" class="footer-link">Financial services</a><a href="/services/partner-services" class="footer-link">Partners services<br/></a><a href="/services/eurowag-mobile-app" class="footer-link">Eurowag mobile app<br/></a><a href="/services/fraud-protection" class="footer-link">Fraud protection<br/></a></div><div class="footer-block"><div class="footer-title">Documents</div><a href="/privacy-policy" class="footer-link">Privacy policy</a><a href="/cookie-policy" class="footer-link">Cookie policy</a><a href="/legal-documents" class="footer-link">Legal documents</a><a href="/marketing-consent" aria-current="page" class="footer-link w--current">Marketing consent</a><a href="https://www.eurowag.com/files/modern-slavery-statement" target="_blank" class="footer-link w-inline-block"><div>Modern slavery statement</div><div class="new-tab-span"><span>(opens in a new tab)</span></div></a><a href="https://cdn.prod.website-files.com/640885a438a8cac228718a04/6449142835d6ff381652b487_EW%20Manual%20Smartpeak_EN%20Toll%20demo.pdf" target="_blank" class="footer-link w-inline-block"><div>Eurowag manual Smartpeak</div><div class="new-tab-span"><span>(opens in a new tab)</span></div></a><a href="/services/security-and-data-protection" class="footer-link">Security and data protection</a><a href="/files/speak-up-policy.pdf" target="_blank" class="footer-link w-inline-block"><div>Speak Up policy</div><div class="new-tab-span"><span>(opens in a new tab)</span></div></a></div><div id="w-node-c86a5689-d32a-d19c-c6a3-aed3cd043fea-cd043fbd" class="footer-block"><div class="footer-subblock"><div class="footer-title"><div class="bold-inline-text">Customer Service:</div><div class="inline-text-light"> 8:00 am - 5:00 pm working days</div></div><div class="footer-title"><div class="bold-inline-text">Customer Assistance:</div><div class="inline-text-light"> 24/7 NON STOP</div></div><div class="second-button-outlined-medium"><a id="cta-footer-phone" href="tel:+420233555111" class="second-button-outlined-medium w-inline-block"><div class="button-wrapper-medium"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8caa982718a4c_Call%20Circle%20Filled.svg" loading="lazy" width="20" height="19.19" alt="Call dark" class="medium-button-left-icon"/><div class="button-text">+420 233 555 111</div></div></a></div><div class="footer-title"></div></div><div class="footer-subblock"><div class="footer-title">Eurowag mobile app</div><div id="w-node-_815b0eec-d7e3-7572-875e-a864237b8463-237b8463" class="mobile-app-wrapper"><a href="https://link.eurowag.com/wpa" target="_blank" class="google-play-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8cab8da718a74_Google%20Play%402x.webp" loading="lazy" height="42" width="160" alt="Google play" class="google-play"/><div class="new-tab-span"><span>(opens in a new tab)</span></div></a><a href="https://link.eurowag.com/wpi" target="_blank" class="app-store-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca05bd718a73_App%20Store%402x.png" loading="lazy" width="160" height="42" alt="App store" class="app-store"/><div class="new-tab-span"><span>(opens in a new tab)</span></div></a></div></div><div class="footer-subblock"><div class="footer-title">Social networks</div><div class="socials-wrapper"><a href="https://www.linkedin.com/company/eurowag/" target="_blank" class="social-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca8278718a4d_Linkedin%20Icon.svg" loading="lazy" width="32" height="32" alt="Linkedin" id="w-node-c86a5689-d32a-d19c-c6a3-aed3cd043ff9-cd043fbd"/><div class="new-tab-span"><span>(opens in a new tab)</span></div></a><a href="https://www.facebook.com/Eurowag-300730813753922/" target="_blank" class="social-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca6e4d718a4e_Facebook%20Icon.svg" loading="lazy" width="32" height="32" alt="Facebook" id="w-node-c86a5689-d32a-d19c-c6a3-aed3cd043ffb-cd043fbd"/><div class="new-tab-span"><span>(opens in a new tab)</span></div></a><a href="https://www.youtube.com/user/ewcards" target="_blank" class="social-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca8dd3718a4f_Youtube%20Icon.svg" loading="lazy" width="32" height="32" alt="Youtube"/><div class="new-tab-span"><span>(opens in a new tab)</span></div></a></div></div></div></div></div></div><div class="copyrights-wrapper"><div class="container-content w-container"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8cae7f8718a2d_Logo.svg" loading="lazy" alt="Logo" class="logo-footer"/><div class="footer-copyright-center">Copyright © 2025, W.A.G. payment solutions, a.s. All services are provided by W.A.G. payment solutions, a.s. and its subsidiaries. W.A.G. payment solutions, a.s. is registered in the Commercial Register under file No. B 6882 at the Municipal Court in Prague, Czech Republic (registered number 26415623). W.A.G. Issuing Services, a.s. is a wholly owned subsidiary of W.A.G. payment solutions, a.s. and is authorized and regulated by the Czech National Bank (www.CNB.cz) under its identification number (ID no.): 050 21 910, registered in the Czech Republic registered office at Na Vítězné pláni 1719/4 140 00 Prague 4 Czech Republic. All rights reserved.</div></div></div></section><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=640885a438a8cac228718a04" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/js/webflow.e247238d.bbb4fcbff3345782.js" type="text/javascript"></script><!-- Cookies --> <script type="module" crossorigin="anonymous"> import { createCookieModal } from "https://cdn.eurowag.com/cookies/cookies.js"; createCookieModal('en'); </script> <!-- Page utils --> <script src="https://cdn.eurowag.com/page-utils/main.js" crossorigin="anonymous"></script> <!-- Dropdown expanded/collapsed state / For accessibility --> <script> document.addEventListener('DOMContentLoaded', function() { const dropdownToggles = document.querySelectorAll('[data-dropdown-toggle]'); dropdownToggles.forEach(toggle => { const dropdown = toggle.closest('.w-dropdown'); const dropdownList = toggle.getAttribute('aria-controls'); const dropdownListElement = document.getElementById(dropdownList); // Set initial aria-expanded to false toggle.setAttribute('aria-expanded', 'false'); // Add event listener to toggle toggle.addEventListener('click', function() { const isExpanded = toggle.getAttribute('aria-expanded') === 'true'; if (isExpanded) { toggle.setAttribute('aria-expanded', 'false'); dropdownListElement.style.display = 'none'; // Hide the dropdown } else { toggle.setAttribute('aria-expanded', 'true'); dropdownListElement.style.display = 'block'; // Show the dropdown } }); }); }); </script></body></html>