: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) {
  .slotexo-9ix31s {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .slotexo-7ft94b {
    display: none;
  }
}

.slotexo-dcetel {
  background: var(--menu-color);
  border-radius: var(--border-radius-sm);
}

.slotexo-rc5vww {
  overflow-y: hidden;
}

.slotexo-io0qqg {
  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;
  }
}

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

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

.slotexo-11v1ht,
body,
html {
  height: 100%;
}

.slotexo-wp8o8m {
  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;
}

.slotexo-wp8o8m.slotexo-gx7eyx {
  display: block;
  max-width: var(--sidebar-width);
  transform: scaleX(var(--sidebar-width));
}

.slotexo-0299pj {
  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%;
}

.slotexo-0299pj.slotexo-gx7eyx {
  margin-left: var(--sidebar-width);
  max-width: calc(100% - var(--sidebar-width));
}

.slotexo-kattqk {
  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;
}

.slotexo-kattqk.slotexo-gx7eyx {
  margin-left: var(--sidebar-width);
  max-width: calc(100% - var(--sidebar-width));
  transform: scaleX(calc(100% - var(--sidebar-width)));
}

.slotexo-kattqk.slotexo-gx7eyx .slotexo-nebbcj {
  display: none;
}

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

@media screen and (max-width: 1024px) {
  .slotexo-kattqk,
  .slotexo-0299pj {
    margin-left: 0;
    max-width: 100%;
  }
}

.slotexo-6kfyhh {
  background: var(--sidebar-bg-color);
  display: block;
}

.slotexo-6kfyhh.slotexo-gx7eyx .slotexo-nebbcj {
  display: inline-block;
}

.slotexo-6kfyhh.slotexo-gx7eyx .slotexo-xt2yyo {
  display: flex;
}

.slotexo-6kfyhh.slotexo-gx7eyx .slotexo-lnbk60 {
  transform: translateY(0);
  visibility: visible;
}

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

.slotexo-6kfyhh .slotexo-nebbcj {
  display: none;
  margin: 0 auto;
  transform: translateX(calc(var(--header-height) * -1 / 2));
}

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

.slotexo-xt2yyo::-webkit-scrollbar {
  width: 0;
}

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

.slotexo-6xpv5r.slotexo-gx7eyx {
  display: none;
}

.slotexo-t8i7fz {
  filter: var(--button-text-color);

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

.slotexo-9ayjmt {
  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;
}

.slotexo-cjmovv {
  max-width: 40px;
}

.slotexo-sp7tgo {
  display: inline-flex;
  justify-content: center;
  padding: 5px 0;
  width: 100%;
}

.slotexo-sp7tgo svg {
  color: var(--success-color-light);
}

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

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

@media (any-hover: hover) {
  .slotexo-9ayjmt:hover {
    background: var(--menu-color);
  }
}

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

.slotexo-gp6rz3 {
  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%;
}

.slotexo-llo5uf {
  max-width: 40px;
}

.slotexo-3wlu4b {
  font-size: 0.75rem;
  font-weight: 700;
}

.slotexo-al9tos {
  background: var(--fh-bg-color);
}

.slotexo-go0uie,
.slotexo-zxev8w {
  align-items: center;
  display: flex;
}

.slotexo-go0uie {
  gap: 0.5rem;
}

.slotexo-zxev8w {
  gap: 2rem;
  height: 100%;
  justify-content: space-between;
}

.slotexo-al9tos .slotexo-nebbcj {
  margin-right: 2rem;
}

@media (max-width: 768px) {
  .slotexo-zxev8w {
    gap: 0rem;
    padding: 0;
  }

  .slotexo-al9tos .slotexo-nebbcj {
    margin-right: 0rem;
  }
}

@media screen and (max-width: 768px) {
  .slotexo-al9tos .slotexo-jq1v2p {
    display: none;
  }
  .slotexo-nanirm {
    font-size: 0.slotexo-lmf2yf !important;
  }
  .slotexo-al9tos .slotexo-nebbcj {
    max-width: 100px;
  }
}

.slotexo-hefyl0 svg {
  color: var(--icon-color);
}

@media screen and (max-width: 768px) {
  .slotexo-hefyl0 {
    display: none;
  }
}

.slotexo-nebbcj {
  display: inline-block;
  max-width: 125px;
}

.slotexo-t0evyd {
  width: 100%;
}

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

.slotexo-fkjx37 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.slotexo-q3x3ro,
.slotexo-sm8k7s {
  cursor: pointer;
  background: var(--border-color);
  border-radius: 6px;
  transition: var(--transition-duration);
}

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

.slotexo-q3x3ro: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;
}

