html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

table caption {
  font-size: 26px;
  padding: 15px 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  background: var(--main-theme-color);
  color: var(--text-color);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

a {
  cursor: pointer;
}

* {
  outline: none;
  box-sizing: border-box;
}

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

svg {
  transform: translateZ(0);
}

input,
textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
  margin: 0 auto 28px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.dragonslots-lue29i {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .dragonslots-lue29i {
    padding: 54px 0 0;
  }
}

.dragonslots-insrbt {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  border: none;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .dragonslots-insrbt:hover {
    background: var(--button-bg-hover);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

.dragonslots-eodlvi {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-eodlvi {
    margin: 20px auto 100px;
  }
}

.dragonslots-eodlvi h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .dragonslots-eodlvi h1 {
    font-size: 120px;
  }
}

.dragonslots-eodlvi p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.dragonslots-palmxa {
  cursor: pointer;
}

.dragonslots-6pxru6 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.dragonslots-szobmu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dragonslots-szobmu figure {
  margin: 0;
}

.dragonslots-szobmu.dragonslots-5dcr6r {
  justify-content: flex-start;
  margin-right: 4px;
}

.dragonslots-szobmu.dragonslots-21zjq9 {
  justify-content: flex-end;
  margin-left: 4px;
}

.dragonslots-szobmu.dragonslots-i4z6lu {
  justify-content: center;
}

.dragonslots-szobmu.dragonslots-buqvk3 {
  justify-content: normal;
}

.dragonslots-v8dpci {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
  .dragonslots-v8dpci {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .dragonslots-v8dpci {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.dragonslots-97v5gf {
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .dragonslots-97v5gf {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.dragonslots-uaogxn {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .dragonslots-uaogxn {
    flex-direction: column;
  }
}

.dragonslots-u1uz1e {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.dragonslots-u1uz1e img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .dragonslots-u1uz1e {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}

.dragonslots-ax0fc6 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.dragonslots-ax0fc6 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-ax0fc6 ul {
    margin-bottom: 15px;
  }
}

.dragonslots-ax0fc6 ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.dragonslots-ax0fc6 ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--title-color);
}

.dragonslots-ax0fc6 ul li span svg {
  fill: var(--title-color);
}

.dragonslots-ax0fc6 ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .dragonslots-ax0fc6 ul li small {
    font-size: 12px;
  }
}

.dragonslots-ax0fc6 ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}

.dragonslots-ax0fc6 ul li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .dragonslots-ax0fc6 {
    flex-basis: auto;
    margin: 0 auto;
  }
}

.dragonslots-tq2v0v {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .dragonslots-tq2v0v {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.dragonslots-4nqo53 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.dragonslots-x1nuze {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0.dragonslots-ms8j1n ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 767px) {
  .dragonslots-x1nuze {
    height: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .dragonslots-x1nuze:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}

.dragonslots-x1nuze.dragonslots-8z95sx {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .dragonslots-x1nuze.dragonslots-8z95sx:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.dragonslots-45vc76 {
  padding: 80px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1200px) {
  .dragonslots-45vc76 {
    padding: 80px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .dragonslots-45vc76 {
    padding: 50px 16px 68px;
  }
}

.dragonslots-gzwewy {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .dragonslots-gzwewy {
    flex-direction: column;
  }
}

.dragonslots-249mvc {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-249mvc {
    margin-bottom: 40px;
  }
}

.dragonslots-9nv8bt .dragonslots-c9357l {
  margin-bottom: 28px;
}

.dragonslots-9nv8bt .dragonslots-c9357l img {
  max-height: 100px;
  width: auto;
}

.dragonslots-izcrkh {
  display: flex;
  align-items: center;
}

.dragonslots-izcrkh a + a {
  margin-left: 24px;
}

.dragonslots-izcrkh img {
  max-height: 56px;
  width: auto;
}

.dragonslots-izcrkh img + img {
  margin-left: 24px;
}

.dragonslots-1tjuuh {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-1tjuuh {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}

.dragonslots-sc2t2q {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-sc2t2q {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

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

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

.dragonslots-oxsbtw li {
  display: flex;
  margin: 0 7px;
}

.dragonslots-oxsbtw li svg {
  transition: 0.dragonslots-ms8j1n ease-in-out;
}

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

.dragonslots-saanfb {
  color: var(--footer-text-color);
  font-size: 12px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  word-wrap: break-word;
}

.dragonslots-5v7rf3 + .dragonslots-5v7rf3 {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-5v7rf3 + .dragonslots-5v7rf3 {
    margin: 36px 0 0;
  }
}

.dragonslots-k7jqai {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.dragonslots-073m5l {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dragonslots-073m5l li {
  font-size: 16px;
}

.dragonslots-073m5l li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .dragonslots-073m5l li a:hover {
    text-decoration: underline;
  }
}

.dragonslots-073m5l li + li {
  margin-top: 16px;
}

.dragonslots-lhhi6g {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.dragonslots-5yjzji ease-in-out;
}

.dragonslots-lhhi6g.dragonslots-59dkda {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.dragonslots-5c9vgs {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.dragonslots-5c9vgs h1,
.dragonslots-5c9vgs h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-5c9vgs h1,
  .dragonslots-5c9vgs h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .dragonslots-5c9vgs {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .dragonslots-5c9vgs {
    margin-bottom: 60px;
  }
}

.dragonslots-cgo8mw {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-cgo8mw {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}

.dragonslots-cgo8mw li {
  width: 100%;
}

.dragonslots-cgo8mw li a {
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.dragonslots-ms8j1n ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.dragonslots-cgo8mw li a svg {
  fill: var(--button-text-color);
}

.dragonslots-cgo8mw li a.dragonslots-59dkda {
  background: var(--border-color);
}

@media only screen and (min-width: 1025px) {
  .dragonslots-cgo8mw li a:hover {
    background: var(--border-color);
  }
}

@media only screen and (max-width: 767px) {
  .dragonslots-cgo8mw li a {
    font-size: 14px;
    height: 36px;
    padding: 0 10pxr;
  }
  .dragonslots-cgo8mw li a img {
    max-width: 16px;
  }
}

.dragonslots-hvbgib {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-hvbgib {
    margin: 0 -5px;
  }
}

.dragonslots-23me7d {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.dragonslots-23me7d span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

.dragonslots-23me7d small {
  display: block;
  color: var(--text-color);
  opacity: 0.8;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-23me7d {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .dragonslots-23me7d span {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

.dragonslots-xy7g19 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.dragonslots-xy7g19 img {
  width: 100%;
  transition: 0.dragonslots-ms8j1n ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .dragonslots-xy7g19:hover img {
    transform: scale(1.1);
  }
}

.dragonslots-u2c9gp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .dragonslots-u2c9gp {
    height: 54px;
  }
}

.dragonslots-sr1jnj {
  max-width: 1310px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .dragonslots-sr1jnj {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .dragonslots-sr1jnj {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .dragonslots-sr1jnj .dragonslots-c9357l img {
    max-width: 90px;
  }
}

.dragonslots-c9357l img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .dragonslots-c9357l {
    order: -2;
  }
}

@media only screen and (max-width: 1023px) {
  .dragonslots-rdjmwk {
    display: none;
  }
  .dragonslots-rdjmwk::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 300%;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
  }
}

.dragonslots-1r4x3a {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dragonslots-1r4x3a li {
  font-size: 16px;
  margin: 0 20px;
}

.dragonslots-1r4x3a li a {
  color: var(--menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .dragonslots-1r4x3a li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 1023px) {
  .dragonslots-1r4x3a {
    display: block;
  }
  .dragonslots-1r4x3a li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .dragonslots-1r4x3a li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .dragonslots-1r4x3a li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    border: 5px solid transparent;
    border-left: 5px solid var(--menu-color);
  }
  .dragonslots-1r4x3a li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

.dragonslots-hf3ylt {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
  .dragonslots-hf3ylt {
    margin-right: 105px;
  }
}

@media only screen and (max-width: 1023px) {
  .dragonslots-hf3ylt {
    order: -1;
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .dragonslots-hf3ylt {
    max-width: 230px;
    justify-content: flex-end;
  }
}

.dragonslots-hf3ylt.dragonslots-x5r7gv {
  margin-right: 0;
}

.dragonslots-ce8h14 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  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;
}

@media only screen and (max-width: 767px) {
  .dragonslots-ce8h14 {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .dragonslots-ce8h14:hover {
    background: var(--button-bg-color);
    opacity: 0.9;
  }
}

.dragonslots-i8m9u5 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  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;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@media only screen and (min-width: 1025px) {
  .dragonslots-i8m9u5:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .dragonslots-i8m9u5 {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

.dragonslots-5l58vx {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
  .dragonslots-5l58vx {
    top: 9px;
    transform: none;
    right: auto;
    left: 0;
  }
}

.dragonslots-5l58vx:hover > ul {
  display: flex;
}

.dragonslots-5l58vx:focus > ul {
  display: flex;
}

.dragonslots-5l58vx:focus-within > ul {
  display: flex;
}

.dragonslots-ejy24z {
  position: relative;
  border-radius: 10px;
  height: 42px;
  padding: 5px 32px 5px 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  gap: 5px;
}

.dragonslots-ejy24z::after {
  border-bottom: 1px solid var(--button-text-color);
  border-right: 1px solid var(--button-text-color);
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.dragonslots-5yjzji ease-in-out;
}

@media only screen and (max-width: 767px) {
  .dragonslots-ejy24z {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .dragonslots-ejy24z img {
    max-width: 20px;
  }
}

.dragonslots-5l58vx ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.dragonslots-ms8j1n ease-in-out;
  z-index: 2;
  border-radius: 10px;
  min-width: 66px;
  display: none;
  max-height: 465px;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--button-bg-color);
}

@media only screen and (max-width: 767px) {
  .dragonslots-5l58vx ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.dragonslots-5l58vx ul li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.dragonslots-ms8j1n ease-in-out;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .dragonslots-5l58vx ul li {
    padding: 5px;
  }
}

.dragonslots-5l58vx ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--button-text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .dragonslots-5l58vx ul li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  .dragonslots-5l58vx ul li a {
    font-size: 14px;
    gap: 3px;
  }
  .dragonslots-5l58vx ul li a img {
    max-width: 20px;
  }
}

.dragonslots-je54ib {
  display: none;
}

.dragonslots-suq7r5 {
  width: 38px;
  height: 38px;
  display: none;
  cursor: pointer;
  border-radius: 6px;
  background: var(--button-bg-color);
  padding: 12px 5px;
  z-index: 99;
  margin-left: 8px;
}

@media only screen and (max-width: 1023px) {
  .dragonslots-suq7r5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

.dragonslots-suq7r5 span {
  display: block;
  height: 1px;
  border-radius: 4px;
  width: 20px;
  background: var(--button-text-color);
}

@media only screen and (max-width: 1023px) {
  .dragonslots-je54ib:checked ~ .dragonslots-rdjmwk {
    display: block;
    position: absolute;
    height: 100vh;
    background: var(--fh-bg-color);
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  .dragonslots-rdjmwk {
    display: none;
    transition: display 0.dragonslots-ms8j1n ease-in-out;
  }
  .dragonslots-je54ib:checked ~ .dragonslots-rdjmwk {
    display: block;
  }
  .dragonslots-je54ib:checked + .dragonslots-suq7r5 span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .dragonslots-je54ib:checked + .dragonslots-suq7r5 span:nth-child(2) {
    display: none;
  }
  .dragonslots-je54ib:checked + .dragonslots-suq7r5 span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.dragonslots-oueipo {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .dragonslots-oueipo {
    padding: 0 16px;
  }
}

.dragonslots-oueipo img {
  margin-bottom: 20px;
}

.dragonslots-oueipo p {
  color: var(--text-color);
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-oueipo p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .dragonslots-oueipo {
    margin-bottom: 60px;
  }
}

.dragonslots-jy4tzf {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-jy4tzf {
    font-size: 32px;
  }
}

.dragonslots-y56syj {
  color: var(--text-color);
}

.dragonslots-3wnpxp {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .dragonslots-3wnpxp {
    font-size: 16px;
    line-height: 140%;
  }
}

.dragonslots-3wnpxp p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

.dragonslots-3wnpxp p img {
  display: block;
  margin: 0 auto;
}

.dragonslots-3wnpxp p:first-of-type {
  margin-top: 0;
}

.dragonslots-3wnpxp p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .dragonslots-3wnpxp p {
    font-size: 18px;
    line-height: 140%;
  }
}

.dragonslots-3wnpxp ul {
  padding: 0 0 0 20px;
}

.dragonslots-3wnpxp table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.dragonslots-3wnpxp table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--table-1-color);
}

@media only screen and (max-width: 767px) {
  .dragonslots-3wnpxp table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.dragonslots-3wnpxp table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .dragonslots-3wnpxp table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.dragonslots-3wnpxp table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.dragonslots-3wnpxp iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-3wnpxp iframe {
    height: 200px;
  }
}

.dragonslots-ssnzd3 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 1200px) {
  .dragonslots-ssnzd3 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .dragonslots-ssnzd3 {
    margin-bottom: 60px;
  }
}

.dragonslots-0gg6qp {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-0gg6qp {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.dragonslots-0gg6qp h1,
.dragonslots-0gg6qp h2,
.dragonslots-0gg6qp h3,
.dragonslots-0gg6qp h4 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-0gg6qp h1,
  .dragonslots-0gg6qp h2,
  .dragonslots-0gg6qp h3,
  .dragonslots-0gg6qp h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.dragonslots-nsnnvb {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-nsnnvb {
    flex-direction: column-reverse;
  }
}

.dragonslots-nsnnvb .dragonslots-j486u5 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .dragonslots-nsnnvb .dragonslots-j486u5 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.dragonslots-nsnnvb .dragonslots-iyb731 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-nsnnvb .dragonslots-iyb731 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .dragonslots-nsnnvb .dragonslots-iyb731 img {
    width: 100%;
  }
}

.dragonslots-iyb731 {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-iyb731 {
    margin-bottom: 18px;
  }
}

.dragonslots-j486u5 {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-j486u5 {
    margin-bottom: 18px;
  }
}

.dragonslots-ssnzd3 h2 {
  color: var(--title-color);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-ssnzd3 h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.dragonslots-ssnzd3 .dragonslots-insrbt {
  margin-top: 30px;
  margin-bottom: 30px;
}

.dragonslots-pk72f2 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 110px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  background: #1a1b2d;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .dragonslots-pk72f2 {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 767px) {
  .dragonslots-pk72f2 {
    margin-bottom: 60px;
  }
}

.dragonslots-3r9t5w {
  position: relative;
  border: none;
}

.dragonslots-3r9t5w::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--fh-bg-color);
}

.dragonslots-12sl8l {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  font-size: 24px;
  font-weight: 700;
  background: var(--fh-bg-color);
  color: var(--title-color);
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
}

.dragonslots-12sl8l span {
  height: 32px;
}

.dragonslots-12sl8l span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.dragonslots-12sl8l.dragonslots-hpudtw span {
  transform: scaleY(-1);
}

@media only screen and (max-width: 767px) {
  .dragonslots-12sl8l {
    padding: 0 14px;
    font-size: 22px;
    height: 68px;
  }
}

.dragonslots-3afq09 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dragonslots-3afq09 li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .dragonslots-3afq09 li {
    font-size: 16px;
  }
}

.dragonslots-3afq09 li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.dragonslots-ms8j1n ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .dragonslots-3afq09 li a:hover {
    background: var(--main-theme-color);
  }
}

@media only screen and (max-width: 767px) {
  .dragonslots-3afq09 li a {
    padding: 12px 14px;
  }
}

.dragonslots-3afq09.dragonslots-ob627o {
  display: none;
}

.dragonslots-rjcoxo {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.dragonslots-rjcoxo table {
  width: 100%;
  border-collapse: collapse;
}

.dragonslots-rjcoxo table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .dragonslots-rjcoxo table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .dragonslots-rjcoxo table td {
    min-width: 75px;
  }
}

.dragonslots-rjcoxo table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .dragonslots-rjcoxo table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.dragonslots-rjcoxo table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.dragonslots-rjcoxo p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .dragonslots-rjcoxo p {
    font-size: 16px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 1200px) {
  .dragonslots-rjcoxo {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .dragonslots-rjcoxo {
    margin-bottom: 60px;
  }
}

.dragonslots-furru3 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fh-bg-color);
  color: var(--title-color);
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .dragonslots-furru3 {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.dragonslots-dkv5nh {
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 500px) {
  .dragonslots-dkv5nh {
    width: 100%;
    border-collapse: collapse;
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

.dragonslots-dkv5nh tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .dragonslots-dkv5nh tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.dragonslots-dkv5nh tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.dragonslots-jwe8t8 table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.dragonslots-jwe8t8 table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.dragonslots-jwe8t8 p {
  color: var(--text-color);
}

.dragonslots-v4rlnx {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .dragonslots-v4rlnx {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .dragonslots-v4rlnx {
    margin-bottom: 60px;
  }
}

.dragonslots-kh4pcp {
  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);
}

.dragonslots-h6sngn {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .dragonslots-h6sngn {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .dragonslots-h6sngn {
    margin-bottom: 60px;
  }
}

.dragonslots-mvtmhv {
  border-radius: 10px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding: 20px 32px 20px;
}

.dragonslots-mvtmhv h3 {
  position: relative;
  color: var(--title-color);
  font-size: 26px;
  cursor: pointer;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-mvtmhv h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

.dragonslots-mvtmhv p {
  padding: 0;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
  color: var(--text-color);
}

.dragonslots-mvtmhv p + p {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-mvtmhv p {
    font-size: 16px;
  }
}

.dragonslots-lvib6c {
  display: none;
}

@media only screen and (max-width: 767px) {
  .dragonslots-lvib6c {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 68px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #161d33;
    padding: 0 40px;
  }
}

.dragonslots-ksyyxc {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.dragonslots-ksyyxc li {
  margin: 0 20px;
}

.dragonslots-ksyyxc li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.dragonslots-ksyyxc li a img {
  margin-bottom: 4px;
}

@media only screen and (min-width: 1025px) {
  .dragonslots-ksyyxc li a:hover {
    color: #2ab765;
  }
}

.dragonslots-dnrmpn {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 10px auto;
  padding: 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .dragonslots-dnrmpn {
    padding: 0 16px;
  }
}

.dragonslots-dnrmpn li {
  font-size: 16px;
  position: relative;
}

.dragonslots-dnrmpn li a {
  color: var(--text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .dragonslots-dnrmpn li a:hover {
    text-decoration: underline;
  }
}

.dragonslots-dnrmpn li span {
  opacity: 0.5;
}

.dragonslots-dnrmpn li + li {
  margin-left: 30px;
}

.dragonslots-dnrmpn li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

h2.dragonslots-0gg6qp {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  h2.dragonslots-0gg6qp {
    margin-bottom: 18px;
  }
}

.dragonslots-ed4700 {
  border-collapse: separate;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-color);
  counter-reset: table-row;
}

.dragonslots-ed4700 tbody tr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 36px;
  padding: 20px 24px;
  border-radius: 10px;
  margin-bottom: 16px;
  cursor: pointer;
  background-color: var(--fh-bg-color);
}

.dragonslots-ed4700 tbody tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: var(--fh-bg-color);
  border-radius: 10px;
}

.dragonslots-ed4700 tbody tr:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--fh-bg-color);
  border-radius: 10px;
}

.dragonslots-ed4700 tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.dragonslots-ed4700 tbody tr:last-of-type {
  margin-bottom: 0;
}

.dragonslots-ed4700 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.dragonslots-ed4700 tbody tr td:first-of-type > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--rate-image-border);
}

.dragonslots-ed4700 tbody tr td:first-of-type > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
  padding: 2px 9px;
  width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  counter-increment: table-row;
  content: counter(table-row);
  background: var(--rate-counter-bg);
}

.dragonslots-ed4700 tbody tr td:last-of-type {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .dragonslots-ed4700 tbody tr td:last-of-type {
    margin-left: 0;
    width: 100%;
  }
}

.dragonslots-ed4700 tbody tr td .dragonslots-kic1k8 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .dragonslots-ed4700 tbody tr td .dragonslots-kic1k8 {
    width: 100%;
  }
}

.dragonslots-ed4700 tbody tr td .dragonslots-yrbp3i {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 10px;
  width: 181px;
  height: 46px;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  transition: 0.dragonslots-ms8j1n ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .dragonslots-ed4700 tbody tr td .dragonslots-yrbp3i:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .dragonslots-ed4700 tbody tr td .dragonslots-yrbp3i {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .dragonslots-ed4700 tbody tr td .dragonslots-yrbp3i {
    width: 100%;
  }
}

.dragonslots-ed4700 tbody tr td .dragonslots-fdmigi {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .dragonslots-ed4700 tbody tr td .dragonslots-fdmigi:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .dragonslots-ed4700 tbody tr {
    flex-direction: column;
  }
}

.dragonslots-ed4700 tbody tr:nth-child(-n + 3) td > a::before {
  background: var(--rate-counter-bg-top);
}

.dragonslots-tw1aqf {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .dragonslots-tw1aqf {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .dragonslots-tw1aqf {
    margin: 0 auto 60px;
  }
}

.dragonslots-tivs4l {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .dragonslots-tivs4l {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.dragonslots-7pbrtf {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-7pbrtf {
    margin: 0 -5px;
  }
}

.dragonslots-yc74st {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.dragonslots-yc74st img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.dragonslots-ms8j1n ease-in-out;
}

.dragonslots-yc74st p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .dragonslots-yc74st:hover img {
    transform: scale(1.01);
  }
}

@media only screen and (max-width: 991px) {
  .dragonslots-yc74st {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .dragonslots-yc74st {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 12px;
  }
  .dragonslots-yc74st p {
    font-size: 16px;
  }
}

.dragonslots-q82ua4 {
  position: relative;
  max-width: 800px;
  height: 400px;
  width: 100%;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 520px) {
  .dragonslots-q82ua4 {
    height: 190px;
    margin: 20px auto;
  }
}

.dragonslots-q82ua4 img {
  width: 100%;
  height: 100%;
}

.dragonslots-q82ua4 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .dragonslots-q82ua4 iframe {
    height: 190px;
  }
}

.dragonslots-q9a5xq {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(3px);
}

.dragonslots-q9a5xq::before {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.dragonslots-tasfs2 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.dragonslots-tasfs2 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.dragonslots-ms8j1n ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .dragonslots-tasfs2:hover svg {
    transform: scale(1.1);
  }
}

.dragonslots-1ne2ae {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .dragonslots-1ne2ae {
    padding: 40px 0;
  }
}

.dragonslots-2xr558 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .dragonslots-2xr558 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .dragonslots-2xr558 {
    flex-direction: column-reverse;
  }
}

.dragonslots-n8f7kg {
  max-width: 520px;
  width: 100%;
  flex-basis: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}

.dragonslots-n8f7kg img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .dragonslots-n8f7kg {
    max-width: 565px;
    flex-basis: auto;
    margin: 24px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .dragonslots-n8f7kg {
    margin: 10px 0 0;
  }
}

.dragonslots-8g458s {
  max-width: 565px;
  width: 100%;
  flex-basis: 565px;
  border-radius: 10px;
  padding: 36px 32px;
  background: radial-gradient(
    114.2% 133.85% at 7.14% 3.6%,
    rgba(35, 35, 54, 0.7) 0%,
    rgba(35, 35, 54, 0.7) 0.01%,
    rgba(35, 35, 54, 0.1) 100%
  );
  border: 1px solid #383853;
}

.dragonslots-8g458s h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 16px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .dragonslots-8g458s {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .dragonslots-8g458s {
    padding: 24px 10px;
  }
}

.dragonslots-dydoc6 {
  background: rgba(30, 30, 53, 0.6);
  border: 1px solid #383853;
  border-radius: 6px;
  padding: 14px 20px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #a29eb6;
  transition: 0.dragonslots-ms8j1n ease-in-out;
}

.dragonslots-dydoc6:hover {
  border: 1px solid #8c8ca2;
}

.dragonslots-9qgmas {
  margin: 20px auto 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  padding: 15px 10px;
  width: 100%;
  height: 52px;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
}

.dragonslots-9qgmas:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.dragonslots-x6b3wy {
  max-width: 342px;
  width: 100%;
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #c0c0c0;
  text-align: center;
}

.dragonslots-x6b3wy a {
  text-decoration: underline;
  color: #8babff;
}

.dragonslots-lemsar {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.dragonslots-lemsar .dragonslots-dydoc6 {
  width: 50%;
  margin: 0;
}

.dragonslots-5mso3s {
  border-radius: 6px;
  padding: 15px 10px;
  width: 50%;
  height: 52px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.dragonslots-5mso3s:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.dragonslots-dtgy4q {
  margin: 0 0 100px;
}

@media only screen and (max-width: 1200px) {
  .dragonslots-dtgy4q {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .dragonslots-dtgy4q {
    margin: 0 0 60px;
  }
}

.dragonslots-mxirgx {
  position: relative;
  padding: 20px 24px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .dragonslots-mxirgx {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.dragonslots-l5u4gs {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .dragonslots-l5u4gs {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}

.dragonslots-8xuf9b {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-8xuf9b {
    flex-basis: auto;
    max-width: 100%;
  }
}

.dragonslots-mtc8du {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 40px;
  font-weight: 700;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .dragonslots-mtc8du {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.dragonslots-mtc8du a {
  width: 26px;
  height: 26px;
  background: #5277e7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  margin-left: 20px;
  border-radius: 4px;
  transition: 0.dragonslots-ms8j1n ease-in-out;
}

@media only screen and (max-width: 767px) {
  .dragonslots-mtc8du a {
    margin: 1px 0 4px;
  }
}

.dragonslots-mtc8du a svg {
  fill: #fff;
}

.dragonslots-mtc8du a:hover {
  background: #3d68e7;
}

.dragonslots-fe9wdy {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.dragonslots-mkko90 {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-mkko90 {
    position: absolute;
    top: 18px;
    left: 115px;
  }
}

.dragonslots-4dom97 {
  font-size: 16px;
  color: var(--text-color);
}

.dragonslots-m9wne9 {
  display: grid;
  grid-template-areas: "play-block__left" "content-section" "play-block__right";
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .dragonslots-m9wne9 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .dragonslots-m9wne9 {
    margin: 20px auto 60px;
  }
}

@media only screen and (min-width: 992px) {
  .dragonslots-m9wne9 {
    grid-template-areas: "play-block__left play-block__right" "content-section content-section";
    grid-template-columns: 65% 35%;
  }
}

.dragonslots-e0vpdi {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

.dragonslots-e0vpdi h1,
.dragonslots-e0vpdi h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-e0vpdi h1,
  .dragonslots-e0vpdi h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .dragonslots-e0vpdi {
    margin: 0;
    padding-right: 20px;
  }
}

.dragonslots-evzx75 {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

.dragonslots-evzx75 h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-evzx75 h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.dragonslots-evzx75 h2 {
  display: flex;
  align-items: center;
  min-height: 68px;
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 6px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-evzx75 h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.dragonslots-evzx75 table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.dragonslots-evzx75 table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .dragonslots-evzx75 table tr td {
    padding: 12px 4px;
  }
}

.dragonslots-evzx75 table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .dragonslots-evzx75 table tr th {
    padding: 12px 4px;
  }
}

.dragonslots-evzx75 table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .dragonslots-evzx75 {
    margin: 0;
  }
}

.dragonslots-d63xvy {
  width: 100%;
  min-height: 356px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .dragonslots-d63xvy {
    min-height: 190px;
  }
}

.dragonslots-ib57u0 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(5px);
}

.dragonslots-ib57u0::before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.dragonslots-25mktz {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.dragonslots-25mktz.dragonslots-qz3big {
  display: none;
}

.dragonslots-86ehn7 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.dragonslots-86ehn7 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dragonslots-86ehn7 iframe.dragonslots-i3am0q {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.dragonslots-86ehn7.dragonslots-8jnq0o {
  opacity: 1;
  pointer-events: all;
}

.dragonslots-zbkyka {
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 252px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #c2c0ce;
  margin: 0 auto;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.dragonslots-ms8j1n ease-in-out;
}

.dragonslots-zbkyka svg {
  margin-right: 10px;
}

.dragonslots-zbkyka + .dragonslots-zbkyka {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .dragonslots-zbkyka:hover {
    background: #a8a6b3;
  }
}

.dragonslots-hlb6h2 {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

@media only screen and (min-width: 1025px) {
  .dragonslots-hlb6h2:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
  }
}

@media only screen and (max-width: 767px) {
  .dragonslots-zbkyka {
    height: 42px;
    max-width: 220px;
  }
}

.dragonslots-m9wne9 .dragonslots-ssnzd3 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.dragonslots-m9wne9 .dragonslots-ssnzd3 h1,
.dragonslots-m9wne9 .dragonslots-ssnzd3 h2 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-m9wne9 .dragonslots-ssnzd3 h1,
  .dragonslots-m9wne9 .dragonslots-ssnzd3 h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .dragonslots-m9wne9 .dragonslots-ssnzd3 {
    margin: 28px 0 0;
  }
}

.dragonslots-jdzk2w {
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .dragonslots-jdzk2w {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .dragonslots-jdzk2w {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .dragonslots-jdzk2w {
    margin: 20px auto 60px;
  }
}

.dragonslots-k74o5u {
  max-width: 545px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .dragonslots-k74o5u {
    max-width: 100%;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .dragonslots-k74o5u {
    max-width: 100%;
    margin: 0 0 10px;
  }
}

.dragonslots-3k4wbo {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.dragonslots-3k4wbo iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dragonslots-c4wmdz {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.dragonslots-c4wmdz h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .dragonslots-c4wmdz h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .dragonslots-c4wmdz h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .dragonslots-c4wmdz {
    max-width: 100%;
    margin: 0;
  }
}

.dragonslots-0144ho {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-0144ho {
    padding: 14px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.dragonslots-hp5ckl {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-hp5ckl {
    flex-direction: column;
    margin: 0 0 0 20px;
  }
}

.dragonslots-yovqnb {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.dragonslots-yovqnb span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

@media only screen and (max-width: 767px) {
  .dragonslots-yovqnb {
    margin: 0;
  }
  .dragonslots-yovqnb:last-of-type {
    margin-top: 4px;
  }
}

.dragonslots-o7gf9k {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 540px) {
  .dragonslots-o7gf9k {
    padding: 10px;
  }
}

.dragonslots-o7gf9k .dragonslots-insrbt {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .dragonslots-o7gf9k .dragonslots-insrbt {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .dragonslots-o7gf9k {
    flex-wrap: wrap;
  }
}

.dragonslots-l0lvim {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.dragonslots-l0lvim img {
  width: 100%;
}

.dragonslots-5xfpln {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 540px) {
  .dragonslots-5xfpln {
    max-width: 200px;
    margin: 0;
  }
}

.dragonslots-wnk57t {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

.dragonslots-7jvxm9 {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.dragonslots-zaw6j5 {
  width: 100%;
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-zaw6j5 {
    margin: 0 0 60px;
  }
}

.dragonslots-zaw6j5 .dragonslots-4ehd80 {
  position: relative;
}

.dragonslots-zaw6j5 .dragonslots-szc6id {
  width: 100%;
  height: calc(100vh - 54px);
  height: 100dvh;
  height: calc(100dvh - env(safe-area-inset-bottom, 0px));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.dragonslots-zaw6j5 .dragonslots-szc6id.dragonslots-qz3big {
  display: none;
}

.dragonslots-zaw6j5 .dragonslots-ymfzzs {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  max-width: 910px;
  width: 100%;
  border-radius: 20px;
  padding: 17px 40px;
  background: var(--main-theme-color);
  border: 1px solid var(--border-color);
  margin-bottom: env(safe-area-inset-bottom, 0px);
}

@media only screen and (max-width: 991px) {
  .dragonslots-zaw6j5 .dragonslots-ymfzzs {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .dragonslots-zaw6j5 .dragonslots-ymfzzs {
    bottom: 90px;
  }
}

.dragonslots-zaw6j5 .dragonslots-ymfzzs .dragonslots-tp37i2 {
  max-width: 300px;
  width: 100%;
}

.dragonslots-zaw6j5 .dragonslots-ymfzzs .dragonslots-tp37i2 .dragonslots-kt7tht {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .dragonslots-zaw6j5 .dragonslots-ymfzzs .dragonslots-tp37i2 .dragonslots-kt7tht {
    font-size: 32px;
    text-align: center;
  }
}

.dragonslots-zaw6j5 .dragonslots-ymfzzs .dragonslots-tp37i2 .dragonslots-92el46 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .dragonslots-zaw6j5 .dragonslots-ymfzzs .dragonslots-tp37i2 .dragonslots-92el46 {
    text-align: center;
  }
}

.dragonslots-zaw6j5 .dragonslots-ymfzzs .dragonslots-x5r7gv {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .dragonslots-zaw6j5 .dragonslots-ymfzzs .dragonslots-x5r7gv {
    flex-direction: column-reverse;
  }
}

.dragonslots-zaw6j5 .dragonslots-ymfzzs .dragonslots-x5r7gv .dragonslots-7whff7 {
  border-radius: 10px;
  padding: 12px 28px;
  width: 200px;
  height: 46px;
  background: #a9afbc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0b0b10;
  cursor: pointer;
  transition: 0.dragonslots-ms8j1n ease-in-out;
}

.dragonslots-zaw6j5 .dragonslots-ymfzzs .dragonslots-x5r7gv .dragonslots-7whff7:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .dragonslots-zaw6j5 .dragonslots-ymfzzs .dragonslots-x5r7gv .dragonslots-7whff7 {
    width: 100%;
  }
}

.dragonslots-zaw6j5 .dragonslots-ymfzzs .dragonslots-x5r7gv .dragonslots-ytaa2p {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  width: 274px;
  height: 46px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  position: relative;
  transition: 0.dragonslots-ms8j1n ease-in-out;
  overflow: hidden;
}

.dragonslots-zaw6j5 .dragonslots-ymfzzs .dragonslots-x5r7gv .dragonslots-ytaa2p span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@keyframes slideLeftRight {
  0% {
    left: -16px;
  }
  100% {
    left: calc(100% + 16px);
  }
}

.dragonslots-zaw6j5 .dragonslots-ymfzzs .dragonslots-x5r7gv .dragonslots-ytaa2p:before {
  content: "";
  border-radius: 10px;
  position: absolute;
  height: 100%;
  width: 32px;
  top: 0;
  left: -16px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.75) 50%,
    transparent 100%
  );
  z-index: 0;
  backdrop-filter: blur(5px);
  animation: slideLeftRight 2s infinite;
}

.dragonslots-zaw6j5 .dragonslots-ymfzzs .dragonslots-x5r7gv .dragonslots-ytaa2p:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .dragonslots-zaw6j5 .dragonslots-ymfzzs .dragonslots-x5r7gv .dragonslots-ytaa2p {
    width: 100%;
  }
}

.dragonslots-zaw6j5 .dragonslots-ymfzzs.dragonslots-qz3big {
  display: none;
}

.dragonslots-zaw6j5 .dragonslots-gdnmnw {
  display: none;
}

.dragonslots-zaw6j5 .dragonslots-gdnmnw.dragonslots-8jnq0o {
  display: block;
}

.dragonslots-zaw6j5 .dragonslots-gdnmnw iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .dragonslots-zaw6j5 .dragonslots-gdnmnw iframe {
    height: calc(100vh - 54px);
  }
}

.dragonslots-zaw6j5 .dragonslots-tj3q8d {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .dragonslots-zaw6j5 .dragonslots-tj3q8d {
    padding: 24px 16px 0;
  }
}

.dragonslots-zaw6j5 .dragonslots-tj3q8d .dragonslots-kt7tht {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-zaw6j5 .dragonslots-tj3q8d .dragonslots-kt7tht {
    margin-bottom: 24px;
  }
}

.dragonslots-zaw6j5 .dragonslots-tj3q8d table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.dragonslots-zaw6j5 .dragonslots-tj3q8d table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .dragonslots-zaw6j5 .dragonslots-tj3q8d table tr td {
    padding: 12px 4px;
  }
}

.dragonslots-zaw6j5 .dragonslots-tj3q8d table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .dragonslots-zaw6j5 .dragonslots-tj3q8d table tr th {
    padding: 12px 4px;
  }
}

.dragonslots-zaw6j5 .dragonslots-tj3q8d table tr:last-of-type td {
  border-bottom: none;
}

.dragonslots-o42qwi {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background: var(--main-theme-color);
}

.dragonslots-o42qwi.dragonslots-59dkda {
  display: block;
}

.dragonslots-o42qwi iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.dragonslots-o42qwi .dragonslots-d40z7f {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  color: #000;
  border: 1px solid #000;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
}

.dragonslots-o42qwi .dragonslots-7r3sbr {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.dragonslots-o42qwi .dragonslots-ytaa2p {
  bottom: 20px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  height: 46px;
  width: 100%;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  z-index: 10000;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: 0.dragonslots-ms8j1n ease-in-out;
}

.dragonslots-o42qwi .dragonslots-ytaa2p:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

.dragonslots-b4k650 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
  overflow: auto;
}

.dragonslots-b4k650.dragonslots-59dkda {
  display: block;
}

.dragonslots-s0z778 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.dragonslots-qkxzmt {
  position: relative;
  top: 100px;
  margin: 0 auto;
  z-index: 999;
  max-width: 600px;
  width: 100%;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px 44px;
}

.dragonslots-usuf5m {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .dragonslots-qkxzmt {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 28px 16px;
  }
}

.dragonslots-ugr1au {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.dragonslots-ugr1au svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.dragonslots-mpn8wh {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.dragonslots-kffvso.dragonslots-qz3big {
  display: none;
}

.dragonslots-ntp9ui {
  font-size: 16px;
  line-height: 140%;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-ntp9ui {
    margin-bottom: 20px;
  }
}

.dragonslots-qgh25t {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.dragonslots-qgh25t span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

.dragonslots-qgh25t small {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.8;
  display: block;
  margin-bottom: 16px;
}

.dragonslots-qgh25t input {
  border-radius: 46px;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: none;
  font-size: 16px;
  transition: 0.dragonslots-ms8j1n ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.dragonslots-qgh25t input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.dragonslots-qgh25t input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.dragonslots-qgh25t input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.dragonslots-qgh25t input:active {
  border-color: #c2c0ce;
}

.dragonslots-qgh25t input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .dragonslots-qgh25t {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.dragonslots-wc20x7 {
  margin-bottom: 36px;
}

.dragonslots-wc20x7 textarea {
  border-radius: 20px;
  padding: 14px 20px;
  width: 100%;
  height: 120px;
  resize: none;
  overflow: hidden;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: 1px solid #c2c0ce;
  font-size: 16px;
}

.dragonslots-wc20x7 textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.dragonslots-wc20x7 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .dragonslots-wc20x7 {
    margin-bottom: 24px;
  }
}

.dragonslots-opgrcl {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dragonslots-w77rsm {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  width: 136px;
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  transition: 0.dragonslots-ms8j1n ease-in-out;
}

.dragonslots-w77rsm:hover {
  background: var(--border-color);
}

.dragonslots-aka9h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #197bff;
  color: var(--title-color);
  border-radius: 6px;
  padding: 10px;
  width: 193px;
  height: 42px;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: 0.dragonslots-ms8j1n ease-in-out;
}

.dragonslots-aka9h2:hover {
  background: #166ad9;
}

.dragonslots-hqqatb {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.dragonslots-hqqatb.dragonslots-qz3big {
  display: none;
}

.dragonslots-9ly3yw {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--title-color);
  margin: 16px 0 20px;
}

.dragonslots-hqqatb .dragonslots-w77rsm {
  margin: 0 auto;
}

.dragonslots-xn2gmb {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-xn2gmb {
    margin-bottom: 16px;
  }
}

.dragonslots-jb1r76 {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: auto;
  position: relative;
}

.dragonslots-jo55hy {
  filter: grayscale(100%);
}

.dragonslots-jb1r76 > input {
  display: none;
}

.dragonslots-jb1r76 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.dragonslots-ejeinc.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.dragonslots-a783fv 44.dragonslots-khbhtp.dragonslots-xec34n.dragonslots-lj67o5.dragonslots-bzyju0.dragonslots-t3uxor.dragonslots-se4gxk.dragonslots-rrfdn5.dragonslots-fvtz5t.dragonslots-4gf4f8.dragonslots-cem5h1.dragonslots-1oi4we.dragonslots-8crd40 0l-12.dragonslots-irg3a7 30.dragonslots-cef6tu.dragonslots-hfn59g 2.dragonslots-z2dk80.dragonslots-hfn59g 3.dragonslots-xl9c3d 3.dragonslots-y8lwim.dragonslots-6p9xx3 3.dragonslots-y5kk4v.dragonslots-tn65xc.dragonslots-h0nqes.dragonslots-m10elz 7-3.dragonslots-irg3a7 10.dragonslots-tac3lf.dragonslots-m10elz 23.dragonslots-ijl16s.dragonslots-qx5bm6 1.dragonslots-t64mex 2.dragonslots-irg3a7 3.dragonslots-qx5bm6 1.dragonslots-6p9xx3 5.dragonslots-vjhnj0.dragonslots-6p9xx3 32.dragonslots-x766d9.dragonslots-tn65xc 5.dragonslots-8crd40 4.dragonslots-m10elz 9.dragonslots-m10elz 8.dragonslots-6p9xx3 6.dragonslots-az7qqy.dragonslots-hlrxs6.dragonslots-qtadp7.dragonslots-b304cf.dragonslots-o2f2qn 4.dragonslots-1en30e.dragonslots-o2f2qn 6.dragonslots-o2f2qn 0l29.dragonslots-8crd40 17.dragonslots-djtxtt.dragonslots-6fil9q 2.dragonslots-0qsymy 10.dragonslots-j51ix2.dragonslots-irg3a7 8.dragonslots-i9efju.dragonslots-r3hag0.dragonslots-jnw8wq.dragonslots-1tzsbj.dragonslots-2mg5dg.dragonslots-tn65xc.dragonslots-t3uxor.dragonslots-irg3a7 1.dragonslots-38aie7.dragonslots-ndcqyh.dragonslots-h3a2q9.dragonslots-6f8zm2.dragonslots-bh7l08.dragonslots-t64mex 1.dragonslots-o9kkab.dragonslots-snsxnq.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.dragonslots-jb1r76 > input:checked ~ label,
.dragonslots-jb1r76 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.dragonslots-ejeinc.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.dragonslots-a783fv 44.dragonslots-khbhtp.dragonslots-xec34n.dragonslots-lj67o5.dragonslots-bzyju0.dragonslots-t3uxor.dragonslots-se4gxk.dragonslots-rrfdn5.dragonslots-fvtz5t.dragonslots-4gf4f8.dragonslots-cem5h1.dragonslots-1oi4we.dragonslots-8crd40 0l-12.dragonslots-irg3a7 30.dragonslots-cef6tu.dragonslots-hfn59g 2.dragonslots-z2dk80.dragonslots-hfn59g 3.dragonslots-xl9c3d 3.dragonslots-y8lwim.dragonslots-6p9xx3 3.dragonslots-y5kk4v.dragonslots-tn65xc.dragonslots-h0nqes.dragonslots-m10elz 7-3.dragonslots-irg3a7 10.dragonslots-tac3lf.dragonslots-m10elz 23.dragonslots-ijl16s.dragonslots-qx5bm6 1.dragonslots-t64mex 2.dragonslots-irg3a7 3.dragonslots-qx5bm6 1.dragonslots-6p9xx3 5.dragonslots-vjhnj0.dragonslots-6p9xx3 32.dragonslots-x766d9.dragonslots-tn65xc 5.dragonslots-8crd40 4.dragonslots-m10elz 9.dragonslots-m10elz 8.dragonslots-6p9xx3 6.dragonslots-az7qqy.dragonslots-hlrxs6.dragonslots-qtadp7.dragonslots-b304cf.dragonslots-o2f2qn 4.dragonslots-1en30e.dragonslots-o2f2qn 6.dragonslots-o2f2qn 0l29.dragonslots-8crd40 17.dragonslots-djtxtt.dragonslots-6fil9q 2.dragonslots-0qsymy 10.dragonslots-j51ix2.dragonslots-irg3a7 8.dragonslots-i9efju.dragonslots-r3hag0.dragonslots-jnw8wq.dragonslots-1tzsbj.dragonslots-2mg5dg.dragonslots-tn65xc.dragonslots-t3uxor.dragonslots-irg3a7 1.dragonslots-38aie7.dragonslots-ndcqyh.dragonslots-h3a2q9.dragonslots-6f8zm2.dragonslots-bh7l08.dragonslots-t64mex 1.dragonslots-o9kkab.dragonslots-snsxnq.5z'/%3e%3c/svg%3e");
}

.dragonslots-jb1r76 > input:not(:checked) ~ label:hover,
.dragonslots-jb1r76 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.dragonslots-ejeinc.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.dragonslots-a783fv 44.dragonslots-khbhtp.dragonslots-xec34n.dragonslots-lj67o5.dragonslots-bzyju0.dragonslots-t3uxor.dragonslots-se4gxk.dragonslots-rrfdn5.dragonslots-fvtz5t.dragonslots-4gf4f8.dragonslots-cem5h1.dragonslots-1oi4we.dragonslots-8crd40 0l-12.dragonslots-irg3a7 30.dragonslots-cef6tu.dragonslots-hfn59g 2.dragonslots-z2dk80.dragonslots-hfn59g 3.dragonslots-xl9c3d 3.dragonslots-y8lwim.dragonslots-6p9xx3 3.dragonslots-y5kk4v.dragonslots-tn65xc.dragonslots-h0nqes.dragonslots-m10elz 7-3.dragonslots-irg3a7 10.dragonslots-tac3lf.dragonslots-m10elz 23.dragonslots-ijl16s.dragonslots-qx5bm6 1.dragonslots-t64mex 2.dragonslots-irg3a7 3.dragonslots-qx5bm6 1.dragonslots-6p9xx3 5.dragonslots-vjhnj0.dragonslots-6p9xx3 32.dragonslots-x766d9.dragonslots-tn65xc 5.dragonslots-8crd40 4.dragonslots-m10elz 9.dragonslots-m10elz 8.dragonslots-6p9xx3 6.dragonslots-az7qqy.dragonslots-hlrxs6.dragonslots-qtadp7.dragonslots-b304cf.dragonslots-o2f2qn 4.dragonslots-1en30e.dragonslots-o2f2qn 6.dragonslots-o2f2qn 0l29.dragonslots-8crd40 17.dragonslots-djtxtt.dragonslots-6fil9q 2.dragonslots-0qsymy 10.dragonslots-j51ix2.dragonslots-irg3a7 8.dragonslots-i9efju.dragonslots-r3hag0.dragonslots-jnw8wq.dragonslots-1tzsbj.dragonslots-2mg5dg.dragonslots-tn65xc.dragonslots-t3uxor.dragonslots-irg3a7 1.dragonslots-38aie7.dragonslots-ndcqyh.dragonslots-h3a2q9.dragonslots-6f8zm2.dragonslots-bh7l08.dragonslots-t64mex 1.dragonslots-o9kkab.dragonslots-snsxnq.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .dragonslots-kcs64e > .dragonslots-cio1yf {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .dragonslots-kcs64e > .dragonslots-cio1yf {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .dragonslots-kcs64e > .dragonslots-cio1yf {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .dragonslots-kcs64e > .dragonslots-cio1yf {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .dragonslots-kcs64e > .dragonslots-cio1yf {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

label[for="rating-0"] {
  display: none;
}

.dragonslots-06g8dw {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.dragonslots-06g8dw.dragonslots-qz3big {
  display: none;
}

.dragonslots-2n3woi {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  height: 110px;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .dragonslots-2n3woi {
    height: 74px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .dragonslots-2n3woi {
    border-radius: 20px 20px 0 0;
  }
}

.dragonslots-azc6jt {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 52px;
  gap: 16px;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  color: #fff;
  border-top-left-radius: 30px;
}

.dragonslots-azc6jt::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.dragonslots-azc6jt::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.dragonslots-azc6jt img {
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .dragonslots-azc6jt {
    max-width: 300px;
    padding: 0 10px;
    font-size: 16px;
  }
  .dragonslots-azc6jt img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .dragonslots-azc6jt {
    max-width: 120px;
    font-size: 14px;
    border-top-left-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
  }
  .dragonslots-azc6jt img {
    max-width: 60px;
    border-radius: 7px;
  }
}

.dragonslots-ek7bae {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .dragonslots-ek7bae {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .dragonslots-ek7bae {
    font-size: 14px;
  }
}

.dragonslots-wzu8uo {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 52px 0 0;
  z-index: 2;
  overflow: hidden;
  border-top-right-radius: 30px;
}

.dragonslots-wzu8uo::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .dragonslots-wzu8uo::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.dragonslots-wzu8uo::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .dragonslots-wzu8uo::after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .dragonslots-wzu8uo {
    max-width: 300px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .dragonslots-wzu8uo {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}

.dragonslots-h2kx53 {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .dragonslots-h2kx53 {
    top: -20px;
  }
}

.dragonslots-o0a7zr {
  width: 220px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.dragonslots-ms8j1n ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

@media only screen and (min-width: 1025px) {
  .dragonslots-o0a7zr:hover {
    background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
  }
}

@media only screen and (max-width: 1023px) {
  .dragonslots-o0a7zr {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .dragonslots-o0a7zr {
    width: 90px;
    height: 40px;
  }
}

.dragonslots-06g8dw.dragonslots-vc12he .dragonslots-2n3woi {
  background: #2b3b67;
}

.dragonslots-06g8dw.dragonslots-vc12he .dragonslots-azc6jt {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.dragonslots-06g8dw.dragonslots-vc12he .dragonslots-azc6jt::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.dragonslots-06g8dw.dragonslots-vc12he .dragonslots-azc6jt::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.dragonslots-06g8dw.dragonslots-vc12he .dragonslots-wzu8uo::before {
  background: #0e0f41;
}

.dragonslots-06g8dw.dragonslots-vc12he .dragonslots-wzu8uo::after {
  background: #152557;
}

.dragonslots-06g8dw.dragonslots-ajdel6 .dragonslots-2n3woi {
  background: #1f35fa;
}

.dragonslots-06g8dw.dragonslots-ajdel6 .dragonslots-azc6jt {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.dragonslots-06g8dw.dragonslots-ajdel6 .dragonslots-azc6jt::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.dragonslots-06g8dw.dragonslots-ajdel6 .dragonslots-azc6jt::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.dragonslots-06g8dw.dragonslots-ajdel6 .dragonslots-wzu8uo::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.dragonslots-06g8dw.dragonslots-ajdel6 .dragonslots-wzu8uo::after {
  background: #192ac8;
}

.dragonslots-06g8dw.dragonslots-4c2mn7 .dragonslots-2n3woi {
  background: #fa771f;
}

.dragonslots-06g8dw.dragonslots-4c2mn7 .dragonslots-azc6jt {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.dragonslots-06g8dw.dragonslots-4c2mn7 .dragonslots-azc6jt::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.dragonslots-06g8dw.dragonslots-4c2mn7 .dragonslots-azc6jt::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.dragonslots-06g8dw.dragonslots-4c2mn7 .dragonslots-wzu8uo::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.dragonslots-06g8dw.dragonslots-4c2mn7 .dragonslots-wzu8uo::after {
  background: #fa8535;
}

.dragonslots-dtz4y4 {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .dragonslots-dtz4y4 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .dragonslots-dtz4y4 {
    margin: 24px 0 60px;
  }
}

.dragonslots-dtz4y4 h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-dtz4y4 h1 {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 18px;
  }
}

.dragonslots-u9ryah {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 24px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .dragonslots-u9ryah {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.dragonslots-mlgzow {
  display: flex;
  align-items: center;
  color: var(--text-color);
  gap: 6px;
  font-weight: 700;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-mlgzow {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.dragonslots-p36p60 {
  max-width: 200px;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .dragonslots-p36p60:hover {
    background: var(--button-bg-hover);
  }
}

.dragonslots-cfgdpr {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dragonslots-cfgdpr span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.dragonslots-cfgdpr small {
  font-size: 14px;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .dragonslots-cfgdpr {
    margin-bottom: 16px;
  }
}

.dragonslots-6ig5gb {
  width: 120px;
  height: 22px;
}

.dragonslots-6ig5gb .dragonslots-o6zcpj {
  fill: #c2c0ce;
}

.dragonslots-6ig5gb [rating="1"] .dragonslots-o6zcpj:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.dragonslots-6ig5gb [rating="2"] .dragonslots-o6zcpj:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.dragonslots-6ig5gb [rating="3"] .dragonslots-o6zcpj:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.dragonslots-6ig5gb [rating="4"] .dragonslots-o6zcpj:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.dragonslots-6ig5gb [rating="5"] .dragonslots-o6zcpj:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.dragonslots-0r4h5j {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

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

.dragonslots-ybse9d {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.dragonslots-ybse9d.dragonslots-8jnq0o {
  display: block;
}

.dragonslots-ybse9d.dragonslots-qz3big {
  display: none;
}

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

.dragonslots-zwi7aw {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.dragonslots-xx1p19 {
  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);
}

.dragonslots-eghiow {
  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;
}

.dragonslots-90z0zo small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.dragonslots-jvye2d {
  font-size: 16px;
  line-height: 140%;
}

.dragonslots-zcticx {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.dragonslots-zcticx .dragonslots-o6zcpj {
  fill: #c2c0ce;
}

.dragonslots-zcticx [rating="1"] .dragonslots-o6zcpj:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.dragonslots-zcticx [rating="2"] .dragonslots-o6zcpj:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.dragonslots-zcticx [rating="3"] .dragonslots-o6zcpj:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.dragonslots-zcticx [rating="4"] .dragonslots-o6zcpj:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.dragonslots-zcticx [rating="5"] .dragonslots-o6zcpj:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.dragonslots-7hz8os {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .dragonslots-7hz8os {
    margin: 18px auto 0;
  }
}

/* Review Hero Block Styles */

.dragonslots-87ke88 {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .dragonslots-87ke88 {
    padding: 0 16px;
  }
}

.dragonslots-kjadd0 {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-kjadd0 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.dragonslots-qr0lop {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .dragonslots-qr0lop {
    padding: 12px;
    gap: 12px;
  }
}

.dragonslots-urjn4g {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.dragonslots-urjn4g img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dragonslots-o7upyw {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    var(--button-bg-color) 0%,
    var(--button-bg-hover) 100%
  );
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.dragonslots-s2hm76 {
  flex: 1;
  min-width: 0;
}

.dragonslots-g7b5uy {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .dragonslots-g7b5uy {
    font-size: 14px;
    gap: 6px;
  }
}

.dragonslots-0vmrz7 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.dragonslots-0vmrz7 svg,
.dragonslots-0vmrz7 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dragonslots-0vmrz7 svg path {
  fill: var(--button-bg-color);
}

.dragonslots-0vmrz7 svg circle {
  fill: var(--button-text-color);
}

.dragonslots-dwc7s1 {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .dragonslots-dwc7s1 {
    font-size: 12px;
  }
}

.dragonslots-dwc7s1 strong {
  font-weight: 600;
}

.dragonslots-3rmg55 {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.dragonslots-3rmg55 p {
  margin: 0 0 16px;
}

.dragonslots-3rmg55 p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .dragonslots-3rmg55 {
    font-size: 14px;
    line-height: 150%;
  }
}

.dragonslots-fruouo {
  max-width: 300px;
  width: 100%;
}

.dragonslots-fruouo a {
  width: 100%;
}

@media (max-width: 575px) {
  .dragonslots-fruouo {
    max-width: 200px;
  }
}

.dragonslots-lqth3p {
  justify-content: center;
}

.dragonslots-vf6lvv {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dragonslots-lmg8ge {
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .dragonslots-qca1iv {
    padding: 0 0 50px;
    justify-content: center;
  }
}

.dragonslots-ro3g01 {
  padding: 5px 0;
  justify-content: center;
  background: color-mix(in srgb, var(--fh-bg-color), transparent 20%);
}

.dragonslots-ro3g01 .dragonslots-1r4x3a {
  justify-content: center;
}

/* faq */

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

.dragonslots-ns7u4o {
  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.dragonslots-w41oqx ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dragonslots-ns7u4o::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.dragonslots-w41oqx ease;
}

.dragonslots-g7mvp0.dragonslots-59dkda .dragonslots-ns7u4o::after {
  transform: rotate(45deg);
}

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

.dragonslots-g7mvp0.dragonslots-59dkda .dragonslots-njb71b {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.dragonslots-rk02fp {
  margin: 25px 0;
}

.dragonslots-jb1r76 > input:not(:checked) ~ label:hover,
.dragonslots-jb1r76 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.dragonslots-g9d23t.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.dragonslots-ss1r3c 44.dragonslots-xnkw2b.dragonslots-w7y7or.dragonslots-30u849.dragonslots-liv9xh.dragonslots-rlr8np.dragonslots-wexlop.dragonslots-glulrd.dragonslots-0j0hb2.dragonslots-ihsn7d.dragonslots-q3mnj0.dragonslots-ls45ae.dragonslots-8rfub6 0l-12.dragonslots-j48h1g 30.dragonslots-m1elrt.dragonslots-3mpv9z 2.dragonslots-gyh6y8.dragonslots-3mpv9z 3.dragonslots-srkh20 3.dragonslots-1s499n.dragonslots-dq83qz 3.dragonslots-qfsoty.dragonslots-1phxuv.dragonslots-nae3bf.dragonslots-7nbek9 7-3.dragonslots-j48h1g 10.dragonslots-gzxcur.dragonslots-7nbek9 23.dragonslots-h6njy1.dragonslots-bbgzh7 1.dragonslots-f9afkf 2.dragonslots-j48h1g 3.dragonslots-bbgzh7 1.dragonslots-dq83qz 5.dragonslots-sczxta.dragonslots-dq83qz 32.dragonslots-iabfif.dragonslots-1phxuv 5.dragonslots-8rfub6 4.dragonslots-7nbek9 9.dragonslots-7nbek9 8.dragonslots-dq83qz 6.dragonslots-hrujbq.dragonslots-aznpon.dragonslots-rzbp10.dragonslots-6vxzkj.dragonslots-kirpd0 4.dragonslots-06jui1.dragonslots-kirpd0 6.dragonslots-kirpd0 0l29.dragonslots-8rfub6 17.dragonslots-uwhy12.dragonslots-rt99zo 2.dragonslots-fms7xb 10.dragonslots-hlkc2g.dragonslots-j48h1g 8.dragonslots-oeqlts.dragonslots-xdnqy5.dragonslots-k7xy0l.dragonslots-65kxjr.dragonslots-wv6gqx.dragonslots-1phxuv.dragonslots-rlr8np.dragonslots-j48h1g 1.dragonslots-d55c4z.dragonslots-397onu.dragonslots-yia5mm.dragonslots-ey2qml.dragonslots-9vj6gm.dragonslots-f9afkf 1.dragonslots-nu3r0p.dragonslots-0b6xy2.5z'/%3e%3c/svg%3e");
}

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

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

.dragonslots-ck7d35 {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.dragonslots-ck7d35.dragonslots-h7cnvq {
  display: block;
}

.dragonslots-ck7d35.dragonslots-0pzept {
  display: none;
}

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

.dragonslots-86kn7f {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.dragonslots-0bcygg {
  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);
}

.dragonslots-qe9jrz {
  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;
}

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

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

.dragonslots-belsfg {
  font-size: 16px;
  line-height: 140%;
}

.dragonslots-8lphyp {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.dragonslots-8lphyp .dragonslots-4lm0ra {
  fill: #c2c0ce;
}

.dragonslots-8lphyp [rating="1"] .dragonslots-4lm0ra:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.dragonslots-8lphyp [rating="2"] .dragonslots-4lm0ra:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.dragonslots-8lphyp [rating="3"] .dragonslots-4lm0ra:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.dragonslots-8lphyp [rating="4"] .dragonslots-4lm0ra:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.dragonslots-8lphyp [rating="5"] .dragonslots-4lm0ra:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.dragonslots-474czc 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;
}

.dragonslots-474czc 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;
  }
}

/* up */

.dragonslots-yico0o {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.dragonslots-yico0o.dragonslots-iwtocv {
  opacity: 1;
  pointer-events: auto;
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.dragonslots-qpooix, .dragonslots-bc16at, [class*="review-card"],
thead, thead th, table th, .dragonslots-kakf6s,
.dragonslots-0shzdk, [class*="collapsible-header"],
.dragonslots-v4rlnx, [class*="updated-block"] {
  color: #ece7dc !important;
}
