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

@media screen and (min-width: 1025px) {
  .hellspin-0gyxw6 {
    display: none;
  }
}

.hellspin-7kgz8x {
  background: var(--menu-color);
  border-radius: var(--border-radius-sm);
}

.hellspin-efnis3 {
  overflow-y: hidden;
}

.hellspin-y4auaw {
  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;
  }
}

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

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

.hellspin-9g9m2g,
body,
html {
  height: 100%;
}

.hellspin-2oai1y {
  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;
}

.hellspin-2oai1y.hellspin-85qcqv {
  display: block;
  max-width: var(--sidebar-width);
  transform: scaleX(var(--sidebar-width));
}

.hellspin-70px9v {
  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%;
}

.hellspin-70px9v.hellspin-85qcqv {
  margin-left: var(--sidebar-width);
  max-width: calc(100% - var(--sidebar-width));
}

.hellspin-dewe3q {
  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;
}

.hellspin-dewe3q.hellspin-85qcqv {
  margin-left: var(--sidebar-width);
  max-width: calc(100% - var(--sidebar-width));
  transform: scaleX(calc(100% - var(--sidebar-width)));
}

.hellspin-dewe3q.hellspin-85qcqv .hellspin-nm44rj {
  display: none;
}

.hellspin-4qd2st {
  padding-top: calc(var(--header-height) + 1rem);
}

@media screen and (max-width: 1024px) {
  .hellspin-dewe3q,
  .hellspin-70px9v {
    margin-left: 0;
    max-width: 100%;
  }
}

.hellspin-rym7qh {
  background: var(--sidebar-bg-color);
  display: block;
}

.hellspin-rym7qh.hellspin-85qcqv .hellspin-nm44rj {
  display: inline-block;
}

.hellspin-rym7qh.hellspin-85qcqv .hellspin-1ziqcf {
  display: flex;
}

.hellspin-rym7qh.hellspin-85qcqv .hellspin-229fri {
  transform: translateY(0);
  visibility: visible;
}

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

.hellspin-rym7qh .hellspin-nm44rj {
  display: none;
  margin: 0 auto;
  transform: translateX(calc(var(--header-height) * -1 / 2));
}

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

.hellspin-1ziqcf::-webkit-scrollbar {
  width: 0;
}

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

.hellspin-ozc90c.hellspin-85qcqv {
  display: none;
}

.hellspin-obvqis {
  filter: var(--button-text-color);

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

.hellspin-g1uvwa {
  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;
}

.hellspin-rr2cah {
  max-width: 40px;
}

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

.hellspin-ypkjq1 svg {
  color: var(--success-color-light);
}

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

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

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

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

.hellspin-choxrf {
  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%;
}

.hellspin-02colj {
  max-width: 40px;
}

.hellspin-o1gv9p {
  font-size: 0.75rem;
  font-weight: 700;
}

.hellspin-vkngdx {
  background: var(--fh-bg-color);
}

.hellspin-snbj8d,
.hellspin-yhu3lv {
  align-items: center;
  display: flex;
}

.hellspin-snbj8d {
  gap: 0.5rem;
}

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

.hellspin-vkngdx .hellspin-nm44rj {
  margin-right: 2rem;
}

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

  .hellspin-vkngdx .hellspin-nm44rj {
    margin-right: 0rem;
  }
}

@media screen and (max-width: 768px) {
  .hellspin-vkngdx .hellspin-1bjq21 {
    display: none;
  }
  .hellspin-eph55g {
    font-size: 0.hellspin-5fr43i !important;
  }
  .hellspin-vkngdx .hellspin-nm44rj {
    max-width: 100px;
  }
}

.hellspin-gcj7qj svg {
  color: var(--icon-color);
}

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

.hellspin-nm44rj {
  display: inline-block;
  max-width: 125px;
}

.hellspin-t1reau {
  width: 100%;
}

.hellspin-229fri {
  transform: translateY(10%);
  transition-delay: 10s;
  visibility: hidden;
}

.hellspin-y52cqu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.hellspin-qs2p9m,
.hellspin-83oi1t {
  cursor: pointer;
  background: var(--border-color);
  border-radius: 6px;
  transition: var(--transition-duration);
}

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

.hellspin-qs2p9m: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;
}

.hellspin-u05heq {
  font-size: 0.875rem;
  justify-content: center;
}

.hellspin-7gtl7u,
.hellspin-c9fosw {
  position: relative;
  z-index: 2;
}

