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

@media screen and (min-width: 1025px) {
  .monster-4exa10 {
    display: none;
  }
}

.monster-tef3bq {
  background: var(--menu-color);
  border-radius: var(--border-radius-sm);
}

.monster-alo57u {
  overflow-y: hidden;
}

.monster-8zchun {
  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;
  }
}

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

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

.monster-7i8l3s,
body,
html {
  height: 100%;
}

.monster-nfmiwo {
  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;
}

.monster-nfmiwo.monster-f8qex1 {
  display: block;
  max-width: var(--sidebar-width);
  transform: scaleX(var(--sidebar-width));
}

.monster-5vkit7 {
  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%;
}

.monster-5vkit7.monster-f8qex1 {
  margin-left: var(--sidebar-width);
  max-width: calc(100% - var(--sidebar-width));
}

.monster-o28xc7 {
  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;
}

.monster-o28xc7.monster-f8qex1 {
  margin-left: var(--sidebar-width);
  max-width: calc(100% - var(--sidebar-width));
  transform: scaleX(calc(100% - var(--sidebar-width)));
}

.monster-o28xc7.monster-f8qex1 .monster-aawb0j {
  display: none;
}

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

@media screen and (max-width: 1024px) {
  .monster-o28xc7,
  .monster-5vkit7 {
    margin-left: 0;
    max-width: 100%;
  }
}

.monster-83sz2m {
  background: var(--sidebar-bg-color);
  display: block;
}

.monster-83sz2m.monster-f8qex1 .monster-aawb0j {
  display: inline-block;
}

.monster-83sz2m.monster-f8qex1 .monster-lszt00 {
  display: flex;
}

.monster-83sz2m.monster-f8qex1 .monster-1oa94c {
  transform: translateY(0);
  visibility: visible;
}

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

.monster-83sz2m .monster-aawb0j {
  display: none;
  margin: 0 auto;
  transform: translateX(calc(var(--header-height) * -1 / 2));
}

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

.monster-lszt00::-webkit-scrollbar {
  width: 0;
}

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

.monster-12kdkb.monster-f8qex1 {
  display: none;
}

.monster-yodqya {
  filter: var(--button-text-color);

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

.monster-sllivj {
  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;
}

.monster-yf33uy {
  max-width: 40px;
}

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

.monster-vvjwov svg {
  color: var(--success-color-light);
}

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

.monster-3tqhrg {
  border-top: 1px solid var(--divider-color);
}

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

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

.monster-8zlv6m {
  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%;
}

.monster-fufylw {
  max-width: 40px;
}

.monster-iijl9l {
  font-size: 0.75rem;
  font-weight: 700;
}

.monster-uzr7t0 {
  background: var(--fh-bg-color);
}

.monster-wzbale,
.monster-q95hil {
  align-items: center;
  display: flex;
}

.monster-wzbale {
  gap: 0.5rem;
}

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

.monster-uzr7t0 .monster-aawb0j {
  margin-right: 2rem;
}

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

  .monster-uzr7t0 .monster-aawb0j {
    margin-right: 0rem;
  }
}

@media screen and (max-width: 768px) {
  .monster-uzr7t0 .monster-1p6ss4 {
    display: none;
  }
  .monster-av7g4t {
    font-size: 0.monster-punjyj !important;
  }
  .monster-uzr7t0 .monster-aawb0j {
    max-width: 100px;
  }
}

.monster-gq21cq svg {
  color: var(--icon-color);
}

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

.monster-aawb0j {
  display: inline-block;
  max-width: 125px;
}

.monster-2qpxxu {
  width: 100%;
}

.monster-1oa94c {
  transform: translateY(10%);
  transition-delay: 10s;
  visibility: hidden;
}

.monster-io5h4m {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.monster-mc0zhe,
.monster-phz0bf {
  cursor: pointer;
  background: var(--border-color);
  border-radius: 6px;
  transition: var(--transition-duration);
}

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

.monster-mc0zhe: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;
}

.monster-075fo9 {
  font-size: 0.875rem;
  justify-content: center;
}

