:root {
  /* pinned */
  --success-color: #069814;
  --success-color-light: #07be1a;
  --icon-color: #cbabff;
  --icon-filter: brightness(0) saturate(100%) invert(69%) sepia(10%)
    saturate(2143%) hue-rotate(213deg) brightness(104%) contrast(102%);
  --header-bg-color: var(--primary-color-dark);
  --sidebar-bg-color: var(--menu-color);
  --bonus-card-bg-color: var(--menu-color);
  --btn-border-color: var(--accent-color);
  --btn-border-color-outline: var(--border-color);
  --btn-round: var(--round-l);
  --btn-text-color: var(--white-color);
  --btn-text-color-outline: var(--white-color);
  --table-head-bg-color: var(--table-1-color);
  --table-head-text-color: var(--text-color);
  --table-cell-bg-color: var(--bg-color);
  --table-cell-text-color: var(--text-color);
  --faq-bg-color: var(--menu-color);
  --faq-divider-color: var(--divider-color);
  --faq-border-color: var(--border-color);
  --faq-round: var(--round-base);
  --base: 1rem;
  --container-width: 1130px;
  --container-padding-x: 15px;
  --header-height: calc(var(--base) * 4);
  --sidebar-width-short: calc(var(--base) * 4);
  --sidebar-width: calc(var(--base) * 20);
  --transition-duration: 0.2s;
  --games-grid-cols: 7;
  --games-grid-cols-mobile: calc(var(--games-grid-cols) * 2);
  --new-game-card-bg-color: linear-gradient(
    180deg,
    rgba(109, 0, 216, 0),
    #47008d
  );
  --seo-content-width: 80%;
  --round-sm: calc(var(--base) * 0.5);
  --round-base: var(--base);
  --round-l: calc(var(--base) * 2);
  --font-primary: "Montserrat", sans-serif;
  --font-secondary: "Arial", sans-serif;
  --font-render-type: swap;
}

* {
  border: none;
  margin: 0;
  padding: 0;
}

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

a,
a:link,
a:visited {
  color: inherit;
}

a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  height: auto;
  max-width: 100%;
}

address {
  font-style: normal;
}

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

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

button,
input[type="submit"] {
  background-color: transparent;
  background: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
}

button:active,
button:focus,
input:active,
input:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

body,
html {
  scroll-behavior: smooth;
  scroll-margin-top: 5rem;
}

html {
  font-size: 100%;
}

body {
  background-color: var(--main-theme-color);
  color: var(--text-color);
  font-family: var(--font-primary);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media screen and (max-width: 1024px) {
  .candy-casino-kevjmq {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .candy-casino-102ilc {
    display: none;
  }
}

.candy-casino-4gmiok {
  background: var(--menu-color);
  border-radius: var(--border-radius-sm);
}

.candy-casino-tquas2 {
  overflow-y: hidden;
}

.candy-casino-z6xr48 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.239), 0 0 1px 0 rgba(0, 0, 0, 0.322);
}

h1,
h2,
h3,
h4 {
  line-height: 120%;
}

p {
  line-height: 140%;
}

h1 {
  font-size: 3rem;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 576px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2.25rem;
}

@media screen and (max-width: 992px) {
  h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 576px) {
  h2 {
    font-size: 1.8rem;
  }
}

h3 {
  font-size: 1.6rem;
}

@media screen and (max-width: 992px) {
  h3 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 576px) {
  h3 {
    font-size: 1.2rem;
  }
}

p {
  font-size: 1rem;
}

@media screen and (max-width: 992px) {
  p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 576px) {
  p {
    font-size: 1rem;
  }
}

.candy-casino-yxhxg3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1414px;
  padding: 0 15px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .candy-casino-yxhxg3 {
    max-width: 100%;
  }
}

.candy-casino-wfj8nz,
body,
html {
  height: 100%;
}

.candy-casino-rsn36q {
  bottom: 0;
  height: 100%;
  left: 0;
  max-width: var(--sidebar-width-short);
  position: fixed;
  top: 0;
  transform: scaleX(1);
  transition: 0.25s;
  width: 100%;
  will-change: transform;
  z-index: 900;
}

.candy-casino-rsn36q.candy-casino-2hns46 {
  display: block;
  max-width: var(--sidebar-width);
  transform: scaleX(var(--sidebar-width));
}

.candy-casino-ldzu9m {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-left: var(--sidebar-width-short);
  max-width: calc(100% - var(--sidebar-width-short));
  transition: 0.25s;
  width: 100%;
}

.candy-casino-ldzu9m.candy-casino-2hns46 {
  margin-left: var(--sidebar-width);
  max-width: calc(100% - var(--sidebar-width));
}

