(function() { var template = "
\n \n \n
\n
\n
\n

\n By using this website you agree to cookies.\n

\n\n
\n
\n\n \n
\n
\n\n\t\t \n\t\t\n About cookies\n \n \n \n\n \n \n\n \n \n
\n
\n
\n\n \n
\n
\n\t\t
\n

Cookie policy

\n\n\n
\n Your consent applies to Bovada brand domains\n
\n\n
\n
\n
\n
\n
\n

What is a cookie?

\n

A cookie is a small data file stored in your computer, tablet or smartphone. A cookie is not a program that can contain harmful malware or virus.

\n
\n

How our website uses cookies

\n

Some cookies perform essential functions for our website. Cookies also help us get an overview of your visit to our website so we can continuously optimize and tailor the experience to your needs and interests. For example, cookies remember things like the items added to the shopping cart; whether you have visited our website before; if you are logged in; and the specific language and currency you prefer to see on the website. We also use cookies to target our ads specifically to you on other websites. In general, we use cookies as part of our service to present you with content that is as relevant to you as possible.

\n\n
\n

How long are cookies stored?

\n

The length of time a cookie is stored on your devices and browsers varies. The lifetime is calculated according to your last visit to the website. When a cookie expires, it is automatically deleted. All our cookies’ lifetimes are specified in our cookie policy.

\n
\n

How to block or delete cookies

\n

You may at any time block all or just third-party cookies completely by changing the browser settings on your computer, tablet or smartphone. The location of these settings will depend on the browser you use. However, you should be aware that if you block all or just third-party cookies, there may be functions and services that you will be unable to use on the website (because these depend on cookies).\n

\n
\n

How can you delete cookies?

\n

You can delete cookies that you have previously accepted. It depends on which browser (Chrome, Firefox, Safari, etc.) and device (smartphone, tablet, PC, Mac) you are using.
You can typically find this information under settings – Security and Privacy – but this may vary from one browser to another. Specify which device/browser you are using (click the appropriate link):

\n\n
\n

Changing your consent

\n

You can change your consent by either deleting cookies from your browser or by changing your original choice by clicking the link below:

\nYou can change your consent by clicking here\n

Remember: If you use more than one browser, you must delete cookies in all of them.

\n
\n

Do you have any questions?

\n

If you have any comments or questions relating to our information and/or processing of personal data, please feel welcome to contact us.\n The cookie policy itself is updated once a month by Cookie Information. If you have any questions about our cookie policy, you are welcome to contact Cookie Information on their website.

\n
\n
\n
\n
\n \n \n
\n
\n
\n
\n"; var js = "var coiOverlay = document.getElementById(\"coiOverlay\");\nvar coiWrapper = document.getElementById(\"coi-banner-wrapper\");\nvar renewBtn = document.getElementById(\"Coi-Renew\");\nvar purposesList = document.getElementsByClassName(\"coi-purpose-list\");\n\n/* LOGO FUNCTION START */\n(function () {\n var imagePath = \"\"; // Change this to your own logo URL\n var container = document.getElementsByClassName(\"coi-banner__footer\");\n\n for (var i = 0; i < container.length; i++) {\n var logo;\n if (imagePath) {\n logo = document.createElement(\"img\");\n logo.style.width = \"180px\";\n logo.src = imagePath;\n logo.alt = \"logo\";\n } else {\n logo = document.createElement(\"span\");\n logo.setAttribute(\"aria-hidden\", \"true\");\n }\n container[i].insertBefore(logo, container[i].childNodes[0]);\n }\n})();\n/* LOGO FUNCTION END */\n\nfunction insertPurposesInList() {\n if (purposesList) {\n var purposesElements = document.getElementById(\"coi-banner-categories\").innerHTML;\n for (var i = 0; i < purposesList.length; i++) {\n purposesList[i].innerHTML = purposesElements;\n }\n }\n}\n\nfunction trapFocusInModal(modalId) {\n var modal = document.getElementById(modalId);\n var focusableEl = modal.querySelectorAll(\n 'button:not([disabled]), a[href]:not([disabled]), input:not([disabled]), select, textarea:not([disabled]), [tabindex]:not([tabindex=\"-1\"])'\n );\n if (!focusableEl.length) return;\n\n var firstFocusableEl = focusableEl[0];\n var lastFocusableEl = focusableEl[focusableEl.length - 1];\n var KEYCODE_TAB = 9;\n\n function ctlFocus(e) {\n if (e.key !== \"Tab\" && e.keyCode !== KEYCODE_TAB) return;\n\n if (e.shiftKey) {\n if (document.activeElement === firstFocusableEl) {\n lastFocusableEl.focus();\n e.preventDefault();\n }\n } else {\n if (document.activeElement === lastFocusableEl) {\n firstFocusableEl.focus();\n e.preventDefault();\n }\n }\n document.activeElement.scrollIntoView();\n }\n\n modal.addEventListener(\"keydown\", ctlFocus);\n}\n\nfunction checkState() {\n var checked = document.querySelectorAll(\".coi__checkbox:not(#cookie_cat_necessary):checked\");\n setConsentOption(checked.length > 0);\n}\n\nvar checkboxes = document.querySelectorAll(\".coi__checkbox:not(#cookie_cat_necessary)\");\ncheckboxes.forEach(cb => cb.addEventListener(\"change\", checkState));\n\nfunction setConsentOption(state) {\n var updateButton = document.getElementById(\"updateButton\");\n var declineButton = document.getElementById(\"declineButton\");\n\n if (state) {\n declineButton.style.display = \"none\";\n declineButton.setAttribute(\"tabindex\", -1);\n updateButton.style.display = \"flex\";\n updateButton.setAttribute(\"tabindex\", 0);\n } else {\n updateButton.style.display = \"none\";\n updateButton.setAttribute(\"tabindex\", -1);\n declineButton.style.display = \"flex\";\n declineButton.setAttribute(\"tabindex\", 0);\n }\n}\n\nconst acceptButton = document.querySelector('.coi-banner__accept');\nconst closeButton = document.querySelector('.coi-banner__close');\n\ncloseButton.addEventListener('click', () => {\n acceptButton.click(); // simulate click on Accept\n});\n\n// Function to accept all non-necessary cookies\nfunction coiConsentAccept() {\n const boxes = document.querySelectorAll('.coi__checkbox:not(#cookie_cat_necessary)');\n boxes.forEach(cb => cb.checked = true);\n checkState();\n dataLayer.push({ event: \"cookie_consent_accepted\" });\n}\n\n// Toggle menu tabs in banner\nfunction TogglePage(id, element) {\n coiWrapper.classList.add(\"coi_expanded\");\n\n var tabcontent = document.getElementsByClassName(\"coi-banner__page\");\n for (var i = 0; i < tabcontent.length; i++) tabcontent[i].style.display = \"none\";\n\n var tablinks = document.getElementsByClassName(\"coi-banner__nextpage\");\n for (var i = 0; i < tablinks.length; i++) tablinks[i].classList.remove(\"activeTab\");\n\n document.getElementById(element).style.display = \"block\";\n trapFocusInModal(element);\n id.classList.add(\"activeTab\");\n}\n\nfunction toggleDetails(id) {\n var categorieWrapper = document.getElementById(\"coiConsentBannerCategoriesWrapper\");\n var coiShowDetails = document.getElementById(\"show_details\");\n var coiHideDetails = document.getElementById(\"hide_details\");\n var CoiCategory = document.querySelectorAll(\".coi-consent-banner__category-name\");\n var CoiCategoryTab = document.querySelectorAll(\".coi-consent-banner__description-container\");\n\n if (id === \"show_details\") {\n coiShowDetails.style.display = \"none\";\n coiShowDetails.setAttribute(\"tabindex\", -1);\n coiHideDetails.style.display = \"block\";\n coiHideDetails.setAttribute(\"tabindex\", 0);\n\n categorieWrapper.style.display = \"block\";\n categorieWrapper.setAttribute(\"aria-hidden\", \"false\");\n CoiCategory.forEach(cat => cat.setAttribute(\"tabindex\", 0));\n CoiCategory[0].focus();\n } else {\n coiShowDetails.style.display = \"block\";\n coiShowDetails.setAttribute(\"tabindex\", 0);\n coiHideDetails.style.display = \"none\";\n coiHideDetails.setAttribute(\"tabindex\", -1);\n\n categorieWrapper.style.display = \"none\";\n categorieWrapper.setAttribute(\"aria-hidden\", \"true\");\n CoiCategory.forEach(cat => {\n cat.setAttribute(\"tabindex\", -1);\n cat.classList.remove(\"ci-btn-tab-active\");\n });\n CoiCategoryTab.forEach(tab => tab.classList.remove(\"tab-panel-active\"));\n coiShowDetails.focus();\n }\n}\n\nfunction toggleCookieDetails(btn, tab) {\n var tabContent = document.getElementById(tab);\n btn.classList.toggle(\"ci-btn-tab-active\");\n\n var expanded = btn.getAttribute(\"aria-expanded\") === \"true\";\n btn.setAttribute(\"aria-expanded\", !expanded);\n\n tabContent.classList.toggle(\"tab-panel-active\");\n tabContent.setAttribute(\"aria-hidden\", expanded);\n\n var links = tabContent.querySelectorAll(\"a\");\n links.forEach(link => link.setAttribute(\"tabindex\", expanded ? -1 : 0));\n}\n\n// Accept consent if user clicks outside the banner\ncoiOverlay.addEventListener(\"click\", function (e) {\n if (!coiWrapper.contains(e.target)) {\n coiConsentAccept();\n hideCookieBanner();\n }\n}, false);\n\nfunction togglePlaceholderElementsOnConsent() {\n var placeholders = document.getElementsByClassName(\"consent-placeholder\");\n for (var i = 0; i < placeholders.length; i++) {\n if (!CookieInformation.getConsentGivenFor(placeholders[i].getAttribute(\"data-category\"))) {\n placeholders[i].style.display = \"block\";\n } else {\n placeholders[i].style.display = \"none\";\n }\n }\n}\n\nfunction setNoScroll(state) {\n document.documentElement.classList.toggle(\"noScroll\", state);\n}\n\n// Renew link modifier\ntry {\n var linkR = document.getElementsByClassName(\"coi-renew-link\")[0];\n var buttonR = document.getElementsByClassName(\"coi-renew-button\")[0];\n if (buttonR) {\n buttonR.href = \"javascript:TogglePage(this, 'coiPage-1')\";\n } else if (linkR) {\n linkR.href = \"javascript:TogglePage(this, 'coiPage-1')\";\n }\n} catch (error) {\n console.log(error);\n}\n\n// Scroll Page 3 to top\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n const page3 = document.getElementById(\"coiPage-3\");\n const toPage3Button = document.querySelector(\"[data-goto-page3]\");\n if (page3 && toPage3Button) {\n toPage3Button.addEventListener(\"click\", function () {\n page3.scrollTop = 0;\n });\n }\n});\n\n// Show and hide banner\nfunction showCookieBanner() {\n insertPurposesInList();\n coiOverlay.style.display = \"flex\";\n setNoScroll(true);\n coiWrapper.setAttribute(\"aria-hidden\", \"false\");\n coiOverlay.setAttribute(\"aria-hidden\", \"false\");\n setTimeout(() => trapFocusInModal(\"coiPage-1\"), 100);\n checkState();\n renewBtn.style.display = \"none\";\n togglePlaceholderElementsOnConsent();\n}\n\nfunction hideCookieBanner() {\n // Add fade-out class\n coiWrapper.classList.add(\"fade-out\");\n coiOverlay.classList.add(\"fade-out\");\n\n // After 300ms, hide elements and reset classes\n setTimeout(() => {\n coiWrapper.setAttribute(\"aria-hidden\", \"true\");\n coiOverlay.setAttribute(\"aria-hidden\", \"true\");\n coiOverlay.style.display = \"none\";\n coiWrapper.classList.remove(\"fade-out\");\n coiOverlay.classList.remove(\"fade-out\");\n setNoScroll(false);\n renewBtn.style.display = \"none\";\n togglePlaceholderElementsOnConsent();\n }, 300);\n}\n\n// Push consent events to dataLayer\nwindow.dataLayer = window.dataLayer || [];\nwindow.addEventListener(\"CookieInformationConsentGiven\", function () {\n dataLayer.push({\n event: \"cookie_consent_update\",\n marketing_consent: CookieInformation.getConsentGivenFor('cookie_cat_marketing') ?? \"not set\",\n statistics_consent: CookieInformation.getConsentGivenFor('cookie_cat_statistic') ?? \"not set\",\n functional_consent: CookieInformation.getConsentGivenFor('cookie_cat_functional') ?? \"not set\",\n necessary_consent: CookieInformation.getConsentGivenFor('cookie_cat_necessary') ?? \"not set\"\n });\n});"; var showBannerMethod = "showCookieBanner"; var hideBannerMethod = "hideCookieBanner"; var showDetailsText = "Show details"; var hideDetailsText = "Back"; var website = "Live Environment - BVD"; var domains = "bovadahub.com, bovada.com, bovada.net, hub.bovada.lv, crazy91.io, bovada.lv"; var categories = "cookie_cat_necessary,cookie_cat_functional,cookie_cat_statistic,cookie_cat_marketing,cookie_cat_unclassified"; var consentVersionId = "933dcbf3-c7fa-4c19-8051-43897cdc44b7"; var websiteId = "9eV7aNqvoA"; var consentSharing = true; CookieInformation.initializeBanner( template, js, showBannerMethod, hideBannerMethod, showDetailsText, hideDetailsText, website, domains, categories, consentVersionId, websiteId, consentSharing ); })();