.hellspin-7gtl7u {
  max-width: 40px;
}

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

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

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

.hellspin-83oi1t {
  padding: 0.5rem;
}

.hellspin-72z2vn {
  filter: var(--button-text-color);
  max-width: 1.25rem;
}

@media (any-hover: hover) {
  .hellspin-qs2p9m:hover,
  .hellspin-83oi1t:hover {
    background: var(--border-color);
  }
}

.hellspin-oiptm4 {
  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;
}

.hellspin-edrhml {
  color: var(--button-text-color);
}

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

.hellspin-njhpn7 .hellspin-edrhml {
  color: var(--button-text-color);
}

.hellspin-8ww4c2 {
  padding: 0.hellspin-7y573l 0.625em;
  width: 100%;
}

.hellspin-8ix8u1 {
  font-size: 0.875rem;
}

.hellspin-eqo3gt {
  background: var(--success-color);
  border-color: var(--success-color);
}

.hellspin-eqo3gt .hellspin-edrhml,
.hellspin-eqo3gt svg {
  color: var(--button-text-color);
}

.hellspin-t517km svg {
  color: var(--btn-text-color);
}

@media (any-hover: hover) {
  .hellspin-oiptm4:hover {
    background: var(--button-bg-hover);
    border-color: var(--button-bg-hover);
  }
  .hellspin-njhpn7:hover {
    background: var(--btn-border-color-outline);
    border-color: var(--btn-border-color-outline);
  }
  .hellspin-eqo3gt:hover {
    background: var(--success-color-light);
    border-color: var(--success-color-light);
  }
}

.hellspin-0otn1y {
  margin-left: 10px;
  margin-right: 5px;
  transform: scaleX(-1);
}

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

.hellspin-1bjq21,
.hellspin-1far6p {
  border-radius: var(--round-l);
}

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

.hellspin-1far6p span,
.hellspin-1far6p svg {
  color: var(--icon-color);
  transition: var(--transition-duration);
}

.hellspin-q0z0qt {
  background: var(--button-bg-color);
}

.hellspin-q0z0qt span,
.hellspin-q0z0qt svg {
  color: var(--button-text-color);
}

.hellspin-3p9g6r {
  display: none;
  height: 0;
  margin: 0.hellspin-w6r96m 0 1rem;
  width: 0;
}

.hellspin-3p9g6r .hellspin-1far6p {
  flex: 1 1 50%;
  justify-content: center;
}

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

@media (any-hover: hover) {
  .hellspin-1far6p:hover span,
  .hellspin-1far6p:hover svg {
    color: var(--text-color);
  }
}

.hellspin-1gxocb {
  height: 200px;
  min-height: 175px;
  overflow-y: hidden;
}

.hellspin-hb9dpz,
.hellspin-ve3m1a {
  height: 100%;
}

.hellspin-hb9dpz {
  overflow-x: auto;
}

.hellspin-hb9dpz::-webkit-scrollbar {
  width: 0;
}

.hellspin-ve3m1a {
  display: flex;
  gap: 0.5rem;
  width: auto;
}

.hellspin-eulteq {
  flex: 1 0 33%;
  max-width: 33%;
}

@media screen and (max-width: 1024px) {
  .hellspin-1gxocb {
    height: auto;
  }
}

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

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

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

.hellspin-2wwg00 {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 768px) {
  .hellspin-2wwg00 {
    height: 150px !important;
  }
}

.hellspin-whrbrc {
  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;
}

.hellspin-cvjx8i {
  color: var(--text-color);
}

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

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

.hellspin-txqokg {
  font-weight: 600;
}

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

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

.hellspin-w5jrv7 {
  display: flex;
  gap: 1rem;
}

@media (any-hover: hover) {
  .hellspin-4juhq3:hover .hellspin-14uq2r {
    color: var(--accent-color);
  }
}

.hellspin-lhjkuk {
  text-align: center;
}

.hellspin-vv849k {
  margin: 2rem 0;
}

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

.hellspin-hgae48 {
  font-size: 2rem;
  font-weight: 700;
}

.hellspin-xtttfd {
  overflow-x: auto;
}

.hellspin-xtttfd::-webkit-scrollbar {
  width: 0;
}

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

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

.hellspin-txq9ho {
  display: inline-flex;
  flex-direction: column;
  max-width: 208px;
}

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