.slotexo-scw93h {
  font-size: 0.875rem;
  justify-content: center;
}

.slotexo-f6666c,
.slotexo-7c9ot2 {
  position: relative;
  z-index: 2;
}

.slotexo-f6666c {
  max-width: 40px;
}

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

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

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

.slotexo-sm8k7s {
  padding: 0.5rem;
}

.slotexo-3tvf3o {
  filter: var(--button-text-color);
  max-width: 1.25rem;
}

@media (any-hover: hover) {
  .slotexo-q3x3ro:hover,
  .slotexo-sm8k7s:hover {
    background: var(--border-color);
  }
}

.slotexo-0evm3k {
  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;
}

.slotexo-fh9dvt {
  color: var(--button-text-color);
}

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

.slotexo-e2t4az .slotexo-fh9dvt {
  color: var(--button-text-color);
}

.slotexo-xolngq {
  padding: 0.slotexo-iluzyd 0.625em;
  width: 100%;
}

.slotexo-p052ad {
  font-size: 0.875rem;
}

.slotexo-7mdpjs {
  background: var(--success-color);
  border-color: var(--success-color);
}

.slotexo-7mdpjs .slotexo-fh9dvt,
.slotexo-7mdpjs svg {
  color: var(--button-text-color);
}

.slotexo-zbwn67 svg {
  color: var(--btn-text-color);
}

@media (any-hover: hover) {
  .slotexo-0evm3k:hover {
    background: var(--button-bg-hover);
    border-color: var(--button-bg-hover);
  }
  .slotexo-e2t4az:hover {
    background: var(--btn-border-color-outline);
    border-color: var(--btn-border-color-outline);
  }
  .slotexo-7mdpjs:hover {
    background: var(--success-color-light);
    border-color: var(--success-color-light);
  }
}

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

.slotexo-jq1v2p {
  background: var(--border-color);
  display: inline-flex;
}

.slotexo-jq1v2p,
.slotexo-8bxdw9 {
  border-radius: var(--round-l);
}

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

.slotexo-8bxdw9 span,
.slotexo-8bxdw9 svg {
  color: var(--icon-color);
  transition: var(--transition-duration);
}

.slotexo-2zqutl {
  background: var(--button-bg-color);
}

.slotexo-2zqutl span,
.slotexo-2zqutl svg {
  color: var(--button-text-color);
}

.slotexo-4n1emb {
  display: none;
  height: 0;
  margin: 0.slotexo-d0wanf 0 1rem;
  width: 0;
}

.slotexo-4n1emb .slotexo-8bxdw9 {
  flex: 1 1 50%;
  justify-content: center;
}

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

@media (any-hover: hover) {
  .slotexo-8bxdw9:hover span,
  .slotexo-8bxdw9:hover svg {
    color: var(--text-color);
  }
}

.slotexo-czpajs {
  height: 200px;
  min-height: 175px;
  overflow-y: hidden;
}

.slotexo-i8zxr1,
.slotexo-5qjdal {
  height: 100%;
}

.slotexo-i8zxr1 {
  overflow-x: auto;
}

.slotexo-i8zxr1::-webkit-scrollbar {
  width: 0;
}

.slotexo-5qjdal {
  display: flex;
  gap: 0.5rem;
  width: auto;
}

.slotexo-vnxj4j {
  flex: 1 0 33%;
  max-width: 33%;
}

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

@media screen and (max-width: 768px) {
  .slotexo-czpajs {
    height: auto;
    min-height: auto;
  }
  .slotexo-vnxj4j {
    flex: 1 0 100%;
  }
}

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

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

