: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) {
  .supabet-xf8wqu {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .supabet-sj7mqg {
    display: none;
  }
}

.supabet-9z75za {
  background: var(--menu-color);
  border-radius: var(--border-radius-sm);
}

.supabet-9iqgit {
  overflow-y: hidden;
}

.supabet-wx3i8d {
  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;
  }
}

.supabet-zwprfd {
  margin-left: auto;
  margin-right: auto;
  max-width: 1414px;
  padding: 0 15px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .supabet-zwprfd {
    max-width: 100%;
  }
}

.supabet-1xa06a,
body,
html {
  height: 100%;
}

.supabet-7n8bgb {
  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;
}

.supabet-7n8bgb.supabet-9wnul0 {
  display: block;
  max-width: var(--sidebar-width);
  transform: scaleX(var(--sidebar-width));
}

.supabet-asxsgv {
  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%;
}

.supabet-asxsgv.supabet-9wnul0 {
  margin-left: var(--sidebar-width);
  max-width: calc(100% - var(--sidebar-width));
}

.supabet-pk75gz {
  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;
}

.supabet-pk75gz.supabet-9wnul0 {
  margin-left: var(--sidebar-width);
  max-width: calc(100% - var(--sidebar-width));
  transform: scaleX(calc(100% - var(--sidebar-width)));
}

.supabet-pk75gz.supabet-9wnul0 .supabet-1ms5x1 {
  display: none;
}

.supabet-jpsv35 {
  padding-top: calc(var(--header-height) + 1rem);
}

@media screen and (max-width: 1024px) {
  .supabet-pk75gz,
  .supabet-asxsgv {
    margin-left: 0;
    max-width: 100%;
  }
}

.supabet-haj8yi {
  background: var(--sidebar-bg-color);
  display: block;
}

.supabet-haj8yi.supabet-9wnul0 .supabet-1ms5x1 {
  display: inline-block;
}

.supabet-haj8yi.supabet-9wnul0 .supabet-q07c8q {
  display: flex;
}

.supabet-haj8yi.supabet-9wnul0 .supabet-aqgg9j {
  transform: translateY(0);
  visibility: visible;
}

.supabet-12d1qf {
  align-items: center;
  background: var(--fh-bg-color);
  display: flex;
  height: var(--header-height);
  max-height: var(--header-height);
}

.supabet-haj8yi .supabet-1ms5x1 {
  display: none;
  margin: 0 auto;
  transform: translateX(calc(var(--header-height) * -1 / 2));
}

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

.supabet-q07c8q::-webkit-scrollbar {
  width: 0;
}

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

.supabet-a66szi.supabet-9wnul0 {
  display: none;
}

.supabet-piicqe {
  filter: var(--button-text-color);

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

.supabet-gdca20 {
  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;
}

.supabet-cryp2u {
  max-width: 40px;
}

.supabet-54aeod {
  display: inline-flex;
  justify-content: center;
  padding: 5px 0;
  width: 100%;
}

.supabet-54aeod svg {
  color: var(--success-color-light);
}

.supabet-tf9oie {
  border-bottom: 1px solid var(--divider-color);
}

.supabet-iooyy7 {
  border-top: 1px solid var(--divider-color);
}

@media (any-hover: hover) {
  .supabet-gdca20:hover {
    background: var(--menu-color);
  }
}

@media screen and (max-width: 1024px) {
  .supabet-haj8yi {
    display: none;
  }
  .supabet-haj8yi: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;
  }
}

.supabet-3n9w8g {
  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%;
}

.supabet-hzh4rj {
  max-width: 40px;
}

.supabet-ksgm8m {
  font-size: 0.75rem;
  font-weight: 700;
}

.supabet-wxrcvg {
  background: var(--fh-bg-color);
}

.supabet-n7dnbi,
.supabet-6w62e5 {
  align-items: center;
  display: flex;
}

.supabet-n7dnbi {
  gap: 0.5rem;
}

.supabet-6w62e5 {
  gap: 2rem;
  height: 100%;
  justify-content: space-between;
}

.supabet-wxrcvg .supabet-1ms5x1 {
  margin-right: 2rem;
}