.hellspin-49eg2z {
  -o-object-fit: cover;
  object-fit: cover;
}

.hellspin-w7tbrm,
.hellspin-49eg2z {
  height: 100%;
  transition: var(--transition-duration);
  width: 100%;
}

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

.hellspin-mqqykc {
  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;
}

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

.hellspin-wt7gxd {
  padding: 0.5rem;
}

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

.hellspin-jungt6 .hellspin-49eg2z {
  height: 100%;
  max-height: 235px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.hellspin-jungt6 .hellspin-ewfj6g {
  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%;
}

.hellspin-jungt6 .hellspin-qgnmk5 {
  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;
}

.hellspin-jungt6 .hellspin-tgusse {
  height: 100%;
  margin-bottom: 0;
  max-height: 235px;
  max-width: 175px;
  width: 100%;
}

.hellspin-jungt6 .hellspin-w7tbrm {
  display: none;
}

@media (any-hover: hover) {
  .hellspin-txq9ho:hover .hellspin-w7tbrm {
    opacity: 1;
  }
  .hellspin-txq9ho:hover .hellspin-49eg2z {
    transform: scale(1.1);
    will-change: transform;
  }
}

.hellspin-srlrt9 {
  padding: 2rem 0;
}

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

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

.hellspin-bd1k69 {
  font-size: 0.75rem;
  font-weight: 600;
}

.hellspin-1wn8zh {
  color: var(--footer-text-color);
}

.hellspin-0pswr5 {
  font-size: 1.25rem;
  font-weight: 600;
}

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

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

.hellspin-m5kq2y {
  transition: var(--transition-duration);
}

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

.hellspin-srlrt9 .hellspin-choxrf {
  margin-top: 0;
  max-width: 150px;
}

@media (any-hover: hover) {
  .hellspin-0pcx05:hover .hellspin-m5kq2y {
    color: var(--footer-text-color);
  }
}

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

.hellspin-xt32qt {
  margin-bottom: 2rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

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

.hellspin-kzoeh7 p img {
  display: block;
  margin: 0 auto;
}

.hellspin-kzoeh7 table {
  width: 100% !important;
  margin-top:5px;
  margin-bottom:5px;
}

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

.hellspin-xt32qt h1,
.hellspin-xt32qt h2 {
  margin-top: 2rem;
}

.hellspin-xt32qt h3,
.hellspin-xt32qt h4 {
  margin-top: 1rem;
}

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

.hellspin-xt32qt p {
  margin-top: 1rem;
}

.hellspin-xt32qt li {
  margin-left: 2.5rem;
  margin-top: 0.5rem;
}

.hellspin-xt32qt ol li,
.hellspin-xt32qt ul li {
  font-size: 1rem;
}

.hellspin-xt32qt ul li {
  list-style-type: disc;
}

.hellspin-xt32qt .hellspin-bw1hn2 {
  max-width: 100%;
  overflow-x: scroll;
}

.hellspin-xt32qt .hellspin-bw1hn2::-webkit-scrollbar {
  height: 5px;
}

.hellspin-xt32qt .hellspin-bw1hn2::-webkit-scrollbar-thumb {
  background-color: var(--menu-color);
  border-radius: 20px;
}

.hellspin-xt32qt .hellspin-bw1hn2::-webkit-scrollbar-track {
  background: transparent;
}

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

.hellspin-xt32qt table {
  margin: 1rem 0;
}

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

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

.hellspin-xt32qt td {
  padding: 1rem 2rem 1rem 1rem;
  text-align: center;
}

.hellspin-xt32qt th {
  padding: 1rem 4rem 1rem 1rem;
}

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

.hellspin-xt32qt img {
  display: inline-block;
  margin: 1rem 0;
}

.hellspin-xt32qt .hellspin-txq9ho img,
.hellspin-xt32qt .hellspin-225am6 img {
  margin: 0;
}

.hellspin-xt32qt .hellspin-txq9ho {
  border: 2px solid var(--menu-color);
  border-radius: var(--round-base);
  overflow-x: hidden;
}

.hellspin-xt32qt .hellspin-ewfj6g {
  padding: 0.5rem;
}

.hellspin-xt32qt .hellspin-mqqykc {
  color: var(--text-color);
}

.hellspin-xt32qt .hellspin-225am6 {
  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%;
}

.hellspin-xt32qt .hellspin-s51q3h {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}

.hellspin-xt32qt .hellspin-225am6 img {
  flex: 1 1 50%;
  height: auto;
  min-height: 150px;
}

.hellspin-xt32qt .hellspin-1ckxs0 {
  height: 100%;
  min-width: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.hellspin-xt32qt .hellspin-xucpvo {
  flex: 1 1 30%;
  padding: 1rem;
}

.hellspin-xt32qt .hellspin-u842rh {
  color: var(--text-color);
  font-weight: 700;
}

.hellspin-xt32qt .hellspin-ofpw0p {
  color: var(--text-color);
  font-weight: 600;
}

.hellspin-xt32qt .hellspin-ji8dnu {
  color: var(--button-text-color);
}

@media screen and (max-width: 768px) {
  .hellspin-xt32qt .hellspin-225am6 {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .hellspin-xt32qt .hellspin-ofpw0p {
    font-size: 1rem;
  }
  .hellspin-xt32qt .hellspin-u842rh {
    font-size: 0.875rem;
  }
  .hellspin-xt32qt .hellspin-225am6 img {
    flex: 1 1 auto;
  }
}

.hellspin-xt32qt .hellspin-oiptm4 {
  margin: 0.hellspin-ray76n 0;
}

@media screen and (max-width: 1024px) {
  .hellspin-xt32qt,
  .hellspin-xt32qt .hellspin-3fbxjg,
  .hellspin-kzoeh7 {
    max-width: 100vw;
  }
}

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

.hellspin-wt6kak {
  color: var(--text-color);
  text-align: center;
}

.hellspin-vt787s {
  margin: 2rem 0;
}

.hellspin-e7zpr7,
.hellspin-iemzhp {
  margin-bottom: 1rem;
}

.hellspin-e7zpr7 {
  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%;
}

.hellspin-e7zpr7.hellspin-85qcqv .hellspin-aq7vdq {
  display: block;
}

.hellspin-e7zpr7.hellspin-85qcqv .hellspin-59163j {
  transform: rotate(45deg);
}

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

.hellspin-59163j {
  height: 1.5rem;
  min-width: 1.5rem;
  transition: 0.2s;
  will-change: transform;
}

.hellspin-aq7vdq {
  display: none;
  padding-top: 1rem;
}

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

.hellspin-37fpjl.hellspin-85qcqv {
  transform: scaleX(-1);
}

.hellspin-02jbba {
  color: var(--icon-color);
}

@media screen and (min-width: 1025px) {
  .hellspin-5803mt {
    display: none;
  }
}

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

.hellspin-2ck96n {
  display: flex;
  align-items: center;
}

.hellspin-2ck96n a {
  margin: 0 10px;
}

/* social */

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

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

.hellspin-wgrn6s li {
  display: flex;
  margin: 0 7px;
}

.hellspin-wgrn6s li svg {
  transition: 0.hellspin-8bl84b ease-in-out;
}

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

/* faq */

.hellspin-u8is2f {
  margin-bottom: 2rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

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

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

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

.hellspin-jb7g2b h2 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .hellspin-u8is2f,
  .hellspin-jb7g2b {
    max-width: 100vw;
  }
}

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

.hellspin-nlvne0 {
  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.hellspin-55512i ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hellspin-nlvne0::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.hellspin-55512i ease;
}

.hellspin-9jzjtq.hellspin-o9a2ph .hellspin-nlvne0::after {
  transform: rotate(45deg);
}

.hellspin-x5zuwr {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.hellspin-8bl84b ease, padding 0.hellspin-8bl84b ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.hellspin-9jzjtq.hellspin-o9a2ph .hellspin-x5zuwr {
  max-height: 100%;
  padding: 15px 20px;
}

/* review */

.hellspin-pr5vlc {
  margin: 25px 0;
}

.hellspin-9axfjd > input:not(:checked) ~ label:hover,
.hellspin-9axfjd > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.hellspin-o4dnep.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.hellspin-kkeeyl 44.hellspin-86sq48.hellspin-e49s44.hellspin-bv1g0v.hellspin-k5f7iq.hellspin-uajtwc.hellspin-fi76z8.hellspin-nzphbk.hellspin-t1m40f.hellspin-cqtr4m.hellspin-k747gv.hellspin-xyx2sx.hellspin-x6giho 0l-12.hellspin-1qblbc 30.hellspin-24jpvg.hellspin-y814vs 2.hellspin-rcguvg.hellspin-y814vs 3.hellspin-kf0cpj 3.hellspin-ytz63o.hellspin-z5hy51 3.hellspin-auq4sd.hellspin-m6v45k.hellspin-p5fckb.hellspin-gyzek6 7-3.hellspin-1qblbc 10.hellspin-tmubup.hellspin-gyzek6 23.hellspin-837fdo.hellspin-qs303e 1.hellspin-tzrt75 2.hellspin-1qblbc 3.hellspin-qs303e 1.hellspin-z5hy51 5.hellspin-nnp2wg.hellspin-z5hy51 32.hellspin-jkhgcv.hellspin-m6v45k 5.hellspin-x6giho 4.hellspin-gyzek6 9.hellspin-gyzek6 8.hellspin-z5hy51 6.hellspin-miqk6i.hellspin-qry3cf.hellspin-2zx5k5.hellspin-mc2usc.hellspin-1wfwci 4.hellspin-hp9wic.hellspin-1wfwci 6.hellspin-1wfwci 0l29.hellspin-x6giho 17.hellspin-rlx1z9.hellspin-q9adyg 2.hellspin-f44wso 10.hellspin-5oubf2.hellspin-1qblbc 8.hellspin-lgfgnj.hellspin-k7cjmv.hellspin-vnelak.hellspin-6x0c23.hellspin-ljtbhj.hellspin-m6v45k.hellspin-uajtwc.hellspin-1qblbc 1.hellspin-xjgxnd.hellspin-g3ltne.hellspin-1fq4vp.hellspin-volpyz.hellspin-kninpt.hellspin-tzrt75 1.hellspin-vbj5hb.hellspin-7it0qm.5z'/%3e%3c/svg%3e");
}

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

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

.hellspin-ha7agf {
  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);
}

.hellspin-ha7agf.hellspin-68ynzq {
  display: block;
}

.hellspin-ha7agf.hellspin-gc1il2 {
  display: none;
}

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

.hellspin-ue1zwu {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.hellspin-q0toed {
  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);
}

.hellspin-2kbkfs {
  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;
}

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

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

.hellspin-14tf8r {
  font-size: 16px;
  line-height: 140%;
}

.hellspin-w2khog {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.hellspin-w2khog .hellspin-3xzd4k {
  fill: #c2c0ce;
}

.hellspin-w2khog [rating="1"] .hellspin-3xzd4k:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.hellspin-w2khog [rating="2"] .hellspin-3xzd4k:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.hellspin-w2khog [rating="3"] .hellspin-3xzd4k:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.hellspin-w2khog [rating="4"] .hellspin-3xzd4k:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.hellspin-w2khog [rating="5"] .hellspin-3xzd4k: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;
}

.hellspin-05h1sm 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;
}

.hellspin-05h1sm 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;
  }
}