.slotexo-vohohq {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

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

.slotexo-r636rm {
  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;
}

.slotexo-48f6qc {
  color: var(--text-color);
}

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

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

.slotexo-elfofa {
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .slotexo-7hgjo9 {
    height: 175px;
  }
}

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

.slotexo-ehbikr {
  display: flex;
  gap: 1rem;
}

@media (any-hover: hover) {
  .slotexo-a0dva7:hover .slotexo-rvwnmc {
    color: var(--accent-color);
  }
}

.slotexo-4s8m3e {
  text-align: center;
}

.slotexo-iqnt41 {
  margin: 2rem 0;
}

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

.slotexo-ujlu5v {
  font-size: 2rem;
  font-weight: 700;
}

.slotexo-dnfy3l {
  overflow-x: auto;
}

.slotexo-dnfy3l::-webkit-scrollbar {
  width: 0;
}

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

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

.slotexo-37yjfh {
  display: inline-flex;
  flex-direction: column;
  max-width: 208px;
}

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

.slotexo-cu634t {
  -o-object-fit: cover;
  object-fit: cover;
}

.slotexo-7fzbqq,
.slotexo-cu634t {
  height: 100%;
  transition: var(--transition-duration);
  width: 100%;
}

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

.slotexo-y7si17 {
  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;
}

.slotexo-95mk5j {
  color: var(--text-color-label);
  font-size: 0.75rem;
  font-weight: 500;
}

.slotexo-8k66q8 {
  padding: 0.5rem;
}

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

.slotexo-r6x4es .slotexo-cu634t {
  height: 100%;
  max-height: 235px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.slotexo-r6x4es .slotexo-vd881l {
  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%;
}

.slotexo-r6x4es .slotexo-95mk5j {
  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;
}

.slotexo-r6x4es .slotexo-awwpn9 {
  height: 100%;
  margin-bottom: 0;
  max-height: 235px;
  max-width: 175px;
  width: 100%;
}

.slotexo-r6x4es .slotexo-7fzbqq {
  display: none;
}

@media (any-hover: hover) {
  .slotexo-37yjfh:hover .slotexo-7fzbqq {
    opacity: 1;
  }
  .slotexo-37yjfh:hover .slotexo-cu634t {
    transform: scale(1.1);
    will-change: transform;
  }
}

.slotexo-4welqd {
  padding: 2rem 0;
}

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

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

.slotexo-32xump {
  font-size: 0.75rem;
  font-weight: 600;
}

.slotexo-yoases {
  color: var(--footer-text-color);
}

.slotexo-rsbjkt {
  font-size: 1.25rem;
  font-weight: 600;
}

.slotexo-txdjzn {
  color: var(--footer-text-color);
  margin-bottom: 1rem;
}

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

.slotexo-rcopax {
  transition: var(--transition-duration);
}

.slotexo-356jxf {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin: 1rem 0;
}

.slotexo-4welqd .slotexo-gp6rz3 {
  margin-top: 0;
  max-width: 150px;
}

@media (any-hover: hover) {
  .slotexo-unqz52:hover .slotexo-rcopax {
    color: var(--footer-text-color);
  }
}

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

.slotexo-u242uo {
  margin-bottom: 2rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.slotexo-2f2ui4 {
  margin: 0 auto;
  max-width: var(--seo-content-width);
}

.slotexo-2f2ui4 p img {
  display: block;
  margin: 0 auto;
}

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

.slotexo-u242uo h1,
.slotexo-u242uo h2 {
  margin-top: 2rem;
}

.slotexo-u242uo h3,
.slotexo-u242uo h4 {
  margin-top: 1rem;
}

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

.slotexo-u242uo p {
  margin-top: 1rem;
}

.slotexo-u242uo li {
  margin-left: 2.5rem;
  margin-top: 0.5rem;
}

.slotexo-u242uo ol li,
.slotexo-u242uo ul li {
  font-size: 1rem;
}

.slotexo-u242uo ul li {
  list-style-type: disc;
}

.slotexo-u242uo .slotexo-zjcwbn {
  max-width: 100%;
  overflow-x: scroll;
}

.slotexo-u242uo .slotexo-zjcwbn::-webkit-scrollbar {
  height: 5px;
}

.slotexo-u242uo .slotexo-zjcwbn::-webkit-scrollbar-thumb {
  background-color: var(--menu-color);
  border-radius: 20px;
}

.slotexo-u242uo .slotexo-zjcwbn::-webkit-scrollbar-track {
  background: transparent;
}

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

.slotexo-u242uo table {
  margin: 1rem 0;
}

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

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

.slotexo-u242uo td {
  padding: 1rem 2rem 1rem 1rem;
  text-align: center;
}

.slotexo-u242uo th {
  padding: 1rem 4rem 1rem 1rem;
}

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

.slotexo-u242uo img {
  display: inline-block;
  margin: 1rem 0;
}

.slotexo-u242uo .slotexo-37yjfh img,
.slotexo-u242uo .slotexo-9e1cy1 img {
  margin: 0;
}

.slotexo-u242uo .slotexo-37yjfh {
  border: 2px solid var(--menu-color);
  border-radius: var(--round-base);
  overflow-x: hidden;
}

.slotexo-u242uo .slotexo-vd881l {
  padding: 0.5rem;
}

.slotexo-u242uo .slotexo-y7si17 {
  color: var(--text-color);
}

.slotexo-u242uo .slotexo-9e1cy1 {
  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%;
}

.slotexo-u242uo .slotexo-0d27aj {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}

.slotexo-u242uo .slotexo-9e1cy1 img {
  flex: 1 1 50%;
  height: auto;
  min-height: 150px;
}

.slotexo-u242uo .slotexo-fhniz2 {
  height: 100%;
  min-width: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.slotexo-u242uo .slotexo-eq8e25 {
  flex: 1 1 30%;
  padding: 1rem;
}

.slotexo-u242uo .slotexo-l0cmal {
  color: var(--text-color);
  font-weight: 700;
}

.slotexo-u242uo .slotexo-18bcro {
  color: var(--text-color);
  font-weight: 600;
}

.slotexo-u242uo .slotexo-zk1gqx {
  color: var(--button-text-color);
}

@media screen and (max-width: 768px) {
  .slotexo-u242uo .slotexo-9e1cy1 {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .slotexo-u242uo .slotexo-18bcro {
    font-size: 1rem;
  }
  .slotexo-u242uo .slotexo-l0cmal {
    font-size: 0.875rem;
  }
  .slotexo-u242uo .slotexo-9e1cy1 img {
    flex: 1 1 auto;
  }
}

.slotexo-u242uo .slotexo-0evm3k {
  margin: 0.slotexo-w7e9c2 0;
}

@media screen and (max-width: 1024px) {
  .slotexo-u242uo,
  .slotexo-u242uo .slotexo-op2lq3,
  .slotexo-2f2ui4 {
    max-width: 100vw;
  }
}

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

.slotexo-11z169 {
  color: var(--text-color);
  text-align: center;
}

.slotexo-8ej4b1 {
  margin: 2rem 0;
}

.slotexo-swp3oc,
.slotexo-kv1yfq {
  margin-bottom: 1rem;
}

.slotexo-swp3oc {
  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%;
}

.slotexo-swp3oc.slotexo-gx7eyx .slotexo-495xto {
  display: block;
}

.slotexo-swp3oc.slotexo-gx7eyx .slotexo-sfx7qw {
  transform: rotate(45deg);
}

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

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

.slotexo-495xto {
  display: none;
  padding-top: 1rem;
}

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

.slotexo-d9xnwa.slotexo-gx7eyx {
  transform: scaleX(-1);
}

.slotexo-jpuxb8 {
  color: var(--icon-color);
}

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

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

.slotexo-w332od {
  display: flex;
  align-items: center;
}

.slotexo-w332od a {
  margin: 0 10px;
}

/* social */

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

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

.slotexo-n6ho09 li {
  display: flex;
  margin: 0 7px;
}

.slotexo-n6ho09 li svg {
  transition: 0.slotexo-fg3bks ease-in-out;
}

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

/* faq */

.slotexo-3j4rfc {
  margin-bottom: 2rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

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

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

.slotexo-3gkc0t {
  margin: 0 auto;
  max-width: var(--seo-content-width);
}

.slotexo-3gkc0t h2 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .slotexo-3j4rfc,
  .slotexo-3gkc0t {
    max-width: 100vw;
  }
}

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

.slotexo-kqz8q7 {
  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.slotexo-90feii ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slotexo-kqz8q7::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.slotexo-90feii ease;
}

.slotexo-cl7blq.slotexo-1klrb4 .slotexo-kqz8q7::after {
  transform: rotate(45deg);
}

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

.slotexo-cl7blq.slotexo-1klrb4 .slotexo-3nvoxo {
  max-height: 200px;
  padding: 15px 20px;
}

/* review */

.slotexo-jhpoe0 {
  margin: 25px 0;
}

.slotexo-7gjryr > input:not(:checked) ~ label:hover,
.slotexo-7gjryr > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.slotexo-u661er.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.slotexo-8zkdc5 44.slotexo-2aohg7.slotexo-s0da55.slotexo-jsm7q2.slotexo-2jfrxe.slotexo-1w9yim.slotexo-bhxxbz.slotexo-p5njem.slotexo-c9zxme.slotexo-8df562.slotexo-9o9vww.slotexo-6ytohy.slotexo-rlav9y 0l-12.slotexo-o1foi8 30.slotexo-w475yg.slotexo-ideyki 2.slotexo-9swww4.slotexo-ideyki 3.slotexo-cvd88m 3.slotexo-6xy56z.slotexo-va2kr2 3.slotexo-7amwh3.slotexo-w0r8fe.slotexo-t9sqrm.slotexo-s6m93c 7-3.slotexo-o1foi8 10.slotexo-2d0av6.slotexo-s6m93c 23.slotexo-latmqz.slotexo-6zceqm 1.slotexo-t58ade 2.slotexo-o1foi8 3.slotexo-6zceqm 1.slotexo-va2kr2 5.slotexo-lcvj64.slotexo-va2kr2 32.slotexo-ti3flo.slotexo-w0r8fe 5.slotexo-rlav9y 4.slotexo-s6m93c 9.slotexo-s6m93c 8.slotexo-va2kr2 6.slotexo-arxs9o.slotexo-fxw3np.slotexo-vog2lf.slotexo-rixkqm.slotexo-988uj3 4.slotexo-fcr9d8.slotexo-988uj3 6.slotexo-988uj3 0l29.slotexo-rlav9y 17.slotexo-a7o13w.slotexo-nrdm5r 2.slotexo-4ygnd2 10.slotexo-86vpz3.slotexo-o1foi8 8.slotexo-54d5qn.slotexo-d8ff9b.slotexo-3swdl3.slotexo-3nrioe.slotexo-l87ll5.slotexo-w0r8fe.slotexo-1w9yim.slotexo-o1foi8 1.slotexo-uffx3s.slotexo-g4zyb5.slotexo-24zwa0.slotexo-jlp3xi.slotexo-1a91pt.slotexo-t58ade 1.slotexo-762j60.slotexo-5t5d4t.5z'/%3e%3c/svg%3e");
}

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

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

.slotexo-mr7gsi {
  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);
}

.slotexo-mr7gsi.slotexo-e3q8ex {
  display: block;
}

.slotexo-mr7gsi.slotexo-2zw0x0 {
  display: none;
}

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

.slotexo-zr929b {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.slotexo-rz6mwh {
  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);
}

.slotexo-yuukeo {
  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;
}

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

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

.slotexo-81gy2d {
  font-size: 16px;
  line-height: 140%;
}

.slotexo-g3w2pw {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.slotexo-g3w2pw .slotexo-z9fd13 {
  fill: #c2c0ce;
}

.slotexo-g3w2pw [rating="1"] .slotexo-z9fd13:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.slotexo-g3w2pw [rating="2"] .slotexo-z9fd13:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.slotexo-g3w2pw [rating="3"] .slotexo-z9fd13:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.slotexo-g3w2pw [rating="4"] .slotexo-z9fd13:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.slotexo-g3w2pw [rating="5"] .slotexo-z9fd13: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;
}

.slotexo-mofqvx 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;
}

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

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

.slotexo-9wxvlu {
  text-align: center;
  color: var(--success-color);
}

.slotexo-bojv2x {
  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;
}

.slotexo-zjcwbn table {
  width: 100%;
}

.slotexo-q1f41b {
  display: flex;
  justify-content: center;
}

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

.slotexo-vohohq {
  position: relative;
  z-index: 1;
}

.slotexo-r636rm {
  position: relative;
  z-index: 2;
}

.slotexo-48f6qc {
  position: relative;
  z-index: 3;
}

.slotexo-bgayep {
  position: relative;
  z-index: 4;
}

.slotexo-1tn57h {
  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);
}
