<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bungee&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700;900&amp;display=swap");
@import url("https://use.typekit.net/wax0sqq.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&amp;display=swap");
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Fonts
*/
html,
body {
  font-family: "Open Sans", sans-serif;
}

.h1f {
  --font-size: var(--headline-1);
  font-size: var(--headline-1);
  --font-size-fluid: 9cqi;
  margin: 0;
  padding: 0;
  animation-delay: 0s;
  line-height: 100%;
}
@media only screen and (max-height: 800px) {
  .h1f {
    --font-size: var(--headline-3);
    font-size: var(--headline-3);
  }
}

.h2f {
  --font-size: var(--headline-2);
  --font-size-fluid: 7cqi;
  font-size: var(--headline-2);
  font-weight: 800;
  padding: 0;
  line-height: 140%;
}
@media only screen and (max-height: 800px) {
  .h2f {
    --font-size: var(--headline-3);
    font-size: var(--headline-3);
  }
}

.h3f {
  --font-size: var(--headline-3);
  --font-size-fluid: 5cqi;
  font-size: var(--headline-3);
  font-weight: 800;
  padding: 0;
  line-height: 140%;
}
@media only screen and (max-height: 800px) {
  .h3f {
    --font-size: var(--headline-4);
    font-size: var(--headline-4);
  }
}

.h4f {
  --font-size: var(--headline-4);
  --font-size-fluid: 4cqi;
  font-size: var(--headline-4);
  padding: 0;
  line-height: 140%;
  font-weight: 800;
}

@supports (font-size: 1cqi) {
  :is(.h1f, .h2f, .h3f, .h4f, .fluid-type) {
    font-size: clamp(1rem, var(--font-size-fluid, 5cqi), var(--font-size));
  }
}
.fluid-type {
  font-size: clamp(1rem, 4cqi, 3rem);
}

.font-custom {
  font-family: "Bungee", sans-serif;
}

/* lumicasino brand colors */
/* lumicasino brand colors END*/
:root {
  --side-nav-width: 320px;
  --swiper-pagination-bullet-width: 15px;
  --swiper-pagination-bullet-height: 15px;
  --swiper-pagination-bullet-inactive-opacity: white;
  --swiper-pagination-bullet-horizontal-gap: 5px;
  --swiper-pagination-color: #ED6D0C;
  --swiper-pagination-bullet-inactive-color: #5f3dbe;
  --size-height-pnpBox: 418;
  --headline-1: 3.55rem;
  --headline-2: 2.25rem;
  --headline-3: 1.5rem;
  --headline-4: 1.15rem;
  --animate-delay: 0.5s;
  --navBarHeight: 105px;
}
@media only screen and (max-width: 992px) {
  :root {
    --side-nav-width: 0px;
  }
}

.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999999;
  background: white;
  display: none;
  justify-content: center;
  align-items: center;
}
.preloader_ani {
  display: flex;
  width: 30vw;
  height: 30vw;
}
@media only screen and (max-width: 768px) {
  .preloader_ani {
    width: 60vw;
    height: 60vw;
  }
}

body {
  background-color: #fff;
}

.hero-offer_disc {
  display: flex;
  flex-flow: column;
  width: calc(100% - 60px);
  max-width: 600px;
  justify-content: flex-start;
  align-items: flex-start;
  align-items: center;
}

.txt-h1 &gt; * {
  color: #0be89a;
  text-shadow: 1px 2px 11px rgba(0, 0, 0, 0.5411764706);
  background: transparent;
}
.txt-h2,
.txt-h3,
.txt-h4 {
  color: white;
  text-shadow: 1px 2px 11px rgba(0, 0, 0, 0.5411764706);
}

.txt-h1,
.txt-h2,
.txt-h3,
.txt-h4 {
  transition: font-size ease-in-out 0.4s;
  display: inline-block;
  white-space: nowrap;
  font-weight: bold;
}

.textIn1,
.textIn2,
.textIn3,
.textIn4 {
  display: inline-flex;
  opacity: 0;
}

.coin-fall {
  width: 150px;
  height: 100%;
  display: flex;
  position: absolute;
  left: 150px;
  top: 0;
  overflow: visible;
  z-index: -1;
  opacity: 0.8;
}
body[data-device=mobile][data-orientation=landscape] .coin-fall {
  width: 150px;
  left: 150px;
}
body[data-device=desktop] .coin-fall {
  width: 200px;
  left: 200px;
}
.coin-fall:before {
  position: absolute;
  left: 50%;
  top: -15%;
  content: "";
  height: 158%;
  width: 100%;
  opacity: 1;
  transform: rotate(340deg);
  -webkit-animation: mymove 30s linear infinite;
  /* Safari and Chrome */
  animation: mymove 30s linear infinite;
  background-image: url("../images/lp-images/asset-fall.png");
  background-size: 100%;
}

.coins-fall {
  width: 150px;
  height: 100%;
  display: flex;
  position: absolute;
  left: 150px;
  top: 0;
  overflow: visible;
  z-index: -1;
  opacity: 0.8;
}
body[data-device=mobile][data-orientation=landscape] .coins-fall {
  width: 150px;
  left: 150px;
}
body[data-device=desktop] .coins-fall {
  width: 200px;
  left: 200px;
}
.coins-fall:before {
  position: absolute;
  left: 50%;
  top: -15%;
  content: "";
  height: 158%;
  width: 100%;
  opacity: 1;
  transform: rotate(340deg);
  -webkit-animation: mymove 30s linear infinite;
  /* Safari and Chrome */
  animation: mymove 30s linear infinite;
  background-image: url("../images/lp-images/coins-fall.png");
  background-size: 100%;
}

.welcome_promoterms {
  text-decoration: underline;
  cursor: pointer;
}

.footer__copyright {
  width: calc(100% - 20px);
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 993px) {
  .footer__copyright {
    max-width: 768px;
    margin-bottom: 30px;
  }
}

section.copyright .copyright__license {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  section.copyright .copyright__license {
    padding: 0 10px;
  }
}
section.copyright .copyright__license .license__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 993px) {
  section.copyright .copyright__license .license__logo {
    margin-bottom: 30px;
  }
}
section.copyright .copyright__license .license__logo a {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px;
  margin: 0 10px 5px;
}
@media only screen and (min-width: 993px) {
  section.copyright .copyright__license .license__logo a {
    height: 50px;
    margin: 0 10px 10px;
  }
}
section.copyright .copyright__license .license__logo a.begambleaware {
  width: 70px;
  background-image: url(/images/logos/dark/begambleaware.png);
}
@media only screen and (min-width: 993px) {
  section.copyright .copyright__license .license__logo a.begambleaware {
    width: 90px;
  }
}
section.copyright .copyright__license .license__logo a.betblocker {
  width: 70px;
  background-image: url(/images/logos/light/betblocker.png);
}
@media only screen and (min-width: 993px) {
  section.copyright .copyright__license .license__logo a.betblocker {
    width: 100px;
  }
}
section.copyright .copyright__license .license__logo a.iom {
  min-height: 60px;
}
section.copyright .copyright__license .license__logo a.iom img {
  width: auto;
  height: 100%;
}
section.copyright .copyright__license .license__logo a.gamblingcommission {
  width: 70px;
  background-image: url(/images/logos/light/gamblingcommission.png);
  filter: contrast(0.5);
}
@media only screen and (min-width: 993px) {
  section.copyright .copyright__license .license__logo a.gamblingcommission {
    width: 100px;
  }
}
section.copyright .copyright__license .license__logo a.gamblingtherapy {
  width: 60px;
  background-image: url(/images/logos/light/gamblingtherapy.png);
}
@media only screen and (min-width: 993px) {
  section.copyright .copyright__license .license__logo a.gamblingtherapy {
    width: 90px;
  }
}
section.copyright .copyright__license .license__logo a.gamcare {
  width: 25px;
  background-image: url(/images/logos/light/gamcare.png);
}
section.copyright .copyright__license .license__logo a.gamcare__full {
  width: 180px;
  background-image: url(/images/logos/light/gamcare-full.png);
}
@media only screen and (max-width: 992px) {
  section.copyright .copyright__license .license__logo a.gamcare__full {
    height: 30px;
  }
}
section.copyright .copyright__license .license__logo a.gamstop {
  width: 90px;
  background-image: url(/images/logos/dark/gamstop.png);
}
@media only screen and (min-width: 993px) {
  section.copyright .copyright__license .license__logo a.gamstop {
    width: 100px;
  }
}
section.copyright .copyright__license .license__logo a.mga {
  width: 130px;
  background-image: url(/images/logos/light/mga.png);
}
@media only screen and (min-width: 993px) {
  section.copyright .copyright__license .license__logo a.mga {
    width: 140px;
  }
}
section.copyright .copyright__license .license__logo a.playerprotection {
  width: 30px;
  background-image: url(/images/logos/light/playerprotection.png);
}
@media only screen and (min-width: 993px) {
  section.copyright .copyright__license .license__logo a.playerprotection {
    width: 35px;
  }
}
section.copyright .copyright__license .license__logo a.whitehatgaming {
  width: 70px;
  background-image: url(/images/logos/light/whitehatgaming.png);
}
@media only screen and (min-width: 993px) {
  section.copyright .copyright__license .license__logo a.whitehatgaming {
    width: 70px;
  }
}
section.copyright .copyright__license p {
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 993px) {
  section.copyright .copyright__license p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 30px;
  }
}

.sig-terms {
  font-size: 10px;
  line-height: 1.3;
  color: #494949;
  width: 100%;
  padding: 10px;
  text-align: center;
}
.sig-terms a {
  text-decoration: none;
  color: #494949;
}
.sig-terms a:hover {
  text-decoration: underline;
}
.sig-terms p {
  font-size: 10px;
  line-height: 140%;
  color: #bbbbbb;
}
.sig-terms p a {
  text-decoration: none;
  color: #494949;
}
.sig-terms p a:hover {
  text-decoration: underline;
}

