Oh, cookies in sight!
To ensure you get the best and most secure experience, our website uses essential cookies, and with your consent, other cookies to analyze traffic and improve our services. You can choose to accept only essential cookies or accept all cookies. You can change your choice at any time in your privacy settings.
Learn more
{
// Update Google Consent Mode
if (typeof gtag !== 'undefined') {
gtag('consent', 'update', {
'ad_storage': 'granted',
'ad_user_data': 'granted',
'ad_personalization': 'granted',
'analytics_storage': 'granted'
});
}
localStorage.setItem('cookieConsent', 'true');
window.location.reload();
});
" class="flex-1 bg-white text-black border border-black hover:text-black hover:bg-green-200 cursor-pointer px-4 py-2 rounded-full font-light transition">
Accept everything
{
// Update Google Consent Mode - keep consent denied
if (typeof gtag !== 'undefined') {
gtag('consent', 'update', {
'ad_storage': 'denied',
'ad_user_data': 'denied',
'ad_personalization': 'denied',
'analytics_storage': 'denied'
});
}
localStorage.setItem('cookieConsent', 'false');
window.location.reload();
});
" class="flex-1 bg-white text-black border border-black hover:text-black hover:bg-red-100 cursor-pointer px-4 py-2 rounded-full font-light transition">
Accept the essentials