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;
  }
}

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

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

.palmslots-cestbo {
  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) {
  .palmslots-cestbo: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;
  }
}

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

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

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

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

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

.palmslots-cnqaa4 {
  cursor: pointer;
}

.palmslots-8qeqzk {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.palmslots-ntbmj7 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.palmslots-ntbmj7 figure {
  margin: 0;
}

.palmslots-ntbmj7.palmslots-zujbhv {
  justify-content: flex-start;
  margin-right: 4px;
}

.palmslots-ntbmj7.palmslots-9vahyb {
  justify-content: flex-end;
  margin-left: 4px;
}

.palmslots-ntbmj7.palmslots-2t87wh {
  justify-content: center;
}

.palmslots-ntbmj7.palmslots-hxrpkm {
  justify-content: normal;
}

.palmslots-souvol {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.palmslots-etcte4 {
  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) {
  .palmslots-etcte4 {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.palmslots-471743 {
  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) {
  .palmslots-471743 {
    flex-direction: column;
  }
}

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

.palmslots-gfy1nw img {
  width: 100%;
}

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

.palmslots-2v57v8 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.palmslots-2v57v8 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) {
  .palmslots-2v57v8 ul {
    margin-bottom: 15px;
  }
}

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

.palmslots-2v57v8 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);
}

.palmslots-2v57v8 ul li span svg {
  fill: var(--title-color);
}

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

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

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

.palmslots-2v57v8 ul li:last-of-type::after {
  display: none;
}

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

.palmslots-2h2r3d {
  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) {
  .palmslots-2h2r3d {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.palmslots-psgqwi {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .palmslots-134y4u {
    height: 50px;
  }
}

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

.palmslots-134y4u.palmslots-qhq3te {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .palmslots-134y4u.palmslots-qhq3te:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.palmslots-lxyhuj {
  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) {
  .palmslots-lxyhuj {
    padding: 80px 16px 0;
  }
}

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

.palmslots-6cn1sg {
  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) {
  .palmslots-6cn1sg {
    flex-direction: column;
  }
}

.palmslots-c3nbm8 {
  margin-bottom: 94px;
}

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

.palmslots-r8i0kk .palmslots-yuzxak {
  margin-bottom: 28px;
}

.palmslots-r8i0kk .palmslots-yuzxak img {
  max-height: 100px;
  width: auto;
}

.palmslots-z2j1bp {
  display: flex;
  align-items: center;
}

.palmslots-z2j1bp a + a {
  margin-left: 24px;
}

.palmslots-z2j1bp img {
  max-height: 56px;
  width: auto;
}

.palmslots-z2j1bp img + img {
  margin-left: 24px;
}

.palmslots-piibf5 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.palmslots-ou58mv {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.palmslots-h5f6ti li {
  display: flex;
  margin: 0 7px;
}

.palmslots-h5f6ti li svg {
  transition: 0.palmslots-49hfw0 ease-in-out;
}

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

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

.palmslots-y6qyd6 + .palmslots-y6qyd6 {
  margin-left: 120px;
}

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

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

.palmslots-akaphx {
  list-style: none;
  margin: 0;
  padding: 0;
}

.palmslots-akaphx li {
  font-size: 16px;
}

.palmslots-akaphx li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.palmslots-akaphx li + li {
  margin-top: 16px;
}

.palmslots-bjg2se {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.palmslots-ot6a2p ease-in-out;
}

.palmslots-bjg2se.palmslots-lieumj {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.palmslots-7gk8bd {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.palmslots-s11fci li {
  width: 100%;
}

.palmslots-s11fci 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.palmslots-49hfw0 ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

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

.palmslots-s11fci li a.palmslots-lieumj {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.palmslots-s6hcz9 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.palmslots-s6hcz9 img {
  width: 100%;
  transition: 0.palmslots-49hfw0 ease-in-out;
}

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

.palmslots-wfppgf {
  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) {
  .palmslots-wfppgf {
    height: 54px;
  }
}

.palmslots-74yg39 {
  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) {
  .palmslots-74yg39 {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .palmslots-74yg39 .palmslots-yuzxak img {
    max-width: 90px;
  }
}

.palmslots-yuzxak img {
  max-height: 50px;
  width: auto;
}

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

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

.palmslots-qx70yo {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.palmslots-qx70yo li {
  font-size: 16px;
  margin: 0 20px;
}

.palmslots-qx70yo li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.palmslots-1qdi59 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.palmslots-1qdi59.palmslots-rhj6wz {
  margin-right: 0;
}

.palmslots-lqwro2 {
  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) {
  .palmslots-lqwro2 {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

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

.palmslots-n7jmc5 {
  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) {
  .palmslots-n7jmc5:hover {
    background: var(--button-bg-hover);
  }
}

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

.palmslots-3gy4xe {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.palmslots-3gy4xe:hover > ul {
  display: flex;
}

.palmslots-3gy4xe:focus > ul {
  display: flex;
}

.palmslots-3gy4xe:focus-within > ul {
  display: flex;
}

.palmslots-v1rggu {
  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;
}

.palmslots-v1rggu::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.palmslots-ot6a2p ease-in-out;
}

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

.palmslots-3gy4xe ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.palmslots-49hfw0 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) {
  .palmslots-3gy4xe ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.palmslots-3gy4xe 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.palmslots-49hfw0 ease-in-out;
  overflow: hidden;
}

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

.palmslots-3gy4xe 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) {
  .palmslots-3gy4xe ul li a:hover {
    text-decoration: underline;
  }
}

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

.palmslots-yoc0d5 {
  display: none;
}

.palmslots-iz85sp {
  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) {
  .palmslots-iz85sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

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

@media only screen and (max-width: 1023px) {
  .palmslots-yoc0d5:checked ~ .palmslots-esosv6 {
    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;
  }
  .palmslots-esosv6 {
    display: none;
    transition: display 0.palmslots-49hfw0 ease-in-out;
  }
  .palmslots-yoc0d5:checked ~ .palmslots-esosv6 {
    display: block;
  }
  .palmslots-yoc0d5:checked + .palmslots-iz85sp span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .palmslots-yoc0d5:checked + .palmslots-iz85sp span:nth-child(2) {
    display: none;
  }
  .palmslots-yoc0d5:checked + .palmslots-iz85sp span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.palmslots-087oze {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

.palmslots-087oze img {
  margin-bottom: 20px;
}

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

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

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

.palmslots-v2qjwq {
  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) {
  .palmslots-v2qjwq {
    font-size: 32px;
  }
}

.palmslots-xi0j92 {
  color: var(--text-color);
}

.palmslots-jcan2t {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.palmslots-jcan2t p img {
  display: block;
  margin: 0 auto;
}

.palmslots-jcan2t p:first-of-type {
  margin-top: 0;
}

.palmslots-jcan2t p:last-of-type {
  margin-bottom: 0;
}

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

.palmslots-jcan2t ul {
  padding: 0 0 0 20px;
}

.palmslots-jcan2t table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.palmslots-jcan2t 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) {
  .palmslots-jcan2t table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.palmslots-jcan2t 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) {
  .palmslots-jcan2t table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

.palmslots-jcan2t iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

.palmslots-1nnfqh {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

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

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

.palmslots-asuxi6 {
  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) {
  .palmslots-asuxi6 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.palmslots-asuxi6 h1,
.palmslots-asuxi6 h2,
.palmslots-asuxi6 h3,
.palmslots-asuxi6 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) {
  .palmslots-asuxi6 h1,
  .palmslots-asuxi6 h2,
  .palmslots-asuxi6 h3,
  .palmslots-asuxi6 h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

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

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

.palmslots-wxatn7 .palmslots-wy28cz {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.palmslots-wxatn7 .palmslots-zklbvj {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.palmslots-zklbvj {
  margin: 0 0 28px;
}

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

.palmslots-wy28cz {
  margin: 0 0 28px;
}

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

.palmslots-1nnfqh 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) {
  .palmslots-1nnfqh h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.palmslots-1nnfqh .palmslots-cestbo {
  margin-top: 30px;
  margin-bottom: 30px;
}

.palmslots-w3z1b4 {
  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) {
  .palmslots-w3z1b4 {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

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

.palmslots-kfqm5p {
  position: relative;
  border: none;
}

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

.palmslots-v1k0w9 {
  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;
}

.palmslots-v1k0w9 span {
  height: 32px;
}

.palmslots-v1k0w9 span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.palmslots-v1k0w9.palmslots-3c5vbd span {
  transform: scaleY(-1);
}

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

.palmslots-nxh9q4 {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.palmslots-nxh9q4 li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.palmslots-49hfw0 ease-in-out;
}

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

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

.palmslots-nxh9q4.palmslots-t4vvob {
  display: none;
}

.palmslots-lwh4g4 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.palmslots-lwh4g4 table {
  width: 100%;
  border-collapse: collapse;
}

.palmslots-lwh4g4 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) {
  .palmslots-lwh4g4 table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .palmslots-lwh4g4 table td {
    min-width: 75px;
  }
}

.palmslots-lwh4g4 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) {
  .palmslots-lwh4g4 table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

.palmslots-wt0mgu {
  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) {
  .palmslots-wt0mgu {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.palmslots-1jsn86 {
  width: 100%;
  border-collapse: collapse;
}

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

.palmslots-1jsn86 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) {
  .palmslots-1jsn86 tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

.palmslots-c8szaj p {
  color: var(--text-color);
}

.palmslots-v6cuut {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.palmslots-33abis {
  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);
}

.palmslots-lu5ny3 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.palmslots-v936hc p + p {
  margin-top: 10px;
}

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

.palmslots-z1es6q {
  display: none;
}

@media only screen and (max-width: 767px) {
  .palmslots-z1es6q {
    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;
  }
}

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

.palmslots-ap9emp li {
  margin: 0 20px;
}

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

.palmslots-ap9emp li a img {
  margin-bottom: 4px;
}

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

.palmslots-09266n {
  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) {
  .palmslots-09266n {
    padding: 0 16px;
  }
}

.palmslots-09266n li {
  font-size: 16px;
  position: relative;
}

.palmslots-09266n li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.palmslots-09266n li span {
  opacity: 0.5;
}

.palmslots-09266n li + li {
  margin-left: 30px;
}

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

h2.palmslots-asuxi6 {
  margin: 0 0 28px;
}

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

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

.palmslots-4fna0v 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);
}

.palmslots-4fna0v 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;
}

.palmslots-4fna0v 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;
}

.palmslots-4fna0v tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.palmslots-4fna0v tbody tr:last-of-type {
  margin-bottom: 0;
}

.palmslots-4fna0v tbody tr td:first-of-type {
  flex-shrink: 0;
}

.palmslots-4fna0v 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);
}

.palmslots-4fna0v 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);
}

.palmslots-4fna0v tbody tr td:last-of-type {
  margin-left: auto;
}

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

.palmslots-4fna0v tbody tr td .palmslots-5iboqp {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .palmslots-4fna0v tbody tr td .palmslots-5iboqp {
    width: 100%;
  }
}

.palmslots-4fna0v tbody tr td .palmslots-qd2gze {
  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.palmslots-49hfw0 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .palmslots-4fna0v tbody tr td .palmslots-qd2gze:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .palmslots-4fna0v tbody tr td .palmslots-qd2gze {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .palmslots-4fna0v tbody tr td .palmslots-qd2gze {
    width: 100%;
  }
}

.palmslots-4fna0v tbody tr td .palmslots-0skc9v {
  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) {
  .palmslots-4fna0v tbody tr td .palmslots-0skc9v:hover {
    text-decoration: none;
  }
}

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

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

.palmslots-0xfi0d {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.palmslots-chhoi7 {
  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) {
  .palmslots-chhoi7 {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.palmslots-pd7kg4 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.palmslots-ruvw6h img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.palmslots-49hfw0 ease-in-out;
}

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

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

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

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

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

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

.palmslots-vgtkeu img {
  width: 100%;
  height: 100%;
}

.palmslots-vgtkeu iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.palmslots-2tmipc svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.palmslots-49hfw0 ease-in-out;
}

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

.palmslots-4xo3cl {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .palmslots-4xo3cl {
    padding: 40px 0;
  }
}

.palmslots-yxsfqo {
  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) {
  .palmslots-yxsfqo {
    padding: 0 16px;
  }
}

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

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

.palmslots-hl4ek1 img {
  width: 100%;
}

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

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

.palmslots-r120sq {
  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;
}

.palmslots-r120sq 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) {
  .palmslots-r120sq {
    flex-basis: auto;
  }
}

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

.palmslots-0row0r {
  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.palmslots-49hfw0 ease-in-out;
}

.palmslots-0row0r:hover {
  border: 1px solid #8c8ca2;
}

.palmslots-5n4yx1 {
  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%);
}

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

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

.palmslots-xvdikh a {
  text-decoration: underline;
  color: #8babff;
}

.palmslots-4lzv19 {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.palmslots-4lzv19 .palmslots-0row0r {
  width: 50%;
  margin: 0;
}

.palmslots-vj8in8 {
  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;
}

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

.palmslots-3xqvd6 {
  margin: 0 0 100px;
}

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

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

.palmslots-uws57j {
  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) {
  .palmslots-uws57j {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

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

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

.palmslots-joowgx {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

.palmslots-swqrg3 {
  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) {
  .palmslots-swqrg3 {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.palmslots-swqrg3 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.palmslots-49hfw0 ease-in-out;
}

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

.palmslots-swqrg3 a svg {
  fill: #fff;
}

.palmslots-swqrg3 a:hover {
  background: #3d68e7;
}

.palmslots-45yzaf {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.palmslots-0h8cyc {
  margin-bottom: 16px;
}

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

.palmslots-blepzx {
  font-size: 16px;
  color: var(--text-color);
}

.palmslots-du8qqh {
  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) {
  .palmslots-du8qqh {
    padding: 0 16px;
  }
}

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

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

.palmslots-7aegd2 {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

.palmslots-7aegd2 h1,
.palmslots-7aegd2 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) {
  .palmslots-7aegd2 h1,
  .palmslots-7aegd2 h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

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

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

.palmslots-awfc8q 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) {
  .palmslots-awfc8q h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.palmslots-awfc8q 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) {
  .palmslots-awfc8q h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.palmslots-awfc8q 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);
}

.palmslots-awfc8q 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) {
  .palmslots-awfc8q table tr td {
    padding: 12px 4px;
  }
}

.palmslots-awfc8q 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) {
  .palmslots-awfc8q table tr th {
    padding: 12px 4px;
  }
}

.palmslots-awfc8q table tr:last-of-type td {
  border-bottom: none;
}

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

.palmslots-xgffgn {
  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) {
  .palmslots-xgffgn {
    min-height: 190px;
  }
}

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

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

.palmslots-7s65yv {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.palmslots-7s65yv.palmslots-wpif1e {
  display: none;
}

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

.palmslots-hdg8kf iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.palmslots-hdg8kf iframe.palmslots-x2rk9p {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.palmslots-hdg8kf.palmslots-tidir7 {
  opacity: 1;
  pointer-events: all;
}

.palmslots-jj5fjw {
  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.palmslots-49hfw0 ease-in-out;
}

.palmslots-jj5fjw svg {
  margin-right: 10px;
}

.palmslots-jj5fjw + .palmslots-jj5fjw {
  margin-top: 14px;
}

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

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

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

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

.palmslots-du8qqh .palmslots-1nnfqh {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.palmslots-du8qqh .palmslots-1nnfqh h1,
.palmslots-du8qqh .palmslots-1nnfqh 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) {
  .palmslots-du8qqh .palmslots-1nnfqh h1,
  .palmslots-du8qqh .palmslots-1nnfqh h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .palmslots-du8qqh .palmslots-1nnfqh {
    margin: 28px 0 0;
  }
}

.palmslots-o3e5o8 {
  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) {
  .palmslots-o3e5o8 {
    padding: 0 16px;
  }
}

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

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

.palmslots-tiekal {
  max-width: 545px;
  width: 100%;
}

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

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

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

.palmslots-hj6h7v iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.palmslots-4wom6b {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.palmslots-5yvj6q {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.palmslots-bw8qg8 .palmslots-cestbo {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .palmslots-bw8qg8 .palmslots-cestbo {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.palmslots-pxwb3b {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.palmslots-pxwb3b img {
  width: 100%;
}

.palmslots-fv1x1o {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

.palmslots-9w8v4f {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.palmslots-l3bgqf {
  width: 100%;
  margin: 0 0 100px;
}

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

.palmslots-l3bgqf .palmslots-ffwkqb {
  position: relative;
}

.palmslots-l3bgqf .palmslots-pupoig {
  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;
}

.palmslots-l3bgqf .palmslots-pupoig.palmslots-wpif1e {
  display: none;
}

.palmslots-l3bgqf .palmslots-r298x3 {
  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) {
  .palmslots-l3bgqf .palmslots-r298x3 {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .palmslots-l3bgqf .palmslots-r298x3 {
    bottom: 90px;
  }
}

.palmslots-l3bgqf .palmslots-r298x3 .palmslots-jq3i5z {
  max-width: 300px;
  width: 100%;
}

.palmslots-l3bgqf .palmslots-r298x3 .palmslots-jq3i5z .palmslots-wokgya {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .palmslots-l3bgqf .palmslots-r298x3 .palmslots-jq3i5z .palmslots-wokgya {
    font-size: 32px;
    text-align: center;
  }
}

.palmslots-l3bgqf .palmslots-r298x3 .palmslots-jq3i5z .palmslots-zfa3fs {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .palmslots-l3bgqf .palmslots-r298x3 .palmslots-jq3i5z .palmslots-zfa3fs {
    text-align: center;
  }
}

.palmslots-l3bgqf .palmslots-r298x3 .palmslots-rhj6wz {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .palmslots-l3bgqf .palmslots-r298x3 .palmslots-rhj6wz {
    flex-direction: column-reverse;
  }
}

.palmslots-l3bgqf .palmslots-r298x3 .palmslots-rhj6wz .palmslots-hyrwak {
  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.palmslots-49hfw0 ease-in-out;
}

.palmslots-l3bgqf .palmslots-r298x3 .palmslots-rhj6wz .palmslots-hyrwak:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .palmslots-l3bgqf .palmslots-r298x3 .palmslots-rhj6wz .palmslots-hyrwak {
    width: 100%;
  }
}

.palmslots-l3bgqf .palmslots-r298x3 .palmslots-rhj6wz .palmslots-huwyka {
  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.palmslots-49hfw0 ease-in-out;
  overflow: hidden;
}

.palmslots-l3bgqf .palmslots-r298x3 .palmslots-rhj6wz .palmslots-huwyka 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);
  }
}

.palmslots-l3bgqf .palmslots-r298x3 .palmslots-rhj6wz .palmslots-huwyka: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;
}

.palmslots-l3bgqf .palmslots-r298x3 .palmslots-rhj6wz .palmslots-huwyka:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .palmslots-l3bgqf .palmslots-r298x3 .palmslots-rhj6wz .palmslots-huwyka {
    width: 100%;
  }
}

.palmslots-l3bgqf .palmslots-r298x3.palmslots-wpif1e {
  display: none;
}

.palmslots-l3bgqf .palmslots-t9wc2q {
  display: none;
}

.palmslots-l3bgqf .palmslots-t9wc2q.palmslots-tidir7 {
  display: block;
}

.palmslots-l3bgqf .palmslots-t9wc2q iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .palmslots-l3bgqf .palmslots-t9wc2q iframe {
    height: calc(100vh - 54px);
  }
}

.palmslots-l3bgqf .palmslots-u9z658 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .palmslots-l3bgqf .palmslots-u9z658 {
    padding: 24px 16px 0;
  }
}

.palmslots-l3bgqf .palmslots-u9z658 .palmslots-wokgya {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .palmslots-l3bgqf .palmslots-u9z658 .palmslots-wokgya {
    margin-bottom: 24px;
  }
}

.palmslots-l3bgqf .palmslots-u9z658 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);
}

.palmslots-l3bgqf .palmslots-u9z658 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) {
  .palmslots-l3bgqf .palmslots-u9z658 table tr td {
    padding: 12px 4px;
  }
}

.palmslots-l3bgqf .palmslots-u9z658 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) {
  .palmslots-l3bgqf .palmslots-u9z658 table tr th {
    padding: 12px 4px;
  }
}

.palmslots-l3bgqf .palmslots-u9z658 table tr:last-of-type td {
  border-bottom: none;
}

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

.palmslots-jla88r.palmslots-lieumj {
  display: block;
}

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

.palmslots-jla88r .palmslots-kg2mar {
  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;
}

.palmslots-jla88r .palmslots-zm3ngq {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.palmslots-jla88r .palmslots-huwyka {
  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.palmslots-49hfw0 ease-in-out;
}

.palmslots-jla88r .palmslots-huwyka:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.palmslots-q0l0eb.palmslots-lieumj {
  display: block;
}

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

.palmslots-a64ym1 {
  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;
}

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

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

.palmslots-9g8982 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.palmslots-9g8982 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.palmslots-j1e8x9 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.palmslots-gjg6bo.palmslots-wpif1e {
  display: none;
}

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

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

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

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

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

.palmslots-wijy5g 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.palmslots-49hfw0 ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

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

.palmslots-wijy5g input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.palmslots-wijy5g input:active {
  border-color: #c2c0ce;
}

.palmslots-wijy5g input:focus {
  border-color: #c2c0ce;
}

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

.palmslots-3aji2k {
  margin-bottom: 36px;
}

.palmslots-3aji2k 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;
}

.palmslots-3aji2k textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.palmslots-3aji2k textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.palmslots-bdhz2v {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.palmslots-hbw75t {
  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.palmslots-49hfw0 ease-in-out;
}

.palmslots-hbw75t:hover {
  background: var(--border-color);
}

.palmslots-o9cehx {
  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.palmslots-49hfw0 ease-in-out;
}

.palmslots-o9cehx:hover {
  background: #166ad9;
}

.palmslots-6dzb5y {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.palmslots-6dzb5y.palmslots-wpif1e {
  display: none;
}

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

.palmslots-6dzb5y .palmslots-hbw75t {
  margin: 0 auto;
}

.palmslots-gykj3s {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.palmslots-6dnari {
  filter: grayscale(100%);
}

.palmslots-8jw1no > input {
  display: none;
}

.palmslots-8jw1no > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.palmslots-j59ymy.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.palmslots-143yui 44.palmslots-rjjzd7.palmslots-e5lc0e.palmslots-88szz0.palmslots-vszj08.palmslots-b7jle1.palmslots-7o2fnn.palmslots-mmra4h.palmslots-cl3o9v.palmslots-tr6h7h.palmslots-31gdin.palmslots-e5lqmn.palmslots-xt49eb 0l-12.palmslots-boh8zd 30.palmslots-lrhca6.palmslots-ckojie 2.palmslots-s1prqp.palmslots-ckojie 3.palmslots-qvwgzi 3.palmslots-7cm697.palmslots-jl1q6s 3.palmslots-hy0ig4.palmslots-cgf47a.palmslots-jubgve.palmslots-tw2w4y 7-3.palmslots-boh8zd 10.palmslots-zu3kaz.palmslots-tw2w4y 23.palmslots-cv7arj.palmslots-v0zgtn 1.palmslots-cz9is9 2.palmslots-boh8zd 3.palmslots-v0zgtn 1.palmslots-jl1q6s 5.palmslots-14kp7s.palmslots-jl1q6s 32.palmslots-wuunyf.palmslots-cgf47a 5.palmslots-xt49eb 4.palmslots-tw2w4y 9.palmslots-tw2w4y 8.palmslots-jl1q6s 6.palmslots-9hulm9.palmslots-z73f0e.palmslots-soj869.palmslots-7lv0be.palmslots-rae08h 4.palmslots-a5arpq.palmslots-rae08h 6.palmslots-rae08h 0l29.palmslots-xt49eb 17.palmslots-bi4wxd.palmslots-eysnnw 2.palmslots-6ze9a3 10.palmslots-fiec9o.palmslots-boh8zd 8.palmslots-5iot4g.palmslots-ovfnvl.palmslots-u4zytp.palmslots-8mh3p9.palmslots-hiqvwd.palmslots-cgf47a.palmslots-b7jle1.palmslots-boh8zd 1.palmslots-m0poi5.palmslots-ftoctp.palmslots-99r974.palmslots-uujwwr.palmslots-ehjm5l.palmslots-cz9is9 1.palmslots-j7hmm0.palmslots-7wmaek.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.palmslots-8jw1no > input:checked ~ label,
.palmslots-8jw1no > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.palmslots-j59ymy.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.palmslots-143yui 44.palmslots-rjjzd7.palmslots-e5lc0e.palmslots-88szz0.palmslots-vszj08.palmslots-b7jle1.palmslots-7o2fnn.palmslots-mmra4h.palmslots-cl3o9v.palmslots-tr6h7h.palmslots-31gdin.palmslots-e5lqmn.palmslots-xt49eb 0l-12.palmslots-boh8zd 30.palmslots-lrhca6.palmslots-ckojie 2.palmslots-s1prqp.palmslots-ckojie 3.palmslots-qvwgzi 3.palmslots-7cm697.palmslots-jl1q6s 3.palmslots-hy0ig4.palmslots-cgf47a.palmslots-jubgve.palmslots-tw2w4y 7-3.palmslots-boh8zd 10.palmslots-zu3kaz.palmslots-tw2w4y 23.palmslots-cv7arj.palmslots-v0zgtn 1.palmslots-cz9is9 2.palmslots-boh8zd 3.palmslots-v0zgtn 1.palmslots-jl1q6s 5.palmslots-14kp7s.palmslots-jl1q6s 32.palmslots-wuunyf.palmslots-cgf47a 5.palmslots-xt49eb 4.palmslots-tw2w4y 9.palmslots-tw2w4y 8.palmslots-jl1q6s 6.palmslots-9hulm9.palmslots-z73f0e.palmslots-soj869.palmslots-7lv0be.palmslots-rae08h 4.palmslots-a5arpq.palmslots-rae08h 6.palmslots-rae08h 0l29.palmslots-xt49eb 17.palmslots-bi4wxd.palmslots-eysnnw 2.palmslots-6ze9a3 10.palmslots-fiec9o.palmslots-boh8zd 8.palmslots-5iot4g.palmslots-ovfnvl.palmslots-u4zytp.palmslots-8mh3p9.palmslots-hiqvwd.palmslots-cgf47a.palmslots-b7jle1.palmslots-boh8zd 1.palmslots-m0poi5.palmslots-ftoctp.palmslots-99r974.palmslots-uujwwr.palmslots-ehjm5l.palmslots-cz9is9 1.palmslots-j7hmm0.palmslots-7wmaek.5z'/%3e%3c/svg%3e");
}

.palmslots-8jw1no > input:not(:checked) ~ label:hover,
.palmslots-8jw1no > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.palmslots-j59ymy.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.palmslots-143yui 44.palmslots-rjjzd7.palmslots-e5lc0e.palmslots-88szz0.palmslots-vszj08.palmslots-b7jle1.palmslots-7o2fnn.palmslots-mmra4h.palmslots-cl3o9v.palmslots-tr6h7h.palmslots-31gdin.palmslots-e5lqmn.palmslots-xt49eb 0l-12.palmslots-boh8zd 30.palmslots-lrhca6.palmslots-ckojie 2.palmslots-s1prqp.palmslots-ckojie 3.palmslots-qvwgzi 3.palmslots-7cm697.palmslots-jl1q6s 3.palmslots-hy0ig4.palmslots-cgf47a.palmslots-jubgve.palmslots-tw2w4y 7-3.palmslots-boh8zd 10.palmslots-zu3kaz.palmslots-tw2w4y 23.palmslots-cv7arj.palmslots-v0zgtn 1.palmslots-cz9is9 2.palmslots-boh8zd 3.palmslots-v0zgtn 1.palmslots-jl1q6s 5.palmslots-14kp7s.palmslots-jl1q6s 32.palmslots-wuunyf.palmslots-cgf47a 5.palmslots-xt49eb 4.palmslots-tw2w4y 9.palmslots-tw2w4y 8.palmslots-jl1q6s 6.palmslots-9hulm9.palmslots-z73f0e.palmslots-soj869.palmslots-7lv0be.palmslots-rae08h 4.palmslots-a5arpq.palmslots-rae08h 6.palmslots-rae08h 0l29.palmslots-xt49eb 17.palmslots-bi4wxd.palmslots-eysnnw 2.palmslots-6ze9a3 10.palmslots-fiec9o.palmslots-boh8zd 8.palmslots-5iot4g.palmslots-ovfnvl.palmslots-u4zytp.palmslots-8mh3p9.palmslots-hiqvwd.palmslots-cgf47a.palmslots-b7jle1.palmslots-boh8zd 1.palmslots-m0poi5.palmslots-ftoctp.palmslots-99r974.palmslots-uujwwr.palmslots-ehjm5l.palmslots-cz9is9 1.palmslots-j7hmm0.palmslots-7wmaek.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .palmslots-6z5u15 > .palmslots-6fimn6 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .palmslots-6z5u15 > .palmslots-6fimn6 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .palmslots-6z5u15 > .palmslots-6fimn6 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .palmslots-6z5u15 > .palmslots-6fimn6 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .palmslots-6z5u15 > .palmslots-6fimn6 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.palmslots-3qke3r {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.palmslots-3qke3r.palmslots-wpif1e {
  display: none;
}

.palmslots-27tmx9 {
  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) {
  .palmslots-27tmx9 {
    height: 74px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .palmslots-27tmx9 {
    border-radius: 20px 20px 0 0;
  }
}

.palmslots-01u4wg {
  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;
}

.palmslots-01u4wg::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.palmslots-01u4wg::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.palmslots-01u4wg img {
  border-radius: 16px;
  overflow: hidden;
}

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

@media only screen and (max-width: 767px) {
  .palmslots-01u4wg {
    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;
  }
  .palmslots-01u4wg img {
    max-width: 60px;
    border-radius: 7px;
  }
}

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

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

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

.palmslots-petpk3 {
  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;
}

.palmslots-petpk3::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) {
  .palmslots-petpk3::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.palmslots-petpk3::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) {
  .palmslots-petpk3::after {
    display: none;
  }
}

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

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

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

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

.palmslots-vzjjkj {
  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.palmslots-49hfw0 ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

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

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

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

.palmslots-3qke3r.palmslots-hhk9j8 .palmslots-27tmx9 {
  background: #2b3b67;
}

.palmslots-3qke3r.palmslots-hhk9j8 .palmslots-01u4wg {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.palmslots-3qke3r.palmslots-hhk9j8 .palmslots-01u4wg::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.palmslots-3qke3r.palmslots-hhk9j8 .palmslots-01u4wg::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.palmslots-3qke3r.palmslots-hhk9j8 .palmslots-petpk3::before {
  background: #0e0f41;
}

.palmslots-3qke3r.palmslots-hhk9j8 .palmslots-petpk3::after {
  background: #152557;
}

.palmslots-3qke3r.palmslots-h55si2 .palmslots-27tmx9 {
  background: #1f35fa;
}

.palmslots-3qke3r.palmslots-h55si2 .palmslots-01u4wg {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.palmslots-3qke3r.palmslots-h55si2 .palmslots-01u4wg::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.palmslots-3qke3r.palmslots-h55si2 .palmslots-01u4wg::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.palmslots-3qke3r.palmslots-h55si2 .palmslots-petpk3::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.palmslots-3qke3r.palmslots-h55si2 .palmslots-petpk3::after {
  background: #192ac8;
}

.palmslots-3qke3r.palmslots-i7e8pp .palmslots-27tmx9 {
  background: #fa771f;
}

.palmslots-3qke3r.palmslots-i7e8pp .palmslots-01u4wg {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.palmslots-3qke3r.palmslots-i7e8pp .palmslots-01u4wg::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.palmslots-3qke3r.palmslots-i7e8pp .palmslots-01u4wg::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.palmslots-3qke3r.palmslots-i7e8pp .palmslots-petpk3::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.palmslots-3qke3r.palmslots-i7e8pp .palmslots-petpk3::after {
  background: #fa8535;
}

.palmslots-rxfgww {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

.palmslots-wektch {
  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) {
  .palmslots-wektch {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

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

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

.palmslots-8em63i {
  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) {
  .palmslots-8em63i:hover {
    background: var(--button-bg-hover);
  }
}

.palmslots-7y01vj {
  display: flex;
  align-items: center;
  gap: 10px;
}

.palmslots-7y01vj span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.palmslots-7y01vj small {
  font-size: 14px;
  color: var(--text-color);
}

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

.palmslots-shogtl {
  width: 120px;
  height: 22px;
}

.palmslots-shogtl .palmslots-mu88jd {
  fill: #c2c0ce;
}

.palmslots-shogtl [rating="1"] .palmslots-mu88jd:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.palmslots-shogtl [rating="2"] .palmslots-mu88jd:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.palmslots-shogtl [rating="3"] .palmslots-mu88jd:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.palmslots-shogtl [rating="4"] .palmslots-mu88jd:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.palmslots-shogtl [rating="5"] .palmslots-mu88jd:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.palmslots-u4cunu {
  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);
}

.palmslots-u4cunu.palmslots-tidir7 {
  display: block;
}

.palmslots-u4cunu.palmslots-wpif1e {
  display: none;
}

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

.palmslots-i1tj9e {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.palmslots-4ci4me {
  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);
}

.palmslots-tr4p5u {
  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;
}

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

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

.palmslots-rrseed {
  font-size: 16px;
  line-height: 140%;
}

.palmslots-pz9b05 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.palmslots-pz9b05 .palmslots-mu88jd {
  fill: #c2c0ce;
}

.palmslots-pz9b05 [rating="1"] .palmslots-mu88jd:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.palmslots-pz9b05 [rating="2"] .palmslots-mu88jd:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.palmslots-pz9b05 [rating="3"] .palmslots-mu88jd:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.palmslots-pz9b05 [rating="4"] .palmslots-mu88jd:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.palmslots-pz9b05 [rating="5"] .palmslots-mu88jd:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.palmslots-rimozb {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.palmslots-bvgq2o {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .palmslots-bvgq2o {
    padding: 0 16px;
  }
}

.palmslots-ply8o2 {
  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) {
  .palmslots-ply8o2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.palmslots-z60fl1 {
  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) {
  .palmslots-z60fl1 {
    padding: 12px;
    gap: 12px;
  }
}

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

.palmslots-sg6eko img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.palmslots-wbtjr8 {
  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;
}

.palmslots-xzuhwl {
  flex: 1;
  min-width: 0;
}

.palmslots-m4loq1 {
  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) {
  .palmslots-m4loq1 {
    font-size: 14px;
    gap: 6px;
  }
}

.palmslots-mxuvji {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.palmslots-mxuvji svg,
.palmslots-mxuvji img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.palmslots-mxuvji svg path {
  fill: var(--button-bg-color);
}

.palmslots-mxuvji svg circle {
  fill: var(--button-text-color);
}

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

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

.palmslots-x7r515 strong {
  font-weight: 600;
}

.palmslots-6mma9r {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.palmslots-6mma9r p {
  margin: 0 0 16px;
}

.palmslots-6mma9r p:last-child {
  margin-bottom: 0;
}

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

.palmslots-jpa68n {
  max-width: 300px;
  width: 100%;
}

.palmslots-jpa68n a {
  width: 100%;
}

@media (max-width: 575px) {
  .palmslots-jpa68n {
    max-width: 200px;
  }
}

.palmslots-02uzb4 {
  justify-content: center;
}

.palmslots-u1knfp {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.palmslots-h4gs8o {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.palmslots-3w2af2 .palmslots-qx70yo {
  justify-content: center;
}

/* faq */

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

.palmslots-oxf8of {
  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.palmslots-eg1sv2 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.palmslots-oxf8of::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.palmslots-eg1sv2 ease;
}

.palmslots-9fnquv.palmslots-lieumj .palmslots-oxf8of::after {
  transform: rotate(45deg);
}

.palmslots-ui8jcv {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.palmslots-49hfw0 ease, padding 0.palmslots-49hfw0 ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.palmslots-9fnquv.palmslots-lieumj .palmslots-ui8jcv {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.palmslots-9vfo8w {
  margin: 25px 0;
}

.palmslots-8jw1no > input:not(:checked) ~ label:hover,
.palmslots-8jw1no > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.palmslots-uqtnlu.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.palmslots-8kdy2u 44.palmslots-hq69yf.palmslots-8t6ojb.palmslots-jsycpd.palmslots-ko05k2.palmslots-8uz9hj.palmslots-9sc4eh.palmslots-ttb3md.palmslots-hg3lhw.palmslots-yn60oy.palmslots-j5fhym.palmslots-gpd3fq.palmslots-jjxp97 0l-12.palmslots-iyc7ov 30.palmslots-dsuxre.palmslots-gbiyim 2.palmslots-vn300u.palmslots-gbiyim 3.palmslots-hmn497 3.palmslots-g16f9i.palmslots-56pd58 3.palmslots-ghgx4b.palmslots-0t7fra.palmslots-u8a7pd.palmslots-ytcts6 7-3.palmslots-iyc7ov 10.palmslots-6pk7uh.palmslots-ytcts6 23.palmslots-rnjwum.palmslots-n7vw3k 1.palmslots-m3xsn6 2.palmslots-iyc7ov 3.palmslots-n7vw3k 1.palmslots-56pd58 5.palmslots-983nqj.palmslots-56pd58 32.palmslots-rgj2dx.palmslots-0t7fra 5.palmslots-jjxp97 4.palmslots-ytcts6 9.palmslots-ytcts6 8.palmslots-56pd58 6.palmslots-x97zar.palmslots-m2clgp.palmslots-e8fjni.palmslots-ux7w91.palmslots-e2rkiw 4.palmslots-pzuaju.palmslots-e2rkiw 6.palmslots-e2rkiw 0l29.palmslots-jjxp97 17.palmslots-eyvyne.palmslots-zjxx5w 2.palmslots-vrfuai 10.palmslots-2bemq7.palmslots-iyc7ov 8.palmslots-zakm8o.palmslots-06484j.palmslots-4h9h3n.palmslots-7yycog.palmslots-jvzcwk.palmslots-0t7fra.palmslots-8uz9hj.palmslots-iyc7ov 1.palmslots-a12arl.palmslots-i19yiv.palmslots-v1xv5a.palmslots-t2x5tu.palmslots-ur0g3w.palmslots-m3xsn6 1.palmslots-rnto6r.palmslots-ua9emf.5z'/%3e%3c/svg%3e");
}

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

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

.palmslots-uconez {
  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);
}

.palmslots-uconez.palmslots-6xrylq {
  display: block;
}

.palmslots-uconez.palmslots-vyxsy4 {
  display: none;
}

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

.palmslots-ze1i4j {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.palmslots-902qf3 {
  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);
}

.palmslots-e2om3h {
  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;
}

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

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

.palmslots-nfyfvc {
  font-size: 16px;
  line-height: 140%;
}

.palmslots-np0ayy {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.palmslots-np0ayy .palmslots-503r8r {
  fill: #c2c0ce;
}

.palmslots-np0ayy [rating="1"] .palmslots-503r8r:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.palmslots-np0ayy [rating="2"] .palmslots-503r8r:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.palmslots-np0ayy [rating="3"] .palmslots-503r8r:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.palmslots-np0ayy [rating="4"] .palmslots-503r8r:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.palmslots-np0ayy [rating="5"] .palmslots-503r8r:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.palmslots-0es2ic 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;
}

.palmslots-0es2ic 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 */

.palmslots-weukuh {
  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);
}

.palmslots-weukuh.palmslots-flsovb {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.palmslots-zabu2z {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.palmslots-zabu2z label {
  font-size: 14px;
}

.palmslots-zabu2z h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.palmslots-zabu2z input,
.palmslots-zabu2z textarea,
.palmslots-zabu2z button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.palmslots-zabu2z button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.palmslots-eg1sv2 ease;
}
.palmslots-zabu2z button:hover {
  background-color: var(--button-bg-hover);
}
.palmslots-puj65c {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.palmslots-pd43d3 ease-in;
}

.palmslots-puj65c h2 {
  color: green;
  font-weight: 500;
}

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