.candy-casino-ny55sa {
  height: var(--header-height);
  left: 0;
  margin-left: var(--sidebar-width-short);
  max-width: calc(100% - var(--sidebar-width-short));
  position: fixed;
  right: 0;
  top: 0;
  transition: transform 0.25s;
  width: 100%;
  will-change: transform;
  z-index: 900;
}

.candy-casino-ny55sa.candy-casino-2hns46 {
  margin-left: var(--sidebar-width);
  max-width: calc(100% - var(--sidebar-width));
  transform: scaleX(calc(100% - var(--sidebar-width)));
}

.candy-casino-ny55sa.candy-casino-2hns46 .candy-casino-chzpu6 {
  display: none;
}

.candy-casino-rp69q9 {
  padding-top: calc(var(--header-height) + 1rem);
}

@media screen and (max-width: 1024px) {
  .candy-casino-ny55sa,
  .candy-casino-ldzu9m {
    margin-left: 0;
    max-width: 100%;
  }
}

.candy-casino-becazn {
  background: var(--sidebar-bg-color);
  display: block;
}

.candy-casino-becazn.candy-casino-2hns46 .candy-casino-chzpu6 {
  display: inline-block;
}

.candy-casino-becazn.candy-casino-2hns46 .candy-casino-sw0jzl {
  display: flex;
}

.candy-casino-becazn.candy-casino-2hns46 .candy-casino-b7zy8m {
  transform: translateY(0);
  visibility: visible;
}

.candy-casino-2l980q {
  align-items: center;
  background: var(--fh-bg-color);
  display: flex;
  height: var(--header-height);
  max-height: var(--header-height);
}

.candy-casino-becazn .candy-casino-chzpu6 {
  display: none;
  margin: 0 auto;
  transform: translateX(calc(var(--header-height) * -1 / 2));
}

.candy-casino-sw0jzl {
  display: none;
  flex-direction: column;
  height: 90%;
  justify-content: space-between;
  max-height: 90%;
  overflow-y: scroll;
  padding: 1rem 0.5rem;
}

.candy-casino-sw0jzl::-webkit-scrollbar {
  width: 0;
}

.candy-casino-fahqzw {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 0 0.5rem;
}

.candy-casino-fahqzw.candy-casino-2hns46 {
  display: none;
}

.candy-casino-qstx0a {
  filter: var(--button-text-color);

  max-width: 1.5rem;
  min-width: 1.5rem;
}

.candy-casino-5cw70i {
  align-items: center;
  aspect-ratio: 1/1;
  background: transparent;
  border-radius: var(--round-sm);
  display: flex;
  height: auto;
  justify-content: center;
  transition: var(--transition-duration);
  width: 3rem;
}

.candy-casino-yro91i {
  max-width: 40px;
}

.candy-casino-ax6oy8 {
  display: inline-flex;
  justify-content: center;
  padding: 5px 0;
  width: 100%;
}

.candy-casino-ax6oy8 svg {
  color: var(--success-color-light);
}

.candy-casino-l41v4r {
  border-bottom: 1px solid var(--divider-color);
}

.candy-casino-sl3c4a {
  border-top: 1px solid var(--divider-color);
}

@media (any-hover: hover) {
  .candy-casino-5cw70i:hover {
    background: var(--menu-color);
  }
}

@media screen and (max-width: 1024px) {
  .candy-casino-becazn {
    display: none;
  }
  .candy-casino-becazn:after {
    background: var(rgba(0, 0, 0, 0.523) city);
    content: "";
    height: 100%;
    left: var(--sidebar-width);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 900;
  }
}

.candy-casino-a8me8l {
  align-items: center;
  background: var(--button-bg-color);
  border-radius: 5px;
  display: inline-block;
  display: inline-flex;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.5rem;
  width: 100%;
}

.candy-casino-lx1n4n {
  max-width: 40px;
}

.candy-casino-k148y9 {
  font-size: 0.75rem;
  font-weight: 700;
}

.candy-casino-ojc5is {
  background: var(--fh-bg-color);
}

.candy-casino-uyb6v6,
.candy-casino-n020dw {
  align-items: center;
  display: flex;
}

.candy-casino-uyb6v6 {
  gap: 0.5rem;
}

.candy-casino-n020dw {
  gap: 2rem;
  height: 100%;
  justify-content: space-between;
}

.candy-casino-ojc5is .candy-casino-chzpu6 {
  margin-right: 2rem;
}

@media (max-width: 768px) {
  .candy-casino-n020dw {
    gap: 0rem;
    padding: 0;
  }

  .candy-casino-ojc5is .candy-casino-chzpu6 {
    margin-right: 0rem;
  }
}