@media (max-width: 768px) {
  .supabet-6w62e5 {
    gap: 0rem;
    padding: 0;
  }

  .supabet-wxrcvg .supabet-1ms5x1 {
    margin-right: 0rem;
  }
}

@media screen and (max-width: 768px) {
  .supabet-wxrcvg .supabet-tc3emn {
    display: none;
  }
  .supabet-o3a1ck {
    font-size: 0.supabet-g3h80c !important;
  }
  .supabet-wxrcvg .supabet-1ms5x1 {
    max-width: 100px;
  }
}

.supabet-5rukpr svg {
  color: var(--icon-color);
}

@media screen and (max-width: 768px) {
  .supabet-5rukpr {
    display: none;
  }
}

.supabet-1ms5x1 {
  display: inline-block;
  max-width: 125px;
}

.supabet-9nc80a {
  width: 100%;
}

.supabet-aqgg9j {
  transform: translateY(10%);
  transition-delay: 10s;
  visibility: hidden;
}

.supabet-yduiba {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.supabet-rtf43n,
.supabet-qgc9jd {
  cursor: pointer;
  background: var(--border-color);
  border-radius: 6px;
  transition: var(--transition-duration);
}

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

.supabet-rtf43n: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;
}

.supabet-8dke7t {
  font-size: 0.875rem;
  justify-content: center;
}

.supabet-0ivle4,
.supabet-jmygpw {
  position: relative;
  z-index: 2;
}

.supabet-0ivle4 {
  max-width: 40px;
}

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

.supabet-ld2flu:last-child:nth-child(odd) {
  grid-column: 1/-1;
}

.supabet-sz9yoe {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 1rem;
}

.supabet-qgc9jd {
  padding: 0.5rem;
}

.supabet-ip0w39 {
  filter: var(--button-text-color);
  max-width: 1.25rem;
}

@media (any-hover: hover) {
  .supabet-rtf43n:hover,
  .supabet-qgc9jd:hover {
    background: var(--border-color);
  }
}

.supabet-y3qpun {
  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;
}

.supabet-u5z2gj {
  color: var(--button-text-color);
}

.supabet-lre5zn {
  /* background: transparent; */
  border-color: var(--btn-border-color-outline);
}

.supabet-lre5zn .supabet-u5z2gj {
  color: var(--button-text-color);
}

.supabet-sdwdq2 {
  padding: 0.supabet-9zqb4a 0.625em;
  width: 100%;
}

.supabet-02lagh {
  font-size: 0.875rem;
}

.supabet-5c1x8z {
  background: var(--success-color);
  border-color: var(--success-color);
}

.supabet-5c1x8z .supabet-u5z2gj,
.supabet-5c1x8z svg {
  color: var(--button-text-color);
}

.supabet-cnxzpg svg {
  color: var(--btn-text-color);
}

@media (any-hover: hover) {
  .supabet-y3qpun:hover {
    background: var(--button-bg-hover);
    border-color: var(--button-bg-hover);
  }
  .supabet-lre5zn:hover {
    background: var(--btn-border-color-outline);
    border-color: var(--btn-border-color-outline);
  }
  .supabet-5c1x8z:hover {
    background: var(--success-color-light);
    border-color: var(--success-color-light);
  }
}

.supabet-l8ibpx {
  margin-left: 10px;
  margin-right: 5px;
  transform: scaleX(-1);
}

.supabet-tc3emn {
  background: var(--border-color);
  display: inline-flex;
}

.supabet-tc3emn,
.supabet-nnyo80 {
  border-radius: var(--round-l);
}

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

.supabet-nnyo80 span,
.supabet-nnyo80 svg {
  color: var(--icon-color);
  transition: var(--transition-duration);
}

.supabet-bbug6v {
  background: var(--button-bg-color);
}

.supabet-bbug6v span,
.supabet-bbug6v svg {
  color: var(--button-text-color);
}

.supabet-rgh8v9 {
  display: none;
  height: 0;
  margin: 0.supabet-nqmz67 0 1rem;
  width: 0;
}

.supabet-rgh8v9 .supabet-nnyo80 {
  flex: 1 1 50%;
  justify-content: center;
}

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

@media (any-hover: hover) {
  .supabet-nnyo80:hover span,
  .supabet-nnyo80:hover svg {
    color: var(--text-color);
  }
}

