html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

table caption {
  font-size: 26px;
  padding: 15px 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  background: var(--main-theme-color);
  color: var(--text-color);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

a {
  cursor: pointer;
}

* {
  outline: none;
  box-sizing: border-box;
}

*::after,
*::before {
  box-sizing: border-box;
}

svg {
  transform: translateZ(0);
}

input,
textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
  margin: 0 auto 28px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.thepokies-7ueu7t {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .thepokies-7ueu7t {
    padding: 54px 0 0;
  }
}

.thepokies-o4cq8s {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  border: none;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .thepokies-o4cq8s:hover {
    background: var(--button-bg-hover);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

.thepokies-uzdr6x {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
  .thepokies-uzdr6x {
    margin: 20px auto 100px;
  }
}

.thepokies-uzdr6x h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .thepokies-uzdr6x h1 {
    font-size: 120px;
  }
}

.thepokies-uzdr6x p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.thepokies-1084fv {
  cursor: pointer;
}

.thepokies-0w5zsh {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.thepokies-oqusxb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.thepokies-oqusxb figure {
  margin: 0;
}

.thepokies-oqusxb.thepokies-0ralfj {
  justify-content: flex-start;
  margin-right: 4px;
}

.thepokies-oqusxb.thepokies-xrxg88 {
  justify-content: flex-end;
  margin-left: 4px;
}

.thepokies-oqusxb.thepokies-fl92x4 {
  justify-content: center;
}

.thepokies-oqusxb.thepokies-mv1bi4 {
  justify-content: normal;
}

.thepokies-t7c1ro {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
  .thepokies-t7c1ro {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .thepokies-t7c1ro {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.thepokies-cr789q {
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .thepokies-cr789q {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.thepokies-1yoouc {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .thepokies-1yoouc {
    flex-direction: column;
  }
}

.thepokies-z7zyls {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.thepokies-z7zyls img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .thepokies-z7zyls {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}

.thepokies-zt57sb {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.thepokies-zt57sb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .thepokies-zt57sb ul {
    margin-bottom: 15px;
  }
}

.thepokies-zt57sb ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.thepokies-zt57sb ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--title-color);
}

.thepokies-zt57sb ul li span svg {
  fill: var(--title-color);
}

.thepokies-zt57sb ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .thepokies-zt57sb ul li small {
    font-size: 12px;
  }
}

.thepokies-zt57sb ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}

.thepokies-zt57sb ul li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .thepokies-zt57sb {
    flex-basis: auto;
    margin: 0 auto;
  }
}

.thepokies-4a3c9g {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .thepokies-4a3c9g {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.thepokies-p2oojn {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.thepokies-r1xkwr {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0.thepokies-3zubqt ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 767px) {
  .thepokies-r1xkwr {
    height: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .thepokies-r1xkwr:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}

.thepokies-r1xkwr.thepokies-5opnmi {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .thepokies-r1xkwr.thepokies-5opnmi:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.thepokies-updk5c {
  padding: 80px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1200px) {
  .thepokies-updk5c {
    padding: 80px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .thepokies-updk5c {
    padding: 50px 16px 68px;
  }
}

.thepokies-m8v3eh {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .thepokies-m8v3eh {
    flex-direction: column;
  }
}

.thepokies-jvq7rj {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .thepokies-jvq7rj {
    margin-bottom: 40px;
  }
}

.thepokies-way3pe .thepokies-9uhkud {
  margin-bottom: 28px;
}

.thepokies-way3pe .thepokies-9uhkud img {
  max-height: 100px;
  width: auto;
}

.thepokies-sxw5jn {
  display: flex;
  align-items: center;
}

.thepokies-sxw5jn a + a {
  margin-left: 24px;
}

.thepokies-sxw5jn img {
  max-height: 56px;
  width: auto;
}

.thepokies-sxw5jn img + img {
  margin-left: 24px;
}

.thepokies-vr9ulq {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .thepokies-vr9ulq {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}

.thepokies-33k634 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .thepokies-33k634 {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

.thepokies-t781qs {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .thepokies-t781qs {
    flex-wrap: wrap;
  }
}

.thepokies-t781qs li {
  display: flex;
  margin: 0 7px;
}

.thepokies-t781qs li svg {
  transition: 0.thepokies-3zubqt ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .thepokies-t781qs li:hover svg {
    transform: scale(1.2);
  }
}

.thepokies-ce4102 {
  color: var(--footer-text-color);
  font-size: 12px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  word-wrap: break-word;
}

.thepokies-x721w4 + .thepokies-x721w4 {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .thepokies-x721w4 + .thepokies-x721w4 {
    margin: 36px 0 0;
  }
}

.thepokies-18mv3b {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.thepokies-6t9whe {
  list-style: none;
  margin: 0;
  padding: 0;
}

.thepokies-6t9whe li {
  font-size: 16px;
}

.thepokies-6t9whe li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .thepokies-6t9whe li a:hover {
    text-decoration: underline;
  }
}

.thepokies-6t9whe li + li {
  margin-top: 16px;
}

.thepokies-ax44in {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.thepokies-otywni ease-in-out;
}

.thepokies-ax44in.thepokies-ho5cgs {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.thepokies-zf1ve2 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.thepokies-zf1ve2 h1,
.thepokies-zf1ve2 h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .thepokies-zf1ve2 h1,
  .thepokies-zf1ve2 h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .thepokies-zf1ve2 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .thepokies-zf1ve2 {
    margin-bottom: 60px;
  }
}

.thepokies-pys1sk {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

@media only screen and (max-width: 767px) {
  .thepokies-pys1sk {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}

.thepokies-pys1sk li {
  width: 100%;
}

.thepokies-pys1sk li a {
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.thepokies-3zubqt ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.thepokies-pys1sk li a svg {
  fill: var(--button-text-color);
}

.thepokies-pys1sk li a.thepokies-ho5cgs {
  background: var(--border-color);
}

@media only screen and (min-width: 1025px) {
  .thepokies-pys1sk li a:hover {
    background: var(--border-color);
  }
}

@media only screen and (max-width: 767px) {
  .thepokies-pys1sk li a {
    font-size: 14px;
    height: 36px;
    padding: 0 10pxr;
  }
  .thepokies-pys1sk li a img {
    max-width: 16px;
  }
}

.thepokies-92zend {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .thepokies-92zend {
    margin: 0 -5px;
  }
}

.thepokies-dbqyxv {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.thepokies-dbqyxv span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

.thepokies-dbqyxv small {
  display: block;
  color: var(--text-color);
  opacity: 0.8;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .thepokies-dbqyxv {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .thepokies-dbqyxv span {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

.thepokies-8rek26 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.thepokies-8rek26 img {
  width: 100%;
  transition: 0.thepokies-3zubqt ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .thepokies-8rek26:hover img {
    transform: scale(1.1);
  }
}

.thepokies-ypjjij {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .thepokies-ypjjij {
    height: 54px;
  }
}

.thepokies-twzka3 {
  max-width: 1310px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .thepokies-twzka3 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .thepokies-twzka3 {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .thepokies-twzka3 .thepokies-9uhkud img {
    max-width: 90px;
  }
}

.thepokies-9uhkud img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .thepokies-9uhkud {
    order: -2;
  }
}

@media only screen and (max-width: 1023px) {
  .thepokies-7chyn6 {
    display: none;
  }
  .thepokies-7chyn6::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 300%;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
  }
}

.thepokies-2br2vw {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.thepokies-2br2vw li {
  font-size: 16px;
  margin: 0 20px;
}

.thepokies-2br2vw li a {
  color: var(--menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .thepokies-2br2vw li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 1023px) {
  .thepokies-2br2vw {
    display: block;
  }
  .thepokies-2br2vw li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .thepokies-2br2vw li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .thepokies-2br2vw li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    border: 5px solid transparent;
    border-left: 5px solid var(--menu-color);
  }
  .thepokies-2br2vw li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

.thepokies-fhwsz0 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
  .thepokies-fhwsz0 {
    margin-right: 105px;
  }
}

@media only screen and (max-width: 1023px) {
  .thepokies-fhwsz0 {
    order: -1;
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .thepokies-fhwsz0 {
    max-width: 230px;
    justify-content: flex-end;
  }
}

.thepokies-fhwsz0.thepokies-ffiatf {
  margin-right: 0;
}

.thepokies-lwvygi {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .thepokies-lwvygi {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .thepokies-lwvygi:hover {
    background: var(--button-bg-color);
    opacity: 0.9;
  }
}

.thepokies-rp75o8 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@media only screen and (min-width: 1025px) {
  .thepokies-rp75o8:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .thepokies-rp75o8 {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

.thepokies-pny843 {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
  .thepokies-pny843 {
    top: 9px;
    transform: none;
    right: auto;
    left: 0;
  }
}

.thepokies-pny843:hover > ul {
  display: flex;
}

.thepokies-pny843:focus > ul {
  display: flex;
}

.thepokies-pny843:focus-within > ul {
  display: flex;
}

.thepokies-3gsctm {
  position: relative;
  border-radius: 10px;
  height: 42px;
  padding: 5px 32px 5px 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  gap: 5px;
}

.thepokies-3gsctm::after {
  border-bottom: 1px solid var(--button-text-color);
  border-right: 1px solid var(--button-text-color);
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.thepokies-otywni ease-in-out;
}

@media only screen and (max-width: 767px) {
  .thepokies-3gsctm {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .thepokies-3gsctm img {
    max-width: 20px;
  }
}

.thepokies-pny843 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.thepokies-3zubqt ease-in-out;
  z-index: 2;
  border-radius: 10px;
  min-width: 66px;
  display: none;
  max-height: 465px;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--button-bg-color);
}

@media only screen and (max-width: 767px) {
  .thepokies-pny843 ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.thepokies-pny843 ul li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.thepokies-3zubqt ease-in-out;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .thepokies-pny843 ul li {
    padding: 5px;
  }
}

.thepokies-pny843 ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--button-text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .thepokies-pny843 ul li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  .thepokies-pny843 ul li a {
    font-size: 14px;
    gap: 3px;
  }
  .thepokies-pny843 ul li a img {
    max-width: 20px;
  }
}

.thepokies-khy833 {
  display: none;
}

.thepokies-tu1jrf {
  width: 38px;
  height: 38px;
  display: none;
  cursor: pointer;
  border-radius: 6px;
  background: var(--button-bg-color);
  padding: 12px 5px;
  z-index: 99;
  margin-left: 8px;
}

@media only screen and (max-width: 1023px) {
  .thepokies-tu1jrf {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

.thepokies-tu1jrf span {
  display: block;
  height: 1px;
  border-radius: 4px;
  width: 20px;
  background: var(--button-text-color);
}

@media only screen and (max-width: 1023px) {
  .thepokies-khy833:checked ~ .thepokies-7chyn6 {
    display: block;
    position: absolute;
    height: 100vh;
    background: var(--fh-bg-color);
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  .thepokies-7chyn6 {
    display: none;
    transition: display 0.thepokies-3zubqt ease-in-out;
  }
  .thepokies-khy833:checked ~ .thepokies-7chyn6 {
    display: block;
  }
  .thepokies-khy833:checked + .thepokies-tu1jrf span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .thepokies-khy833:checked + .thepokies-tu1jrf span:nth-child(2) {
    display: none;
  }
  .thepokies-khy833:checked + .thepokies-tu1jrf span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.thepokies-d6k98w {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .thepokies-d6k98w {
    padding: 0 16px;
  }
}

.thepokies-d6k98w img {
  margin-bottom: 20px;
}

.thepokies-d6k98w p {
  color: var(--text-color);
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .thepokies-d6k98w p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .thepokies-d6k98w {
    margin-bottom: 60px;
  }
}

.thepokies-101j7s {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .thepokies-101j7s {
    font-size: 32px;
  }
}

.thepokies-8h5iog {
  color: var(--text-color);
}

.thepokies-hjw42i {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .thepokies-hjw42i {
    font-size: 16px;
    line-height: 140%;
  }
}

.thepokies-hjw42i p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

.thepokies-hjw42i p img {
  display: block;
  margin: 0 auto;
}

.thepokies-hjw42i p:first-of-type {
  margin-top: 0;
}

.thepokies-hjw42i p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .thepokies-hjw42i p {
    font-size: 18px;
    line-height: 140%;
  }
}

.thepokies-hjw42i ul {
  padding: 0 0 0 20px;
}

.thepokies-hjw42i table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.thepokies-hjw42i table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--table-1-color);
}

@media only screen and (max-width: 767px) {
  .thepokies-hjw42i table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.thepokies-hjw42i table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .thepokies-hjw42i table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.thepokies-hjw42i table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.thepokies-hjw42i iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .thepokies-hjw42i iframe {
    height: 200px;
  }
}

.thepokies-be5tkq {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 1200px) {
  .thepokies-be5tkq {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .thepokies-be5tkq {
    margin-bottom: 60px;
  }
}

.thepokies-5vj17m {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .thepokies-5vj17m {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.thepokies-5vj17m h1,
.thepokies-5vj17m h2,
.thepokies-5vj17m h3,
.thepokies-5vj17m h4 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .thepokies-5vj17m h1,
  .thepokies-5vj17m h2,
  .thepokies-5vj17m h3,
  .thepokies-5vj17m h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.thepokies-j6z1xt {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .thepokies-j6z1xt {
    flex-direction: column-reverse;
  }
}

.thepokies-j6z1xt .thepokies-e5d0av {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .thepokies-j6z1xt .thepokies-e5d0av {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.thepokies-j6z1xt .thepokies-7i1rpi {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .thepokies-j6z1xt .thepokies-7i1rpi {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .thepokies-j6z1xt .thepokies-7i1rpi img {
    width: 100%;
  }
}

.thepokies-7i1rpi {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .thepokies-7i1rpi {
    margin-bottom: 18px;
  }
}

.thepokies-e5d0av {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .thepokies-e5d0av {
    margin-bottom: 18px;
  }
}

.thepokies-be5tkq h2 {
  color: var(--title-color);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .thepokies-be5tkq h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.thepokies-be5tkq .thepokies-o4cq8s {
  margin-top: 30px;
  margin-bottom: 30px;
}

.thepokies-iuliw7 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 110px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  background: #1a1b2d;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .thepokies-iuliw7 {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 767px) {
  .thepokies-iuliw7 {
    margin-bottom: 60px;
  }
}

.thepokies-amh62k {
  position: relative;
  border: none;
}

.thepokies-amh62k::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--fh-bg-color);
}

.thepokies-4rxkpb {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  font-size: 24px;
  font-weight: 700;
  background: var(--fh-bg-color);
  color: var(--title-color);
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
}

.thepokies-4rxkpb span {
  height: 32px;
}

.thepokies-4rxkpb span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.thepokies-4rxkpb.thepokies-p8h849 span {
  transform: scaleY(-1);
}

@media only screen and (max-width: 767px) {
  .thepokies-4rxkpb {
    padding: 0 14px;
    font-size: 22px;
    height: 68px;
  }
}

.thepokies-xqjd0t {
  list-style: none;
  padding: 0;
  margin: 0;
}

.thepokies-xqjd0t li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .thepokies-xqjd0t li {
    font-size: 16px;
  }
}

.thepokies-xqjd0t li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.thepokies-3zubqt ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .thepokies-xqjd0t li a:hover {
    background: var(--main-theme-color);
  }
}

@media only screen and (max-width: 767px) {
  .thepokies-xqjd0t li a {
    padding: 12px 14px;
  }
}

.thepokies-xqjd0t.thepokies-psyf9k {
  display: none;
}

.thepokies-jh693w {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.thepokies-jh693w table {
  width: 100%;
  border-collapse: collapse;
}

.thepokies-jh693w table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .thepokies-jh693w table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .thepokies-jh693w table td {
    min-width: 75px;
  }
}

.thepokies-jh693w table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .thepokies-jh693w table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.thepokies-jh693w table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.thepokies-jh693w p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .thepokies-jh693w p {
    font-size: 16px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 1200px) {
  .thepokies-jh693w {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .thepokies-jh693w {
    margin-bottom: 60px;
  }
}

.thepokies-8uea88 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fh-bg-color);
  color: var(--title-color);
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .thepokies-8uea88 {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.thepokies-fjfpii {
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 500px) {
  .thepokies-fjfpii {
    width: 100%;
    border-collapse: collapse;
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

.thepokies-fjfpii tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .thepokies-fjfpii tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.thepokies-fjfpii tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.thepokies-a75e7h table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.thepokies-a75e7h table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.thepokies-a75e7h p {
  color: var(--text-color);
}

.thepokies-9yjtsc {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .thepokies-9yjtsc {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .thepokies-9yjtsc {
    margin-bottom: 60px;
  }
}

.thepokies-myth3r {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: var(--fh-bg-color);
  color: var(--updated-block-color);
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}

.thepokies-t656xz {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .thepokies-t656xz {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .thepokies-t656xz {
    margin-bottom: 60px;
  }
}

.thepokies-dcdsmb {
  border-radius: 10px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding: 20px 32px 20px;
}

.thepokies-dcdsmb h3 {
  position: relative;
  color: var(--title-color);
  font-size: 26px;
  cursor: pointer;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .thepokies-dcdsmb h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

.thepokies-dcdsmb p {
  padding: 0;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
  color: var(--text-color);
}

.thepokies-dcdsmb p + p {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .thepokies-dcdsmb p {
    font-size: 16px;
  }
}

.thepokies-t13841 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .thepokies-t13841 {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 68px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #161d33;
    padding: 0 40px;
  }
}

.thepokies-5xv6yk {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.thepokies-5xv6yk li {
  margin: 0 20px;
}

.thepokies-5xv6yk li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.thepokies-5xv6yk li a img {
  margin-bottom: 4px;
}

@media only screen and (min-width: 1025px) {
  .thepokies-5xv6yk li a:hover {
    color: #2ab765;
  }
}

.thepokies-1at37f {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 10px auto;
  padding: 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .thepokies-1at37f {
    padding: 0 16px;
  }
}

.thepokies-1at37f li {
  font-size: 16px;
  position: relative;
}

.thepokies-1at37f li a {
  color: var(--text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .thepokies-1at37f li a:hover {
    text-decoration: underline;
  }
}

.thepokies-1at37f li span {
  opacity: 0.5;
}

.thepokies-1at37f li + li {
  margin-left: 30px;
}

.thepokies-1at37f li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

h2.thepokies-5vj17m {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  h2.thepokies-5vj17m {
    margin-bottom: 18px;
  }
}

.thepokies-bv5vou {
  border-collapse: separate;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-color);
  counter-reset: table-row;
}

.thepokies-bv5vou tbody tr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 36px;
  padding: 20px 24px;
  border-radius: 10px;
  margin-bottom: 16px;
  cursor: pointer;
  background-color: var(--fh-bg-color);
}

.thepokies-bv5vou tbody tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: var(--fh-bg-color);
  border-radius: 10px;
}

.thepokies-bv5vou tbody tr:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--fh-bg-color);
  border-radius: 10px;
}

.thepokies-bv5vou tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.thepokies-bv5vou tbody tr:last-of-type {
  margin-bottom: 0;
}

.thepokies-bv5vou tbody tr td:first-of-type {
  flex-shrink: 0;
}

.thepokies-bv5vou tbody tr td:first-of-type > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--rate-image-border);
}

.thepokies-bv5vou tbody tr td:first-of-type > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
  padding: 2px 9px;
  width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  counter-increment: table-row;
  content: counter(table-row);
  background: var(--rate-counter-bg);
}

.thepokies-bv5vou tbody tr td:last-of-type {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .thepokies-bv5vou tbody tr td:last-of-type {
    margin-left: 0;
    width: 100%;
  }
}

.thepokies-bv5vou tbody tr td .thepokies-oehhw9 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .thepokies-bv5vou tbody tr td .thepokies-oehhw9 {
    width: 100%;
  }
}

.thepokies-bv5vou tbody tr td .thepokies-4m2pxd {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 10px;
  width: 181px;
  height: 46px;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  transition: 0.thepokies-3zubqt ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .thepokies-bv5vou tbody tr td .thepokies-4m2pxd:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .thepokies-bv5vou tbody tr td .thepokies-4m2pxd {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .thepokies-bv5vou tbody tr td .thepokies-4m2pxd {
    width: 100%;
  }
}

.thepokies-bv5vou tbody tr td .thepokies-dkvbs4 {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .thepokies-bv5vou tbody tr td .thepokies-dkvbs4:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .thepokies-bv5vou tbody tr {
    flex-direction: column;
  }
}

.thepokies-bv5vou tbody tr:nth-child(-n + 3) td > a::before {
  background: var(--rate-counter-bg-top);
}

.thepokies-8eus6s {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .thepokies-8eus6s {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .thepokies-8eus6s {
    margin: 0 auto 60px;
  }
}

.thepokies-9jdzcy {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .thepokies-9jdzcy {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.thepokies-aihy3n {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .thepokies-aihy3n {
    margin: 0 -5px;
  }
}

.thepokies-w3xmne {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.thepokies-w3xmne img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.thepokies-3zubqt ease-in-out;
}

.thepokies-w3xmne p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .thepokies-w3xmne:hover img {
    transform: scale(1.01);
  }
}

@media only screen and (max-width: 991px) {
  .thepokies-w3xmne {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .thepokies-w3xmne {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 12px;
  }
  .thepokies-w3xmne p {
    font-size: 16px;
  }
}

.thepokies-6d5kwn {
  position: relative;
  max-width: 800px;
  height: 400px;
  width: 100%;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 520px) {
  .thepokies-6d5kwn {
    height: 190px;
    margin: 20px auto;
  }
}

.thepokies-6d5kwn img {
  width: 100%;
  height: 100%;
}

.thepokies-6d5kwn iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .thepokies-6d5kwn iframe {
    height: 190px;
  }
}

.thepokies-mi908x {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(3px);
}

.thepokies-mi908x::before {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.thepokies-fuypzr {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.thepokies-fuypzr svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.thepokies-3zubqt ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .thepokies-fuypzr:hover svg {
    transform: scale(1.1);
  }
}

.thepokies-0rw2c2 {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .thepokies-0rw2c2 {
    padding: 40px 0;
  }
}

.thepokies-cy26vx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .thepokies-cy26vx {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .thepokies-cy26vx {
    flex-direction: column-reverse;
  }
}

.thepokies-cizjf5 {
  max-width: 520px;
  width: 100%;
  flex-basis: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}

.thepokies-cizjf5 img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .thepokies-cizjf5 {
    max-width: 565px;
    flex-basis: auto;
    margin: 24px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .thepokies-cizjf5 {
    margin: 10px 0 0;
  }
}

.thepokies-30u7wm {
  max-width: 565px;
  width: 100%;
  flex-basis: 565px;
  border-radius: 10px;
  padding: 36px 32px;
  background: radial-gradient(
    114.2% 133.85% at 7.14% 3.6%,
    rgba(35, 35, 54, 0.7) 0%,
    rgba(35, 35, 54, 0.7) 0.01%,
    rgba(35, 35, 54, 0.1) 100%
  );
  border: 1px solid #383853;
}

.thepokies-30u7wm h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 16px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .thepokies-30u7wm {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .thepokies-30u7wm {
    padding: 24px 10px;
  }
}

.thepokies-3sq7xe {
  background: rgba(30, 30, 53, 0.6);
  border: 1px solid #383853;
  border-radius: 6px;
  padding: 14px 20px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #a29eb6;
  transition: 0.thepokies-3zubqt ease-in-out;
}

.thepokies-3sq7xe:hover {
  border: 1px solid #8c8ca2;
}

.thepokies-74r4ju {
  margin: 20px auto 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  padding: 15px 10px;
  width: 100%;
  height: 52px;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
}

.thepokies-74r4ju:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.thepokies-hi721j {
  max-width: 342px;
  width: 100%;
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #c0c0c0;
  text-align: center;
}

.thepokies-hi721j a {
  text-decoration: underline;
  color: #8babff;
}

.thepokies-b47fsm {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.thepokies-b47fsm .thepokies-3sq7xe {
  width: 50%;
  margin: 0;
}

.thepokies-x19s5u {
  border-radius: 6px;
  padding: 15px 10px;
  width: 50%;
  height: 52px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.thepokies-x19s5u:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.thepokies-8k0t5x {
  margin: 0 0 100px;
}

@media only screen and (max-width: 1200px) {
  .thepokies-8k0t5x {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .thepokies-8k0t5x {
    margin: 0 0 60px;
  }
}

.thepokies-bzn5uj {
  position: relative;
  padding: 20px 24px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .thepokies-bzn5uj {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.thepokies-67y406 {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .thepokies-67y406 {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}

.thepokies-d5jima {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
  .thepokies-d5jima {
    flex-basis: auto;
    max-width: 100%;
  }
}

.thepokies-nzhore {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 40px;
  font-weight: 700;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .thepokies-nzhore {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.thepokies-nzhore a {
  width: 26px;
  height: 26px;
  background: #5277e7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  margin-left: 20px;
  border-radius: 4px;
  transition: 0.thepokies-3zubqt ease-in-out;
}

@media only screen and (max-width: 767px) {
  .thepokies-nzhore a {
    margin: 1px 0 4px;
  }
}

.thepokies-nzhore a svg {
  fill: #fff;
}

.thepokies-nzhore a:hover {
  background: #3d68e7;
}

.thepokies-o7fiv7 {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.thepokies-xwubj7 {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .thepokies-xwubj7 {
    position: absolute;
    top: 18px;
    left: 115px;
  }
}

.thepokies-80295c {
  font-size: 16px;
  color: var(--text-color);
}

.thepokies-q1vjt3 {
  display: grid;
  grid-template-areas: "play-block__left" "content-section" "play-block__right";
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .thepokies-q1vjt3 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .thepokies-q1vjt3 {
    margin: 20px auto 60px;
  }
}

@media only screen and (min-width: 992px) {
  .thepokies-q1vjt3 {
    grid-template-areas: "play-block__left play-block__right" "content-section content-section";
    grid-template-columns: 65% 35%;
  }
}

.thepokies-8pkziq {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

.thepokies-8pkziq h1,
.thepokies-8pkziq h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .thepokies-8pkziq h1,
  .thepokies-8pkziq h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .thepokies-8pkziq {
    margin: 0;
    padding-right: 20px;
  }
}

.thepokies-hixe8l {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

.thepokies-hixe8l h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .thepokies-hixe8l h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.thepokies-hixe8l h2 {
  display: flex;
  align-items: center;
  min-height: 68px;
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 6px;
}

@media only screen and (max-width: 767px) {
  .thepokies-hixe8l h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.thepokies-hixe8l table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.thepokies-hixe8l table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .thepokies-hixe8l table tr td {
    padding: 12px 4px;
  }
}

.thepokies-hixe8l table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .thepokies-hixe8l table tr th {
    padding: 12px 4px;
  }
}

.thepokies-hixe8l table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .thepokies-hixe8l {
    margin: 0;
  }
}

.thepokies-ixpz8x {
  width: 100%;
  min-height: 356px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .thepokies-ixpz8x {
    min-height: 190px;
  }
}

.thepokies-h2ctbo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(5px);
}

.thepokies-h2ctbo::before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.thepokies-fzwo4q {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.thepokies-fzwo4q.thepokies-kb6v4d {
  display: none;
}

.thepokies-iwy6n6 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.thepokies-iwy6n6 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.thepokies-iwy6n6 iframe.thepokies-yo8aqz {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.thepokies-iwy6n6.thepokies-alca2a {
  opacity: 1;
  pointer-events: all;
}

.thepokies-9sa5xn {
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 252px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #c2c0ce;
  margin: 0 auto;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.thepokies-3zubqt ease-in-out;
}

.thepokies-9sa5xn svg {
  margin-right: 10px;
}

.thepokies-9sa5xn + .thepokies-9sa5xn {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .thepokies-9sa5xn:hover {
    background: #a8a6b3;
  }
}

.thepokies-w903gd {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

@media only screen and (min-width: 1025px) {
  .thepokies-w903gd:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
  }
}

@media only screen and (max-width: 767px) {
  .thepokies-9sa5xn {
    height: 42px;
    max-width: 220px;
  }
}

.thepokies-q1vjt3 .thepokies-be5tkq {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.thepokies-q1vjt3 .thepokies-be5tkq h1,
.thepokies-q1vjt3 .thepokies-be5tkq h2 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .thepokies-q1vjt3 .thepokies-be5tkq h1,
  .thepokies-q1vjt3 .thepokies-be5tkq h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .thepokies-q1vjt3 .thepokies-be5tkq {
    margin: 28px 0 0;
  }
}

.thepokies-rex3hg {
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .thepokies-rex3hg {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .thepokies-rex3hg {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .thepokies-rex3hg {
    margin: 20px auto 60px;
  }
}

.thepokies-khidzd {
  max-width: 545px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .thepokies-khidzd {
    max-width: 100%;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .thepokies-khidzd {
    max-width: 100%;
    margin: 0 0 10px;
  }
}

.thepokies-e2xj1e {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.thepokies-e2xj1e iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.thepokies-1oulxw {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.thepokies-1oulxw h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .thepokies-1oulxw h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .thepokies-1oulxw h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .thepokies-1oulxw {
    max-width: 100%;
    margin: 0;
  }
}

.thepokies-5o6lwt {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .thepokies-5o6lwt {
    padding: 14px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.thepokies-1lr8nt {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .thepokies-1lr8nt {
    flex-direction: column;
    margin: 0 0 0 20px;
  }
}

.thepokies-yndbvs {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.thepokies-yndbvs span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

@media only screen and (max-width: 767px) {
  .thepokies-yndbvs {
    margin: 0;
  }
  .thepokies-yndbvs:last-of-type {
    margin-top: 4px;
  }
}

.thepokies-3t17oo {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 540px) {
  .thepokies-3t17oo {
    padding: 10px;
  }
}

.thepokies-3t17oo .thepokies-o4cq8s {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .thepokies-3t17oo .thepokies-o4cq8s {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .thepokies-3t17oo {
    flex-wrap: wrap;
  }
}

.thepokies-y0j7k3 {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.thepokies-y0j7k3 img {
  width: 100%;
}

.thepokies-2jg7gw {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 540px) {
  .thepokies-2jg7gw {
    max-width: 200px;
    margin: 0;
  }
}

.thepokies-ltc3n4 {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

.thepokies-i6dfis {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.thepokies-8h71cc {
  width: 100%;
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .thepokies-8h71cc {
    margin: 0 0 60px;
  }
}

.thepokies-8h71cc .thepokies-mgwa7q {
  position: relative;
}

.thepokies-8h71cc .thepokies-gffc2l {
  width: 100%;
  height: calc(100vh - 54px);
  height: 100dvh;
  height: calc(100dvh - env(safe-area-inset-bottom, 0px));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thepokies-8h71cc .thepokies-gffc2l.thepokies-kb6v4d {
  display: none;
}

.thepokies-8h71cc .thepokies-fzevm9 {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  max-width: 910px;
  width: 100%;
  border-radius: 20px;
  padding: 17px 40px;
  background: var(--main-theme-color);
  border: 1px solid var(--border-color);
  margin-bottom: env(safe-area-inset-bottom, 0px);
}

@media only screen and (max-width: 991px) {
  .thepokies-8h71cc .thepokies-fzevm9 {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .thepokies-8h71cc .thepokies-fzevm9 {
    bottom: 90px;
  }
}

.thepokies-8h71cc .thepokies-fzevm9 .thepokies-v1ro1l {
  max-width: 300px;
  width: 100%;
}

.thepokies-8h71cc .thepokies-fzevm9 .thepokies-v1ro1l .thepokies-klmwx4 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .thepokies-8h71cc .thepokies-fzevm9 .thepokies-v1ro1l .thepokies-klmwx4 {
    font-size: 32px;
    text-align: center;
  }
}

.thepokies-8h71cc .thepokies-fzevm9 .thepokies-v1ro1l .thepokies-klxi9u {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .thepokies-8h71cc .thepokies-fzevm9 .thepokies-v1ro1l .thepokies-klxi9u {
    text-align: center;
  }
}

.thepokies-8h71cc .thepokies-fzevm9 .thepokies-ffiatf {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .thepokies-8h71cc .thepokies-fzevm9 .thepokies-ffiatf {
    flex-direction: column-reverse;
  }
}

.thepokies-8h71cc .thepokies-fzevm9 .thepokies-ffiatf .thepokies-4dsm2t {
  border-radius: 10px;
  padding: 12px 28px;
  width: 200px;
  height: 46px;
  background: #a9afbc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0b0b10;
  cursor: pointer;
  transition: 0.thepokies-3zubqt ease-in-out;
}

.thepokies-8h71cc .thepokies-fzevm9 .thepokies-ffiatf .thepokies-4dsm2t:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .thepokies-8h71cc .thepokies-fzevm9 .thepokies-ffiatf .thepokies-4dsm2t {
    width: 100%;
  }
}

.thepokies-8h71cc .thepokies-fzevm9 .thepokies-ffiatf .thepokies-qtctq8 {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  width: 274px;
  height: 46px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  position: relative;
  transition: 0.thepokies-3zubqt ease-in-out;
  overflow: hidden;
}

.thepokies-8h71cc .thepokies-fzevm9 .thepokies-ffiatf .thepokies-qtctq8 span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@keyframes slideLeftRight {
  0% {
    left: -16px;
  }
  100% {
    left: calc(100% + 16px);
  }
}

.thepokies-8h71cc .thepokies-fzevm9 .thepokies-ffiatf .thepokies-qtctq8:before {
  content: "";
  border-radius: 10px;
  position: absolute;
  height: 100%;
  width: 32px;
  top: 0;
  left: -16px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.75) 50%,
    transparent 100%
  );
  z-index: 0;
  backdrop-filter: blur(5px);
  animation: slideLeftRight 2s infinite;
}

.thepokies-8h71cc .thepokies-fzevm9 .thepokies-ffiatf .thepokies-qtctq8:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .thepokies-8h71cc .thepokies-fzevm9 .thepokies-ffiatf .thepokies-qtctq8 {
    width: 100%;
  }
}

.thepokies-8h71cc .thepokies-fzevm9.thepokies-kb6v4d {
  display: none;
}

.thepokies-8h71cc .thepokies-e61ypr {
  display: none;
}

.thepokies-8h71cc .thepokies-e61ypr.thepokies-alca2a {
  display: block;
}

.thepokies-8h71cc .thepokies-e61ypr iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .thepokies-8h71cc .thepokies-e61ypr iframe {
    height: calc(100vh - 54px);
  }
}

.thepokies-8h71cc .thepokies-76f2iq {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .thepokies-8h71cc .thepokies-76f2iq {
    padding: 24px 16px 0;
  }
}

.thepokies-8h71cc .thepokies-76f2iq .thepokies-klmwx4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .thepokies-8h71cc .thepokies-76f2iq .thepokies-klmwx4 {
    margin-bottom: 24px;
  }
}

.thepokies-8h71cc .thepokies-76f2iq table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.thepokies-8h71cc .thepokies-76f2iq table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .thepokies-8h71cc .thepokies-76f2iq table tr td {
    padding: 12px 4px;
  }
}

.thepokies-8h71cc .thepokies-76f2iq table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .thepokies-8h71cc .thepokies-76f2iq table tr th {
    padding: 12px 4px;
  }
}

.thepokies-8h71cc .thepokies-76f2iq table tr:last-of-type td {
  border-bottom: none;
}

.thepokies-alp5rg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background: var(--main-theme-color);
}

.thepokies-alp5rg.thepokies-ho5cgs {
  display: block;
}

.thepokies-alp5rg iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.thepokies-alp5rg .thepokies-hd5t7v {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  color: #000;
  border: 1px solid #000;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
}

.thepokies-alp5rg .thepokies-3jv0qb {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.thepokies-alp5rg .thepokies-qtctq8 {
  bottom: 20px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  height: 46px;
  width: 100%;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  z-index: 10000;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: 0.thepokies-3zubqt ease-in-out;
}

.thepokies-alp5rg .thepokies-qtctq8:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

.thepokies-o5i5xq {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
  overflow: auto;
}

.thepokies-o5i5xq.thepokies-ho5cgs {
  display: block;
}

.thepokies-lb1d12 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.thepokies-jtg1eg {
  position: relative;
  top: 100px;
  margin: 0 auto;
  z-index: 999;
  max-width: 600px;
  width: 100%;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px 44px;
}

.thepokies-kbd3d3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .thepokies-jtg1eg {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 28px 16px;
  }
}

.thepokies-5wfgr7 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.thepokies-5wfgr7 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.thepokies-yp97hu {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.thepokies-gpogph.thepokies-kb6v4d {
  display: none;
}

.thepokies-u4qnnv {
  font-size: 16px;
  line-height: 140%;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .thepokies-u4qnnv {
    margin-bottom: 20px;
  }
}

.thepokies-g12d9z {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.thepokies-g12d9z span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

.thepokies-g12d9z small {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.8;
  display: block;
  margin-bottom: 16px;
}

.thepokies-g12d9z input {
  border-radius: 46px;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: none;
  font-size: 16px;
  transition: 0.thepokies-3zubqt ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.thepokies-g12d9z input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.thepokies-g12d9z input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.thepokies-g12d9z input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.thepokies-g12d9z input:active {
  border-color: #c2c0ce;
}

.thepokies-g12d9z input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .thepokies-g12d9z {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.thepokies-wds53v {
  margin-bottom: 36px;
}

.thepokies-wds53v textarea {
  border-radius: 20px;
  padding: 14px 20px;
  width: 100%;
  height: 120px;
  resize: none;
  overflow: hidden;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: 1px solid #c2c0ce;
  font-size: 16px;
}

.thepokies-wds53v textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.thepokies-wds53v textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .thepokies-wds53v {
    margin-bottom: 24px;
  }
}

.thepokies-werf6e {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.thepokies-v582ap {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  width: 136px;
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  transition: 0.thepokies-3zubqt ease-in-out;
}

.thepokies-v582ap:hover {
  background: var(--border-color);
}

.thepokies-eaka0x {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #197bff;
  color: var(--title-color);
  border-radius: 6px;
  padding: 10px;
  width: 193px;
  height: 42px;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: 0.thepokies-3zubqt ease-in-out;
}

.thepokies-eaka0x:hover {
  background: #166ad9;
}

.thepokies-yjmoic {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.thepokies-yjmoic.thepokies-kb6v4d {
  display: none;
}

.thepokies-1sqjy8 {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--title-color);
  margin: 16px 0 20px;
}

.thepokies-yjmoic .thepokies-v582ap {
  margin: 0 auto;
}

.thepokies-okdml8 {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
  .thepokies-okdml8 {
    margin-bottom: 16px;
  }
}

.thepokies-7xg8de {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: auto;
  position: relative;
}

.thepokies-2osqsp {
  filter: grayscale(100%);
}

.thepokies-7xg8de > input {
  display: none;
}

.thepokies-7xg8de > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.thepokies-ju5yuj.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.thepokies-6rrd4r 44.thepokies-yx8eaz.thepokies-tbstww.thepokies-g73ezx.thepokies-3fld7g.thepokies-nnmn03.thepokies-3w9id1.thepokies-xp8jht.thepokies-ht8rmr.thepokies-c997y9.thepokies-rk1kvq.thepokies-z91127.thepokies-u2amem 0l-12.thepokies-dhtdth 30.thepokies-sghirs.thepokies-1ltfhf 2.thepokies-2t98ie.thepokies-1ltfhf 3.thepokies-g80mer 3.thepokies-mv0cdc.thepokies-8b83da 3.thepokies-21n962.thepokies-kx6koa.thepokies-0w04i3.thepokies-5ipst8 7-3.thepokies-dhtdth 10.thepokies-v9sisv.thepokies-5ipst8 23.thepokies-8jia1p.thepokies-spki8g 1.thepokies-oybhcl 2.thepokies-dhtdth 3.thepokies-spki8g 1.thepokies-8b83da 5.thepokies-71u83u.thepokies-8b83da 32.thepokies-tgqusc.thepokies-kx6koa 5.thepokies-u2amem 4.thepokies-5ipst8 9.thepokies-5ipst8 8.thepokies-8b83da 6.thepokies-29gn2d.thepokies-qa0uxc.thepokies-c9qni3.thepokies-i271p1.thepokies-p2w6gq 4.thepokies-xtdbte.thepokies-p2w6gq 6.thepokies-p2w6gq 0l29.thepokies-u2amem 17.thepokies-2iiiz1.thepokies-jcypnj 2.thepokies-ggysjh 10.thepokies-5t8clv.thepokies-dhtdth 8.thepokies-d3yuw2.thepokies-vu6nj0.thepokies-vk4w72.thepokies-4ico52.thepokies-iml0nx.thepokies-kx6koa.thepokies-nnmn03.thepokies-dhtdth 1.thepokies-1h3kyb.thepokies-fvnee9.thepokies-722xgd.thepokies-3zjr3p.thepokies-r9xc3g.thepokies-oybhcl 1.thepokies-e7zibu.thepokies-fr5adp.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.thepokies-7xg8de > input:checked ~ label,
.thepokies-7xg8de > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.thepokies-ju5yuj.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.thepokies-6rrd4r 44.thepokies-yx8eaz.thepokies-tbstww.thepokies-g73ezx.thepokies-3fld7g.thepokies-nnmn03.thepokies-3w9id1.thepokies-xp8jht.thepokies-ht8rmr.thepokies-c997y9.thepokies-rk1kvq.thepokies-z91127.thepokies-u2amem 0l-12.thepokies-dhtdth 30.thepokies-sghirs.thepokies-1ltfhf 2.thepokies-2t98ie.thepokies-1ltfhf 3.thepokies-g80mer 3.thepokies-mv0cdc.thepokies-8b83da 3.thepokies-21n962.thepokies-kx6koa.thepokies-0w04i3.thepokies-5ipst8 7-3.thepokies-dhtdth 10.thepokies-v9sisv.thepokies-5ipst8 23.thepokies-8jia1p.thepokies-spki8g 1.thepokies-oybhcl 2.thepokies-dhtdth 3.thepokies-spki8g 1.thepokies-8b83da 5.thepokies-71u83u.thepokies-8b83da 32.thepokies-tgqusc.thepokies-kx6koa 5.thepokies-u2amem 4.thepokies-5ipst8 9.thepokies-5ipst8 8.thepokies-8b83da 6.thepokies-29gn2d.thepokies-qa0uxc.thepokies-c9qni3.thepokies-i271p1.thepokies-p2w6gq 4.thepokies-xtdbte.thepokies-p2w6gq 6.thepokies-p2w6gq 0l29.thepokies-u2amem 17.thepokies-2iiiz1.thepokies-jcypnj 2.thepokies-ggysjh 10.thepokies-5t8clv.thepokies-dhtdth 8.thepokies-d3yuw2.thepokies-vu6nj0.thepokies-vk4w72.thepokies-4ico52.thepokies-iml0nx.thepokies-kx6koa.thepokies-nnmn03.thepokies-dhtdth 1.thepokies-1h3kyb.thepokies-fvnee9.thepokies-722xgd.thepokies-3zjr3p.thepokies-r9xc3g.thepokies-oybhcl 1.thepokies-e7zibu.thepokies-fr5adp.5z'/%3e%3c/svg%3e");
}

.thepokies-7xg8de > input:not(:checked) ~ label:hover,
.thepokies-7xg8de > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.thepokies-ju5yuj.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.thepokies-6rrd4r 44.thepokies-yx8eaz.thepokies-tbstww.thepokies-g73ezx.thepokies-3fld7g.thepokies-nnmn03.thepokies-3w9id1.thepokies-xp8jht.thepokies-ht8rmr.thepokies-c997y9.thepokies-rk1kvq.thepokies-z91127.thepokies-u2amem 0l-12.thepokies-dhtdth 30.thepokies-sghirs.thepokies-1ltfhf 2.thepokies-2t98ie.thepokies-1ltfhf 3.thepokies-g80mer 3.thepokies-mv0cdc.thepokies-8b83da 3.thepokies-21n962.thepokies-kx6koa.thepokies-0w04i3.thepokies-5ipst8 7-3.thepokies-dhtdth 10.thepokies-v9sisv.thepokies-5ipst8 23.thepokies-8jia1p.thepokies-spki8g 1.thepokies-oybhcl 2.thepokies-dhtdth 3.thepokies-spki8g 1.thepokies-8b83da 5.thepokies-71u83u.thepokies-8b83da 32.thepokies-tgqusc.thepokies-kx6koa 5.thepokies-u2amem 4.thepokies-5ipst8 9.thepokies-5ipst8 8.thepokies-8b83da 6.thepokies-29gn2d.thepokies-qa0uxc.thepokies-c9qni3.thepokies-i271p1.thepokies-p2w6gq 4.thepokies-xtdbte.thepokies-p2w6gq 6.thepokies-p2w6gq 0l29.thepokies-u2amem 17.thepokies-2iiiz1.thepokies-jcypnj 2.thepokies-ggysjh 10.thepokies-5t8clv.thepokies-dhtdth 8.thepokies-d3yuw2.thepokies-vu6nj0.thepokies-vk4w72.thepokies-4ico52.thepokies-iml0nx.thepokies-kx6koa.thepokies-nnmn03.thepokies-dhtdth 1.thepokies-1h3kyb.thepokies-fvnee9.thepokies-722xgd.thepokies-3zjr3p.thepokies-r9xc3g.thepokies-oybhcl 1.thepokies-e7zibu.thepokies-fr5adp.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .thepokies-q496s0 > .thepokies-txmacy {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .thepokies-q496s0 > .thepokies-txmacy {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .thepokies-q496s0 > .thepokies-txmacy {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .thepokies-q496s0 > .thepokies-txmacy {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .thepokies-q496s0 > .thepokies-txmacy {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

label[for="rating-0"] {
  display: none;
}

.thepokies-rnty62 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.thepokies-rnty62.thepokies-kb6v4d {
  display: none;
}

.thepokies-z4euly {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  height: 110px;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .thepokies-z4euly {
    height: 74px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .thepokies-z4euly {
    border-radius: 20px 20px 0 0;
  }
}

.thepokies-589wmj {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 52px;
  gap: 16px;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  color: #fff;
  border-top-left-radius: 30px;
}

.thepokies-589wmj::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.thepokies-589wmj::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.thepokies-589wmj img {
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .thepokies-589wmj {
    max-width: 300px;
    padding: 0 10px;
    font-size: 16px;
  }
  .thepokies-589wmj img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .thepokies-589wmj {
    max-width: 120px;
    font-size: 14px;
    border-top-left-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
  }
  .thepokies-589wmj img {
    max-width: 60px;
    border-radius: 7px;
  }
}

.thepokies-13ck36 {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .thepokies-13ck36 {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .thepokies-13ck36 {
    font-size: 14px;
  }
}

.thepokies-h6crxp {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 52px 0 0;
  z-index: 2;
  overflow: hidden;
  border-top-right-radius: 30px;
}

.thepokies-h6crxp::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .thepokies-h6crxp::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.thepokies-h6crxp::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .thepokies-h6crxp::after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .thepokies-h6crxp {
    max-width: 300px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .thepokies-h6crxp {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}

.thepokies-27bug3 {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .thepokies-27bug3 {
    top: -20px;
  }
}

.thepokies-qmr7sq {
  width: 220px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.thepokies-3zubqt ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

@media only screen and (min-width: 1025px) {
  .thepokies-qmr7sq:hover {
    background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
  }
}

@media only screen and (max-width: 1023px) {
  .thepokies-qmr7sq {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .thepokies-qmr7sq {
    width: 90px;
    height: 40px;
  }
}

.thepokies-rnty62.thepokies-1b7e5b .thepokies-z4euly {
  background: #2b3b67;
}

.thepokies-rnty62.thepokies-1b7e5b .thepokies-589wmj {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.thepokies-rnty62.thepokies-1b7e5b .thepokies-589wmj::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.thepokies-rnty62.thepokies-1b7e5b .thepokies-589wmj::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.thepokies-rnty62.thepokies-1b7e5b .thepokies-h6crxp::before {
  background: #0e0f41;
}

.thepokies-rnty62.thepokies-1b7e5b .thepokies-h6crxp::after {
  background: #152557;
}

.thepokies-rnty62.thepokies-da0lih .thepokies-z4euly {
  background: #1f35fa;
}

.thepokies-rnty62.thepokies-da0lih .thepokies-589wmj {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.thepokies-rnty62.thepokies-da0lih .thepokies-589wmj::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.thepokies-rnty62.thepokies-da0lih .thepokies-589wmj::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.thepokies-rnty62.thepokies-da0lih .thepokies-h6crxp::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.thepokies-rnty62.thepokies-da0lih .thepokies-h6crxp::after {
  background: #192ac8;
}

.thepokies-rnty62.thepokies-897oxi .thepokies-z4euly {
  background: #fa771f;
}

.thepokies-rnty62.thepokies-897oxi .thepokies-589wmj {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.thepokies-rnty62.thepokies-897oxi .thepokies-589wmj::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.thepokies-rnty62.thepokies-897oxi .thepokies-589wmj::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.thepokies-rnty62.thepokies-897oxi .thepokies-h6crxp::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.thepokies-rnty62.thepokies-897oxi .thepokies-h6crxp::after {
  background: #fa8535;
}

.thepokies-ijh81w {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .thepokies-ijh81w {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .thepokies-ijh81w {
    margin: 24px 0 60px;
  }
}

.thepokies-ijh81w h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .thepokies-ijh81w h1 {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 18px;
  }
}

.thepokies-1qfx0j {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 24px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .thepokies-1qfx0j {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.thepokies-74tlco {
  display: flex;
  align-items: center;
  color: var(--text-color);
  gap: 6px;
  font-weight: 700;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .thepokies-74tlco {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.thepokies-n42fks {
  max-width: 200px;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .thepokies-n42fks:hover {
    background: var(--button-bg-hover);
  }
}

.thepokies-hax1bl {
  display: flex;
  align-items: center;
  gap: 10px;
}

.thepokies-hax1bl span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.thepokies-hax1bl small {
  font-size: 14px;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .thepokies-hax1bl {
    margin-bottom: 16px;
  }
}

.thepokies-1iqbd9 {
  width: 120px;
  height: 22px;
}

.thepokies-1iqbd9 .thepokies-7f3whs {
  fill: #c2c0ce;
}

.thepokies-1iqbd9 [rating="1"] .thepokies-7f3whs:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.thepokies-1iqbd9 [rating="2"] .thepokies-7f3whs:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.thepokies-1iqbd9 [rating="3"] .thepokies-7f3whs:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.thepokies-1iqbd9 [rating="4"] .thepokies-7f3whs:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.thepokies-1iqbd9 [rating="5"] .thepokies-7f3whs:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.thepokies-v3bvj7 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

@media only screen and (max-width: 767px) {
  .thepokies-v3bvj7 {
    gap: 16px 0;
  }
}

.thepokies-qp9tl2 {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.thepokies-qp9tl2.thepokies-alca2a {
  display: block;
}

.thepokies-qp9tl2.thepokies-kb6v4d {
  display: none;
}

@media only screen and (max-width: 767px) {
  .thepokies-qp9tl2 {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.thepokies-r0nma8 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.thepokies-n2g4gj {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.thepokies-pn3nad {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.thepokies-cjbkyv small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.thepokies-cjbkyv span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.thepokies-07acfr {
  font-size: 16px;
  line-height: 140%;
}

.thepokies-ogufjq {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.thepokies-ogufjq .thepokies-7f3whs {
  fill: #c2c0ce;
}

.thepokies-ogufjq [rating="1"] .thepokies-7f3whs:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.thepokies-ogufjq [rating="2"] .thepokies-7f3whs:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.thepokies-ogufjq [rating="3"] .thepokies-7f3whs:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.thepokies-ogufjq [rating="4"] .thepokies-7f3whs:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.thepokies-ogufjq [rating="5"] .thepokies-7f3whs:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.thepokies-yj6duv {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .thepokies-yj6duv {
    margin: 18px auto 0;
  }
}

/* Review Hero Block Styles */

.thepokies-9eo2gn {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .thepokies-9eo2gn {
    padding: 0 16px;
  }
}

.thepokies-dxu3pp {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .thepokies-dxu3pp {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.thepokies-9uqx85 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .thepokies-9uqx85 {
    padding: 12px;
    gap: 12px;
  }
}

.thepokies-3h35hp {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.thepokies-3h35hp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thepokies-8y7nv3 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    var(--button-bg-color) 0%,
    var(--button-bg-hover) 100%
  );
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.thepokies-8s92hs {
  flex: 1;
  min-width: 0;
}

.thepokies-1yeyjd {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .thepokies-1yeyjd {
    font-size: 14px;
    gap: 6px;
  }
}

.thepokies-7p71dz {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.thepokies-7p71dz svg,
.thepokies-7p71dz img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thepokies-7p71dz svg path {
  fill: var(--button-bg-color);
}

.thepokies-7p71dz svg circle {
  fill: var(--button-text-color);
}

.thepokies-db7qk7 {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .thepokies-db7qk7 {
    font-size: 12px;
  }
}

.thepokies-db7qk7 strong {
  font-weight: 600;
}

.thepokies-ddzcyx {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.thepokies-ddzcyx p {
  margin: 0 0 16px;
}

.thepokies-ddzcyx p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .thepokies-ddzcyx {
    font-size: 14px;
    line-height: 150%;
  }
}

.thepokies-2lu2dj {
  max-width: 300px;
  width: 100%;
}

.thepokies-2lu2dj a {
  width: 100%;
}

@media (max-width: 575px) {
  .thepokies-2lu2dj {
    max-width: 200px;
  }
}

.thepokies-ybrgw7 {
  justify-content: center;
}

.thepokies-7wkaq8 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thepokies-wfuowz {
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .thepokies-4qd20u {
    padding: 0 0 50px;
    justify-content: center;
  }
}

.thepokies-srchsz {
  padding: 5px 0;
  justify-content: center;
  background: color-mix(in srgb, var(--fh-bg-color), transparent 20%);
}

.thepokies-srchsz .thepokies-2br2vw {
  justify-content: center;
}

/* faq */

.thepokies-7y9gmu {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  user-select: none;
}

.thepokies-bkvtzb {
  color: var(--text-color);
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: var(--table-1-color);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.thepokies-pe39tm ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.thepokies-bkvtzb::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.thepokies-pe39tm ease;
}

.thepokies-7y9gmu.thepokies-ho5cgs .thepokies-bkvtzb::after {
  transform: rotate(45deg);
}

.thepokies-st9iq8 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.thepokies-3zubqt ease, padding 0.thepokies-3zubqt ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.thepokies-7y9gmu.thepokies-ho5cgs .thepokies-st9iq8 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.thepokies-51lkm7 {
  margin: 25px 0;
}

.thepokies-7xg8de > input:not(:checked) ~ label:hover,
.thepokies-7xg8de > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.thepokies-oylc20.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.thepokies-6ckuco 44.thepokies-i1ta9t.thepokies-asohbk.thepokies-1bcoyy.thepokies-a3zdug.thepokies-zz2se1.thepokies-epndrl.thepokies-dsm0pb.thepokies-2zllpg.thepokies-rdaskz.thepokies-p2xmx9.thepokies-zrr2nl.thepokies-8yly23 0l-12.thepokies-gfnozg 30.thepokies-1qlwde.thepokies-koxe9k 2.thepokies-hx1r9e.thepokies-koxe9k 3.thepokies-ktqum9 3.thepokies-twu1li.thepokies-v50msu 3.thepokies-qv6pwn.thepokies-3h15gi.thepokies-cdyjvd.thepokies-ngmv7g 7-3.thepokies-gfnozg 10.thepokies-9j81ui.thepokies-ngmv7g 23.thepokies-cbqc5k.thepokies-e24wbr 1.thepokies-gbve5q 2.thepokies-gfnozg 3.thepokies-e24wbr 1.thepokies-v50msu 5.thepokies-ev7qfq.thepokies-v50msu 32.thepokies-v8x2a0.thepokies-3h15gi 5.thepokies-8yly23 4.thepokies-ngmv7g 9.thepokies-ngmv7g 8.thepokies-v50msu 6.thepokies-oe7i4f.thepokies-rwsb9l.thepokies-74da7m.thepokies-fnu1al.thepokies-gyu8pl 4.thepokies-x8wryd.thepokies-gyu8pl 6.thepokies-gyu8pl 0l29.thepokies-8yly23 17.thepokies-73hh6i.thepokies-aw7e0g 2.thepokies-k3t4ln 10.thepokies-svpfs3.thepokies-gfnozg 8.thepokies-lggc37.thepokies-ei2tz6.thepokies-gyb07g.thepokies-8zcsvs.thepokies-fmnja1.thepokies-3h15gi.thepokies-zz2se1.thepokies-gfnozg 1.thepokies-1thr06.thepokies-l7ydvw.thepokies-fzczls.thepokies-584och.thepokies-fwglm1.thepokies-gbve5q 1.thepokies-qtbl0r.thepokies-yegdxi.5z'/%3e%3c/svg%3e");
}

.thepokies-zqo9y2 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .thepokies-zqo9y2 {
    gap: 16px 0;
  }
}

.thepokies-jvi7qk {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.thepokies-jvi7qk.thepokies-nad2ts {
  display: block;
}

.thepokies-jvi7qk.thepokies-91ervb {
  display: none;
}

@media only screen and (max-width: 767px) {
  .thepokies-jvi7qk {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.thepokies-8mw4nn {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.thepokies-kopus9 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.thepokies-ulaw39 {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.thepokies-5syhjm small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.thepokies-5syhjm span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.thepokies-l7j9dp {
  font-size: 16px;
  line-height: 140%;
}

.thepokies-xawpcg {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.thepokies-xawpcg .thepokies-z6qr31 {
  fill: #c2c0ce;
}

.thepokies-xawpcg [rating="1"] .thepokies-z6qr31:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.thepokies-xawpcg [rating="2"] .thepokies-z6qr31:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.thepokies-xawpcg [rating="3"] .thepokies-z6qr31:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.thepokies-xawpcg [rating="4"] .thepokies-z6qr31:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.thepokies-xawpcg [rating="5"] .thepokies-z6qr31:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

.thepokies-1ts0mi {
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: var(--fh-bg-color);
  font-family: sans-serif;
}

.thepokies-1ts0mi textarea {
  width: 100%;
  height: 80px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  resize: none;
  box-sizing: border-box;
  font-size: 18px;
}

.thepokies-1ts0mi button {
  margin-top: 10px;
  padding: 8px 16px;
  background: var(--button-bg-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 576px) {
  table {
    word-break: break-all;
  }
}

/* up */

.thepokies-u6xcof {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.thepokies-u6xcof.thepokies-hgs6lj {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.thepokies-xd053a {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.thepokies-xd053a label {
  font-size: 14px;
}

.thepokies-xd053a h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.thepokies-xd053a input,
.thepokies-xd053a textarea,
.thepokies-xd053a button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.thepokies-xd053a button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.thepokies-pe39tm ease;
}
.thepokies-xd053a button:hover {
  background-color: var(--button-bg-hover);
}
.thepokies-k8qpok {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.thepokies-jqe980 ease-in;
}

.thepokies-k8qpok h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.thepokies-7z9nsk, .thepokies-bamgya, [class*="review-card"],
thead, thead th, table th, .thepokies-51a71m,
.thepokies-jrche8, [class*="collapsible-header"],
.thepokies-9yjtsc, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
.thepokies-r1xkwr, .thepokies-r1xkwr :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