.hellspin-gbvn79 {
  text-align: center;
  color: var(--success-color);
}

.hellspin-kr0u7j {
  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;
}

.hellspin-bw1hn2 table {
  width: 100%;
}

.hellspin-eo0w9e {
  display: flex;
  justify-content: center;
}

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

.hellspin-2wwg00 {
  position: relative;
  z-index: 1;
}

.hellspin-whrbrc {
  position: relative;
  z-index: 2;
}

.hellspin-cvjx8i {
  position: relative;
  z-index: 3;
}

.hellspin-m7j2ne {
  position: relative;
  z-index: 4;
}

.hellspin-t79s8n {
  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 */
.hellspin-fmnp2n {
  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;
}

.hellspin-fmnp2n label {
  font-size: 14px;
}

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

.hellspin-di4cvf h2 {
  color: green;
  font-weight: 500;
}

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

.hellspin-snbj8d .hellspin-eph55g:last-child {
  margin-right: 5px;
}

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

  .hellspin-utyrjy {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .hellspin-utyrjy 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);
  }

  .hellspin-utyrjy button {
    z-index: 2;
  }

  .hellspin-we795q {
    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.hellspin-55512i ease;
    z-index: 10000;
  }

  

  .hellspin-we795q:hover {
    background: rgba(0, 0, 0, 0.8);
  }

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

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

  .hellspin-8n30zv {
  bottom: 40px;
  }
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.hellspin-poclqu, .hellspin-1vrbrb, [class*="review-card"],
thead, thead th, table th, .hellspin-yarzrk,
.hellspin-pkf327, [class*="collapsible-header"],
.hellspin-n857sl, [class*="updated-block"] {
  color: #ece7dc !important;
}