.supabet-ipq6sj {
  height: 200px;
  min-height: 175px;
  overflow-y: hidden;
}

.supabet-ov1kwj,
.supabet-wf8syj {
  height: 100%;
}

.supabet-ov1kwj {
  overflow-x: auto;
}

.supabet-ov1kwj::-webkit-scrollbar {
  width: 0;
}

.supabet-wf8syj {
  display: flex;
  gap: 0.5rem;
  width: auto;
}

.supabet-13syna {
  flex: 1 0 33%;
  max-width: 33%;
}

@media screen and (max-width: 1024px) {
  .supabet-ipq6sj {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .supabet-ipq6sj {
    height: auto;
    min-height: auto;
  }
  .supabet-13syna {
    flex: 1 0 100%;
  }
}

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

.supabet-js25v2 {
  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) {
  .supabet-js25v2 {
    gap: 0;
  }
}

.supabet-rf685u {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 768px) {
  .supabet-rf685u {
    height: 150px !important;
  }
}

.supabet-z4lnnb {
  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;
}

.supabet-v5tdx7 {
  color: var(--text-color);
}

.supabet-es2lls {
  font-size: 1rem;
  font-weight: 900;
  max-width: 200px;
}

@media (max-width: 1026px) {
  .supabet-es2lls {
    font-size: 16px;
  }
}

.supabet-sp37sg {
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .supabet-h2oat1 {
    height: 175px;
  }
}

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

.supabet-mpuz5f {
  display: flex;
  gap: 1rem;
}

@media (any-hover: hover) {
  .supabet-9a89t8:hover .supabet-jh27n6 {
    color: var(--accent-color);
  }
}

.supabet-x9hwn7 {
  text-align: center;
}

.supabet-g5893v {
  margin: 2rem 0;
}

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

.supabet-dpxegt {
  font-size: 2rem;
  font-weight: 700;
}

.supabet-39hrcm {
  overflow-x: auto;
}

.supabet-39hrcm::-webkit-scrollbar {
  width: 0;
}

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

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

.supabet-spuf7u {
  display: inline-flex;
  flex-direction: column;
  max-width: 208px;
}

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

.supabet-f7d8du {
  -o-object-fit: cover;
  object-fit: cover;
}

.supabet-5ra8r2,
.supabet-f7d8du {
  height: 100%;
  transition: var(--transition-duration);
  width: 100%;
}

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

.supabet-fuf81h {
  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;
}

.supabet-mhxq74 {
  color: var(--text-color-label);
  font-size: 0.75rem;
  font-weight: 500;
}

.supabet-96qc1l {
  padding: 0.5rem;
}

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

.supabet-jol4bd .supabet-f7d8du {
  height: 100%;
  max-height: 235px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.supabet-jol4bd .supabet-n0wdrq {
  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%;
}

.supabet-jol4bd .supabet-mhxq74 {
  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;
}

.supabet-jol4bd .supabet-k3148c {
  height: 100%;
  margin-bottom: 0;
  max-height: 235px;
  max-width: 175px;
  width: 100%;
}

.supabet-jol4bd .supabet-5ra8r2 {
  display: none;
}

@media (any-hover: hover) {
  .supabet-spuf7u:hover .supabet-5ra8r2 {
    opacity: 1;
  }
  .supabet-spuf7u:hover .supabet-f7d8du {
    transform: scale(1.1);
    will-change: transform;
  }
}

.supabet-fc64vk {
  padding: 2rem 0;
}

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

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

.supabet-ie2rjo {
  font-size: 0.75rem;
  font-weight: 600;
}

.supabet-0dopuv {
  color: var(--footer-text-color);
}

.supabet-gauz4z {
  font-size: 1.25rem;
  font-weight: 600;
}

.supabet-58kvzl {
  color: var(--footer-text-color);
  margin-bottom: 1rem;
}

.supabet-t9dcui {
  align-items: center;
  display: inline-flex;
  font-weight: 600;
  gap: 5px;
}

.supabet-nsdj27 {
  transition: var(--transition-duration);
}

.supabet-r7h595 {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin: 1rem 0;
}

.supabet-fc64vk .supabet-3n9w8g {
  margin-top: 0;
  max-width: 150px;
}

@media (any-hover: hover) {
  .supabet-t9dcui:hover .supabet-nsdj27 {
    color: var(--footer-text-color);
  }
}

@media screen and (max-width: 768px) {
  .supabet-r7h595 {
    justify-content: center;
    flex-direction: column;
  }
}

.supabet-em7zl1 {
  margin-bottom: 2rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.supabet-31fxkm {
  margin: 0 auto;
  max-width: var(--seo-content-width);
}

.supabet-31fxkm p img {
  display: block;
  margin: 0 auto;
}

.supabet-31fxkm table {
  width: 100% !important;
  margin-top:5px;
  margin-bottom:5px;
}

.supabet-em7zl1 h1,
.supabet-em7zl1 h2,
.supabet-em7zl1 h3,
.supabet-em7zl1 h4,
.supabet-em7zl1 h5,
.supabet-em7zl1 h6 {
  font-weight: 700;
}

.supabet-em7zl1 h1,
.supabet-em7zl1 h2 {
  margin-top: 2rem;
}

.supabet-em7zl1 h3,
.supabet-em7zl1 h4 {
  margin-top: 1rem;
}

.supabet-em7zl1 ol li,
.supabet-em7zl1 p,
.supabet-em7zl1 ul li {
  color: var(--text-color);
}

.supabet-em7zl1 p {
  margin-top: 1rem;
}

.supabet-em7zl1 li {
  margin-left: 2.5rem;
  margin-top: 0.5rem;
}

.supabet-em7zl1 ol li,
.supabet-em7zl1 ul li {
  font-size: 1rem;
}

.supabet-em7zl1 ul li {
  list-style-type: disc;
}

.supabet-em7zl1 .supabet-awpw0l {
  max-width: 100%;
  overflow-x: scroll;
}

.supabet-em7zl1 .supabet-awpw0l::-webkit-scrollbar {
  height: 5px;
}

.supabet-em7zl1 .supabet-awpw0l::-webkit-scrollbar-thumb {
  background-color: var(--menu-color);
  border-radius: 20px;
}

.supabet-em7zl1 .supabet-awpw0l::-webkit-scrollbar-track {
  background: transparent;
}

.supabet-em7zl1 table,
.supabet-em7zl1 td,
.supabet-em7zl1 th {
  border: 2px solid var(--border-color);
  border-collapse: collapse;
}

.supabet-em7zl1 table {
  margin: 1rem 0;
}

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

.supabet-em7zl1 tbody td {
  background: var(--table-cell-bg-color);
  color: var(--table-cell-text-color);
}

.supabet-em7zl1 td {
  padding: 1rem 2rem 1rem 1rem;
  text-align: center;
}

.supabet-em7zl1 th {
  padding: 1rem 4rem 1rem 1rem;
}

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

.supabet-em7zl1 img {
  display: inline-block;
  margin: 1rem 0;
}

.supabet-em7zl1 .supabet-spuf7u img,
.supabet-em7zl1 .supabet-88zbqc img {
  margin: 0;
}

.supabet-em7zl1 .supabet-spuf7u {
  border: 2px solid var(--menu-color);
  border-radius: var(--round-base);
  overflow-x: hidden;
}

.supabet-em7zl1 .supabet-n0wdrq {
  padding: 0.5rem;
}

.supabet-em7zl1 .supabet-fuf81h {
  color: var(--text-color);
}

.supabet-em7zl1 .supabet-88zbqc {
  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%;
}

.supabet-em7zl1 .supabet-440chs {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}

.supabet-em7zl1 .supabet-88zbqc img {
  flex: 1 1 50%;
  height: auto;
  min-height: 150px;
}

.supabet-em7zl1 .supabet-zahz3i {
  height: 100%;
  min-width: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.supabet-em7zl1 .supabet-ya9xla {
  flex: 1 1 30%;
  padding: 1rem;
}

.supabet-em7zl1 .supabet-104at2 {
  color: var(--text-color);
  font-weight: 700;
}

.supabet-em7zl1 .supabet-ewsh60 {
  color: var(--text-color);
  font-weight: 600;
}

.supabet-em7zl1 .supabet-1tbx67 {
  color: var(--button-text-color);
}

@media screen and (max-width: 768px) {
  .supabet-em7zl1 .supabet-88zbqc {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .supabet-em7zl1 .supabet-ewsh60 {
    font-size: 1rem;
  }
  .supabet-em7zl1 .supabet-104at2 {
    font-size: 0.875rem;
  }
  .supabet-em7zl1 .supabet-88zbqc img {
    flex: 1 1 auto;
  }
}

.supabet-em7zl1 .supabet-y3qpun {
  margin: 0.supabet-yfhhpe 0;
}

@media screen and (max-width: 1024px) {
  .supabet-em7zl1,
  .supabet-em7zl1 .supabet-24z0wm,
  .supabet-31fxkm {
    max-width: 100vw;
  }
}

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

.supabet-4ighid {
  color: var(--text-color);
  text-align: center;
}

.supabet-282mu3 {
  margin: 2rem 0;
}

.supabet-vaftjz,
.supabet-quzx1d {
  margin-bottom: 1rem;
}

.supabet-vaftjz {
  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%;
}

.supabet-vaftjz.supabet-9wnul0 .supabet-nwjki0 {
  display: block;
}

.supabet-vaftjz.supabet-9wnul0 .supabet-qzijf8 {
  transform: rotate(45deg);
}

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

.supabet-qzijf8 {
  height: 1.5rem;
  min-width: 1.5rem;
  transition: 0.2s;
  will-change: transform;
}

.supabet-nwjki0 {
  display: none;
  padding-top: 1rem;
}

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

.supabet-ngg4iw.supabet-9wnul0 {
  transform: scaleX(-1);
}

.supabet-81155x {
  color: var(--icon-color);
}

@media screen and (min-width: 1025px) {
  .supabet-27biji {
    display: none;
  }
}

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

.supabet-p4trpt {
  display: flex;
  align-items: center;
}

.supabet-p4trpt a {
  margin: 0 10px;
}

/* social */

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

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

.supabet-dzdls0 li {
  display: flex;
  margin: 0 7px;
}

.supabet-dzdls0 li svg {
  transition: 0.supabet-zl3jkf ease-in-out;
}

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

/* faq */

.supabet-a3cnn6 {
  margin-bottom: 2rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.supabet-yn5jnw {
  margin-left: auto;
  margin-right: auto;
  max-width: 1414px;
  padding: 0 15px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .supabet-yn5jnw {
    max-width: 100%;
  }
}

.supabet-7a6j2k {
  margin: 0 auto;
  max-width: var(--seo-content-width);
}

.supabet-7a6j2k h2 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .supabet-a3cnn6,
  .supabet-7a6j2k {
    max-width: 100vw;
  }
}

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

.supabet-26g7sq {
  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.supabet-dcwypa ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.supabet-26g7sq::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.supabet-dcwypa ease;
}

.supabet-efjsep.supabet-nx2c4f .supabet-26g7sq::after {
  transform: rotate(45deg);
}

.supabet-ience9 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.supabet-zl3jkf ease, padding 0.supabet-zl3jkf ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.supabet-efjsep.supabet-nx2c4f .supabet-ience9 {
  max-height: 100%;
  padding: 15px 20px;
}

/* review */

.supabet-zjd95v {
  margin: 25px 0;
}

.supabet-y5q5zm > input:not(:checked) ~ label:hover,
.supabet-y5q5zm > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.supabet-v5pleh.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.supabet-lyvbdk 44.supabet-jyj9gn.supabet-3tdu86.supabet-f64hom.supabet-mi0kl3.supabet-7lo083.supabet-3ebhb3.supabet-2uy2iw.supabet-q6y2o9.supabet-xnfkmw.supabet-4pcemk.supabet-c94txr.supabet-o3ulxm 0l-12.supabet-dcpesd 30.supabet-qncx6f.supabet-8awsw9 2.supabet-laei34.supabet-8awsw9 3.supabet-sf5uny 3.supabet-73lxpu.supabet-q9biuq 3.supabet-xr93v3.supabet-6clc7y.supabet-dbzhwu.supabet-1fp29e 7-3.supabet-dcpesd 10.supabet-r1otzi.supabet-1fp29e 23.supabet-rqyttw.supabet-bx9jqe 1.supabet-fhekz2 2.supabet-dcpesd 3.supabet-bx9jqe 1.supabet-q9biuq 5.supabet-bmzo4r.supabet-q9biuq 32.supabet-02kl08.supabet-6clc7y 5.supabet-o3ulxm 4.supabet-1fp29e 9.supabet-1fp29e 8.supabet-q9biuq 6.supabet-q66yt9.supabet-nj7bsy.supabet-3ejxjl.supabet-3ruowq.supabet-bglyl7 4.supabet-1pf71d.supabet-bglyl7 6.supabet-bglyl7 0l29.supabet-o3ulxm 17.supabet-q9ayrb.supabet-8af8bm 2.supabet-faeyqr 10.supabet-itxtj1.supabet-dcpesd 8.supabet-94l18e.supabet-h1xkjs.supabet-zrx2jk.supabet-42oed0.supabet-ijgwq5.supabet-6clc7y.supabet-7lo083.supabet-dcpesd 1.supabet-pk6mai.supabet-j107fi.supabet-vs2fvq.supabet-16ymhg.supabet-iee6q2.supabet-fhekz2 1.supabet-zq1f4q.supabet-sqe6xw.5z'/%3e%3c/svg%3e");
}

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

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

.supabet-l27q30 {
  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);
}

.supabet-l27q30.supabet-5askhx {
  display: block;
}

.supabet-l27q30.supabet-3g6g1q {
  display: none;
}

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

.supabet-jy38sh {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.supabet-moc6az {
  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);
}

.supabet-7unfdo {
  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;
}

.supabet-181n3t small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.supabet-2y1nfz {
  font-size: 16px;
  line-height: 140%;
}

.supabet-aysiqq {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.supabet-aysiqq .supabet-kgo3rm {
  fill: #c2c0ce;
}

.supabet-aysiqq [rating="1"] .supabet-kgo3rm:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.supabet-aysiqq [rating="2"] .supabet-kgo3rm:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.supabet-aysiqq [rating="3"] .supabet-kgo3rm:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.supabet-aysiqq [rating="4"] .supabet-kgo3rm:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.supabet-aysiqq [rating="5"] .supabet-kgo3rm: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;
}

.supabet-ck7mij 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;
}

.supabet-ck7mij 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;
  }
}