.terms-promoterms {
  font-size: 10px;
  line-height: 1.3;
  color: #494949;
  width: 100%;
  max-width: 990px;
  border-radius: 20px;
  padding: 25px 45px;
}
@media only screen and (max-width: 780px) {
  .terms-promoterms {
    padding: 15px 20px 15px 35px;
  }
}
.terms-promoterms h3 {
  margin: 0 0 15px 0;
}
.terms-promoterms ol {
  text-align: left;
  list-style-type: decimal;
  display: list-item;
  font-size: inherit;
  font-family: inherit;
}
.terms-promoterms ol li {
  padding: 0 0 5px 0;
}
.terms-promoterms a {
  text-decoration: none;
  color: #494949;
}
.terms-promoterms a:hover {
  text-decoration: underline;
}
.terms-promoterms p {
  font-size: 10px;
  line-height: 140%;
  color: #bbbbbb;
}
.terms-promoterms p a {
  text-decoration: none;
  color: #494949;
}
.terms-promoterms p a:hover {
  text-decoration: underline;
}

@keyframes spinSlow {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spinSlowAlt {
  0% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    -moz-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
@keyframes messagea--alert {
  0%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes popout {
  from {
    transform: rotate(-90deg) scale(1);
  }
  30% {
    transform: rotate(-90deg) scale(1.1);
  }
  60% {
    transform: rotate(-90deg) scale(0.9);
  }
  to {
    transform: rotate(-90deg) scale(1);
  }
}
@-webkit-keyframes popout {
  from {
    transform: rotate(-90deg) scale(1);
  }
  30% {
    transform: rotate(-90deg) scale(1.1);
  }
  60% {
    transform: rotate(-90deg) scale(0.9);
  }
  to {
    transform: rotate(-90deg) scale(1);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(-200%);
  }
  5% {
    -webkit-transform: translateY(-200%);
  }
  15% {
    -webkit-transform: translateY(0%);
  }
  30% {
    -webkit-transform: translateY(-30%);
  }
  40% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-15%);
  }
  60% {
    -webkit-transform: translateY(0%);
  }
  80% {
    -webkit-transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-200%);
  }
  5% {
    -webkit-transform: translateY(-200%);
  }
  15% {
    -webkit-transform: translateY(0%);
  }
  30% {
    -webkit-transform: translateY(-30%);
  }
  40% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-15%);
  }
  60% {
    -webkit-transform: translateY(0%);
  }
  80% {
    -webkit-transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
@keyframes pushIn {
  0% {
    left: translatex(100%);
  }
  100% {
    transform: translatex(0);
  }
}
@-webkit-keyframes pushIn {
  0% {
    -webkit-transform: translatex(100%);
  }
  100% {
    -webkit-transform: translatex(0);
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-4px);
  }
  50% {
    transform: translateX(4px);
  }
  75% {
    transform: translateX(-4px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes inYTopBot {
  0% {
    opacity: 0;
    bottom: 100px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes inYBotTop {
  0% {
    opacity: 0;
    bottom: -200px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes outOfScreen {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(-3000px);
  }
}
@keyframes floating {
  0% {
    transform: translatey(0);
  }
  50% {
    transform: translatey(15px);
  }
  100% {
    transform: translatey(0);
  }
}
@keyframes fadeinLeft {
  0% {
    opacity: 0;
    transform: translatex(-50px);
  }
  100% {
    opacity: 1;
    transform: translatex(0);
  }
}
@keyframes fadeinRight {
  0% {
    opacity: 0;
    transform: translatex(50px);
  }
  100% {
    opacity: 1;
    transform: translatex(0);
  }
}
.obj {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.obj-ele {
  width: 100px;
  height: 100px;
  display: flex;
  fill: white;
  position: absolute;
  z-index: 5;
  opacity: 0.4;
}
.obj-ele.chip {
  background: url("../images/hero/chip.svg");
  background-size: contain;
  display: none;
  animation: spinSlow 80s infinite linear;
}
.obj-ele.cheery {
  animation: spinSlow 80s infinite linear;
  background: url("../images/hero/cherries.svg");
  background-size: contain;
}
.obj-ele.seven-1 {
  animation: spinSlowAlt 80s infinite linear;
  background: url("../images/hero/seven.svg");
  background-size: contain;
  display: none;
}
.obj-ele.seven-2 {
  animation: spinSlow 80s infinite linear;
  background: url("../images/hero/seven.svg");
  background-size: contain;
}
.obj-ele.cards {
  animation: spinSlowAlt 80s infinite linear;
  background: url("../images/hero/cards.svg");
  background-size: contain;
  display: none;
}
.obj-ele.chip-img1 {
  background: url("../images/hero/chip-1.png") no-repeat;
  background-size: contain;
  opacity: 1;
  display: none;
}
.obj-ele.chip-img2 {
  background: url("../images/hero/chip-2.png") no-repeat;
  background-size: contain;
  opacity: 1;
}
.obj-ele.chip-img3 {
  background: url("../images/hero/chip-3.png") no-repeat;
  background-size: contain;
  opacity: 1;
}

@-webkit-keyframes mymove {
  from {
    background-position: 0% -100%;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes mymove {
  from {
    background-position: 0 -100%;
  }
  to {
    background-position: 0 0;
  }
}
@font-face {
  font-family: "global-icon";
  src: url("../../fonts/ico/global-icon.eot?ex6ag3");
  src: url("/fonts/ico/global-icon.eot?ex6ag3#iefix") format("embedded-opentype"), url("/fonts/ico/global-icon.ttf?ex6ag3") format("truetype"), url("/fonts/ico/global-icon.woff?ex6ag3") format("woff"), url("/fonts/ico/global-icon.svg?ex6ag3#tnico") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-ico=stop]:before {
  font-family: "global-icon";
  content: "\e900";
  font-style: normal;
}

[data-ico=pause]:before {
  font-family: "global-icon";
  content: "\e901";
  font-style: normal;
}

[data-ico=settings]:before {
  font-family: "global-icon";
  content: "\e902";
  font-style: normal;
}

[data-ico=play]:before {
  font-family: "global-icon";
  content: "\e903";
  font-style: normal;
}

[data-ico=tiles]:before {
  font-family: "global-icon";
  content: "\e904";
  font-style: normal;
}

[data-ico=heart-empty]:before {
  font-family: "global-icon";
  content: "\e905";
  font-style: normal;
}

[data-ico=heart-full]:before {
  font-family: "global-icon";
  content: "\e906";
  font-style: normal;
}

[data-ico=bonus_code]:before {
  font-family: "global-icon";
  content: "\e907";
  font-style: normal;
}

[data-ico=logout]:before {
  font-family: "global-icon";
  content: "\e908";
  font-style: normal;
}

[data-ico=my_history]:before {
  font-family: "global-icon";
  content: "\e909";
  font-style: normal;
}

[data-ico=reedem]:before {
  font-family: "global-icon";
  content: "\e90a";
  font-style: normal;
}

[data-ico=responsible_gaming]:before {
  font-family: "global-icon";
  content: "\e90b";
  font-style: normal;
}

[data-ico=widthdraw_accepted]:before {
  font-family: "global-icon";
  content: "\e90c";
  font-style: normal;
}

[data-ico=widthdraw_arrow]:before {
  font-family: "global-icon";
  content: "\e90d";
  font-style: normal;
}

[data-ico=widthdraw_pending]:before {
  font-family: "global-icon";
  content: "\e90e";
  font-style: normal;
}

[data-ico=note]:before {
  font-family: "global-icon";
  content: "\e90f";
  font-style: normal;
}

[data-ico=grid]:before {
  font-family: "global-icon";
  content: "\e910";
  font-style: normal;
}

[data-ico=list]:before {
  font-family: "global-icon";
  content: "\e911";
  font-style: normal;
}

[data-ico=key]:before {
  font-family: "global-icon";
  content: "\e912";
  font-style: normal;
}

[data-ico=password]:before {
  font-family: "global-icon";
  content: "\e913";
  font-style: normal;
}

[data-ico=close]:before {
  font-family: "global-icon";
  content: "\e914";
  font-style: normal;
}

[data-ico=access_time]:before {
  font-family: "global-icon";
  content: "\e915";
  font-style: normal;
}

[data-ico=arrow-down]:before {
  font-family: "global-icon";
  content: "\e916";
  font-style: normal;
}

[data-ico=arrow-left]:before {
  font-family: "global-icon";
  content: "\e917";
  font-style: normal;
}

[data-ico=arrow-right]:before {
  font-family: "global-icon";
  content: "\e918";
  font-style: normal;
}

[data-ico=arrow-right-circ]:before {
  font-family: "global-icon";
  content: "\e919";
  font-style: normal;
}

[data-ico=arrow-up]:before {
  font-family: "global-icon";
  content: "\e91a";
  font-style: normal;
}

[data-ico=asterisk]:before {
  font-family: "global-icon";
  content: "\e91b";
  font-style: normal;
}

[data-ico=blocked]:before {
  font-family: "global-icon";
  content: "\e91c";
  font-style: normal;
}

[data-ico=blocked1]:before {
  font-family: "global-icon";
  content: "\e91d";
  font-style: normal;
}

[data-ico=calendar]:before {
  font-family: "global-icon";
  content: "\e91e";
  font-style: normal;
}

[data-ico=card]:before {
  font-family: "global-icon";
  content: "\e91f";
  font-style: normal;
}

[data-ico=checkmark]:before {
  font-family: "global-icon";
  content: "\e920";
  font-style: normal;
}

[data-ico=checkmark2]:before {
  font-family: "global-icon";
  content: "\e921";
  font-style: normal;
}

[data-ico=dark]:before {
  font-family: "global-icon";
  content: "\e922";
  font-style: normal;
}

[data-ico=enlarg]:before {
  font-family: "global-icon";
  content: "\e923";
  font-style: normal;
}

[data-ico=eye]:before, .field__eye.open:before {
  font-family: "global-icon";
  content: "\e924";
  font-style: normal;
}

[data-ico=eye-blocked]:before, .field__eye:before {
  font-family: "global-icon";
  content: "\e925";
  font-style: normal;
}

[data-ico=home-2]:before {
  font-family: "global-icon";
  content: "\e926";
  font-style: normal;
}

[data-ico=info]:before {
  font-family: "global-icon";
  content: "\e927";
  font-style: normal;
}

[data-ico=info1]:before {
  font-family: "global-icon";
  content: "\e928";
  font-style: normal;
}

[data-ico=support]:before {
  font-family: "global-icon";
  content: "\e929";
  font-style: normal;
}

[data-ico=light]:before {
  font-family: "global-icon";
  content: "\e92a";
  font-style: normal;
}

[data-ico=refresh]:before {
  font-family: "global-icon";
  content: "\e92b";
  font-style: normal;
}

[data-ico=message]:before {
  font-family: "global-icon";
  content: "\e92c";
  font-style: normal;
}

[data-ico=message1]:before {
  font-family: "global-icon";
  content: "\e92d";
  font-style: normal;
}

[data-ico=minimize]:before {
  font-family: "global-icon";
  content: "\e92e";
  font-style: normal;
}

[data-ico=minus]:before, .hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .custom-amount.substract:before, .hero-offer .deposit-pnp-outer .deposit .custom-amount.add:before {
  font-family: "global-icon";
  content: "\e931";
  font-style: normal;
}

[data-ico=plus]:before, .hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .custom-amount.add:before, .hero-offer .deposit-pnp-outer .deposit .custom-amount.substract:before {
  font-family: "global-icon";
  content: "\e930";
  font-style: normal;
}

[data-ico=search]:before {
  font-family: "global-icon";
  content: "\e931";
  font-style: normal;
}

[data-ico=search-2]:before {
  font-family: "global-icon";
  content: "\e932";
  font-style: normal;
}

[data-ico=shield]:before {
  font-family: "global-icon";
  content: "\e933";
  font-style: normal;
}

[data-ico=sort-a-z]:before {
  font-family: "global-icon";
  content: "\e934";
  font-style: normal;
}

[data-ico=sort-z-a]:before {
  font-family: "global-icon";
  content: "\e935";
  font-style: normal;
}

[data-ico=star-empty]:before {
  font-family: "global-icon";
  content: "\e936";
  font-style: normal;
}

[data-ico=star-full]:before {
  font-family: "global-icon";
  content: "\e937";
  font-style: normal;
}

[data-ico=star-half]:before {
  font-family: "global-icon";
  content: "\e938";
  font-style: normal;
}

[data-ico=switch]:before {
  font-family: "global-icon";
  content: "\e939";
  font-style: normal;
}

[data-ico=tooltip]:before {
  font-family: "global-icon";
  content: "\e93a";
  font-style: normal;
}

[data-ico=trustly-icon]:before {
  font-family: "global-icon";
  content: "\e93b";
  font-style: normal;
}

[data-ico=tv]:before {
  font-family: "global-icon";
  content: "\e93c";
  font-style: normal;
}

[data-ico=update]:before {
  font-family: "global-icon";
  content: "\e93d";
  font-style: normal;
}

[data-ico=user]:before {
  font-family: "global-icon";
  content: "\e93e";
  font-style: normal;
}

[data-ico=top]:before {
  font-family: "global-icon";
  content: "\e93f";
  font-style: normal;
}

[data-ico=spades]:before {
  font-family: "global-icon";
  content: "\e940";
  font-style: normal;
}

[data-ico=chat]:before {
  font-family: "global-icon";
  content: "\e941";
  font-style: normal;
}

[data-ico=slots]:before {
  font-family: "global-icon";
  content: "\e942";
  font-style: normal;
}

[data-ico=cherry-1]:before {
  font-family: "global-icon";
  content: "\e943";
  font-style: normal;
}

[data-ico=slot-machine-1]:before {
  font-family: "global-icon";
  content: "\e944";
  font-style: normal;
}

[data-ico=megaphone]:before {
  font-family: "global-icon";
  content: "\e945";
  font-style: normal;
}

[data-ico=user1]:before {
  font-family: "global-icon";
  content: "\e946";
  font-style: normal;
}

[data-ico=videocall]:before {
  font-family: "global-icon";
  content: "\e947";
  font-style: normal;
}

[data-ico=question]:before {
  font-family: "global-icon";
  content: "\e948";
  font-style: normal;
}

[data-ico=play-button]:before {
  font-family: "global-icon";
  content: "\e949";
  font-style: normal;
}

[data-ico=live]:before {
  font-family: "global-icon";
  content: "\e94a";
  font-style: normal;
}

[data-ico=new]:before {
  font-family: "global-icon";
  content: "\e94b";
  font-style: normal;
}

[data-ico=popular]:before {
  font-family: "global-icon";
  content: "\e94c";
  font-style: normal;
}

[data-ico=provider]:before {
  font-family: "global-icon";
  content: "\e94d";
  font-style: normal;
}

[data-ico=lock1]:before {
  font-family: "global-icon";
  content: "\e94e";
  font-style: normal;
}

[data-ico=history]:before {
  font-family: "global-icon";
  content: "\e94f";
  font-style: normal;
}

[data-ico=cancel-circle]:before, .hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__error .error a:before, .hero-offer .deposit-pnp-outer .deposit .deposit__error .error a:before, #trustly-cont .modal__container .container__close:before, #trustly-cont .inner [data-icon=close]:before {
  font-family: "global-icon";
  content: "\ea0d";
  font-style: normal;
}

[data-ico-a=stop]:after {
  font-family: "global-icon";
  content: "\e900";
  font-style: normal;
}

[data-ico-a=pause]:after {
  font-family: "global-icon";
  content: "\e901";
  font-style: normal;
}

[data-ico-a=settings]:after {
  font-family: "global-icon";
  content: "\e902";
  font-style: normal;
}

[data-ico-a=play]:after {
  font-family: "global-icon";
  content: "\e903";
  font-style: normal;
}

[data-ico-a=tiles]:after {
  font-family: "global-icon";
  content: "\e904";
  font-style: normal;
}

[data-ico-a=heart-empty]:after {
  font-family: "global-icon";
  content: "\e905";
  font-style: normal;
}

[data-ico-a=heart-full]:after {
  font-family: "global-icon";
  content: "\e906";
  font-style: normal;
}

[data-ico-a=bonus_code]:after {
  font-family: "global-icon";
  content: "\e907";
  font-style: normal;
}

[data-ico-a=logout]:after {
  font-family: "global-icon";
  content: "\e908";
  font-style: normal;
}

[data-ico-a=my_history]:after {
  font-family: "global-icon";
  content: "\e909";
  font-style: normal;
}

[data-ico-a=reedem]:after {
  font-family: "global-icon";
  content: "\e90a";
  font-style: normal;
}

[data-ico-a=responsible_gaming]:after {
  font-family: "global-icon";
  content: "\e90b";
  font-style: normal;
}

[data-ico-a=widthdraw_accepted]:after {
  font-family: "global-icon";
  content: "\e90c";
  font-style: normal;
}

[data-ico-a=widthdraw_arrow]:after {
  font-family: "global-icon";
  content: "\e90d";
  font-style: normal;
}

[data-ico-a=widthdraw_pending]:after {
  font-family: "global-icon";
  content: "\e90e";
  font-style: normal;
}

[data-ico-a=note]:after {
  font-family: "global-icon";
  content: "\e90f";
  font-style: normal;
}

[data-ico-a=grid]:after {
  font-family: "global-icon";
  content: "\e910";
  font-style: normal;
}

[data-ico-a=list]:after {
  font-family: "global-icon";
  content: "\e911";
  font-style: normal;
}

[data-ico-a=key]:after {
  font-family: "global-icon";
  content: "\e912";
  font-style: normal;
}

[data-ico-a=password]:after {
  font-family: "global-icon";
  content: "\e913";
  font-style: normal;
}

[data-ico-a=close]:after {
  font-family: "global-icon";
  content: "\e914";
  font-style: normal;
}

[data-ico-a=access_time]:after {
  font-family: "global-icon";
  content: "\e915";
  font-style: normal;
}

[data-ico-a=arrow-down]:after {
  font-family: "global-icon";
  content: "\e916";
  font-style: normal;
}

[data-ico-a=arrow-left]:after {
  font-family: "global-icon";
  content: "\e917";
  font-style: normal;
}

[data-ico-a=arrow-right]:after {
  font-family: "global-icon";
  content: "\e918";
  font-style: normal;
}

[data-ico-a=arrow-right-circ]:after {
  font-family: "global-icon";
  content: "\e919";
  font-style: normal;
}

[data-ico-a=arrow-up]:after {
  font-family: "global-icon";
  content: "\e91a";
  font-style: normal;
}

[data-ico-a=asterisk]:after {
  font-family: "global-icon";
  content: "\e91b";
  font-style: normal;
}

[data-ico-a=blocked]:after {
  font-family: "global-icon";
  content: "\e91c";
  font-style: normal;
}

[data-ico-a=blocked1]:after {
  font-family: "global-icon";
  content: "\e91d";
  font-style: normal;
}

[data-ico-a=calendar]:after {
  font-family: "global-icon";
  content: "\e91e";
  font-style: normal;
}

[data-ico-a=card]:after {
  font-family: "global-icon";
  content: "\e91f";
  font-style: normal;
}

[data-ico-a=checkmark]:after {
  font-family: "global-icon";
  content: "\e920";
  font-style: normal;
}

[data-ico-a=checkmark2]:after {
  font-family: "global-icon";
  content: "\e921";
  font-style: normal;
}

[data-ico-a=dark]:after {
  font-family: "global-icon";
  content: "\e922";
  font-style: normal;
}

[data-ico-a=enlarg]:after {
  font-family: "global-icon";
  content: "\e923";
  font-style: normal;
}

[data-ico-a=eye]:after {
  font-family: "global-icon";
  content: "\e924";
  font-style: normal;
}

[data-ico-a=eye-blocked]:after {
  font-family: "global-icon";
  content: "\e925";
  font-style: normal;
}

[data-ico-a=home-2]:after {
  font-family: "global-icon";
  content: "\e926";
  font-style: normal;
}

[data-ico-a=info]:after {
  font-family: "global-icon";
  content: "\e927";
  font-style: normal;
}

[data-ico-a=info1]:after {
  font-family: "global-icon";
  content: "\e928";
  font-style: normal;
}

[data-ico-a=support]:after {
  font-family: "global-icon";
  content: "\e929";
  font-style: normal;
}

[data-ico-a=light]:after {
  font-family: "global-icon";
  content: "\e92a";
  font-style: normal;
}

[data-ico-a=refresh]:after {
  font-family: "global-icon";
  content: "\e92b";
  font-style: normal;
}

[data-ico-a=message]:after {
  font-family: "global-icon";
  content: "\e92c";
  font-style: normal;
}

[data-ico-a=message1]:after {
  font-family: "global-icon";
  content: "\e92d";
  font-style: normal;
}

[data-ico-a=minimize]:after {
  font-family: "global-icon";
  content: "\e92e";
  font-style: normal;
}

[data-ico-a=minus]:after {
  font-family: "global-icon";
  content: "\e931";
  font-style: normal;
}

[data-ico-a=plus]:after {
  font-family: "global-icon";
  content: "\e930";
  font-style: normal;
}

[data-ico-a=search]:after {
  font-family: "global-icon";
  content: "\e931";
  font-style: normal;
}

[data-ico-a=search-2]:after {
  font-family: "global-icon";
  content: "\e932";
  font-style: normal;
}

[data-ico-a=shield]:after {
  font-family: "global-icon";
  content: "\e933";
  font-style: normal;
}

[data-ico-a=sort-a-z]:after {
  font-family: "global-icon";
  content: "\e934";
  font-style: normal;
}

[data-ico-a=sort-z-a]:after {
  font-family: "global-icon";
  content: "\e935";
  font-style: normal;
}

[data-ico-a=star-empty]:after {
  font-family: "global-icon";
  content: "\e936";
  font-style: normal;
}

[data-ico-a=star-full]:after {
  font-family: "global-icon";
  content: "\e937";
  font-style: normal;
}

[data-ico-a=star-half]:after {
  font-family: "global-icon";
  content: "\e938";
  font-style: normal;
}

[data-ico-a=switch]:after {
  font-family: "global-icon";
  content: "\e939";
  font-style: normal;
}

[data-ico-a=tooltip]:after {
  font-family: "global-icon";
  content: "\e93a";
  font-style: normal;
}

[data-ico-a=trustly-icon]:after {
  font-family: "global-icon";
  content: "\e93b";
  font-style: normal;
}

[data-ico-a=tv]:after {
  font-family: "global-icon";
  content: "\e93c";
  font-style: normal;
}

[data-ico-a=update]:after {
  font-family: "global-icon";
  content: "\e93d";
  font-style: normal;
}

[data-ico-a=user]:after {
  font-family: "global-icon";
  content: "\e93e";
  font-style: normal;
}

[data-ico-a=top]:after {
  font-family: "global-icon";
  content: "\e93f";
  font-style: normal;
}

[data-ico-a=spades]:after {
  font-family: "global-icon";
  content: "\e940";
  font-style: normal;
}

[data-ico-a=chat]:after {
  font-family: "global-icon";
  content: "\e941";
  font-style: normal;
}

[data-ico-a=slots]:after {
  font-family: "global-icon";
  content: "\e942";
  font-style: normal;
}

[data-ico-a=cherry-1]:after {
  font-family: "global-icon";
  content: "\e943";
  font-style: normal;
}

[data-ico-a=slot-machine-1]:after {
  font-family: "global-icon";
  content: "\e944";
  font-style: normal;
}

[data-ico-a=megaphone]:after {
  font-family: "global-icon";
  content: "\e945";
  font-style: normal;
}

[data-ico-a=user1]:after {
  font-family: "global-icon";
  content: "\e946";
  font-style: normal;
}

[data-ico-a=videocall]:after {
  font-family: "global-icon";
  content: "\e947";
  font-style: normal;
}

[data-ico-a=question]:after {
  font-family: "global-icon";
  content: "\e948";
  font-style: normal;
}

[data-ico-a=play-button]:after {
  font-family: "global-icon";
  content: "\e949";
  font-style: normal;
}

[data-ico-a=live]:after {
  font-family: "global-icon";
  content: "\e94a";
  font-style: normal;
}

[data-ico-a=new]:after {
  font-family: "global-icon";
  content: "\e94b";
  font-style: normal;
}

[data-ico-a=popular]:after {
  font-family: "global-icon";
  content: "\e94c";
  font-style: normal;
}

[data-ico-a=provider]:after {
  font-family: "global-icon";
  content: "\e94d";
  font-style: normal;
}

[data-ico-a=lock1]:after {
  font-family: "global-icon";
  content: "\e94e";
  font-style: normal;
}

[data-ico-a=history]:after {
  font-family: "global-icon";
  content: "\e94f";
  font-style: normal;
}

[data-ico-a=cancel-circle]:after {
  font-family: "global-icon";
  content: "\ea0d";
  font-style: normal;
}

.field__eye {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  box-sizing: border-box;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  padding: 5px 10px;
  border-radius: 35px;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none;
  /* The rule below is not implemented in browsers yet */
  -o-user-select: none;
  /* The rule below is implemented in most browsers by now */
  user-select: none;
}
@media only screen and (min-width: 200px) and (max-width: 360px) {
  .btn {
    padding: 5px 8px;
  }
}
.btn[disabled] {
  display: block;
  opacity: 0.7;
  background: #c3c3c3;
  border: 1px solid #afafaf;
  color: #8a8a8a;
}
.btn[disabled]:hover {
  display: block;
  opacity: 0.7;
  background: #c3c3c3;
  border: 1px solid #afafaf;
  color: #8a8a8a;
}
.btn:active {
  transform: scale(0.98);
}
.btn.btn--super, .hero-offer_cta .btn {
  font-size: 22px;
  min-width: 220px;
  border-radius: 45px;
  padding: 20px 35px;
  color: #FFF;
  background: #CD255D;
  cursor: pointer;
}
@media only screen and (max-width: 769px) {
  .btn.btn--super, .hero-offer_cta .btn {
    font-size: 22px;
    padding: 10px 14px;
  }
}
@media only screen and (max-width: 370px) {
  .btn.btn--super, .hero-offer_cta .btn {
    font-size: 16px;
    padding: 10px;
  }
}
.btn.btn--super.alt, .hero-offer_cta .btn.alt {
  background: #0be89a;
  font-size: 20px;
  font-size: 22px;
}
@media only screen and (max-width: 769px) {
  .btn.btn--super.alt, .hero-offer_cta .btn.alt {
    font-size: 22px;
  }
}
@media only screen and (max-width: 370px) {
  .btn.btn--super.alt, .hero-offer_cta .btn.alt {
    font-size: 16px;
  }
}
.btn.btn--super:hover, .hero-offer_cta .btn:hover {
  transform: scale(1.05);
}
.btn.btn--large {
  font-weight: bold;
  font-size: 22px;
  border-radius: 45px;
  padding: 10px 20px;
}
@media only screen and (max-width: 769px) {
  .btn.btn--large {
    font-size: 16px;
    padding: 10px 15px;
  }
}
.btn.btn--normal {
  font-weight: bold;
  font-size: 16px;
  border-radius: 45px;
  padding: 5px 14px;
}
@media only screen and (max-width: 769px) {
  .btn.btn--normal {
    font-size: 12px;
    padding: 4px 10px;
  }
}
.btn.btn--small {
  font-weight: bold;
  font-size: 12px;
  border-radius: 45px;
  padding: 4px 10px;
  color: #FFF;
  background-color: #DB3AE6;
}
.btn.btn--tiny {
  font-weight: bold;
  font-size: 10px;
  padding: 4px;
}
.btn-landing {
  background-color: transparent;
  overflow: hidden;
  position: relative;
  color: #000;
  font-size: 13px;
  font-weight: normal;
  text-shadow: none;
  line-height: 25px;
  text-transform: none;
  min-width: 150px;
  background: #ffcc42;
  box-shadow: -2px 3px 8px #000000;
  border-radius: 25px;
  border: none;
}
.btn-landing::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  animation: shine 3s ease-in-out infinite;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transform: skew(40deg, 0deg);
}
.btn-landing:hover {
  box-shadow: 0px 0px 4px #000000, 0px 0px 4px #000000;
}
.btn-landing:active {
  box-shadow: -4px -4px 4px #000000, 0px 0px 4px #000000;
}
@keyframes shine {
  0% {
    left: -100%;
    transition-property: left;
  }
  20% {
    left: 100%;
    transition-property: left;
  }
  100% {
    left: 100%;
    transition-property: left;
  }
}
.btn-gold {
  background-color: transparent;
  overflow: hidden;
  position: relative;
  color: #000;
  font-size: 13px;
  font-weight: normal;
  text-shadow: none;
  line-height: 25px;
  text-transform: none;
  background: #ffcc42;
  box-shadow: 0 0 8px #ffe18f;
  border-radius: 25px;
  border: none;
}
.btn-gold::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  animation: shine 3s ease-in-out infinite;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent);
}
.btn-gold:hover {
  color: #000;
  background: #ffe18f;
  box-shadow: -4px -4px 4px #ffe18f, 0px 0px 4px #ffe39c, inset 1px 8px 8px #ffeec2;
}
.btn-gold:active {
  color: #FFF;
  background: #ffe18f;
  box-shadow: -4px -4px 4px #ffe18f, 0px 0px 4px #ffe39c, inset -1px -8px 8px #ffcc42;
}
.btn--out {
  background-color: transparent;
  border: 2px solid #FFF;
}
@media only screen and (max-width: 900px) {
  .btn--out {
    color: #FFF;
  }
}
@media only screen and (min-width: 900px) {
  .btn--out {
    color: #000;
    background: linear-gradient(45deg, #D8C485, #edbc58, #ffcc42);
    border: 2px solid #D8C485;
  }
}
.btn--out:hover {
  color: #000;
  background: linear-gradient(45deg, #D8C485, #edbc58, #ffcc42);
  border: 2px solid #D8C485;
}
.btn--ma {
  margin: 0 auto;
}
.btn--signup {
  font-size: 16px;
  padding: 4px 11px;
  color: #18003F;
  font-size: 13px;
  font-weight: normal;
  text-shadow: none;
  line-height: 25px;
  text-transform: none;
  background: #FFF;
  border: 2px solid #96eec0;
}
@media only screen and (max-width: 769px) {
  .btn--signup {
    font-size: 16px;
    padding: 4px 10px;
  }
}
.btn--signup:hover {
  color: #18003F;
  background-color: #FFF;
}
.btn--signup-alt {
  color: #FFF;
  background-color: #7A12B0;
  border: 2px solid #7A12B0;
  font-weight: bold;
  font-size: 16px;
  border-radius: 45px;
  padding: 13px 10px;
}
@media only screen and (max-width: 769px) {
  .btn--signup-alt {
    font-size: 16px;
    padding: 4px 10px;
  }
}
.btn--signup-alt:hover {
  color: #7A12B0;
  background-color: #FFF;
  border: 2px solid #7A12B0;
}
.btn--login {
  color: #FFF;
  background-color: #DB3AE6;
  border: 2px solid #DB3AE6;
  font-weight: bold;
  font-size: 16px;
  border-radius: 45px;
  padding: 5px 14px;
}
@media only screen and (max-width: 769px) {
  .btn--login {
    font-size: 12px;
    padding: 4px 10px;
  }
}
.btn--login:hover {
  color: #DB3AE6;
  background-color: #FFF;
  border: 2px solid #DB3AE6;
}
.btn--play {
  color: #FFF;
  background-color: #7A12B0;
  border: 2px solid #7A12B0;
}
.btn--play:hover {
  color: #7A12B0;
  background-color: #FFF;
  border: 2px solid #7A12B0;
}
.btn--deposit {
  color: #FFF;
  background-color: #BEF00C;
  border: 2px solid #BEF00C;
  min-width: 100px;
}
.btn--deposit:hover {
  color: #7A12B0;
  background-color: #FFF;
  border: 2px solid #7A12B0;
}
.btn--ico-right {
  position: relative;
}
.btn--ico-right:before {
  position: absolute !important;
  right: 0 !important;
}
.btn--ico {
  position: relative;
}
.btn--ico:before {
  position: absolute !important;
  left: 0 !important;
}
.btn--green {
  background-color: transparent;
  border: 2px solid #BEF00C;
}
.btn--green:hover {
  background-color: #BEF00C;
}
.btn--link {
  font-size: 12px;
}
.btn--link span {
  color: #7A12B0;
  text-decoration: underline;
}

#navbar {
  background-color: #fff;
  height: 70px;
  z-index: 99999;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 600px) {
  #navbar {
    background-color: transparent;
  }
}
#navbar .navbar-inner {
  width: 100%;
  max-width: 1140px;
  display: flex;
  padding: 10px 10px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}
#navbar .navbar-inner .nav-item {
  flex: 1 1 0;
}
#navbar .navbar-inner .nav-item.right-align {
  text-align: right;
}
@media only screen and (max-width: 600px) {
  [data-docked="1"] #navbar .navbar-inner .nav-item {
    display: none;
  }
}
#navbar .panel-control {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}

section.hero {
  margin: 95px auto 0 auto;
  width: calc(100% - 40px);
  max-width: 1180px;
  min-height: 400px;
  overflow: visible;
  z-index: 10;
  display: flex;
  box-sizing: border-box;
  background: -webkit-linear-gradient(90deg, #7f35df 35%, #0fb1fc);
  background: -moz-linear-gradient(90deg, #7f35df 35%, #0fb1fc 100%);
  background: -o-linear-gradient(90deg, #7f35df 35%, #0fb1fc 100%);
  background: linear-gradient(90deg, #7f35df 35%, #0fb1fc);
  position: relative;
  justify-content: center;
  border-radius: 25px;
}

.hero__container {
  width: 100%;
  padding: 70px 0 0 0;
  margin: 0 0 0 0;
  box-sizing: border-box;
  background-color: #022447;
  height: 60vh;
  min-height: 500px;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .hero__container {
    padding: 0;
  }
}
body[data-device=mobile][data-orientation=landscape] .hero__container {
  height: 100vh;
  min-height: 0;
  padding-top: 20px;
}
body[data-device=desktop] .hero__container {
  min-height: 900px;
  height: 90vh;
}
@media only screen and (max-width: 900px) {
  [data-orientation=landscape] .hero__container {
    min-height: 400px;
    margin: 50px 0 0 0;
  }
}

.hero {
  z-index: 10;
  display: flex;
  box-sizing: border-box;
  border-radius: 0;
  position: relative;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.hero .hero-landing-mobile {
  display: flex;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .hero .hero-landing-mobile {
    height: 50%;
  }
}
[data-orientation=landscape] .hero .hero-landing-mobile {
  height: auto;
  width: 40%;
  min-height: 250px;
}
@media only screen and (min-width: 766px) {
  .hero .hero-landing-mobile {
    display: none;
  }
}
.hero-landing {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
  display: none;
}
@media only screen and (min-width: 766px) {
  .hero-landing {
    display: flex;
  }
}
.hero-landing__left, .hero-landing__right {
  content: "";
  position: absolute;
  height: 100%;
}
.hero-wrapper {
  position: relative;
  flex-flow: row nowrap;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  .hero-wrapper {
    flex-flow: column nowrap;
  }
}
[data-orientation=landscape] .hero-wrapper {
  flex-direction: row;
  flex-wrap: wrap;
}

.hero-graphic {
  display: flex;
  position: relative;
  width: 60%;
  height: 100%;
  z-index: 1;
  order: 2;
}
@media only screen and (max-width: 768px) {
  .hero-graphic {
    width: 100%;
    height: 50vh;
    padding-top: 50px;
  }
}
.hero-graphic:before {
  display: none;
}
.hero-graphic:after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .hero-graphic {
    order: 1;
  }
}

.hero-offer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin: auto 0;
  width: 40%;
  height: 100%;
  order: 1;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .hero-offer {
    width: 100%;
    order: 2;
  }
}
.hero-offer_wrap {
  width: calc(100% - 25px);
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
  padding: 40px;
  background-color: #01172d;
  border-radius: 30px;
}
@media only screen and (max-width: 768px) {
  .hero-offer_wrap {
    background-color: transparent;
    padding: 0;
  }
}
body[data-device=mobile][data-orientation=landscape] .hero-offer_wrap {
  margin-top: 50px;
}
.hero-offer-disc {
  width: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
.hero-offer-disc [class*=l] {
  text-align: center;
}
.hero-offer-disc [class*=l] b {
  font-weight: 700;
}
.hero-offer-disc [class*=l].wz-fluidtext {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.hero-offer-disc [class*=l][data-text-set="0"] {
  opacity: 0;
}
@keyframes fadeIn {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.hero-offer_sigterms {
  font-size: 13px;
  color: #FFF;
  padding: 10px 0;
}
.hero-offer_sigterms a {
  color: #FFF;
}
.hero-offer_sigterms a:hover {
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .hero-offer_sigterms {
    display: block;
    font-size: 10px;
  }
}
.hero-offer_cta {
  margin: 15px 0;
  max-width: 500px;
}
body[data-device=mobile][data-orientation=landscape] .hero-offer_cta {
  margin: 15px 0 0 0;
}
.hero-offer .hero-strapline .brand__slogan {
  font-family: "Nothing You Could Do", cursive;
  color: #FFF;
  text-shadow: 0px 1px 1px #0fb1fc, -1px -1px 1px #7A12B0;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .hero-offer .hero-strapline .brand__slogan {
    font-size: 18px;
  }
}

.content__sigterms_disc {
  padding: 5px 10px;
  margin: 0 0 5px 0;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
}
@media only screen and (min-width: 200px) and (max-width: 360px) {
  .content__sigterms_disc {
    font-size: 7px;
    line-height: 8px;
  }
}
@media only screen and (max-width: 769px) {
  .content__sigterms_disc {
    font-size: 10px;
    line-height: 10px;
  }
}
.content__sigterms_disc p {
  font-size: 9px;
  line-height: 9px;
}
@media only screen and (min-width: 200px) and (max-width: 360px) {
  .content__sigterms_disc p {
    font-size: 7px;
    line-height: 8px;
  }
}
@media only screen and (max-width: 769px) {
  .content__sigterms_disc p {
    font-size: 10px;
    line-height: 10px;
  }
}

.wz-logo {
  background: url(../images/ursa-color.svg) no-repeat center center;
  background-size: contain;
  content: "";
  width: 120px;
  height: 130px;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: -42%;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  .wz-logo {
    background: url(../images/ursa-white.svg) no-repeat center center;
    position: relative;
    width: auto;
    height: 100%;
    top: 0;
  }
}
.wz-logo:before, .wz-logo:after, .wz-logo_link {
  display: flex;
  content: "";
  position: absolute;
}

footer {
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #ebefec;
  color: #000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .inner-footer {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
}
footer .inner-footer .nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 25px 0;
  justify-content: space-around;
}
footer .inner-footer .nav a {
  color: #000;
  padding: 5px 7px;
  margin: 0 5px;
  font-size: 12px;
  text-decoration: none;
  font-weight: 700;
}
footer .inner-footer .nav a:hover {
  background-color: #e2e2e2;
  border-radius: 20px;
}
footer section.footerterms .fullterms__content {
  color: #000;
  background-color: #CEDDD2;
  margin: 0 auto 30px auto;
  padding: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
}
footer section.footerterms .fullterms__content .h1 {
  font-weight: bold;
  margin-bottom: 10px;
}
footer section.footerterms .fullterms__content h2 {
  font-weight: bold;
  margin-bottom: 10px;
}
footer section.footerterms .fullterms__content p,
footer section.footerterms .fullterms__content li {
  font-size: 12px;
  line-height: 14px;
}
footer section.footerterms .fullterms__content p a,
footer section.footerterms .fullterms__content li a {
  color: #000;
}
footer section.footerterms .fullterms__content ol {
  margin-left: 20px;
}
footer section.footerterms .fullterms__content ul li {
  list-style-type: none;
}
footer section.footerterms .fullterms__content ol, footer section.footerterms .fullterms__content li {
  list-style-type: decimal;
}
footer section.footerterms .fullterms__content ol li ol.list-alpha-lower li {
  list-style-type: lower-alpha;
}
footer section.footerterms .fullterms__content ol li ol.list-alpha-lower {
  list-style-type: lower-alpha;
}
footer .payments .payments-option {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 992px;
  margin: 20px auto;
}
footer .payments .payments-option img {
  height: 20px;
  margin: 0 15px 15px;
}
@media only screen and (max-width: 650px) {
  footer .payments .payments-option img {
    height: 15px;
  }
}

.language__dropdown .dropdown__options .dropdown__options_item:hover, .language__dropdown .dropdown__options .dropdown__options_item, .language__dropdown .dropdown__options, .language__dropdown {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.language__dropdown {
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
  height: 50px;
  cursor: pointer;
  margin: 20px auto 10px auto;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .language__dropdown {
    margin: 10px auto 0 auto;
  }
}
.language__dropdown .dropdown__options {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  min-height: 50px;
  color: #FFF;
  background: trasparent;
  overflow: hidden;
  z-index: 9998;
  margin: 0;
  border: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 768px) {
  .language__dropdown .dropdown__options {
    margin: 0;
  }
}
.language__dropdown .dropdown__options .dropdown__options_item {
  display: flex;
  order: 2;
  height: 50px;
  width: auto;
  text-align: left;
  font-size: 10px !important;
  line-height: 50px;
  padding: 5px;
  text-decoration: none;
  background-size: 20px;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-color: trasparent;
  text-transform: capitalize;
  color: #FFF;
  justify-content: center;
  align-items: center;
  margin: 0;
  border-radius: 10px;
  border: 3px solid transparent;
}
.language__dropdown .dropdown__options .dropdown__options_item [data-flag] {
  width: 30px;
  height: 20px;
  margin: 0;
  border-radius: 3px;
}
.language__dropdown .dropdown__options .dropdown__options_item span {
  font-size: 12px;
  font-weight: 600;
  display: none;
}
.language__dropdown .dropdown__options .dropdown__options_item.active {
  order: 1;
  pointer-events: none;
  border: 3px solid #88baf3;
}
.language__dropdown .dropdown__options .dropdown__options_item:hover {
  text-decoration: underline;
  border: 3px solid #88baf3;
}
.language__dropdown.open .dropdown__options {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.language__dropdown.open:before {
  color: #18003F;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

[data-language=de] [data-lang=de] {
  order: 1;
  pointer-events: none;
}

div[data-flag=de] {
  content: "";
  background: url(/shared/images/flags/30x20/de.jpg) no-repeat;
  background-size: contain;
}

[data-language=en] [data-lang=en] {
  order: 1;
  pointer-events: none;
}

div[data-flag=en] {
  content: "";
  background: url(/shared/images/flags/30x20/en.jpg) no-repeat;
  background-size: contain;
}

[data-language=es] [data-lang=es] {
  order: 1;
  pointer-events: none;
}

div[data-flag=es] {
  content: "";
  background: url(/shared/images/flags/30x20/es.jpg) no-repeat;
  background-size: contain;
}

[data-language=fi] [data-lang=fi] {
  order: 1;
  pointer-events: none;
}

div[data-flag=fi] {
  content: "";
  background: url(/shared/images/flags/30x20/fi.jpg) no-repeat;
  background-size: contain;
}

[data-language=fr] [data-lang=fr] {
  order: 1;
  pointer-events: none;
}

div[data-flag=fr] {
  content: "";
  background: url(/shared/images/flags/30x20/fr.jpg) no-repeat;
  background-size: contain;
}

[data-language=no] [data-lang=no] {
  order: 1;
  pointer-events: none;
}

div[data-flag=no] {
  content: "";
  background: url(/shared/images/flags/30x20/no.jpg) no-repeat;
  background-size: contain;
}

[data-language=pt] [data-lang=pt] {
  order: 1;
  pointer-events: none;
}

div[data-flag=pt] {
  content: "";
  background: url(/shared/images/flags/30x20/pt.jpg) no-repeat;
  background-size: contain;
}

[data-language=sv] [data-lang=sv] {
  order: 1;
  pointer-events: none;
}

div[data-flag=sv] {
  content: "";
  background: url(/shared/images/flags/30x20/sv.jpg) no-repeat;
  background-size: contain;
}

/* ########## FORM ########## */
form {
  display: inline-block;
  width: 100%;
}

input,
select {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 900;
  color: #FFF;
  padding: 10px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #CEDDD2;
  border: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 993px) {
  input,
  select {
    font-size: 14px;
    line-height: 26px;
    padding: 10px 20px;
    border: 1px solid #CD255D;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
  box-shadow: 0 0 0px 1000px #FFF inset;
  transition: background-color 5000s ease-in-out 0s;
}

select {
  /*overrides for WHG styled components*/
  margin-left: 0 !important;
}

input:focus,
select:focus {
  border: 1px solid #e93309;
}
@media only screen and (min-width: 993px) {
  input:focus,
  select:focus {
    border: 2px solid #e93309;
  }
}

input::placeholder {
  color: #c3c3c3;
  font-weight: 100;
}

input[type=radio],
input[type=checkbox] {
  flex: 0 0 40px;
  width: 40px;
  height: 20px;
  position: relative;
  border: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: rgba(138, 138, 138, 0);
  background-color: rgba(138, 138, 138, 0);
  vertical-align: middle;
  cursor: pointer;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  input[type=radio],
  input[type=checkbox] {
    width: auto;
    height: auto;
  }
}
@supports (-ms-accelerator: true) {
  input[type=radio],
  input[type=checkbox] {
    width: auto;
    height: auto;
  }
}
@supports (-ms-ime-align: auto) {
  input[type=radio],
  input[type=checkbox] {
    width: auto;
    height: auto;
  }
}
@media only screen and (min-width: 993px) {
  input[type=radio],
  input[type=checkbox] {
    margin-right: 10px;
  }
}
input[type=radio]:before,
input[type=checkbox]:before {
  content: "";
  width: 40px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #8a8a8a;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
input[type=radio]:after,
input[type=checkbox]:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 1px;
  background-color: #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
input[type=radio]:checked:before,
input[type=checkbox]:checked:before {
  background-color: #e93309;
}
input[type=radio]:checked:after,
input[type=checkbox]:checked:after {
  left: 21px;
}

input[type=radio] + label,
input[type=checkbox] + label {
  order: -1;
  flex: 1 1 100%;
  display: flex;
  cursor: pointer;
}
input[type=radio] + label :disabled,
input[type=checkbox] + label :disabled {
  cursor: default;
}
@media only screen and (max-width: 992px) {
  input[type=radio] + label,
  input[type=checkbox] + label {
    font-size: 12px;
    line-height: 14px;
  }
}

:focus {
  outline: 0;
}

::-moz-selection {
  background-color: #e93309;
  color: #FFF;
}

::selection {
  background-color: #e93309;
  color: #FFF;
}

code::-moz-selection {
  background-color: #e93309;
  color: #FFF;
}

code::selection {
  background-color: #e93309;
  color: #FFF;
}

.item__content[data-ico=calendar]:before {
  position: absolute;
  right: 10px;
  top: 12px;
  z-index: 2;
  font-size: 25px;
  pointer-events: none;
}
@media only screen and (min-width: 993px) {
  .item__content[data-ico=calendar]:before {
    right: 33px;
    top: 30px;
    z-index: 2;
    font-size: 30px;
  }
}

#submit-holder {
  padding: 15px 0 0 0;
}

.wz-prompt {
  background-color: rgba(140, 140, 140, 0.8);
}
.wz-prompt [class*=__container] {
  background-color: #ffffff;
}
.wz-prompt [class*=__container]:after {
  -webkit-transform: translate(-50%, -50%) skew(-3deg, -1deg);
  -moz-transform: translate(-50%, -50%) skew(-3deg, -1deg);
  transform: translate(-50%, -50%) skew(-3deg, -1deg);
}

#trustly-cont {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgba(56, 56, 56, 0.8);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 9999999;
}
#trustly-cont .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  height: 100%;
  max-height: 600px;
  padding: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#trustly-cont .inner [data-icon=close] {
  display: flex;
  justify-content: center;
  color: #000;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 30px;
  right: 25px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#trustly-cont .inner [data-icon=close]:before {
  color: #FFF;
}
#trustly-cont .inner h1 {
  font-size: 40px;
  text-align: center;
  padding-top: 22px;
  color: #FFF;
  margin: 0 0 15px 0;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
#trustly-cont .inner .iframe {
  flex: auto;
  background-color: #FFF;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#trustly-cont .inner .iframe iframe {
  width: 100%;
  height: 100%;
}
#trustly-cont .modal__container {
  box-shadow: 0 0 75px var(--deepMagenta) !important;
}
#trustly-cont .modal__container .container__close {
  color: #000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#trustly-cont .modal__container .container__close:before {
  color: #FFF;
}
#trustly-cont .modal__container .container__main {
  border-radius: 10px;
  background: var(--pnpBoxColour);
}
#trustly-cont .modal__container .container__main .pnp-title {
  color: #FFFFFF;
  font-family: "Chivo", sans-serif;
}
#trustly-cont .modal__container .container__main .iframe {
  background-color: #FFFFFF;
}
#trustly-cont .modal__container .container__main .iframe iframe {
  width: 100%;
  height: 100%;
}