.monster-s1qitw,
.monster-dtv69t {
  position: relative;
  z-index: 2;
}

.monster-s1qitw {
  max-width: 40px;
}

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

.monster-5miltd:last-child:nth-child(odd) {
  grid-column: 1/-1;
}

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

.monster-phz0bf {
  padding: 0.5rem;
}

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

@media (any-hover: hover) {
  .monster-mc0zhe:hover,
  .monster-phz0bf:hover {
    background: var(--border-color);
  }
}

.monster-n00tfo {
  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;
}

.monster-cuk293 {
  color: var(--button-text-color);
}

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

.monster-vmoixd .monster-cuk293 {
  color: var(--button-text-color);
}

.monster-fe6lhu {
  padding: 0.monster-l5un7h 0.625em;
  width: 100%;
}

.monster-rw0mxi {
  font-size: 0.875rem;
}

.monster-wnem9o {
  background: var(--success-color);
  border-color: var(--success-color);
}

.monster-wnem9o .monster-cuk293,
.monster-wnem9o svg {
  color: var(--button-text-color);
}

.monster-q6cs7m svg {
  color: var(--btn-text-color);
}

@media (any-hover: hover) {
  .monster-n00tfo:hover {
    background: var(--button-bg-hover);
    border-color: var(--button-bg-hover);
  }
  .monster-vmoixd:hover {
    background: var(--btn-border-color-outline);
    border-color: var(--btn-border-color-outline);
  }
  .monster-wnem9o:hover {
    background: var(--success-color-light);
    border-color: var(--success-color-light);
  }
}

.monster-94etoz {
  margin-right: 5px;
  transform: scaleX(-1);
}

.monster-1p6ss4 {
  background: var(--border-color);
  display: inline-flex;
}

.monster-1p6ss4,
.monster-yqzw99 {
  border-radius: var(--round-l);
}

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

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

.monster-q4dt8k {
  background: var(--button-bg-color);
}

.monster-q4dt8k span,
.monster-q4dt8k svg {
  color: var(--button-text-color);
}

.monster-t1fdtv {
  display: none;
  height: 0;
  margin: 0.monster-72n98l 0 1rem;
  width: 0;
}

.monster-t1fdtv .monster-yqzw99 {
  flex: 1 1 50%;
  justify-content: center;
}

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

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

.monster-tubv6z {
  height: 200px;
  min-height: 175px;
  overflow-y: hidden;
}

.monster-na6uyf,
.monster-x3bwit {
  height: 100%;
}

.monster-na6uyf {
  overflow-x: auto;
}

.monster-na6uyf::-webkit-scrollbar {
  width: 0;
}

.monster-x3bwit {
  display: flex;
  gap: 0.5rem;
  width: auto;
}

.monster-m8n1a4 {
  flex: 1 0 33%;
  max-width: 33%;
}

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

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

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

.monster-3g4v8p {
  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%;
}

.monster-5ys11j {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 768px) {
  .monster-5ys11j {
    height: 150px !important;
  }
}

.monster-y8y6zl {
  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;
}

.monster-93wu1w {
  color: var(--text-color);
}

.monster-t5yt2a {
  font-size: 1.25rem;
  font-weight: 900;
}

.monster-hj9642 {
  font-weight: 600;
}

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

@media screen and (max-width: 768px) {
  .monster-ko2h09 {
    flex: 1 0 90%;
    height: auto;
    max-width: 900px;
    min-height: 150px;
  }
  .monster-y8y6zl {
    font-size: 0.675rem;
    padding: 5px;
  }
}

.monster-gvmqd3 {
  display: flex;
  gap: 1rem;
}

@media (any-hover: hover) {
  .monster-is1pcy:hover .monster-kuiu56 {
    color: var(--accent-color);
  }
}

.monster-xgp6c9 {
  text-align: center;
}

.monster-vpn3oe {
  margin: 2rem 0;
}

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

.monster-zye2v0 {
  font-size: 2rem;
  font-weight: 700;
}

.monster-ib5seq {
  overflow-x: auto;
}