@media screen and (max-width: 768px) {
  .candy-casino-ojc5is .candy-casino-2oov0q {
    display: none;
  }
  .candy-casino-onxzog {
    font-size: 0.candy-casino-un5kkw !important;
  }
  .candy-casino-ojc5is .candy-casino-chzpu6 {
    max-width: 100px;
  }
}

.candy-casino-0ob4co svg {
  color: var(--icon-color);
}

@media screen and (max-width: 768px) {
  .candy-casino-0ob4co {
    display: none;
  }
}

.candy-casino-chzpu6 {
  display: inline-block;
  max-width: 125px;
}

.candy-casino-9jdoqw {
  width: 100%;
}

.candy-casino-b7zy8m {
  transform: translateY(10%);
  transition-delay: 10s;
  visibility: hidden;
}

.candy-casino-2xvgmo {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.candy-casino-raj7be,
.candy-casino-knu5dm {
  cursor: pointer;
  background: var(--border-color);
  border-radius: 6px;
  transition: var(--transition-duration);
}

.candy-casino-raj7be {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  font-weight: 700;
  gap: 0.5rem;
  overflow: hidden;
  padding: 5px 0.5rem;
  position: relative;
}

.candy-casino-raj7be:before {
  background: var(--decor-gradient);
  content: "";
  filter: blur(30px);
  height: 120px;
  left: -15px;
  opacity: 0.7;
  position: absolute;
  top: -80px;
  width: 120px;
  z-index: 1;
}

.candy-casino-za0f8v {
  font-size: 0.875rem;
  justify-content: center;
}

.candy-casino-4sqt4k,
.candy-casino-xu1fh3 {
  position: relative;
  z-index: 2;
}

.candy-casino-4sqt4k {
  max-width: 40px;
}

.candy-casino-v3kwj9 {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1rem;
}

.candy-casino-psxa5m:last-child:nth-child(odd) {
  grid-column: 1/-1;
}

.candy-casino-c49bxt {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 1rem;
}

.candy-casino-knu5dm {
  padding: 0.5rem;
}

.candy-casino-jecont {
  filter: var(--button-text-color);
  max-width: 1.25rem;
}

@media (any-hover: hover) {
  .candy-casino-raj7be:hover,
  .candy-casino-knu5dm:hover {
    background: var(--border-color);
  }
}

.candy-casino-rok500 {
  align-items: center;
  background: var(--button-bg-color);
  border: 2px solid var(--border-color);
  border-radius: var(--btn-round);
  display: inline-flex;
  font-weight: 600;
  gap: 5px;
  justify-content: center;
  padding: 6px 10px;
  text-align: center;
  transition: var(--transition-duration);
  cursor: pointer;
}

.candy-casino-nqqqyk {
  color: var(--button-text-color);
}

.candy-casino-rm8atp {
  /* background: transparent; */
  border-color: var(--btn-border-color-outline);
}

.candy-casino-rm8atp .candy-casino-nqqqyk {
  color: var(--button-text-color);
}

.candy-casino-yj7r4g {
  padding: 0.candy-casino-z6eylp 0.625em;
  width: 100%;
}

.candy-casino-nf537c {
  font-size: 0.875rem;
}

.candy-casino-9poa8h {
  background: var(--success-color);
  border-color: var(--success-color);
}

.candy-casino-9poa8h .candy-casino-nqqqyk,
.candy-casino-9poa8h svg {
  color: var(--button-text-color);
}

.candy-casino-ag5hdv svg {
  color: var(--btn-text-color);
}

@media (any-hover: hover) {
  .candy-casino-rok500:hover {
    background: var(--button-bg-hover);
    border-color: var(--button-bg-hover);
  }
  .candy-casino-rm8atp:hover {
    background: var(--btn-border-color-outline);
    border-color: var(--btn-border-color-outline);
  }
  .candy-casino-9poa8h:hover {
    background: var(--success-color-light);
    border-color: var(--success-color-light);
  }
}

.candy-casino-xgexiv {
  margin-left: 10px;
  margin-right: 5px;
  transform: scaleX(-1);
}

.candy-casino-2oov0q {
  background: var(--border-color);
  display: inline-flex;
}

.candy-casino-2oov0q,
.candy-casino-dnoode {
  border-radius: var(--round-l);
}

.candy-casino-dnoode {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  font-weight: 600;
  gap: 5px;
  padding: 0.4rem;
}

.candy-casino-dnoode span,
.candy-casino-dnoode svg {
  color: var(--icon-color);
  transition: var(--transition-duration);
}

.candy-casino-dtoqw9 {
  background: var(--button-bg-color);
}

.candy-casino-dtoqw9 span,
.candy-casino-dtoqw9 svg {
  color: var(--button-text-color);
}

.candy-casino-pi87r7 {
  display: none;
  height: 0;
  margin: 0.candy-casino-t26a0a 0 1rem;
  width: 0;
}

.candy-casino-pi87r7 .candy-casino-dnoode {
  flex: 1 1 50%;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .candy-casino-pi87r7 {
    display: inline-flex;
    height: auto;
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (any-hover: hover) {
  .candy-casino-dnoode:hover span,
  .candy-casino-dnoode:hover svg {
    color: var(--text-color);
  }
}

.candy-casino-yk52zn {
  height: 200px;
  min-height: 175px;
  overflow-y: hidden;
}

.candy-casino-7n7uzj,
.candy-casino-xx09mc {
  height: 100%;
}

.candy-casino-7n7uzj {
  overflow-x: auto;
}

.candy-casino-7n7uzj::-webkit-scrollbar {
  width: 0;
}

.candy-casino-xx09mc {
  display: flex;
  gap: 0.5rem;
  width: auto;
}

.candy-casino-ccgkzr {
  flex: 1 0 33%;
  max-width: 33%;
}

@media screen and (max-width: 1024px) {
  .candy-casino-yk52zn {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .candy-casino-yk52zn {
    height: auto;
    min-height: auto;
  }
  .candy-casino-ccgkzr {
    flex: 1 0 100%;
  }
}

.candy-casino-kqftxm {
  background: var(--bonus-card-bg-color);
  border-radius: var(--round-base);
  display: inline-block;
  height: 100%;
  overflow-y: hidden;
  position: relative;
}

.candy-casino-22udcz {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: 100%;
  inset: 0;
  justify-content: space-between;
  padding: 0.75rem;
  position: absolute;
  width: 100%;
}

@media (max-width: 1026px) {
  .candy-casino-22udcz {
    gap: 0;
  }
}

.candy-casino-kwu0i3 {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 768px) {
  .candy-casino-kwu0i3 {
    height: 150px !important;
  }
}

.candy-casino-pk578l {
  background: var(--button-bg-color);
  border-radius: var(--round-sm);
  color: var(--button-text-color);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 0.5rem;
  text-transform: uppercase;
}

.candy-casino-pydnet {
  color: var(--text-color);
}

.candy-casino-725acc {
  font-size: 1rem;
  font-weight: 900;
  max-width: 200px;
}

@media (max-width: 1026px) {
  .candy-casino-725acc {
    font-size: 16px;
  }
}

.candy-casino-7a19yw {
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .candy-casino-kqftxm {
    height: 175px;
  }
}

@media screen and (max-width: 768px) {
  .candy-casino-kqftxm {
    flex: 1 0 90%;
    height: auto;
    max-width: 900px;
    min-height: 190px;
  }
  .candy-casino-pk578l {
    font-size: 0.675rem;
    padding: 5px;
  }
}

.candy-casino-hb368x {
  display: flex;
  gap: 1rem;
}

@media (any-hover: hover) {
  .candy-casino-uxd048:hover .candy-casino-wnfdet {
    color: var(--accent-color);
  }
}

.candy-casino-uv5v00 {
  text-align: center;
}

.candy-casino-ieeic7 {
  margin: 2rem 0;
}

.candy-casino-fkv37b {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.candy-casino-908n6b {
  font-size: 2rem;
  font-weight: 700;
}

.candy-casino-t60l1n {
  overflow-x: auto;
}

.candy-casino-t60l1n::-webkit-scrollbar {
  width: 0;
}

.candy-casino-hf8v3p {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(var(--games-grid-cols), minmax(0, 1fr));
}

@media screen and (max-width: 768px) {
  .candy-casino-hf8v3p {
    gap: 0.5rem;
    grid-template-columns: repeat(
      var(--games-grid-cols-mobile),
      minmax(120px, 1fr)
    );
  }
  .candy-casino-908n6b {
    font-size: 1.25rem;
  }
}

.candy-casino-dgj87m {
  display: inline-flex;
  flex-direction: column;
  max-width: 208px;
}

.candy-casino-oi4nrp {
  aspect-ratio: 1/1;
  background: var(--menu-color);
  border-radius: var(--round-base);
  margin-bottom: 0.5rem;
  overflow: hidden;
  position: relative;
}

.candy-casino-do7fsc {
  -o-object-fit: cover;
  object-fit: cover;
}

.candy-casino-dz1m8z,
.candy-casino-do7fsc {
  height: 100%;
  transition: var(--transition-duration);
  width: 100%;
}

.candy-casino-dz1m8z {
  align-items: center;
  background: var(rgba(0, 0, 0, 0.523) city);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  position: absolute;
}

.candy-casino-cra33j {
  display: -moz-box;
  display: -webkit-box;
  font-size: 0.875rem;
  font-weight: 700;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  color: #fff;
  margin-bottom: 5px;
  white-space: wrap;
}

.candy-casino-g5amjo {
  color: var(--text-color-label);
  font-size: 0.75rem;
  font-weight: 500;
}

.candy-casino-wxxyb3 {
  padding: 0.5rem;
}

.candy-casino-czqeh5 {
  border-radius: var(--round-base);
  max-height: 235px;
  max-width: 175px;
  overflow: hidden;
  position: relative;
}

.candy-casino-czqeh5 .candy-casino-do7fsc {
  height: 100%;
  max-height: 235px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.candy-casino-czqeh5 .candy-casino-u33mah {
  background: var(--new-game-card-bg-color);
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
  padding: 0.5rem;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}

.candy-casino-czqeh5 .candy-casino-g5amjo {
  color: var(--white-color);
  font-size: 0.75rem;
  font-weight: 700;
  opacity: 0.5;
  overflow-x: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.candy-casino-czqeh5 .candy-casino-oi4nrp {
  height: 100%;
  margin-bottom: 0;
  max-height: 235px;
  max-width: 175px;
  width: 100%;
}

.candy-casino-czqeh5 .candy-casino-dz1m8z {
  display: none;
}

@media (any-hover: hover) {
  .candy-casino-dgj87m:hover .candy-casino-dz1m8z {
    opacity: 1;
  }
  .candy-casino-dgj87m:hover .candy-casino-do7fsc {
    transform: scale(1.1);
    will-change: transform;
  }
}

.candy-casino-ekb24r {
  padding: 2rem 0;
}

.candy-casino-stqyl1 {
  border-bottom: 1px solid var(--divider-color);
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  padding-bottom: 2.5rem;
}

.candy-casino-pqpoxy {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.candy-casino-do4f65 {
  font-size: 0.75rem;
  font-weight: 600;
}

.candy-casino-coqgxk {
  color: var(--footer-text-color);
}

.candy-casino-un25a5 {
  font-size: 1.25rem;
  font-weight: 600;
}

.candy-casino-kuypk5 {
  color: var(--footer-text-color);
  margin-bottom: 1rem;
}

.candy-casino-c3sqfu {
  align-items: center;
  display: inline-flex;
  font-weight: 600;
  gap: 5px;
}

.candy-casino-dbzwy5 {
  transition: var(--transition-duration);
}

.candy-casino-3f3oj4 {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin: 1rem 0;
}

.candy-casino-ekb24r .candy-casino-a8me8l {
  margin-top: 0;
  max-width: 150px;
}

@media (any-hover: hover) {
  .candy-casino-c3sqfu:hover .candy-casino-dbzwy5 {
    color: var(--footer-text-color);
  }
}

@media screen and (max-width: 768px) {
  .candy-casino-3f3oj4 {
    justify-content: center;
    flex-direction: column;
  }
}

.candy-casino-ss4vbm {
  margin-bottom: 2rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.candy-casino-3txjog {
  margin: 0 auto;
  max-width: var(--seo-content-width);
}

.candy-casino-3txjog p img {
  display: block;
  margin: 0 auto;
}

.candy-casino-3txjog table {
  width: 100% !important;
  margin-top:5px;
  margin-bottom:5px;
}

.candy-casino-ss4vbm h1,
.candy-casino-ss4vbm h2,
.candy-casino-ss4vbm h3,
.candy-casino-ss4vbm h4,
.candy-casino-ss4vbm h5,
.candy-casino-ss4vbm h6 {
  font-weight: 700;
}

.candy-casino-ss4vbm h1,
.candy-casino-ss4vbm h2 {
  margin-top: 2rem;
}

.candy-casino-ss4vbm h3,
.candy-casino-ss4vbm h4 {
  margin-top: 1rem;
}

.candy-casino-ss4vbm ol li,
.candy-casino-ss4vbm p,
.candy-casino-ss4vbm ul li {
  color: var(--text-color);
}

.candy-casino-ss4vbm p {
  margin-top: 1rem;
}

.candy-casino-ss4vbm li {
  margin-left: 2.5rem;
  margin-top: 0.5rem;
}

.candy-casino-ss4vbm ol li,
.candy-casino-ss4vbm ul li {
  font-size: 1rem;
}

.candy-casino-ss4vbm ul li {
  list-style-type: disc;
}

.candy-casino-ss4vbm .candy-casino-l7mu1k {
  max-width: 100%;
  overflow-x: scroll;
}

.candy-casino-ss4vbm .candy-casino-l7mu1k::-webkit-scrollbar {
  height: 5px;
}

.candy-casino-ss4vbm .candy-casino-l7mu1k::-webkit-scrollbar-thumb {
  background-color: var(--menu-color);
  border-radius: 20px;
}

.candy-casino-ss4vbm .candy-casino-l7mu1k::-webkit-scrollbar-track {
  background: transparent;
}

.candy-casino-ss4vbm table,
.candy-casino-ss4vbm td,
.candy-casino-ss4vbm th {
  border: 2px solid var(--border-color);
  border-collapse: collapse;
}

.candy-casino-ss4vbm table {
  margin: 1rem 0;
}

.candy-casino-ss4vbm thead td,
.candy-casino-ss4vbm thead th {
  background: var(--table-head-bg-color);
  color: var(--table-head-text-color);
  padding: 0.5rem;
}

.candy-casino-ss4vbm tbody td {
  background: var(--table-cell-bg-color);
  color: var(--table-cell-text-color);
}

.candy-casino-ss4vbm td {
  padding: 1rem 2rem 1rem 1rem;
  text-align: center;
}

.candy-casino-ss4vbm th {
  padding: 1rem 4rem 1rem 1rem;
}

@media (max-width: 768px) {
  .candy-casino-ss4vbm th,
  td {
    padding: 5px !important;
    font-size: 12px;
  }
}

.candy-casino-ss4vbm img {
  display: inline-block;
  margin: 1rem 0;
}

.candy-casino-ss4vbm .candy-casino-dgj87m img,
.candy-casino-ss4vbm .candy-casino-911sbe img {
  margin: 0;
}

.candy-casino-ss4vbm .candy-casino-dgj87m {
  border: 2px solid var(--menu-color);
  border-radius: var(--round-base);
  overflow-x: hidden;
}

.candy-casino-ss4vbm .candy-casino-u33mah {
  padding: 0.5rem;
}

.candy-casino-ss4vbm .candy-casino-cra33j {
  color: var(--text-color);
}

.candy-casino-ss4vbm .candy-casino-911sbe {
  align-items: center;
  background: var(--bonus-card-bg-color);
  border-radius: var(--round-base);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-height: 400px;
  min-width: 200px;
  overflow-y: hidden;
  width: 60%;
}

.candy-casino-ss4vbm .candy-casino-e602jv {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}

.candy-casino-ss4vbm .candy-casino-911sbe img {
  flex: 1 1 50%;
  height: auto;
  min-height: 150px;
}

.candy-casino-ss4vbm .candy-casino-66khci {
  height: 100%;
  min-width: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.candy-casino-ss4vbm .candy-casino-9fp219 {
  flex: 1 1 30%;
  padding: 1rem;
}

.candy-casino-ss4vbm .candy-casino-w1rcp0 {
  color: var(--text-color);
  font-weight: 700;
}

.candy-casino-ss4vbm .candy-casino-63lp3w {
  color: var(--text-color);
  font-weight: 600;
}

.candy-casino-ss4vbm .candy-casino-7jcv8y {
  color: var(--button-text-color);
}

@media screen and (max-width: 768px) {
  .candy-casino-ss4vbm .candy-casino-911sbe {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .candy-casino-ss4vbm .candy-casino-63lp3w {
    font-size: 1rem;
  }
  .candy-casino-ss4vbm .candy-casino-w1rcp0 {
    font-size: 0.875rem;
  }
  .candy-casino-ss4vbm .candy-casino-911sbe img {
    flex: 1 1 auto;
  }
}

.candy-casino-ss4vbm .candy-casino-rok500 {
  margin: 0.candy-casino-dapven 0;
}

@media screen and (max-width: 1024px) {
  .candy-casino-ss4vbm,
  .candy-casino-ss4vbm .candy-casino-sq2kgm,
  .candy-casino-3txjog {
    max-width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  .candy-casino-ss4vbm ol li,
  .candy-casino-ss4vbm ul li {
    font-size: 1rem;
  }
}

.candy-casino-4usfpm {
  color: var(--text-color);
  text-align: center;
}

.candy-casino-xiy5bt {
  margin: 2rem 0;
}

.candy-casino-w685v4,
.candy-casino-1hdyvc {
  margin-bottom: 1rem;
}

.candy-casino-w685v4 {
  background: var(--faq-bg-color);
  border: 1px solid var(--faq-border-color);
  border-radius: var(--faq-round);
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  height: auto;
  padding: 1rem 1rem 0.5rem;
  width: 100%;
}

.candy-casino-w685v4.candy-casino-2hns46 .candy-casino-8na1z4 {
  display: block;
}

.candy-casino-w685v4.candy-casino-2hns46 .candy-casino-vs4id8 {
  transform: rotate(45deg);
}

.candy-casino-j0spnn {
  align-items: flex-start;
  border-bottom: 1px solid var(--faq-divider-color);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-bottom: 0.5rem;
}

.candy-casino-vs4id8 {
  height: 1.5rem;
  min-width: 1.5rem;
  transition: 0.2s;
  will-change: transform;
}

.candy-casino-8na1z4 {
  display: none;
  padding-top: 1rem;
}

.candy-casino-0a1xqx {
  align-items: center;
  aspect-ratio: 1/1;
  display: inline-flex;
  height: auto;
  justify-content: center;
  max-height: 100%;
  width: 4rem;
}

.candy-casino-0a1xqx.candy-casino-2hns46 {
  transform: scaleX(-1);
}

.candy-casino-0hjyfw {
  color: var(--icon-color);
}

@media screen and (min-width: 1025px) {
  .candy-casino-jv3po1 {
    display: none;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--title-color);
}

.candy-casino-gx9pxk {
  display: flex;
  align-items: center;
}

.candy-casino-gx9pxk a {
  margin: 0 10px;
}

/* social */

.candy-casino-99xjl1 {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .candy-casino-99xjl1 {
    flex-wrap: wrap;
  }
}

.candy-casino-99xjl1 li {
  display: flex;
  margin: 0 7px;
}

.candy-casino-99xjl1 li svg {
  transition: 0.candy-casino-gotj61 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .candy-casino-99xjl1 li:hover svg {
    transform: scale(1.2);
  }
}

/* faq */

.candy-casino-7qsya1 {
  margin-bottom: 2rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.candy-casino-w2swfh {
  margin-left: auto;
  margin-right: auto;
  max-width: 1414px;
  padding: 0 15px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .candy-casino-w2swfh {
    max-width: 100%;
  }
}

.candy-casino-51qddb {
  margin: 0 auto;
  max-width: var(--seo-content-width);
}

.candy-casino-51qddb h2 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .candy-casino-7qsya1,
  .candy-casino-51qddb {
    max-width: 100vw;
  }
}

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

.candy-casino-lv6xt9 {
  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.candy-casino-ih4yuf ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.candy-casino-lv6xt9::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.candy-casino-ih4yuf ease;
}

.candy-casino-qz1w3l.candy-casino-qovech .candy-casino-lv6xt9::after {
  transform: rotate(45deg);
}

.candy-casino-6ijw26 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.candy-casino-gotj61 ease, padding 0.candy-casino-gotj61 ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.candy-casino-qz1w3l.candy-casino-qovech .candy-casino-6ijw26 {
  max-height: 100%;
  padding: 15px 20px;
}

/* review */

.candy-casino-llznxc {
  margin: 25px 0;
}

.candy-casino-ir59zt > input:not(:checked) ~ label:hover,
.candy-casino-ir59zt > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.candy-casino-0fve0w.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.candy-casino-r427lb 44.candy-casino-ory8vp.candy-casino-bkryua.candy-casino-mwdwvo.candy-casino-60v3yt.candy-casino-8edgxg.candy-casino-7ue3t6.candy-casino-yym7y4.candy-casino-buxbkj.candy-casino-hpeyw4.candy-casino-v78ag5.candy-casino-buhut8.candy-casino-9rf9n9 0l-12.candy-casino-512f3z 30.candy-casino-o7e3p2.candy-casino-a5elh9 2.candy-casino-zzwthq.candy-casino-a5elh9 3.candy-casino-d288qb 3.candy-casino-t4lh1p.candy-casino-tai1na 3.candy-casino-vpp4un.candy-casino-47ydcq.candy-casino-2135tn.candy-casino-xwb0xk 7-3.candy-casino-512f3z 10.candy-casino-e4vw6a.candy-casino-xwb0xk 23.candy-casino-afunkf.candy-casino-vmbq31 1.candy-casino-3yf9bs 2.candy-casino-512f3z 3.candy-casino-vmbq31 1.candy-casino-tai1na 5.candy-casino-w9osoy.candy-casino-tai1na 32.candy-casino-qya7qv.candy-casino-47ydcq 5.candy-casino-9rf9n9 4.candy-casino-xwb0xk 9.candy-casino-xwb0xk 8.candy-casino-tai1na 6.candy-casino-0hcm8c.candy-casino-38m0zl.candy-casino-ptlqk0.candy-casino-q1xpmm.candy-casino-s825rb 4.candy-casino-tjaz6v.candy-casino-s825rb 6.candy-casino-s825rb 0l29.candy-casino-9rf9n9 17.candy-casino-qs977i.candy-casino-6xkao0 2.candy-casino-zbmdnm 10.candy-casino-eh6k5t.candy-casino-512f3z 8.candy-casino-v22k60.candy-casino-2i0qip.candy-casino-3p086q.candy-casino-i6hb6j.candy-casino-naq8uc.candy-casino-47ydcq.candy-casino-8edgxg.candy-casino-512f3z 1.candy-casino-v9h7xt.candy-casino-m8nu4o.candy-casino-fl1ex8.candy-casino-b4bzxf.candy-casino-nk2y58.candy-casino-3yf9bs 1.candy-casino-0twllg.candy-casino-we31ya.5z'/%3e%3c/svg%3e");
}

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

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

.candy-casino-7h33ng {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--border-color);
}

.candy-casino-7h33ng.candy-casino-kjoc6w {
  display: block;
}

.candy-casino-7h33ng.candy-casino-vj41a4 {
  display: none;
}

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

.candy-casino-sj8poy {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.candy-casino-7ijy3n {
  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);
}

.candy-casino-5knm2n {
  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;
}

.candy-casino-nv08kw small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.candy-casino-xjgfg5 {
  font-size: 16px;
  line-height: 140%;
}

.candy-casino-vgz6mh {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.candy-casino-vgz6mh .candy-casino-3ns9o1 {
  fill: #c2c0ce;
}

.candy-casino-vgz6mh [rating="1"] .candy-casino-3ns9o1:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.candy-casino-vgz6mh [rating="2"] .candy-casino-3ns9o1:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.candy-casino-vgz6mh [rating="3"] .candy-casino-3ns9o1:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.candy-casino-vgz6mh [rating="4"] .candy-casino-3ns9o1:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.candy-casino-vgz6mh [rating="5"] .candy-casino-3ns9o1:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

.candy-casino-tytaqu 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;
}

.candy-casino-tytaqu 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-word;
  }
}

.candy-casino-ma7kh6 {
  text-align: center;
  color: var(--success-color);
}

.candy-casino-2wzg6f {
  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;
}

.candy-casino-l7mu1k table {
  width: 100%;
}

.candy-casino-6zd7ww {
  display: flex;
  justify-content: center;
}

.candy-casino-22udcz {
  background: linear-gradient(
    161deg,
    var(--fh-bg-color) 0%,
    var(--table-1-color) 90%
  );
}

.candy-casino-kwu0i3 {
  position: relative;
  z-index: 1;
}

.candy-casino-pk578l {
  position: relative;
  z-index: 2;
}

.candy-casino-pydnet {
  position: relative;
  z-index: 3;
}

.candy-casino-v110kb {
  position: relative;
  z-index: 4;
}

.candy-casino-69k6xh {
  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);
}


/* contanct form */
.candy-casino-motpxy {
  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;
}

.candy-casino-motpxy label {
  font-size: 14px;
}

.candy-casino-motpxy h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.candy-casino-motpxy input,
.candy-casino-motpxy textarea,
.candy-casino-motpxy 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;
}
.candy-casino-motpxy button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.candy-casino-ih4yuf ease;
}
.candy-casino-motpxy button:hover {
  background-color: #691204;
}
.candy-casino-ttvk7u {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.candy-casino-nesi48 ease-in;
}

.candy-casino-ttvk7u h2 {
  color: green;
  font-weight: 500;
}

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

.candy-casino-uyb6v6 .candy-casino-onxzog:last-child {
  margin-right: 5px;
}

  .candy-casino-nmojfs {
    width: 90%;
    position: fixed;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--table-1-color);
    background-size: cover;
    background-position: center calc(100% - 522px);
    color: #fff;
    border-radius: 8px;
    transition: bottom 0.candy-casino-gotj61 ease;
    z-index: 9999;
    user-select: none;
    height: 75px;
    border: 1px solid rgb(70, 70, 70);
  }

  .candy-casino-e4ri2j {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .candy-casino-e4ri2j p {
    color: #fff900;
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    font-family: Tahoma;

    z-index: -1;
    background: rgb(0 0 0 / 32%);
    height: 73px;
    padding: 25px;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    backdrop-filter: blur(5px);
  }

  .candy-casino-e4ri2j button {
    z-index: 2;
  }

  .candy-casino-7pf46g {
    position: absolute;
    top: -15px;
    right: -15px;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    color: #fff;
    font-size: 20px;
    width: 26px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    transition: background 0.candy-casino-ih4yuf ease;
    z-index: 10000;
  }

  

  .candy-casino-7pf46g:hover {
    background: rgba(0, 0, 0, 0.8);
  }

  @media (max-width: 650px) {
    .candy-casino-e4ri2j p {
      font-size: 16px;
      padding: 17px 15px 15px 15px;
      text-align: center;
    }
  }

  .candy-casino-oaqyn6 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    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;
  }

  @media (max-width: 501px) {
    .candy-casino-oaqyn6 {
      font-size: 12px;
    }
  }

  .candy-casino-1u0u2i {
  bottom: 40px;
  }