@charset "UTF-8";
:root {
  --width: 1480px;
  --display-width: var(--width);
  --offsets: 30px;
  --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

body {
  background: var(--main-theme-color);
}

.happyslots-zfnuka {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.happyslots-n7vpji {
  max-width: 100%;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-color);
}

a {
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}

b {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

ol:not([class]),
ul:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

caption {
  margin: 5px 0;
  font-size: 24px;
}

ol[class],
ul[class] {
  list-style: none;
}

ol.happyslots-8hdpxv,
ul.happyslots-8hdpxv {
  padding-left: 20px;
}

ul.happyslots-8hdpxv {
  list-style: disc;
}

ol.happyslots-8hdpxv {
  list-style: numbers;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--title-color);
}

h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
  }
}

.happyslots-hyqaom > .happyslots-i4xv1i,
.happyslots-hyqaom > .happyslots-3vc4sx,
.happyslots-hyqaom > blockquote,
.happyslots-hyqaom > h1,
.happyslots-hyqaom > h2,
.happyslots-hyqaom > h3,
.happyslots-hyqaom > h4,
.happyslots-hyqaom > h5,
.happyslots-hyqaom > h6,
.happyslots-hyqaom > ol,
.happyslots-hyqaom > p,
.happyslots-hyqaom > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.happyslots-hyqaom > ol,
.happyslots-hyqaom > ul {
  padding-left: 50px;
}

.happyslots-hyqaom blockquote,
blockquote {
  margin-top: 1rem;
  border-left: 5px solid var(--button-bg-color);
  padding: 1rem var(--offsets) 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f0f8ffff;
}

.happyslots-hyqaom:not(:last-child) {
  margin-bottom: 2rem;
}

.happyslots-hyqaom > :not(:first-child) {
  margin-top: 2rem;
}

.happyslots-hyqaom {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.happyslots-hyqaom:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .happyslots-hyqaom:first-child {
    margin-top: 20px;
  }
}

.happyslots-hyqaom > p:last-of-type {
  margin-bottom: 32px;
}

.happyslots-hyqaom > .happyslots-ncaqn0:not(:first-child) {
  margin: 64px auto 16px auto;
}

.happyslots-3xblfk > .happyslots-ncaqn0 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.happyslots-3vc4sx {
  overflow: auto;
}

.happyslots-3vc4sx::-webkit-scrollbar {
  height: 5px;
}

.happyslots-3vc4sx table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.happyslots-3vc4sx table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.happyslots-3vc4sx table thead,
table thead {
  border-bottom: none;
}

.happyslots-3vc4sx table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.happyslots-3vc4sx table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.happyslots-3vc4sx table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.happyslots-3vc4sx .happyslots-po5opc {
  table-layout: auto;
}

.happyslots-3vc4sx .happyslots-po5opc th {
  word-break: normal;
}

.happyslots-3vc4sx .happyslots-po5opc td {
  word-break: normal;
}

.happyslots-zfnuka .happyslots-zfnuka {
  padding-right: 0;
  padding-left: 0;
}