.monster-ib5seq::-webkit-scrollbar {
  width: 0;
}

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

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

.monster-gfpq15 {
  display: inline-flex;
  flex-direction: column;
  max-width: 208px;
}

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

.monster-ogi4ma {
  -o-object-fit: cover;
  object-fit: cover;
}

.monster-517669,
.monster-ogi4ma {
  height: 100%;
  transition: var(--transition-duration);
  width: 100%;
}

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

.monster-w1zjn6 {
  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;
}

.monster-3ce19h {
  color: var(--text-color-label);
  font-size: 0.75rem;
  font-weight: 500;
}

.monster-4mczpl {
  padding: 0.5rem;
}

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

.monster-dksc10 .monster-ogi4ma {
  height: 100%;
  max-height: 235px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.monster-dksc10 .monster-kxx2ir {
  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%;
}

.monster-dksc10 .monster-3ce19h {
  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;
}

.monster-dksc10 .monster-0bmstl {
  height: 100%;
  margin-bottom: 0;
  max-height: 235px;
  max-width: 175px;
  width: 100%;
}

.monster-dksc10 .monster-517669 {
  display: none;
}

@media (any-hover: hover) {
  .monster-gfpq15:hover .monster-517669 {
    opacity: 1;
  }
  .monster-gfpq15:hover .monster-ogi4ma {
    transform: scale(1.1);
    will-change: transform;
  }
}

.monster-7s83uo {
  padding: 2rem 0;
}

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

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

.monster-jm3ob8 {
  font-size: 0.75rem;
  font-weight: 600;
}

.monster-44tw0e {
  color: var(--footer-text-color);
}

.monster-pehqkn {
  font-size: 1.25rem;
  font-weight: 600;
}

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

.monster-0xa0ec {
  align-items: center;
  display: inline-flex;
  font-weight: 600;
  gap: 5px;
}

.monster-4nh7ve {
  transition: var(--transition-duration);
}

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

.monster-7s83uo .monster-8zlv6m {
  margin-top: 0;
  max-width: 150px;
}

@media (any-hover: hover) {
  .monster-0xa0ec:hover .monster-4nh7ve {
    color: var(--footer-text-color);
  }
}

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

.monster-9bbxr6 {
  margin-bottom: 2rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.monster-0w958k {
  margin: 0 auto;
  max-width: var(--seo-content-width);
}

.monster-0w958k p img {
  display: block;
  margin: 0 auto;
}

.monster-9bbxr6 h1,
.monster-9bbxr6 h2,
.monster-9bbxr6 h3,
.monster-9bbxr6 h4,
.monster-9bbxr6 h5,
.monster-9bbxr6 h6 {
  font-weight: 700;
}

.monster-9bbxr6 h1,
.monster-9bbxr6 h2 {
  margin-top: 2rem;
}

.monster-9bbxr6 h3,
.monster-9bbxr6 h4 {
  margin-top: 1rem;
}

.monster-9bbxr6 ol li,
.monster-9bbxr6 p,
.monster-9bbxr6 ul li {
  color: var(--text-color);
}

.monster-9bbxr6 p {
  margin-top: 1rem;
}

.monster-9bbxr6 li {
  margin-left: 2.5rem;
  margin-top: 0.5rem;
}

.monster-9bbxr6 ol li,
.monster-9bbxr6 ul li {
  font-size: 1rem;
}

.monster-9bbxr6 ul li {
  list-style-type: disc;
}

.monster-9bbxr6 .monster-uez2xx {
  max-width: 100%;
  overflow-x: scroll;
}

.monster-9bbxr6 .monster-uez2xx::-webkit-scrollbar {
  height: 5px;
}

.monster-9bbxr6 .monster-uez2xx::-webkit-scrollbar-thumb {
  background-color: var(--menu-color);
  border-radius: 20px;
}

.monster-9bbxr6 .monster-uez2xx::-webkit-scrollbar-track {
  background: transparent;
}

.monster-9bbxr6 table,
.monster-9bbxr6 td,
.monster-9bbxr6 th {
  border: 2px solid var(--border-color);
  border-collapse: collapse;
}

.monster-9bbxr6 table {
  margin: 1rem 0;
}

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

.monster-9bbxr6 tbody td {
  background: var(--table-cell-bg-color);
  color: var(--table-cell-text-color);
}

.monster-9bbxr6 td {
  padding: 1rem 2rem 1rem 1rem;
  text-align: center;
}

.monster-9bbxr6 th {
  padding: 1rem 4rem 1rem 1rem;
}

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

.monster-9bbxr6 img {
  display: inline-block;
  margin: 1rem 0;
}

.monster-9bbxr6 .monster-gfpq15 img,
.monster-9bbxr6 .monster-qgoxmr img {
  margin: 0;
}

.monster-9bbxr6 .monster-gfpq15 {
  border: 2px solid var(--menu-color);
  border-radius: var(--round-base);
  overflow-x: hidden;
}

.monster-9bbxr6 .monster-kxx2ir {
  padding: 0.5rem;
}

.monster-9bbxr6 .monster-w1zjn6 {
  color: var(--text-color);
}

.monster-9bbxr6 .monster-qgoxmr {
  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%;
}

.monster-9bbxr6 .monster-fm1awb {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}

.monster-9bbxr6 .monster-qgoxmr img {
  flex: 1 1 50%;
  height: auto;
  min-height: 150px;
}

.monster-9bbxr6 .monster-dwh5hz {
  height: 100%;
  min-width: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.monster-9bbxr6 .monster-mb4ovg {
  flex: 1 1 30%;
  padding: 1rem;
}

.monster-9bbxr6 .monster-orx2lo {
  color: var(--text-color);
  font-weight: 700;
}

.monster-9bbxr6 .monster-3azwsb {
  color: var(--text-color);
  font-weight: 600;
}

.monster-9bbxr6 .monster-bov26e {
  color: var(--button-text-color);
}

@media screen and (max-width: 768px) {
  .monster-9bbxr6 .monster-qgoxmr {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .monster-9bbxr6 .monster-3azwsb {
    font-size: 1rem;
  }
  .monster-9bbxr6 .monster-orx2lo {
    font-size: 0.875rem;
  }
  .monster-9bbxr6 .monster-qgoxmr img {
    flex: 1 1 auto;
  }
}

.monster-9bbxr6 .monster-n00tfo {
  margin: 0.monster-04rk7w 0;
}

@media screen and (max-width: 1024px) {
  .monster-9bbxr6,
  .monster-9bbxr6 .monster-0hykbd,
  .monster-0w958k {
    max-width: 100vw;
  }
}

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

.monster-8dowlo {
  color: var(--text-color);
  text-align: center;
}

.monster-xl8e5m {
  margin: 2rem 0;
}

.monster-pxayfx,
.monster-8m5gpx {
  margin-bottom: 1rem;
}

.monster-pxayfx {
  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%;
}

.monster-pxayfx.monster-f8qex1 .monster-x3wwwd {
  display: block;
}

.monster-pxayfx.monster-f8qex1 .monster-lkrc2m {
  transform: rotate(45deg);
}

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

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

.monster-x3wwwd {
  display: none;
  padding-top: 1rem;
}

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

.monster-p6e47i.monster-f8qex1 {
  transform: scaleX(-1);
}

.monster-gs9dao {
  color: var(--icon-color);
}

@media screen and (min-width: 1025px) {
  .monster-6zep5y {
    display: none;
  }
}

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

.monster-l7hoo6 {
  display: flex;
  align-items: center;
}

.monster-l7hoo6 a {
  margin: 0 10px;
}

/* social */

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

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

.monster-fpuxxd li {
  display: flex;
  margin: 0 7px;
}

.monster-fpuxxd li svg {
  transition: 0.monster-seqkdi ease-in-out;
}

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

/* faq */

.monster-zce0uj {
  margin-bottom: 2rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

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

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

.monster-vxmfgf {
  margin: 0 auto;
  max-width: var(--seo-content-width);
}

.monster-vxmfgf h2 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .monster-zce0uj,
  .monster-vxmfgf {
    max-width: 100vw;
  }
}

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

.monster-16sjb3 {
  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.monster-2x9gga ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.monster-16sjb3::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.monster-2x9gga ease;
}

.monster-l0ei3m.monster-rmio0c .monster-16sjb3::after {
  transform: rotate(45deg);
}

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

.monster-l0ei3m.monster-rmio0c .monster-es4676 {
  max-height: 200px;
  padding: 15px 20px;
}

/* review */

.monster-1x4doc {
  margin: 25px 0;
}

.monster-iba8kf > input:not(:checked) ~ label:hover,
.monster-iba8kf > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.monster-7uiu3j.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.monster-qo2vdr 44.monster-3an052.monster-rqhrhj.monster-xstg9e.monster-eiexaj.monster-fxqx8r.monster-rsunc6.monster-4ytbp3.monster-2h1fjm.monster-9e1ytx.monster-04iigp.monster-xpb4gp.monster-2j7miw 0l-12.monster-glzplz 30.monster-x80ejs.monster-pnetet 2.monster-sw0sjq.monster-pnetet 3.monster-i0ndjm 3.monster-wlp6rh.monster-leqflq 3.monster-mbabk9.monster-ln2d3u.monster-2c09m4.monster-kq9a8v 7-3.monster-glzplz 10.monster-r1hj0y.monster-kq9a8v 23.monster-xk3r2g.monster-5t5abl 1.monster-z3fbfm 2.monster-glzplz 3.monster-5t5abl 1.monster-leqflq 5.monster-781l3a.monster-leqflq 32.monster-14aag3.monster-ln2d3u 5.monster-2j7miw 4.monster-kq9a8v 9.monster-kq9a8v 8.monster-leqflq 6.monster-rat3si.monster-qfbjo5.monster-lyd4oe.monster-dlufoc.monster-gy0sl8 4.monster-qmhbd9.monster-gy0sl8 6.monster-gy0sl8 0l29.monster-2j7miw 17.monster-31p5b8.monster-kuln0t 2.monster-n8vj43 10.monster-u5jtyl.monster-glzplz 8.monster-a1xcvn.monster-nn6l1j.monster-ssavmc.monster-t3mgoa.monster-3ommhh.monster-ln2d3u.monster-fxqx8r.monster-glzplz 1.monster-cityi6.monster-dxgk81.monster-idcp9g.monster-n73d4t.monster-j9eear.monster-z3fbfm 1.monster-d345xj.monster-w2jmo5.5z'/%3e%3c/svg%3e");
}

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

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

.monster-dlv2ub {
  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);
}

.monster-dlv2ub.monster-bk1xab {
  display: block;
}

.monster-dlv2ub.monster-bpul0g {
  display: none;
}

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

.monster-kdge1e {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.monster-g2jc79 {
  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);
}

.monster-q2cvfn {
  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;
}

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

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

.monster-1mkzl4 {
  font-size: 16px;
  line-height: 140%;
}

.monster-gneein {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.monster-gneein .monster-pz4qpj {
  fill: #c2c0ce;
}

.monster-gneein [rating="1"] .monster-pz4qpj:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.monster-gneein [rating="2"] .monster-pz4qpj:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.monster-gneein [rating="3"] .monster-pz4qpj:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.monster-gneein [rating="4"] .monster-pz4qpj:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.monster-gneein [rating="5"] .monster-pz4qpj: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;
}

.monster-88lwva 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;
}

.monster-88lwva 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;
  }
}

.monster-4enx11 {
  text-align: center;
  color: var(--success-color);
}

.monster-4s8hk4 {
  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;
}

.monster-uez2xx table {
  width: 100%;
}

.monster-r5z6af {
  display: flex;
  justify-content: center;
}

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

    .monster-5ys11j {
      position: relative;
      z-index: 1;
    }

    .monster-y8y6zl {
      position: relative;
      z-index: 2;
    }

    .monster-93wu1w {
      position: relative;
      z-index: 3;
    }

    .monster-2xxb5x {
      position: relative;
      z-index: 4;
    }

          .monster-25lidy {
  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);
}