#trustly-cont.show {
  display: flex;
}

.ui-prompt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 9999999;
}
.ui-prompt .inner {
  border-radius: 10px;
  background: #fff;
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
  padding: 20px;
  border: 5px solid #7A12B0;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
.ui-prompt .inner .buttons {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
}
.ui-prompt .inner .buttons .btn.prompt-yes {
  color: rgba(0, 0, 0, 0.5);
}
.ui-prompt .inner .buttons .btn.prompt-yes:hover {
  background: #ddd;
}
.ui-prompt .inner .buttons .btn.prompt-ok:hover {
  background: #7A12B0;
}

.ui-prompt.show {
  display: flex;
}

.hero-offer {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  position: relative;
}
.hero-offer .h1f {
  font-weight: 100;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
}
.hero-offer .h2f {
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
}
.hero-offer .h2f .hero_welcome_percentage {
  font-size: 25px;
}
.hero-offer .h3f {
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
}
.hero-offer .h3f .hero_welcome_percentage {
  font-size: 25px;
}
.hero-offer .h4f {
  color: #ffffff;
  line-height: 1.2;
}
.hero-offer .h4f .start1 {
  position: absolute;
  width: 27px;
  height: 27px;
  top: 74%;
  left: -3%;
  opacity: 0.2;
  background: url("/images/hero/little-star.svg") no-repeat center center;
}
.hero-offer .h4f .start2 {
  position: absolute;
  width: 23px;
  height: 23px;
  top: 16%;
  right: -3%;
  opacity: 0.3;
  background: url("/images/hero/little-star.svg") no-repeat center center;
}
.hero-offer .h4f .start3 {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -16%;
  left: 19%;
  opacity: 0.2;
  background: url("/images/hero/little-star.svg") no-repeat center center;
}
@media only screen and (max-width: 500px) {
  .hero-offer .h4f .start1, .hero-offer .h4f .start2, .hero-offer .h4f .start3 {
    display: none;
  }
}
.hero-offer .deposit-pnp-outer {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  max-width: 280px;
  z-index: 1;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.7035189076) 64%, rgb(38, 62, 225) 100%);
  box-shadow: -13px -10px 18px -6px #0639EC, 13px 10px 18px -6px #510DE3, 0px 0px 30px -12px #0639EC, inset 0px 0px 0px 2px white;
  border-radius: 25px;
  transition: all 0.5s ease-out;
  padding: 20px;
  position: relative;
}
@media only screen and (min-width: 350px) {
  .hero-offer .deposit-pnp-outer {
    max-width: 310px;
    padding: 30px 25px 0 25px;
  }
}
@media only screen and (min-width: 360px) {
  .hero-offer .deposit-pnp-outer {
    max-width: 300px;
    padding: 30px 25px 0 25px;
  }
}
@media only screen and (min-width: 430px) {
  .hero-offer .deposit-pnp-outer {
    padding: 30px 30px 0 30px;
    max-width: 320px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-offer .deposit-pnp-outer {
    padding: 30px 30px 10px 30px;
    max-width: 480px;
  }
}
.hero-offer .deposit-pnp-outer::after, .hero-offer .deposit-pnp-outer::before {
  position: absolute;
  width: 180px;
  height: 180px;
  opacity: 0.8;
  content: "";
}
@media only screen and (max-width: 550px) {
  .hero-offer .deposit-pnp-outer::after, .hero-offer .deposit-pnp-outer::before {
    display: none;
  }
}
.hero-offer .deposit-pnp-outer::before {
  position: absolute;
  top: -28px;
  right: -60px;
  background-image: url(/images/common/top-right-border.png);
  background-repeat: no-repeat;
}
.hero-offer .deposit-pnp-outer::after {
  position: absolute;
  bottom: -60px;
  left: -28px;
  background-image: url(/images/common/bottom-left-border.png);
  background-repeat: no-repeat;
}
.hero-offer .deposit-pnp-outer .strapline {
  font-weight: 400;
}
.hero-offer .deposit-pnp-outer .deposit {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
}
.hero-offer .deposit-pnp-outer .deposit .deposit__selectors {
  width: 100%;
}
.hero-offer .deposit-pnp-outer .deposit .deposit__checkbox {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}
.hero-offer .deposit-pnp-outer .deposit .deposit__checkbox .checkbox__option {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  align-items: center;
  text-align: center;
  margin-right: 10px;
  font-size: 25px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 350px) {
  .hero-offer .deposit-pnp-outer .deposit .deposit__checkbox .checkbox__option {
    margin-right: 20px;
  }
}
.hero-offer .deposit-pnp-outer .deposit .deposit__checkbox .checkbox__option:last-child {
  margin-right: 0;
}
.hero-offer .deposit-pnp-outer .deposit .deposit__checkbox .checkbox__option input[type=checkbox] {
  flex: 0 0 37px;
  width: 100%;
  height: 37px;
  position: absolute;
  margin-right: 3px;
  vertical-align: middle;
  cursor: pointer;
  overflow: visible;
  border-radius: 5px;
  z-index: -1;
  background: linear-gradient(304.75deg, #00069A 37.44%, #0427A1 70.48%);
  border: 3px solid #0039B1;
  box-shadow: 0px 0px 13px 7px rgba(0, 233, 248, 0.2509803922) inset, 0px 4px 4px 0px rgba(18, 79, 235, 0.8), 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  color: #FFF;
  padding: 20px 0;
}
.hero-offer .deposit-pnp-outer .deposit .deposit__checkbox .checkbox__option input[type=checkbox]:before {
  animation: bounceInQue 0.3s ease-in-out;
  left: -4px;
  top: -4px;
  transform: translateY(-15px);
}
@keyframes bounceInQue {
  0% {
    opacity: 0;
    transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-offer .deposit-pnp-outer .deposit .deposit__checkbox .checkbox__option input[type=checkbox]:checked {
  background: #7905af;
  border: 3px solid var(--deepMagenta);
  box-shadow: none;
}
.hero-offer .deposit-pnp-outer .deposit .deposit__checkbox .checkbox__option input[type=checkbox]:checked + label {
  color: white;
}
.hero-offer .deposit-pnp-outer .deposit .deposit__checkbox .checkbox__option input[type=checkbox] + label {
  font-size: 18px;
  line-height: 1em;
  letter-spacing: -1px;
  display: block;
  order: 0;
  color: white;
  font-weight: 800;
  padding: 5px 15px;
}
@media only screen and (min-width: 350px) {
  .hero-offer .deposit-pnp-outer .deposit .deposit__checkbox .checkbox__option input[type=checkbox] + label {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-offer .deposit-pnp-outer .deposit .deposit__checkbox .checkbox__option input[type=checkbox] + label {
    font-size: 25px;
    line-height: 1em;
  }
}
.hero-offer .deposit-pnp-outer .deposit .deposit__checkbox .checkbox__option input[type=checkbox]:before {
  display: none;
}
.hero-offer .deposit-pnp-outer .deposit .deposit__checkbox .checkbox__option input[type=checkbox]:after {
  width: auto;
  height: auto;
  transition: none;
}
.hero-offer .deposit-pnp-outer .deposit .deposit__checkbox.rmTick label:after {
  display: none !important;
}
.hero-offer .deposit-pnp-outer .deposit .deposit__error .error {
  display: none;
}
.hero-offer .deposit-pnp-outer .deposit .deposit__error {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 350px;
  z-index: 9;
}
.hero-offer .deposit-pnp-outer .deposit .deposit__error .error {
  display: none;
  position: absolute;
  top: -50px;
  left: 50%;
  right: initial;
  color: #FFF;
  font-size: 10px;
  line-height: 12px;
  padding: 6px 30px 6px 10px;
  background-color: #f93d5c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hero-offer .deposit-pnp-outer .deposit .deposit__error .error span {
  position: relative;
}
.hero-offer .deposit-pnp-outer .deposit .deposit__error .error a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  font-size: 7px;
  line-height: 24px;
  text-align: center;
  background-color: #ef2a4b;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.hero-offer .deposit-pnp-outer .deposit .deposit__error .error a:before {
  color: #FFF;
  font-size: 12px;
}
.hero-offer .deposit-pnp-outer .deposit .deposit__error .error:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #f93d5c transparent transparent transparent;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hero-offer .deposit-pnp-outer .deposit .deposit__error .error.crit {
  background-color: #f93d5c;
}
.hero-offer .deposit-pnp-outer .deposit .deposit__error .error.crit a[data-icon=close] {
  background-color: #f93d5c;
}
.hero-offer .deposit-pnp-outer .deposit .deposit__error .error.crit:before {
  border-color: #f93d5c transparent transparent transparent;
}
.hero-offer .deposit-pnp-outer .deposit .custom-amount {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  max-width: 100px;
  text-align: center;
}
.hero-offer .deposit-pnp-outer .deposit .custom-amount.substract, .hero-offer .deposit-pnp-outer .deposit .custom-amount.add {
  position: absolute;
  height: 100%;
  display: flex;
  color: #444444;
  width: 35px;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}
@media only screen and (min-width: 992px) {
  .hero-offer .deposit-pnp-outer .deposit .custom-amount.substract, .hero-offer .deposit-pnp-outer .deposit .custom-amount.add {
    width: 45px;
  }
}
.hero-offer .deposit-pnp-outer .deposit .custom-amount.substract:before, .hero-offer .deposit-pnp-outer .deposit .custom-amount.add:before {
  font-size: 22px;
}
.hero-offer .deposit-pnp-outer .deposit .custom-amount.substract {
  left: 0;
  top: 0;
}
.hero-offer .deposit-pnp-outer .deposit .custom-amount.add {
  right: 0;
  top: 0;
}
.hero-offer .deposit-pnp-outer .deposit .deposit__input {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
  border: 3px solid #1352CE;
  border-radius: 3px;
}
.hero-offer .deposit-pnp-outer .deposit .deposit__input input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.hero-offer .deposit-pnp-outer .deposit .deposit__input ::-webkit-input-placeholder {
  color: #709469;
  opacity: 0.5;
}
.hero-offer .deposit-pnp-outer .deposit .deposit__input :-ms-input-placeholder {
  color: #709469;
  opacity: 0.5;
}
.hero-offer .deposit-pnp-outer .deposit .deposit__input ::placeholder {
  color: #709469;
  opacity: 0.5;
}
.hero-offer .deposit-pnp-outer .deposit .deposit__input input {
  text-align: center;
  color: #1352CE;
  background-color: #F2F2F2;
  width: 100%;
  max-width: 100%;
  padding: 5px;
  font-size: 35px;
  line-height: 35px;
  height: 60px;
  font-weight: 900;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.hero-offer .deposit-pnp-outer .deposit .deposit__input input:focus, .hero-offer .deposit-pnp-outer .deposit .deposit__input input:active {
  border: 2px solid #e0e0e0;
}
.hero-offer .deposit-pnp-outer .deposit .deposit__input .input__cont {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: transparent;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero-offer .deposit-pnp-outer .deposit .deposit__input .input__cont .cont__overlay {
  position: absolute;
  color: #18003F;
  top: 50%;
  left: 50%;
  width: 340px;
  font-size: 35px;
  line-height: 35px;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  z-index: 9999;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero-offer .deposit-pnp-outer .deposit .deposit__input .input__cont .cont__amount,
.hero-offer .deposit-pnp-outer .deposit .deposit__input .input__cont .cont__cursym {
  color: transparent;
  font-size: 35px;
  line-height: 35px;
}
.hero-offer .deposit-pnp-outer .deposit .deposit__input .input__cont .cont__cursym {
  display: flex;
  color: #1352CE;
  position: absolute;
  top: 50%;
  right: -50px;
  width: 50px;
  font-weight: 800;
  padding-left: 3px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hero-offer .deposit-pnp-outer .deposit .deposit__cta {
  margin: 0px auto 20px;
  width: 100%;
}
.hero-offer .deposit-pnp-outer .deposit .deposit__cta .btn {
  padding: 15px;
  border-radius: 5px;
  width: 100%;
  border: 2px solid #FFFFFF;
}
.hero-offer .deposit-pnp-outer .deposit .deposit__terms {
  z-index: 2;
}
.hero-offer .deposit-pnp-outer .deposit .deposit__terms p {
  display: none;
}
.hero-offer .deposit-pnp-outer .deposit .deposit__terms .terms__trustly {
  background-color: #0ee06e;
  -webkit-mask-image: url("/images/footer/trustly.svg");
  mask-image: url("/images/footer/trustly.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  width: 80px;
  height: 18px;
  margin: 10px auto 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-offer .deposit-pnp-outer .deposit .deposit__terms .terms__zimpler {
  background: url("/images/common/payment/zimpler-logo-navy.svg") no-repeat;
  width: 110px;
  height: 22px;
  background-size: contain;
  margin: 10px auto 20px auto;
  background-position: center;
}
.hero-offer .deposit-pnp-outer .deposit .deposit__terms .bnk-logos {
  width: 100%;
  height: 25px;
  background: url("/images/common/payment/banking-logos.svg") no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  filter: grayscale(1) opacity(0.7);
  display: none;
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  max-width: 280px;
  z-index: 1;
  background: transparent;
  background: transparent;
  box-shadow: none;
  border-radius: 0 0 25px 25px;
  transition: all 0.5s ease-out;
  padding: 25px 25px 5px 25px;
  position: relative;
}
@media only screen and (min-width: 350px) {
  .hero-offer .global-gameInfo-pnp .deposit-pnp-outer {
    max-width: 100%;
  }
}
@media only screen and (min-width: 360px) {
  .hero-offer .global-gameInfo-pnp .deposit-pnp-outer {
    padding: 25px 25px 5px 25px;
  }
}
@media only screen and (min-width: 430px) {
  .hero-offer .global-gameInfo-pnp .deposit-pnp-outer {
    padding: 25px 25px 5px 25px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .hero-offer .global-gameInfo-pnp .deposit-pnp-outer {
    padding: 25px 25px 5px 25px;
    max-width: 100%;
  }
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer::after, .hero-offer .global-gameInfo-pnp .deposit-pnp-outer::before, .hero-offer .global-gameInfo-pnp .deposit-pnp-outer .hero-offer {
  display: none;
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__selectors {
  width: 100%;
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__checkbox {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__checkbox .checkbox__option {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  align-items: center;
  text-align: center;
  margin-right: 10px;
  font-size: 25px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 350px) {
  .hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__checkbox .checkbox__option {
    margin-right: 20px;
  }
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__checkbox .checkbox__option:last-child {
  margin-right: 0;
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__checkbox .checkbox__option input[type=checkbox] {
  flex: 0 0 37px;
  width: 100%;
  height: 37px;
  position: absolute;
  margin-right: 3px;
  vertical-align: middle;
  cursor: pointer;
  overflow: visible;
  border-radius: 5px;
  z-index: -1;
  background: linear-gradient(304.75deg, #00069A 37.44%, #0427A1 70.48%);
  border: 3px solid #0039B1;
  box-shadow: 0px 0px 13px 7px rgba(0, 233, 248, 0.2509803922) inset;
  box-shadow: 0px 4px 4px 0px rgba(18, 79, 235, 0.8);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  color: #FFF;
  padding: 20px 0;
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__checkbox .checkbox__option input[type=checkbox]:before {
  animation: bounceInQue 0.3s ease-in-out;
  left: -4px;
  top: -4px;
  transform: translateY(-15px);
}
@keyframes bounceInQue {
  0% {
    opacity: 0;
    transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__checkbox .checkbox__option input[type=checkbox]:checked {
  background: #7905af;
  border: 3px solid var(--deepMagenta);
  box-shadow: none;
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__checkbox .checkbox__option input[type=checkbox]:checked + label {
  color: white;
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__checkbox .checkbox__option input[type=checkbox] + label {
  font-size: 18px;
  line-height: 1em;
  letter-spacing: -1px;
  display: block;
  order: 0;
  color: white;
  font-weight: 800;
  padding: 5px 15px;
}
@media only screen and (min-width: 350px) {
  .hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__checkbox .checkbox__option input[type=checkbox] + label {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__checkbox .checkbox__option input[type=checkbox] + label {
    font-size: 25px;
    line-height: 1em;
  }
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__checkbox .checkbox__option input[type=checkbox]:before {
  display: none;
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__checkbox .checkbox__option input[type=checkbox]:after {
  width: auto;
  height: auto;
  transition: none;
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__checkbox.rmTick label:after {
  display: none !important;
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__error .error {
  display: none;
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__error {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 350px;
  z-index: 9;
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__error .error {
  display: none;
  position: absolute;
  top: -17px;
  left: 50%;
  right: initial;
  color: #FFF;
  font-size: 10px;
  line-height: 12px;
  padding: 6px 30px 6px 10px;
  background-color: #f93d5c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__error .error span {
  position: relative;
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__error .error a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  font-size: 7px;
  line-height: 24px;
  text-align: center;
  background-color: #ef2a4b;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__error .error a:before {
  color: #FFF;
  font-size: 12px;
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__error .error:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #f93d5c transparent transparent transparent;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__error .error.crit {
  background-color: #f93d5c;
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__error .error.crit a[data-icon=close] {
  background-color: #f93d5c;
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__error .error.crit:before {
  border-color: #f93d5c transparent transparent transparent;
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .custom-amount {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  max-width: 100px;
  text-align: center;
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .custom-amount.substract, .hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .custom-amount.add {
  position: absolute;
  height: 100%;
  display: flex;
  color: #444444;
  width: 35px;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}
@media only screen and (min-width: 992px) {
  .hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .custom-amount.substract, .hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .custom-amount.add {
    width: 45px;
  }
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .custom-amount.substract:before, .hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .custom-amount.add:before {
  font-size: 22px;
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .custom-amount.substract {
  left: 0;
  top: 0;
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .custom-amount.add {
  right: 0;
  top: 0;
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__input {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  border: 3px solid #1352CE;
  border-radius: 3px;
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__input input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__input ::-webkit-input-placeholder {
  color: #709469;
  opacity: 0.5;
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__input :-ms-input-placeholder {
  color: #709469;
  opacity: 0.5;
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__input ::placeholder {
  color: #709469;
  opacity: 0.5;
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__input input {
  text-align: center;
  color: #1352CE;
  background-color: #F2F2F2;
  width: 100%;
  max-width: 100%;
  padding: 5px;
  font-size: 35px;
  line-height: 35px;
  height: 60px;
  font-weight: 900;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__input input:focus, .hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__input input:active {
  border: 2px solid #e0e0e0;
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__input .input__cont {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: transparent;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__input .input__cont .cont__overlay {
  position: absolute;
  color: #18003F;
  top: 50%;
  left: 50%;
  width: 340px;
  font-size: 35px;
  line-height: 35px;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  z-index: 9999;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__input .input__cont .cont__amount,
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__input .input__cont .cont__cursym {
  color: transparent;
  font-size: 35px;
  line-height: 35px;
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__input .input__cont .cont__cursym {
  display: flex;
  color: #1352CE;
  position: absolute;
  top: 50%;
  right: -50px;
  width: 50px;
  font-weight: 800;
  padding-left: 3px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__cta {
  margin: 5px auto 0px;
  width: 100%;
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__cta .btn {
  padding: 15px;
  border-radius: 5px;
  width: 100%;
  border: 2px solid #FFFFFF;
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__terms {
  z-index: 2;
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__terms p {
  font-size: 10px;
  letter-spacing: 0;
  text-align: center;
  line-height: 12px;
  margin: 10px 0 0 0;
  color: var(--textColorDark);
}
@media only screen and (max-width: 360px) {
  .hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__terms p {
    line-height: 10px;
    font-size: 9px;
    letter-spacing: 0;
  }
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__terms p a {
  color: var(--textColorDark);
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__terms .terms__zimpler {
  background: url("/images/common/payment/zimpler-logo-navy.svg") no-repeat;
  width: 110px;
  height: 22px;
  background-size: contain;
  margin: 10px auto 20px auto;
  background-position: center;
}
.hero-offer .global-gameInfo-pnp .deposit-pnp-outer .deposit .deposit__terms .bnk-logos {
  width: 100%;
  height: 25px;
  background: url("/images/common/payment/banking-logos.svg") no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  filter: grayscale(1) opacity(0.7);
  display: none;
}
.hero-offer body[data-actual-geo=fi] .hero__container .deposit-pnp-outer {
  margin: auto;
  margin-top: 15px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 652px) and (max-width: 767px) {
  .hero-offer body[data-actual-geo=fi] .hero__container .deposit-pnp-outer {
    margin: 0 auto 30px auto;
  }
}
.hero-offer body[data-actual-geo=fi] .hero__container .deposit-pnp-outer .deposit-pnp-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 0 15px 0;
}
.hero-offer body[data-actual-geo=fi] .hero__container .deposit-pnp-outer .deposit-pnp-text .l1, .hero-offer body[data-actual-geo=fi] .hero__container .deposit-pnp-outer .deposit-pnp-text .l4 {
  font-weight: bold;
  text-align: center;
  color: #7A12B0;
}
.hero-offer body[data-actual-geo=fi] .hero__container .deposit-pnp-outer .deposit-pnp-text .l1 {
  font-size: 44px;
}
.hero-offer body[data-actual-geo=fi] .hero__container .deposit-pnp-outer .deposit-pnp-text .l4 {
  font-size: 25px;
}
.hero-offer body[data-actual-geo=fi] .hero__container .deposit-pnp-outer .aff-game {
  text-transform: uppercase;
  color: #7b45fd;
}
.hero-offer body[data-actual-geo=fi] .hero__container .deposit-pnp-outer .text-center {
  text-align: center;
}
.hero-offer .payment-pnp {
  display: flex;
  height: 35px;
  width: auto;
  margin: 0 auto;
  justify-content: center;
}
.hero-offer .payment-pnp .payment-pnp-zimpler_img {
  filter: invert(1);
  height: 20px;
  width: 180px;
  display: flex;
}
.hero-offer .payment-pnp-zimpler_img {
  background: url("/images/common/payment/zimpler-logo-navy.svg") no-repeat center center !important;
  background-size: contain !important;
  background-position: center;
  filter: invert(100%) sepia(86%) saturate(0%) hue-rotate(260deg) brightness(113%) contrast(100%);
}
.hero-offer .hero_welcome_game {
  font-weight: 800;
  text-align: center;
  text-decoration: underline;
  background: linear-gradient(to right, #6666ff, #0099ff, #00ff00, #ff3399, #6666ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: rainbow_animation 6s ease-in-out infinite;
  background-size: 400% 100%;
  font-size: 30px;
  font-family: "Bungee", sans-serif;
  vertical-align: top;
}
@keyframes rainbow_animation {
  0%, 100% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
}

/*# sourceMappingURL=lp-root-compiled.css.map */
</pre></body></html>