.happyslots-a1jqo2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.happyslots-cj4q5v {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  font-family: var(--ff-primary);
  color: var(--text-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.happyslots-v1my8g {
  display: inline-block;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  background: -o-linear-gradient(
    150deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
  background: linear-gradient(
    300deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
}

html {
  font-size: 17px;
}

.happyslots-i4xv1i {
  margin-top: 24px;
}

.happyslots-i4xv1i.happyslots-5kqd55 {
  text-align: left;
}

.happyslots-i4xv1i.happyslots-1dnodi {
  text-align: right;
}

.happyslots-i4xv1i.happyslots-wmc3pv {
  text-align: center;
}

.happyslots-p89zs0 {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transform-origin: center;
  transition: 0.happyslots-nvm6xc ease-in-out;
  cursor: pointer;
}

.happyslots-p89zs0:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.happyslots-p89zs0 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .happyslots-p89zs0 {
    min-width: unset;
  }
}

.happyslots-u3kzrx {
  background-color: var(--fh-bg-color);
}

.happyslots-9kf36h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.happyslots-7o7k9t {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.happyslots-7o7k9t img {
  max-height: 80px;
  object-fit: contain;
}

.happyslots-z87csu {
  flex: 1 1;
}

.happyslots-dl9c0t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.happyslots-mppo7w {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
}

.happyslots-mppo7w span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.happyslots-mppo7w.happyslots-37s6nj span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.happyslots-mppo7w.happyslots-37s6nj span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.happyslots-mppo7w.happyslots-37s6nj span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.happyslots-z87csu + .happyslots-dl9c0t {
  margin-left: 20px;
}

.happyslots-k3t565 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #196948;
  transition: 250ms;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;
}

.happyslots-k3t565 > svg {
  max-width: 24px;
  max-height: 24px;
}

.happyslots-k3t565 + .happyslots-k3t565 {
  margin-left: 5px;
}

.happyslots-wa5fcv {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.happyslots-wa5fcv:hover {
  background-color: var(--button-bg-hover);
}

.happyslots-u8caei {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.happyslots-nvm6xc ease-in-out;
  border: 1px solid var(--border-color);
}

.happyslots-u8caei:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.happyslots-nwo2qc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

@media (max-width: 1100px) {
  .happyslots-z87csu {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .happyslots-nwo2qc {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .happyslots-z87csu {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .happyslots-k3t565 {
    min-width: unset;
    flex: 1 1;
  }
}

.happyslots-4kyd88 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.happyslots-4kyd88:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.happyslots-4kyd88:hover .happyslots-hsa42j {
  opacity: 1;
  pointer-events: auto;
}

.happyslots-537ft1 {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.happyslots-5884p3 ease-in-out;
  gap: 4px;
}

.happyslots-537ft1 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.happyslots-537ft1 .happyslots-a1jqo2 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.happyslots-iw4hte,
.happyslots-537ft1:hover {
  color: var(--button-bg-hover);
}

.happyslots-20ox5r {
  position: relative;
}

.happyslots-20ox5r .happyslots-537ft1 {
  margin-right: 0;
  padding-right: 4px;
}

.happyslots-mcdoag svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.happyslots-20ox5r.happyslots-37s6nj .happyslots-mcdoag svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.happyslots-20ox5r.happyslots-37s6nj .happyslots-hsa42j {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.happyslots-20ox5r.happyslots-37s6nj .happyslots-hsa42j::before {
  display: none;
}

.happyslots-mcdoag svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.happyslots-hsa42j {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.happyslots-5cyofl 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.happyslots-hsa42j::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.happyslots-hsa42j:hover {
  color: var(--fh-bg-color);
}

.happyslots-zytljw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.happyslots-5cyofl 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.happyslots-5884p3 ease-in-out;
  -o-transition: 0.happyslots-5884p3 ease-in-out;
  transition: 0.happyslots-5884p3 ease-in-out;
}

.happyslots-zytljw .happyslots-a1jqo2 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.happyslots-928gyv,
.happyslots-zytljw:hover {
  color: var(--button-bg-hover);
}

.happyslots-8ldrmz {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr auto;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.happyslots-8ldrmz.happyslots-yuqbn1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.happyslots-8ldrmz.happyslots-yuqbn1:after,
.happyslots-8ldrmz.happyslots-yuqbn1:before {
  content: "";
  position: absolute;
  margin: auto;
}

.happyslots-8ldrmz.happyslots-yuqbn1:before {
  width: 1000px;
  top: 0;
  height: 1000px;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: var(--border-color);
  background: var(--border-color);
  background: conic-gradient(var(--border-color), var(--button-bg-color));
  animation: rotate 2s linear infinite;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.happyslots-8ldrmz.happyslots-yuqbn1:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.happyslots-8ldrmz.happyslots-yuqbn1 > * {
  z-index: 1;
}

.happyslots-8ldrmz b,
.happyslots-8ldrmz strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.happyslots-8ldrmz .happyslots-31et22 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.happyslots-8ldrmz .happyslots-tdaqdw {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
}

.happyslots-8ldrmz .happyslots-a1jqo2 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.happyslots-8ldrmz .happyslots-n8yomd {
  margin-top: 12px;
}

.happyslots-n8yomd {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.happyslots-plyyjb {
  flex: 1 1;
  color: var(--button-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 2px dashed var(--border-color);
  padding: 12px;
  max-width: 220px;
}

.happyslots-n8yomd .happyslots-9428ei {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.happyslots-nvm6xc ease-in-out;
}

.happyslots-n8yomd .happyslots-9428ei:hover {
  background: rgba(255, 255, 255, 0.3);
}

.happyslots-ww6edp {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
  justify-content: space-between;
  border-radius: 8px;
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.happyslots-8ldrmz.happyslots-kfex99 {
  gap: 12px;
  padding: 16px;
}

.happyslots-8ldrmz.happyslots-kfex99 .happyslots-ww6edp {
  min-width: 240px;
}

.happyslots-8ldrmz.happyslots-kfex99 .happyslots-ww6edp.happyslots-10pt7m {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .happyslots-8ldrmz .happyslots-31et22 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .happyslots-8ldrmz .happyslots-tdaqdw {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .happyslots-8ldrmz .happyslots-a1jqo2 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .happyslots-8ldrmz.happyslots-kfex99 .happyslots-a1jqo2 {
    max-width: 126px;
  }
  .happyslots-8ldrmz .happyslots-n8yomd {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .happyslots-8ldrmz .happyslots-plyyjb {
    max-width: unset;
  }
  .happyslots-ww6edp {
    min-width: unset;
    width: 100%;
  }
  .happyslots-8ldrmz .happyslots-ww6edp {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .happyslots-8ldrmz.happyslots-kfex99 {
    grid-template-rows: auto 1fr auto;
  }
  .happyslots-8ldrmz.happyslots-kfex99 .happyslots-ww6edp {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .happyslots-8ldrmz {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .happyslots-8ldrmz .happyslots-31et22 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .happyslots-8ldrmz .happyslots-a1jqo2 {
    max-width: 78px;
  }
  .happyslots-8ldrmz .happyslots-n8yomd {
    margin-top: -12px;
  }
  .happyslots-8ldrmz.happyslots-kfex99 {
    gap: 8px;
  }
  .happyslots-8ldrmz.happyslots-kfex99 .happyslots-31et22 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .happyslots-8ldrmz.happyslots-kfex99 .happyslots-tdaqdw {
    grid-column: 1/3;
  }
  .happyslots-8ldrmz.happyslots-kfex99 .happyslots-a1jqo2 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .happyslots-8ldrmz.happyslots-kfex99 .happyslots-a1jqo2 img {
    max-width: 114px;
  }
}

.happyslots-ww6edp.happyslots-grqhmm,
.happyslots-ww6edp.happyslots-cva8vf,
.happyslots-ww6edp.happyslots-b9g801 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.happyslots-nvm6xc ease-in-out;
}

.happyslots-ww6edp.happyslots-grqhmm,
.happyslots-ww6edp.happyslots-b9g801 {
  padding: 10px;
}

.happyslots-ww6edp.happyslots-grqhmm:hover,
.happyslots-ww6edp.happyslots-cva8vf:hover,
.happyslots-ww6edp.happyslots-b9g801:hover {
  background: var(--button-bg-hover);
}

.happyslots-ww6edp.happyslots-grqhmm:hover svg path,
.happyslots-ww6edp.happyslots-b9g801:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.happyslots-ww6edp.happyslots-10pt7m {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.happyslots-nvm6xc ease-in-out;
  background: var(--button-bg-color);
}

.happyslots-ww6edp.happyslots-10pt7m:hover {
  background-color: var(--button-bg-hover);
}

.happyslots-ww6edp.happyslots-cva8vf:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(../images/mini-gift.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}

@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.happyslots-ww6edp.happyslots-cva8vf:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.happyslots-ww6edp.happyslots-10pt7m:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.happyslots-n9mivs {
  max-width: 650px;
}

.happyslots-o6fqm7 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.happyslots-uhywat {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.happyslots-hpe2wk {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.happyslots-5884p3 ease-in-out;
  cursor: pointer;
}

.happyslots-hpe2wk:hover {
  opacity: 0.5;
}

.happyslots-hpe2wk:focus {
  outline: 0;
}

.happyslots-hpe2wk:focus .happyslots-rjifln,
.happyslots-hpe2wk:hover .happyslots-rjifln {
  fill: red;
  fill-opacity: 1;
}

.happyslots-hpe2wk:hover {
  cursor: pointer;
}

.happyslots-rzlfbp {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.happyslots-n9mivs.happyslots-wmc3pv {
  margin: 0 auto;
}

.happyslots-n9mivs.happyslots-1dnodi {
  margin-left: auto;
}

.happyslots-dn7ynn {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.happyslots-uj59tr {
  padding-bottom: 50px;
}

.happyslots-a83249 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.happyslots-edlbo8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: wrap row-reverse;
  flex-flow: wrap row-reverse;
  gap: 20px;
}

.happyslots-qdjv80 {
  margin-top: 24px;
}

.happyslots-la5moc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.happyslots-zoj6qg {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.happyslots-jprdjj {
  display: flex;
  gap: 12px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
}

.happyslots-8vafuw {
  width: 468px;
}

.happyslots-jprdjj .happyslots-hsa42j {
  margin: 0.happyslots-tcbxyg 0;
}

.happyslots-28wdt8 {
  display: flex;
  min-width: 224px;
}

.happyslots-9s0uim {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.happyslots-5884p3 ease-in-out;
}

.happyslots-s5b4a4,
.happyslots-9s0uim:hover {
  color: var(--text-color);
}

.happyslots-ps8dnr {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.happyslots-xghc9s {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .happyslots-dn7ynn {
    padding: 16px;
  }
  .happyslots-ps8dnr {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .happyslots-xghc9s {
    align-items: center;
  }
  .happyslots-8vafuw {
    width: unset;
  }
  .happyslots-28wdt8 {
    min-width: unset;
  }
  .happyslots-jprdjj {
    max-height: unset;
  }
  .happyslots-a83249 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .happyslots-dn7ynn {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.happyslots-4pzwbh {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.happyslots-4pzwbh:not(:last-child) {
  margin-bottom: 16px;
}

.happyslots-o4d8uc {
  outline: 0;
}

.happyslots-o4d8uc .happyslots-mb34pq {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.happyslots-6bdiw3 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .happyslots-6bdiw3 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.happyslots-6bdiw3::-webkit-details-marker {
  display: none;
}

.happyslots-6bdiw3:before {
  content: "?";
  display: flex;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--text-color);
  background: var(--button-bg-color);
  background-repeat: no-repeat;
  background-position: center;
}

.happyslots-6bdiw3:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .happyslots-6bdiw3:after {
  transform: unset;
}

.happyslots-mb34pq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-faq-item-title);
}

.happyslots-mb34pq svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-faq-item-title);
  -webkit-transition: 0.happyslots-5884p3 ease-in-out;
  -o-transition: 0.happyslots-5884p3 ease-in-out;
  transition: 0.happyslots-5884p3 ease-in-out;
}

.happyslots-q1pwi0 {
  padding: 16px 0 0 0;
}

.happyslots-q1pwi0 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .happyslots-q1pwi0 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .happyslots-6bdiw3 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .happyslots-6bdiw3::after {
    margin-left: auto;
  }
  .happyslots-mb34pq {
    order: 3;
    flex: 1 1 100%;
  }
  .happyslots-6bdiw3 {
    font-size: 14px;
    line-height: 130%;
  }
  .happyslots-mb34pq svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.happyslots-icudp0 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
  margin: 0;
}

.happyslots-ii2rkw {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.happyslots-icudp0.happyslots-37s6nj .happyslots-ii2rkw {
  margin-bottom: 12px;
}

.happyslots-ii2rkw::after {
  content: "";
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 250ms;
}

.happyslots-icudp0.happyslots-37s6nj .happyslots-ii2rkw::after {
  transform: unset;
}

.happyslots-zrzmov {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.happyslots-c0x9nd {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.happyslots-5884p3 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.happyslots-c0x9nd:before {
  content: "";
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/list-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.happyslots-icudp0.happyslots-37s6nj .happyslots-zrzmov {
  max-height: 100%;
}

.happyslots-j4nmnm {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.happyslots-rrzkq9 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.happyslots-bz0r1y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.happyslots-e56ih3 {
  margin-right: 4px;
}

.happyslots-2hgjzo {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--button-bg-color);
  padding: 4px 0;
  transition: color 0.happyslots-5884p3 ease-in-out;
}

.happyslots-2hgjzo svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.happyslots-5ok52z,
.happyslots-2hgjzo:hover {
  color: var(--text-color);
}

.happyslots-8n99dk {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border-radius: 12px 12px 0 0;
  padding: 8px;
  gap: 0 8px;
  background-color: #008f5e;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}

.happyslots-8n99dk img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.happyslots-8n99dk .happyslots-fnd76n {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.happyslots-8n99dk .happyslots-fr03mp {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
  color: var(--title-color);
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.happyslots-hth3je {
  display: flex;
  align-items: center;
  grid-column: 3/4;
  grid-row: 1/3;
  color: #196948;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--title-color);
  margin-top: 0;
}

.happyslots-4d972t {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.happyslots-mk5834 .happyslots-zfnuka {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.happyslots-mk5834 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.happyslots-ssip00 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.happyslots-53rfo0 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.happyslots-vp4wfs {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.happyslots-sn3wm1 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.happyslots-vp4wfs:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.happyslots-akiel3 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.happyslots-jlxcjn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px #223c5059;
  box-shadow: 0 0 20px 5px #223c5059;
  background-color: var(--button-bg-color);
  -webkit-transition: -webkit-transform 0.happyslots-5884p3 ease-in-out;
  transition: transform 0.happyslots-5884p3 ease-in-out;
  -o-transition: transform 0.happyslots-5884p3 ease-in-out;
  transition:
    transform 0.happyslots-5884p3 ease-in-out,
    -webkit-transform 0.happyslots-5884p3 ease-in-out;
  cursor: pointer;
}

.happyslots-jlxcjn svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.happyslots-jlxcjn:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  bottom: 18px;
  right: 80px;
  padding: 1em;
  max-width: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
  box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}

#cookie-law-div a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cookie-law-div a:hover {
  opacity: 0.7;
}

#cookie-law-div p {
  margin: 0;
  color: #000;
  padding-right: 50px;
}

#cookie-law-div button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0.5em;
  top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: none;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
}

#cookie-law-div button:hover {
  opacity: 1;
}

.happyslots-ojmujc {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .happyslots-ojmujc {
    left: calc(50% - 60px);
  }
}

#cookie-law-div {
  border-radius: 0;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

#cookie-law-div p {
  padding-bottom: 50px;
}

body::-webkit-scrollbar-track {
  background-color: var(--fh-bg-color);
}

body::-webkit-scrollbar-thumb {
  border: 1px solid var(--fh-bg-color);
  border-radius: 10px;
  height: 20%;
  background: var(--button-bg-color);
}

.happyslots-vzmwvu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.happyslots-qgzr07 {
  position: relative;
  width: 100%;
}

.happyslots-vzmwvu.happyslots-rm1h50 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.happyslots-vzmwvu.happyslots-wmc3pv {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.happyslots-vzmwvu.happyslots-1dnodi {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.happyslots-eo5gfd {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.happyslots-5m9259 {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.happyslots-5884p3 ease-in-out;
  cursor: pointer;
}

.happyslots-5m9259:hover {
  opacity: 0.5;
}

.happyslots-vzmwvu.happyslots-m2a1s9 .happyslots-5m9259 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.happyslots-vzmwvu.happyslots-m2a1s9 .happyslots-eo5gfd {
  cursor: pointer;
}

.happyslots-b1cm0c {
  fill: #0009;
}

.happyslots-9vt2ly {
  fill: #fff;
}

.happyslots-5m9259:hover .happyslots-b1cm0c {
  fill: red;
}

.happyslots-5m9259 svg path {
  -webkit-transition: 0.happyslots-5884p3 ease-in-out;
  -o-transition: 0.happyslots-5884p3 ease-in-out;
  transition: 0.happyslots-5884p3 ease-in-out;
}

.happyslots-2e9lx2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.happyslots-2e9lx2 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.happyslots-2e9lx2.happyslots-ueunab > :not(.get-image) {
  grid-column: 1/3;
}

.happyslots-uskmif:not(._h1-block) .happyslots-2e9lx2 > .happyslots-ncaqn0 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.happyslots-2e9lx2.happyslots-ueunab .happyslots-96udic {
  grid-column: 2/3;
}

.happyslots-2e9lx2.happyslots-ueunab > .happyslots-a1jqo2 {
  grid-column: 1/2;
}

.happyslots-2e9lx2.happyslots-ueunab > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.happyslots-2e9lx2 > p:first-of-type {
  margin-top: 0;
}

.happyslots-2e9lx2 .happyslots-a1jqo2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/10;
  border-radius: 12px;
  overflow: hidden;
}

.happyslots-uskmif:not(._h1-block) .happyslots-ncaqn0 ~ .happyslots-a1jqo2 {
  grid-row: 2/10;
}

.happyslots-uskmif.happyslots-a7pv9o .happyslots-ncaqn0 ~ .happyslots-a1jqo2 {
  grid-row: 1/10;
}

.happyslots-uskmif.happyslots-a7pv9o > .happyslots-ncaqn0 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.happyslots-uskmif.happyslots-a7pv9o .happyslots-a1jqo2 {
  grid-row: 1/10;
}

.happyslots-2e9lx2.happyslots-bc6wj9 .happyslots-a1jqo2 {
  align-items: flex-start;
}

.happyslots-2e9lx2.happyslots-wmc3pv .happyslots-96udic {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.happyslots-2e9lx2.happyslots-wmc3pv .happyslots-a1jqo2 {
  align-items: center;
}

.happyslots-2e9lx2.happyslots-lilb56 .happyslots-a1jqo2 {
  align-items: flex-end;
}

.happyslots-96udic > :first-child {
  margin-top: 0;
}

.happyslots-96udic > :last-child {
  margin-bottom: 0;
}

* + .happyslots-38now9,
.happyslots-uskmif + .happyslots-uskmif {
  margin-top: 2rem;
}

.happyslots-ni7kyn td::before,
.happyslots-ni7kyn th::after {
  display: none !important;
}

.happyslots-ni7kyn #link-selector {
  color: #000;
}

.happyslots-ni7kyn .happyslots-a7aook {
  color: #135e96;
}

.happyslots-ni7kyn .happyslots-e1ejo8 *,
.happyslots-ni7kyn .happyslots-3d388w p,
.happyslots-ni7kyn .happyslots-jexefv * {
  color: #000;
}

.happyslots-ni7kyn .happyslots-oek5uq {
  background: 0 0 !important;
}

.happyslots-ni7kyn .happyslots-dz2sez {
  color: #000;
}

.happyslots-ni7kyn .happyslots-nq2eoz.happyslots-fhk5j3 {
  color: #fff;
}

.happyslots-ni7kyn .happyslots-j6a0v0 {
  color: #000;
}

.happyslots-ni7kyn
  .happyslots-35q8tt
  .happyslots-jzoq25.happyslots-fhk5j3.happyslots-x3wjnj {
  background: #ccc;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  color: #000 !important;
}

.happyslots-ldz73g,
body .happyslots-dw461p {
  color: #000;
  background: var(--color-body) !important;
}

.happyslots-ldz73g .happyslots-po88fi .happyslots-4b6slo,
body .happyslots-dw461p .happyslots-po88fi .happyslots-4b6slo {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .happyslots-c0x9nd:focus,
  .happyslots-c0x9nd:hover {
    color: #f9cb16;
  }
  .happyslots-kwq74p:focus,
  .happyslots-kwq74p:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .happyslots-petsvm:focus img,
  .happyslots-petsvm:focus svg,
  .happyslots-petsvm:hover img,
  .happyslots-petsvm:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .happyslots-8n99dk {
    display: none;
  }
}

@media (min-width: 1024px) {
  .happyslots-20ox5r:hover .happyslots-mcdoag svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .happyslots-mcdoag {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .happyslots-j1elt2 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .happyslots-x4uu01 {
    grid-template-columns: repeat(4, 1fr);
  }
  .happyslots-g50ybq {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .happyslots-3nqn2j .happyslots-1lr9wj {
    grid-template-columns: 1fr;
  }
  .happyslots-3nqn2j .happyslots-5dus08 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    overflow: auto;
    margin-right: 0;
    border-style: none;
    border-radius: 16px 16px 0 0;
    padding: 0;
  }
  .happyslots-3nqn2j .happyslots-53g4yi {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .happyslots-3nqn2j .happyslots-g6uhnh {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .happyslots-3nqn2j .happyslots-z67az9 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .happyslots-3nqn2j .happyslots-53g4yi:not(:first-child) {
    border: none;
  }
  .happyslots-3nqn2j .happyslots-53g4yi:first-child .happyslots-g6uhnh {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .happyslots-3nqn2j .happyslots-53g4yi:last-child .happyslots-g6uhnh {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .happyslots-9kf36h {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .happyslots-7o7k9t {
    max-width: 100px;
  }
  .happyslots-z87csu {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .happyslots-dl9c0t {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .happyslots-dl9c0t svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .happyslots-mppo7w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .happyslots-z87csu + .happyslots-dl9c0t {
    margin-left: auto;
  }
  .happyslots-0uj53n {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--fh-bg-color);
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
  }
  .happyslots-0uj53n.happyslots-37s6nj {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .happyslots-nwo2qc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 32px 16px 12px 16px;
  }
  .happyslots-4kyd88 {
    width: 100%;
  }
  .happyslots-4kyd88:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .happyslots-537ft1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .happyslots-537ft1 svg {
    margin-right: 4px;
  }
  .happyslots-20ox5r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .happyslots-mcdoag svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .happyslots-mcdoag {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 5px 16px 30%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
  }
  .happyslots-hsa42j {
    display: none;
    width: 100%;
  }
  .happyslots-20ox5r.happyslots-37s6nj .happyslots-hsa42j {
    padding: 0 0 0 48px;
  }
  .happyslots-zytljw {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .happyslots-edlbo8 .happyslots-a1jqo2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .happyslots-kwp9f3 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .happyslots-kwp9f3 + .happyslots-kwp9f3 {
    margin-right: 0;
  }
  .happyslots-kwp9f3 + .happyslots-a1jqo2 {
    margin: 0;
  }
  .happyslots-j1elt2 {
    grid-template-columns: repeat(4, 1fr);
  }
  .happyslots-x4uu01 {
    grid-template-columns: repeat(3, 1fr);
  }
  .happyslots-d7cteo,
  .happyslots-eejqbs {
    grid-template-columns: repeat(2, 1fr);
  }
  .happyslots-2e9lx2 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .happyslots-2e9lx2.happyslots-ueunab .happyslots-96udic {
    grid-column: auto;
    grid-row: auto;
  }
  .happyslots-2e9lx2 > .happyslots-ncaqn0 {
    grid-column: 1/2;
  }
  .happyslots-2e9lx2.happyslots-ueunab > :not(.get-image) {
    grid-column: 1/2;
  }
  .happyslots-2e9lx2 .happyslots-a1jqo2,
  .happyslots-2e9lx2.happyslots-ueunab > .happyslots-a1jqo2 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .happyslots-2e9lx2.happyslots-ueunab > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .happyslots-uskmif.happyslots-a7pv9o .happyslots-2e9lx2 > .happyslots-a1jqo2 {
    grid-row: 1/2;
  }
  .happyslots-2e9lx2 .happyslots-ncaqn0 ~ .happyslots-a1jqo2,
  .happyslots-2e9lx2.happyslots-ueunab .happyslots-ncaqn0 ~ .happyslots-a1jqo2 {
    grid-row: 2/3;
  }
  .happyslots-uskmif.happyslots-a7pv9o .happyslots-ncaqn0 ~ .happyslots-a1jqo2 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .happyslots-hyqaom:first-child .happyslots-21rb98 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .happyslots-hyqaom:first-child .happyslots-21rb98 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .happyslots-hyqaom {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .happyslots-hyqaom {
    padding: 0;
  }
  .happyslots-i4xv1i {
    margin-top: 1rem;
  }
  .happyslots-o4d8uc {
    border-radius: 5px;
  }
  .happyslots-kcjsdr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .happyslots-ii2rkw::after {
    display: inline-block;
  }
  .happyslots-ii2rkw {
    margin: 0;
    width: 100%;
  }
  .happyslots-zrzmov {
    width: 100%;
  }
  .happyslots-zrzmov.happyslots-7cip6s {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .happyslots-zrzmov.happyslots-7cip6s .happyslots-23n3as {
    width: 100%;
  }
  .happyslots-zrzmov.happyslots-7cip6s .happyslots-23n3as:not(:last-child) {
    margin-right: 0;
  }
  .happyslots-c0x9nd {
    width: 100%;
    text-align: center;
  }
  .happyslots-icudp0.happyslots-37s6nj .happyslots-zrzmov {
    margin-top: 1rem;
  }
  .happyslots-j1elt2 {
    grid-template-columns: repeat(3, 1fr);
  }
  .happyslots-g50ybq,
  .happyslots-x4uu01 {
    grid-template-columns: repeat(2, 1fr);
  }
  .happyslots-d7cteo,
  .happyslots-eejqbs,
  .happyslots-mmrga5 {
    grid-template-columns: 1fr;
  }
  .happyslots-mzxtfl {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .happyslots-2d032d {
    min-width: 300px;
    max-width: 325px;
  }
  .happyslots-g6uhnh {
    cursor: auto;
  }
  .happyslots-rjelgb .happyslots-g6uhnh {
    padding: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .happyslots-ojmujc {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .happyslots-hsa42j {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #cookie-law-div {
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .happyslots-ojmujc {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.happyslots-kwp9f3 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .happyslots-dl9c0t {
    margin: 0 -0.2rem;
  }
  .happyslots-kwp9f3 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .happyslots-29szj2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .happyslots-l884jl {
    max-width: 100%;
  }
  .happyslots-j1elt2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .happyslots-g50ybq,
  .happyslots-x4uu01 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .happyslots-9kf36h {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .happyslots-dl9c0t {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .happyslots-u3kzrx {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .happyslots-k3t565 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .happyslots-lnq666,
  .happyslots-fm5jle {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .happyslots-p89zs0 {
    width: 100%;
  }
  .happyslots-j1elt2 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .happyslots-ojmujc {
    top: 127px !important;
  }
}

.happyslots-bgq7ea {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .happyslots-bgq7ea {
  }
}

@media (max-width: 767px) {
  .happyslots-bgq7ea {
    margin-bottom: 12px;
  }
}

.happyslots-bgq7ea img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.happyslots-rbskbi {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.happyslots-rbskbi > .happyslots-3i6tcz {
  flex: 1 1;
}

@media (max-width: 767px) {
  .happyslots-rbskbi {
    flex-direction: column;
    gap: 12px;
  }
}

.happyslots-m0nu7g {
  display: flex;
}

.happyslots-m0nu7g .happyslots-zl3lp8 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 8px;
  border-radius: 4px 0 0 4px;
}

.happyslots-m0nu7g .happyslots-bwdaef {
  display: flex;
  align-items: center;
  flex: 1 1;
  background-color: var(--fh-bg-color);
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}

.happyslots-m0nu7g .happyslots-a8ulqg {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.happyslots-m0nu7g .happyslots-ak2hfb {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 32px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.happyslots-m0nu7g .happyslots-ak2hfb:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.happyslots-m0nu7g .happyslots-yv5nhm {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.happyslots-oah8eg {
  border: unset;
  background-color: unset;
}

.happyslots-oah8eg tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.happyslots-oah8eg .happyslots-6fw5df,
.happyslots-oah8eg .happyslots-axyat8 {
  flex: 0 1 330px;
}

.happyslots-oah8eg .happyslots-i8umww {
  flex: 1 1;
}

.happyslots-oah8eg tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.happyslots-oah8eg tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.happyslots-oah8eg tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.happyslots-oah8eg tr td p {
  color: #fff;
  margin: 0;
}

.happyslots-oah8eg tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.happyslots-oah8eg tr.happyslots-6fw5df td p {
  padding: 16px 0;
}

.happyslots-oah8eg tr.happyslots-6fw5df td p:not(:last-child),
.happyslots-oah8eg tr.happyslots-axyat8 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.happyslots-oah8eg tr.happyslots-6fw5df td p:first-child,
.happyslots-oah8eg tr.happyslots-axyat8 td p:first-child {
  padding-top: 0;
}

.happyslots-oah8eg tr.happyslots-axyat8 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.happyslots-oah8eg tr.happyslots-axyat8 td p:last-child {
  padding-bottom: 0;
}

.happyslots-oah8eg .happyslots-axyat8 img {
  max-width: 32px;
}

.happyslots-oah8eg .happyslots-i8umww {
  min-width: 718px;
}

.happyslots-oah8eg .happyslots-i8umww td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.happyslots-oah8eg .happyslots-i8umww td {
  display: flex;
}

.happyslots-oah8eg .happyslots-i8umww td:last-child .happyslots-e132ps,
.happyslots-oah8eg .happyslots-i8umww td:last-child .happyslots-aska0j,
.happyslots-oah8eg .happyslots-i8umww td:last-child .happyslots-0yqrjk {
  flex: 1 1 50%;
}

.happyslots-oah8eg .happyslots-i8umww td:last-child .happyslots-3w9eoc {
  flex: 1 1 100%;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.happyslots-oah8eg .happyslots-i8umww td:last-child .happyslots-14knmb,
.happyslots-oah8eg .happyslots-i8umww td:last-child .happyslots-44yjyc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.happyslots-oah8eg .happyslots-i8umww td:last-child .happyslots-e132ps,
.happyslots-oah8eg .happyslots-i8umww td:last-child .happyslots-aska0j {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.happyslots-oah8eg .happyslots-i8umww td:last-child .happyslots-e132ps span,
.happyslots-oah8eg .happyslots-i8umww td:last-child .happyslots-aska0j span {
  font-weight: 800;
}

.happyslots-oah8eg .happyslots-i8umww img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .happyslots-oah8eg .happyslots-i8umww td .happyslots-0yqrjk:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .happyslots-oah8eg tr.happyslots-6fw5df td p:last-child {
    padding-bottom: 0;
  }
  .happyslots-oah8eg .happyslots-axyat8 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .happyslots-oah8eg .happyslots-axyat8 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .happyslots-oah8eg tr.happyslots-6fw5df td p:not(:last-child),
  .happyslots-oah8eg tr.happyslots-axyat8 td p:not(:last-child) {
    border-bottom: unset;
  }
  .happyslots-oah8eg tr.happyslots-axyat8 td p:last-child {
    padding-bottom: 12px;
  }
  .happyslots-oah8eg .happyslots-i8umww td:last-child .happyslots-e132ps,
  .happyslots-oah8eg .happyslots-i8umww td:last-child .happyslots-aska0j,
  .happyslots-oah8eg .happyslots-i8umww td:last-child .happyslots-0yqrjk {
    flex: 1 1 50%;
    padding: 0;
  }
  .happyslots-oah8eg .happyslots-i8umww td:last-child .happyslots-e132ps,
  .happyslots-oah8eg .happyslots-i8umww td:last-child .happyslots-aska0j {
    margin-top: 16px;
  }
  .happyslots-oah8eg .happyslots-i8umww td:last-child .happyslots-0yqrjk {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .happyslots-oah8eg .happyslots-i8umww td:last-child .happyslots-e132ps {
    border-right: 1px solid var(--border-color);
  }
  .happyslots-oah8eg .happyslots-i8umww td:last-child .happyslots-0yqrjk:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .happyslots-oah8eg .happyslots-i8umww td:last-child .happyslots-0yqrjk:last-child {
    padding-bottom: 0;
  }
}

.happyslots-0yqrjk {
  display: flex;
  flex-direction: column;
}

.happyslots-oah8eg .happyslots-i8umww td .happyslots-0yqrjk {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.happyslots-oah8eg .happyslots-i8umww td .happyslots-0yqrjk:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.happyslots-oah8eg .happyslots-i8umww td .happyslots-0yqrjk:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .happyslots-oah8eg .happyslots-i8umww td .happyslots-0yqrjk:not(:first-child) {
    padding-left: 0;
  }
  .happyslots-oah8eg .happyslots-i8umww td .happyslots-0yqrjk:not(:last-of-type) {
    border-right: unset;
  }
}

.happyslots-oah8eg .happyslots-k41rac {
  flex: 0 1 485px;
}

.happyslots-oah8eg .happyslots-m2bqrh {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.happyslots-oah8eg .happyslots-m2bqrh li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.happyslots-oah8eg .happyslots-m2bqrh li.happyslots-xo33jd {
  padding: 6px 12px;
}

.happyslots-oah8eg .happyslots-m2bqrh li a,
.happyslots-oah8eg .happyslots-m2bqrh li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.happyslots-oah8eg .happyslots-lyuxlw,
.happyslots-oah8eg .happyslots-tqv7nc {
  flex: 1 1;
}

.happyslots-oah8eg .happyslots-wfu0df,
.happyslots-oah8eg .happyslots-pxnso3 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.happyslots-oah8eg .happyslots-wfu0df li,
.happyslots-oah8eg .happyslots-pxnso3 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.happyslots-oah8eg .happyslots-tqv7nc img {
  max-width: 32px;
}

.happyslots-oah8eg .happyslots-lyuxlw img {
  max-width: 32px;
}

.happyslots-oah8eg .happyslots-j7z86k {
  min-width: 280px;
}

.happyslots-oah8eg .happyslots-j7z86k img {
  max-width: 146px;
}

.happyslots-oah8eg .happyslots-j7z86k td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .happyslots-oah8eg .happyslots-6fw5df,
  .happyslots-oah8eg .happyslots-axyat8 {
    flex: 0 1 auto;
  }
  .happyslots-oah8eg .happyslots-i8umww {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .happyslots-oah8eg .happyslots-6fw5df,
  .happyslots-oah8eg .happyslots-k41rac,
  .happyslots-oah8eg .happyslots-axyat8,
  .happyslots-oah8eg .happyslots-i8umww {
    flex: 1 1 calc(50% - 20px);
  }
  .happyslots-oah8eg .happyslots-lyuxlw,
  .happyslots-oah8eg .happyslots-j7z86k,
  .happyslots-oah8eg .happyslots-tqv7nc {
    flex: 1 1 30%;
  }
  .happyslots-oah8eg .happyslots-j7z86k {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .happyslots-oah8eg .happyslots-6fw5df,
  .happyslots-oah8eg .happyslots-k41rac,
  .happyslots-oah8eg .happyslots-lyuxlw,
  .happyslots-oah8eg .happyslots-axyat8,
  .happyslots-oah8eg .happyslots-i8umww,
  .happyslots-oah8eg .happyslots-j7z86k,
  .happyslots-oah8eg .happyslots-tqv7nc {
    flex: 1 1 100%;
  }
}

.happyslots-p2jwyd .happyslots-7kxdyg {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.happyslots-p2jwyd .happyslots-xafno4 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.happyslots-p2jwyd .happyslots-lfqv4u {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.happyslots-p2jwyd .happyslots-c3z8wr {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.happyslots-p2jwyd .happyslots-c3z8wr > :nth-child(3) {
  margin-top: 0;
}

.happyslots-p2jwyd .happyslots-a1jqo2 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.happyslots-p2jwyd .happyslots-11o2f2 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.happyslots-p2jwyd .happyslots-i4xv1i {
  grid-column: 1/2;
}

.happyslots-p2jwyd > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.happyslots-p2jwyd .happyslots-xafno4:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  min-width: 44px;
  height: 24px;
  background-image: url(../images/how-to_arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fh-bg-color);
  z-index: 1;
}

.happyslots-p2jwyd .happyslots-xafno4:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.happyslots-p2jwyd .happyslots-p89zs0 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .happyslots-p2jwyd .happyslots-xafno4:not(:last-child):before {
    bottom: 8px;
  }
  .happyslots-p2jwyd .happyslots-xafno4:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .happyslots-p2jwyd .happyslots-c3z8wr {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .happyslots-p2jwyd .happyslots-a1jqo2 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .happyslots-p2jwyd .happyslots-a1jqo2 img {
    width: 100%;
    height: auto;
  }
  .happyslots-p2jwyd .happyslots-p89zs0 {
    width: 100%;
    min-width: unset;
  }
}

.happyslots-rmoigw .happyslots-1umey1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.happyslots-rmoigw .happyslots-b9vx0k {
  display: flex;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  overflow: hidden;
}

.happyslots-rmoigw .happyslots-a1jqo2 {
  height: 100%;
}

.happyslots-rmoigw .happyslots-a1jqo2 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.happyslots-rmoigw .happyslots-uvooac {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.happyslots-rmoigw .happyslots-f65lpf {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.happyslots-rmoigw .happyslots-rodbpo {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .happyslots-rmoigw .happyslots-b9vx0k {
    flex: 1 1 100%;
  }
  .happyslots-rmoigw .happyslots-ww6edp {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .happyslots-rmoigw .happyslots-b9vx0k {
    flex-direction: column;
  }
  .happyslots-rmoigw .happyslots-a1jqo2 {
    width: 100%;
    height: auto;
  }
  .happyslots-rmoigw .happyslots-a1jqo2 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .happyslots-rmoigw .happyslots-uvooac {
    padding: 0 16px 16px 16px;
  }
  .happyslots-rmoigw .happyslots-ww6edp {
    min-width: unset;
    width: 100%;
  }
}

.happyslots-fo1l12 .happyslots-sfzj9m {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.happyslots-fo1l12 .happyslots-7d6y5j {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.happyslots-fo1l12 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.happyslots-fo1l12 .happyslots-5aezwq {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(15, 39, 23, 0.95);
  z-index: 1;
  transition: 0.2s;
}

.happyslots-fo1l12 .happyslots-7d6y5j:hover .happyslots-5aezwq {
  display: flex;
}

.happyslots-fo1l12 .happyslots-wm2g5s {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.happyslots-fo1l12 .happyslots-aqxd3c {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.happyslots-scy7mm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: unset;
  width: auto;
  cursor: pointer;
}

.happyslots-scy7mm.happyslots-sv0u86 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.happyslots-nvm6xc ease-in-out;
}

.happyslots-scy7mm.happyslots-sv0u86:hover {
  color: #f9cb16;
  background-color: transparent;
}

.happyslots-fo1l12 .happyslots-8yuxdm {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.happyslots-nvm6xc ease-in-out;
}

.happyslots-fo1l12 .happyslots-8yuxdm:hover {
  color: #196948;
  background-color: #f9cb16;
}

.happyslots-fo1l12 .happyslots-8yuxdm:after,
.happyslots-scy7mm.happyslots-sv0u86:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.happyslots-scy7mm.happyslots-sv0u86:after {
  background-image: url(../images/Cash.svg);
}

.happyslots-fo1l12 .happyslots-8yuxdm:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .happyslots-fo1l12 .happyslots-sfzj9m {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .happyslots-fo1l12 .happyslots-sfzj9m {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .happyslots-fo1l12 .happyslots-sfzj9m {
    grid-template-columns: 1fr;
  }
  .happyslots-fo1l12 .happyslots-7d6y5j {
    height: auto;
  }
  .happyslots-fo1l12 .happyslots-7d6y5j .happyslots-5aezwq {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .happyslots-fo1l12 .happyslots-wm2g5s,
  .happyslots-fo1l12 .happyslots-aqxd3c {
    text-align: left;
  }
  .happyslots-fo1l12 .happyslots-aqxd3c {
    margin-bottom: 8px;
  }
  .happyslots-fo1l12 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.happyslots-lscmzm {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 39, 23, 0.9);
  z-index: 990;
}

.happyslots-lscmzm.happyslots-m2a1s9 {
  display: block;
}

.happyslots-lscmzm .happyslots-e8dn3x {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 860px;
  height: 580px;
  background-color: #318562;
  border-radius: 12px;
  overflow: hidden;
}

.happyslots-lscmzm .happyslots-i25312 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.happyslots-lscmzm .happyslots-vmumal {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.happyslots-lscmzm .happyslots-dzifsu {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.happyslots-lscmzm .happyslots-scy7mm {
  min-width: 296px;
  margin-bottom: 0;
}

.happyslots-lscmzm .happyslots-pl2dsh {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.happyslots-lscmzm .happyslots-hlwuji {
  position: relative;
  flex: 1 1;
}

.happyslots-lscmzm .happyslots-hlwuji iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .happyslots-lscmzm .happyslots-i25312 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .happyslots-lscmzm .happyslots-vmumal {
    order: 1;
  }
  .happyslots-lscmzm .happyslots-dzifsu {
    order: 3;
    flex: 1 1 100%;
  }
  .happyslots-lscmzm .happyslots-scy7mm {
    width: 100%;
    min-width: unset;
  }
  .happyslots-lscmzm .happyslots-pl2dsh {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .happyslots-2e9lx2 > .happyslots-ncaqn0 {
    margin-bottom: 0;
  }
  .happyslots-2e9lx2 > .happyslots-i4xv1i,
  .happyslots-2e9lx2 > p {
    margin-top: 0;
  }
}

.happyslots-f4ag1j img,
.happyslots-kwp9f3 img {
  width: auto;
  object-fit: contain;
}

.happyslots-f4ag1j {
  align-items: center;
}

.happyslots-f4ag1j img {
  max-height: 76px;
}

.happyslots-kwp9f3 img {
  max-height: 64px;
}

.happyslots-jkiuh3 {
  overflow: auto;
}

.happyslots-qlg2zh {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.happyslots-6itqvd:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.happyslots-xpmnw7 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.happyslots-t0ahgz {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.happyslots-xpmnw7 .happyslots-a1jqo2 {
  margin-right: 20px;
  flex-shrink: 0;
}

.happyslots-xpmnw7 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.happyslots-uf4zdv {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.happyslots-uf4zdv > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .happyslots-xpmnw7 {
    padding: 15px 10px;
  }
  .happyslots-uf4zdv {
    padding: 15px 10px;
  }
  .happyslots-xpmnw7 .happyslots-a1jqo2 {
    margin-right: 10px;
  }
}

.happyslots-870iv6 {
  overflow-x: auto;
}

.happyslots-2jdcjo {
  border-collapse: collapse;
  width: 100%;
}

.happyslots-870iv6 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.happyslots-870iv6 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.happyslots-870iv6 td.happyslots-ylak95 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.happyslots-870iv6 td.happyslots-ud4gvz {
  border-right: none;
}

.happyslots-870iv6 td.happyslots-ud4gvz .happyslots-a1jqo2 {
  justify-content: flex-start;
}

.happyslots-870iv6 td.happyslots-ud4gvz .happyslots-a1jqo2 img {
  height: auto;
  width: 90px;
}

.happyslots-870iv6 td.happyslots-zxxzrn,
.happyslots-870iv6 td.happyslots-z93o8w {
  font-weight: 600;
  text-align: right;
}

.happyslots-870iv6 td.happyslots-jy68vq,
.happyslots-870iv6 td.happyslots-zxxzrn {
  padding-bottom: 10px;
  border-bottom: none;
}

.happyslots-870iv6 td.happyslots-zxxzrn,
.happyslots-870iv6 td.happyslots-z93o8w {
  border-left: none;
}

.happyslots-870iv6 td.happyslots-jy68vq,
.happyslots-870iv6 td.happyslots-of78q2 {
  border-right: none;
}

.happyslots-870iv6 td.happyslots-of78q2,
.happyslots-870iv6 td.happyslots-z93o8w {
  border-top: none;
  padding-top: 10px;
}

.happyslots-rmwhut {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--fh-bg-color);
  margin-top: 20px;
}

.happyslots-rmwhut .happyslots-ww6edp {
  min-width: unset;
  width: 100%;
}

.happyslots-rmwhut .happyslots-ww6edp.happyslots-grqhmm {
  grid-column: 1/2;
  grid-row: 1/2;
}

.happyslots-rmwhut .happyslots-ww6edp.happyslots-b9g801 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.happyslots-rmwhut .happyslots-p0hn8p {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .happyslots-rmwhut {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .happyslots-rmwhut .happyslots-ww6edp.happyslots-grqhmm {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .happyslots-rmwhut .happyslots-ww6edp.happyslots-b9g801 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .happyslots-rmwhut .happyslots-p0hn8p {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.happyslots-jfssgk {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

.happyslots-63452p {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.happyslots-3xblfk p a img {
  margin: 0 auto;
  display: block;
}

.happyslots-3xblfk table {
  margin-bottom: 17px;
}

/* contanct form */
.happyslots-27gtdu {
  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;
}

.happyslots-27gtdu label {
  font-size: 14px;
}

.happyslots-27gtdu h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.happyslots-27gtdu input,
.happyslots-27gtdu textarea,
.happyslots-27gtdu 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;
}
.happyslots-27gtdu button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.happyslots-nvm6xc ease;
}
.happyslots-27gtdu button:hover {
  background-color: #691204;
}
.happyslots-cquqrv {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.happyslots-a6zboa ease-in;
}

.happyslots-cquqrv h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.happyslots-35ihb9, .happyslots-512jko, [class*="review-card"],
thead, thead th, table th, .happyslots-crqk3j,
.happyslots-u3eqsc, [class*="collapsible-header"],
.happyslots-qhrrzq, [class*="updated-block"] {
  color: #ece7dc !important;
}