.supabet-jpfu28 {
  text-align: center;
  color: var(--success-color);
}

.supabet-bwzigz {
  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;
}

.supabet-awpw0l table {
  width: 100%;
}

.supabet-hdrznp {
  display: flex;
  justify-content: center;
}

.supabet-js25v2 {
  background: linear-gradient(
    161deg,
    var(--fh-bg-color) 0%,
    var(--table-1-color) 90%
  );
}

.supabet-rf685u {
  position: relative;
  z-index: 1;
}

.supabet-z4lnnb {
  position: relative;
  z-index: 2;
}

.supabet-v5tdx7 {
  position: relative;
  z-index: 3;
}

.supabet-7e2l1d {
  position: relative;
  z-index: 4;
}

.supabet-8e8guw {
  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 */
.supabet-d8g053 {
  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;
}

.supabet-d8g053 label {
  font-size: 14px;
}

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

.supabet-jit6zk h2 {
  color: green;
  font-weight: 500;
}

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

.supabet-n7dnbi .supabet-o3a1ck:last-child {
  margin-right: 5px;
}

  .supabet-lmgqfo {
    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.supabet-zl3jkf ease;
    z-index: 9999;
    user-select: none;
    height: 75px;
    border: 1px solid rgb(70, 70, 70);
  }

  .supabet-xonmkq {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .supabet-xonmkq 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);
  }

  .supabet-xonmkq button {
    z-index: 2;
  }

  .supabet-gtcz5m {
    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.supabet-dcwypa ease;
    z-index: 10000;
  }

  

  .supabet-gtcz5m:hover {
    background: rgba(0, 0, 0, 0.8);
  }

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

  .supabet-n78ncb {
    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) {
    .supabet-n78ncb {
      font-size: 12px;
    }
  }

  .supabet-1z7h3f {
  bottom: 40px;
  }
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.supabet-3fmr5h, .supabet-6sjg61, [class*="review-card"],
thead, thead th, table th, .supabet-mcat7m,
.supabet-w0ear2, [class*="collapsible-header"],
.supabet-rjqo05, [class*="updated-block"] {
  color: #ece7dc !important;
}
