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;
  color: var(--title-color);
  text-decoration: none;
}

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

.plinko-2rmajx {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.plinko-xmtwhu {
  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) {
  .plinko-xmtwhu: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;
  }
}

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

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

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

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

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

.plinko-wrnkg4 {
  cursor: pointer;
}

.plinko-9gmpxd {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.plinko-umeob6 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.plinko-umeob6 figure {
  margin: 0;
}

.plinko-umeob6.plinko-6bfekw {
  justify-content: flex-start;
  margin-right: 4px;
}

.plinko-umeob6.plinko-ckusaa {
  justify-content: flex-end;
  margin-left: 4px;
}

.plinko-umeob6.plinko-170sdu {
  justify-content: center;
}

.plinko-umeob6.plinko-esq456 {
  justify-content: normal;
}

.plinko-bwboxp {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.plinko-vdguot img {
  width: 100%;
}

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

.plinko-apxscg {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.plinko-apxscg 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) {
  .plinko-apxscg ul {
    margin-bottom: 15px;
  }
}

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

.plinko-apxscg 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);
}

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

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

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

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

.plinko-apxscg ul li:last-of-type::after {
  display: none;
}

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

.plinko-981rxh {
  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) {
  .plinko-981rxh {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

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

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

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

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

.plinko-sgxipd.plinko-61ff66 {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .plinko-sgxipd.plinko-61ff66:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.plinko-syppg5 {
  padding: 10px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

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

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

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

.plinko-u2o3ou {
  margin-bottom: 94px;
}

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

.plinko-qph87p .plinko-2yv2fv {
  margin-bottom: 28px;
}

.plinko-qph87p .plinko-2yv2fv img {
  max-height: 100px;
  width: auto;
}

.plinko-nqgbab {
  display: flex;
  align-items: center;
}

.plinko-nqgbab a + a {
  margin-left: 24px;
}

.plinko-nqgbab img {
  max-height: 56px;
  width: auto;
}

.plinko-mcg9ss img {
  max-height: 38px!important;
  width: auto;
}

.plinko-nqgbab img + img {
  margin-left: 24px;
}

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

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

.plinko-o0ewgl {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.plinko-xlq63q li {
  display: flex;
  margin: 0 7px;
}

.plinko-xlq63q li svg {
  transition: 0chicken-road-spynx9 ease-in-out;
}

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

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

.plinko-2nxmuy + .plinko-2nxmuy {
  margin-left: 120px;
}

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

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

.plinko-u6rtgb {
  list-style: none;
  margin: 0;
  padding: 0;
}

.plinko-u6rtgb li {
  font-size: 16px;
}

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

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

.plinko-u6rtgb li + li {
  margin-top: 16px;
}

.plinko-1h0dyv {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0chicken-road-jpdxgz ease-in-out;
}

.plinko-1h0dyv.plinko-eps6x3 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.plinko-qo1myt {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.plinko-alip2p li {
  width: 100%;
}

.plinko-alip2p 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: 0chicken-road-spynx9 ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

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

.plinko-alip2p li a.plinko-eps6x3 {
  background: var(--border-color);
}

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

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

.plinko-5ay4vn {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

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

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

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

.plinko-2use0s {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.plinko-2use0s img {
  width: 100%;
  transition: 0chicken-road-spynx9 ease-in-out;
}

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

.plinko-ikafaq {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
  border-bottom: 1px solid var(--border-color);
}

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

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

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

@media only screen and (max-width: 767px) {
  .plinko-qxh24z .plinko-2yv2fv img {
    max-width: 90px;
  }
}

.plinko-2yv2fv img {
  max-height: 50px;
  width: auto;
}

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

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

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

.plinko-kss5fh li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.plinko-0uuja8 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.plinko-0uuja8.plinko-82octp {
  margin-right: 0;
}

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

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

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

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

.plinko-7al4vo {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.plinko-7al4vo:hover > ul {
  display: flex;
}

.plinko-7al4vo:focus > ul {
  display: flex;
}

.plinko-7al4vo:focus-within > ul {
  display: flex;
}

.plinko-gtmexf {
  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;
}

.plinko-gtmexf::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 0chicken-road-jpdxgz ease-in-out;
}

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

.plinko-7al4vo ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0chicken-road-spynx9 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) {
  .plinko-7al4vo ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.plinko-7al4vo 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: 0chicken-road-spynx9 ease-in-out;
  overflow: hidden;
}

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

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

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

.plinko-9v62qt {
  display: none;
}

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

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

@media only screen and (max-width: 1023px) {
  .plinko-9v62qt:checked ~ .plinko-e0zglu {
    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;
  }
  .plinko-e0zglu {
    display: none;
    transition: display 0chicken-road-spynx9 ease-in-out;
  }
  .plinko-9v62qt:checked ~ .plinko-e0zglu {
    display: block;
  }
  .plinko-9v62qt:checked + .plinko-du1oui span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .plinko-9v62qt:checked + .plinko-du1oui span:nth-child(2) {
    display: none;
  }
  .plinko-9v62qt:checked + .plinko-du1oui span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.plinko-1gnvjq {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

.plinko-1gnvjq img {
  margin-bottom: 3px;
}

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

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

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

@media (max-width: 600px) {
  .plinko-1gnvjq {
    padding: 0px 0px !important;
  }
}

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

.plinko-sqzvcm {
  color: var(--text-color);
}

.plinko-4ny2k6 {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.plinko-4ny2k6 p img {
  display: block;
  margin: 0 auto;
}

.plinko-4ny2k6 p:first-of-type {
  margin-top: 0;
}

.plinko-4ny2k6 p:last-of-type {
  margin-bottom: 0;
}

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

.plinko-4ny2k6 ul {
  padding: 0 0 0 20px;
}

.plinko-4ny2k6 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

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

.plinko-4ny2k6 table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.plinko-4ny2k6 iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

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

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

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

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

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

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

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

.plinko-ne6mq6 .plinko-77iw9r {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .plinko-ne6mq6 .plinko-77iw9r {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.plinko-ne6mq6 .plinko-q49v9d {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.plinko-q49v9d {
  margin: 0 0 28px;
}

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

.plinko-77iw9r {
  margin: 0 0 28px;
}

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

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

.plinko-ljwz94 .plinko-xmtwhu {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.plinko-656d2w {
  position: relative;
  border: none;
}

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

.plinko-ujet5a {
  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;
}

.plinko-ujet5a span {
  height: 32px;
}

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

.plinko-ujet5a.plinko-m8f32v span {
  transform: scaleY(-1);
}

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

.plinko-zbznng {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.plinko-zbznng li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0chicken-road-spynx9 ease-in-out;
}

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

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

.plinko-zbznng.plinko-p0egib {
  display: none;
}

.plinko-yhmxop {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.plinko-yhmxop table {
  width: 100%;
  border-collapse: collapse;
}

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

  .plinko-yhmxop table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.plinko-par3wn {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.plinko-z2jbx0 p {
  color: var(--text-color);
}

.plinko-88uy99 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.plinko-6vgn9i {
  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);
}

.plinko-sflkgy {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.plinko-t50048 p + p {
  margin-top: 10px;
}

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

.plinko-jf5zpb {
  display: none;
}

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

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

.plinko-eomrco li {
  margin: 0 20px;
}

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

.plinko-eomrco li a img {
  margin-bottom: 4px;
}

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

.plinko-8r84y3 {
  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) {
  .plinko-8r84y3 {
    padding: 0 16px;
  }
}

.plinko-8r84y3 li {
  font-size: 16px;
  position: relative;
}

.plinko-8r84y3 li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.plinko-8r84y3 li span {
  opacity: 0.5;
}

.plinko-8r84y3 li + li {
  margin-left: 30px;
}

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

h2.plinko-004570 {
  margin: 0 0 28px;
}

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

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

.plinko-mqwn7o 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);
}

.plinko-mqwn7o 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;
}

.plinko-mqwn7o 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;
}

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

.plinko-mqwn7o tbody tr:last-of-type {
  margin-bottom: 0;
}

.plinko-mqwn7o tbody tr td:first-of-type {
  flex-shrink: 0;
}

.plinko-mqwn7o 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);
}

.plinko-mqwn7o 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);
}

.plinko-mqwn7o tbody tr td:last-of-type {
  margin-left: auto;
}

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

.plinko-mqwn7o tbody tr td .plinko-w7r3xt {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .plinko-mqwn7o tbody tr td .plinko-w7r3xt {
    width: 100%;
  }
}

.plinko-mqwn7o tbody tr td .plinko-l7jnns {
  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: 0chicken-road-spynx9 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .plinko-mqwn7o tbody tr td .plinko-l7jnns {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .plinko-mqwn7o tbody tr td .plinko-l7jnns {
    width: 100%;
  }
}

.plinko-mqwn7o tbody tr td .plinko-ji453g {
  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) {
  .plinko-mqwn7o tbody tr td .plinko-ji453g:hover {
    text-decoration: none;
  }
}

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

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

.plinko-wc0cgl {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.plinko-67qzdm {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.plinko-afjjzj img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0chicken-road-spynx9 ease-in-out;
}

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

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

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

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

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

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

.plinko-ggra2d img {
  width: 100%;
  height: 100%;
}

.plinko-ggra2d iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.plinko-brd5ql svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0chicken-road-spynx9 ease-in-out;
}

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

.plinko-yg217v {
  padding: 90px 0;
}

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

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

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

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

.plinko-iocjrv img {
  width: 100%;
}

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

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

.plinko-c0dlvm {
  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;
}

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

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

.plinko-7aohxz {
  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: 0chicken-road-spynx9 ease-in-out;
}

.plinko-7aohxz:hover {
  border: 1px solid #8c8ca2;
}

.plinko-3ezpoh {
  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%);
}

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

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

.plinko-9ncvtv a {
  text-decoration: underline;
  color: #8babff;
}

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

.plinko-ny4260 .plinko-7aohxz {
  width: 50%;
  margin: 0;
}

.plinko-ytosz0 {
  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;
}

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

.plinko-dd6352 {
  margin: 0 0 100px;
}

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

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

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

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

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

.plinko-i71jjc {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.plinko-sl1hmq 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: 0chicken-road-spynx9 ease-in-out;
}

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

.plinko-sl1hmq a svg {
  fill: #fff;
}

.plinko-sl1hmq a:hover {
  background: #3d68e7;
}

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

.plinko-p8e121 {
  margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.plinko-r698e5 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);
}

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

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

.plinko-r698e5 table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

.plinko-y546s7 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.plinko-y546s7.plinko-hsc8sp {
  display: none;
}

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

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

.plinko-hrq0hn iframe.plinko-cts2gu {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.plinko-hrq0hn.plinko-peziz5 {
  opacity: 1;
  pointer-events: all;
}

.plinko-74pvfb {
  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: 0chicken-road-spynx9 ease-in-out;
}

.plinko-74pvfb svg {
  margin-right: 10px;
}

.plinko-74pvfb + .plinko-74pvfb {
  margin-top: 14px;
}

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

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

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

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

.plinko-j9uf8p .plinko-ljwz94 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.plinko-j9uf8p .plinko-ljwz94 h1,
.plinko-j9uf8p .plinko-ljwz94 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) {
  .plinko-j9uf8p .plinko-ljwz94 h1,
  .plinko-j9uf8p .plinko-ljwz94 h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .plinko-j9uf8p .plinko-ljwz94 {
    margin: 28px 0 0;
  }
}

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

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

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

.plinko-2jhz6b {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.plinko-05cxbo {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.plinko-t4b8sy {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

@media only screen and (max-width: 540px) {
  .plinko-80ndgk {
    padding: 10px;
  }
}

.plinko-80ndgk .plinko-xmtwhu {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .plinko-80ndgk .plinko-xmtwhu {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .plinko-80ndgk {
    flex-wrap: wrap;
  }
}

.plinko-eqki5p {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.plinko-eqki5p img {
  width: 100%;
}

.plinko-ss0owg {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.plinko-wbrww9 {
  width: 100%;
  margin: 0 0 100px;
}

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

.plinko-wbrww9 .plinko-f4tvdb {
  position: relative;
}

.plinko-wbrww9 .plinko-b8qeym {
  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;
}

.plinko-wbrww9 .plinko-b8qeym.plinko-hsc8sp {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .plinko-wbrww9 .plinko-1o6e00 {
    bottom: 90px;
  }
}

.plinko-wbrww9 .plinko-1o6e00 .plinko-uygncz {
  max-width: 300px;
  width: 100%;
}

.plinko-wbrww9
  .plinko-1o6e00
  .plinko-uygncz
  .plinko-xc5yrf {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .plinko-wbrww9
    .plinko-1o6e00
    .plinko-uygncz
    .plinko-xc5yrf {
    font-size: 32px;
    text-align: center;
  }
}

.plinko-wbrww9
  .plinko-1o6e00
  .plinko-uygncz
  .plinko-lyx9g8 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .plinko-wbrww9
    .plinko-1o6e00
    .plinko-uygncz
    .plinko-lyx9g8 {
    text-align: center;
  }
}

.plinko-wbrww9 .plinko-1o6e00 .plinko-82octp {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .plinko-wbrww9 .plinko-1o6e00 .plinko-82octp {
    flex-direction: column-reverse;
  }
}

.plinko-wbrww9
  .plinko-1o6e00
  .plinko-82octp
  .plinko-wxip60 {
  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: 0chicken-road-spynx9 ease-in-out;
}

.plinko-wbrww9
  .plinko-1o6e00
  .plinko-82octp
  .plinko-wxip60:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .plinko-wbrww9
    .plinko-1o6e00
    .plinko-82octp
    .plinko-wxip60 {
    width: 100%;
  }
}

.plinko-wbrww9
  .plinko-1o6e00
  .plinko-82octp
  .plinko-zty6sx {
  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: 0chicken-road-spynx9 ease-in-out;
  overflow: hidden;
}

.plinko-wbrww9
  .plinko-1o6e00
  .plinko-82octp
  .plinko-zty6sx
  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);
  }
}

.plinko-wbrww9
  .plinko-1o6e00
  .plinko-82octp
  .plinko-zty6sx: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;
}

.plinko-wbrww9
  .plinko-1o6e00
  .plinko-82octp
  .plinko-zty6sx:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .plinko-wbrww9
    .plinko-1o6e00
    .plinko-82octp
    .plinko-zty6sx {
    width: 100%;
  }
}

.plinko-wbrww9 .plinko-1o6e00.plinko-hsc8sp {
  display: none;
}

.plinko-wbrww9 .plinko-9fv6uz {
  display: none;
}

.plinko-wbrww9 .plinko-9fv6uz.plinko-peziz5 {
  display: block;
}

.plinko-wbrww9 .plinko-9fv6uz iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .plinko-wbrww9 .plinko-9fv6uz iframe {
    height: calc(100vh - 54px);
  }
}

.plinko-wbrww9 .plinko-tys2d4 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .plinko-wbrww9 .plinko-tys2d4 {
    padding: 24px 16px 0;
  }
}

.plinko-wbrww9 .plinko-tys2d4 .plinko-xc5yrf {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .plinko-wbrww9 .plinko-tys2d4 .plinko-xc5yrf {
    margin-bottom: 24px;
  }
}

.plinko-wbrww9 .plinko-tys2d4 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);
}

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

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

.plinko-wbrww9 .plinko-tys2d4 table tr:last-of-type td {
  border-bottom: none;
}

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

.plinko-m55bf7.plinko-eps6x3 {
  display: block;
}

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

.plinko-m55bf7 .plinko-jsxmo4 {
  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;
}

.plinko-m55bf7 .plinko-76hgnu {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.plinko-m55bf7 .plinko-zty6sx {
  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: 0chicken-road-spynx9 ease-in-out;
}

.plinko-m55bf7 .plinko-zty6sx:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.plinko-j2g0ft.plinko-eps6x3 {
  display: block;
}

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

.plinko-cv6s35 {
  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;
}

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

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

.plinko-6vhr75 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.plinko-6vhr75 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.plinko-v7eety {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.plinko-nloi9e.plinko-hsc8sp {
  display: none;
}

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

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

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

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

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

.plinko-da85lh 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: 0chicken-road-spynx9 ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

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

.plinko-da85lh input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.plinko-da85lh input:active {
  border-color: #c2c0ce;
}

.plinko-da85lh input:focus {
  border-color: #c2c0ce;
}

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

.plinko-mmvqw8 {
  margin-bottom: 36px;
}

.plinko-mmvqw8 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;
}

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

.plinko-mmvqw8 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.plinko-qkscey {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.plinko-cmx0ti {
  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: 0chicken-road-spynx9 ease-in-out;
}

.plinko-cmx0ti:hover {
  background: var(--border-color);
}

.plinko-xgrdft {
  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: 0chicken-road-spynx9 ease-in-out;
}

.plinko-xgrdft:hover {
  background: #166ad9;
}

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

.plinko-grc92l.plinko-hsc8sp {
  display: none;
}

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

.plinko-grc92l .plinko-cmx0ti {
  margin: 0 auto;
}

.plinko-ia7yfw {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.plinko-jap21x {
  filter: grayscale(100%);
}

.plinko-xshndt > input {
  display: none;
}

.plinko-xshndt > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.plinko-zbtu64.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.plinko-qibiim 44.plinko-i5xv8l.plinko-ckskjf.plinko-q7pa42.plinko-mkr2h4.plinko-3i3dx0.plinko-exm9m7.plinko-5dgnnm.plinko-qor95k.plinko-92ytib.plinko-exyh9k.plinko-vn1ixf.plinko-l4gcss 0l-12.plinko-2qfik4 30.plinko-t3yfoo.plinko-gi3dqi 2.plinko-ofkmwy.plinko-gi3dqi 3.plinko-zju5lp 3.plinko-mqa8p4.plinko-unoj6s 3.plinko-x80hd5.plinko-0xvejs.plinko-x9sgul.plinko-xpd87u 7-3.plinko-2qfik4 10.plinko-innpvz.plinko-xpd87u 23.plinko-ertcyz.plinko-ww6cci 1.plinko-gbltwu 2.plinko-2qfik4 3.plinko-ww6cci 1.plinko-unoj6s 5.plinko-b3td6q.plinko-unoj6s 32.plinko-eia4i8.plinko-0xvejs 5.plinko-l4gcss 4.plinko-xpd87u 9.plinko-xpd87u 8.plinko-unoj6s 6.plinko-bfryss.plinko-u322pp.plinko-6scybu.plinko-aybpxf.plinko-p2w1xy 4.plinko-pnf891.plinko-p2w1xy 6.plinko-p2w1xy 0l29.plinko-l4gcss 17.plinko-4pdvmh.plinko-u8o86z 2.plinko-fuxjn9 10.plinko-hfsdpd.plinko-2qfik4 8.plinko-5mg5rb.plinko-5khj5k.plinko-d2h3s1.plinko-kellyw.plinko-eribnf.plinko-0xvejs.plinko-3i3dx0.plinko-2qfik4 1.plinko-woz88i.plinko-dds1sz.plinko-6fohz3.plinko-gejtmn.plinko-muygqj.plinko-gbltwu 1.plinko-002poe.plinko-wu9t0p.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.plinko-xshndt > input:checked ~ label,
.plinko-xshndt > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.plinko-zbtu64.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.plinko-qibiim 44.plinko-i5xv8l.plinko-ckskjf.plinko-q7pa42.plinko-mkr2h4.plinko-3i3dx0.plinko-exm9m7.plinko-5dgnnm.plinko-qor95k.plinko-92ytib.plinko-exyh9k.plinko-vn1ixf.plinko-l4gcss 0l-12.plinko-2qfik4 30.plinko-t3yfoo.plinko-gi3dqi 2.plinko-ofkmwy.plinko-gi3dqi 3.plinko-zju5lp 3.plinko-mqa8p4.plinko-unoj6s 3.plinko-x80hd5.plinko-0xvejs.plinko-x9sgul.plinko-xpd87u 7-3.plinko-2qfik4 10.plinko-innpvz.plinko-xpd87u 23.plinko-ertcyz.plinko-ww6cci 1.plinko-gbltwu 2.plinko-2qfik4 3.plinko-ww6cci 1.plinko-unoj6s 5.plinko-b3td6q.plinko-unoj6s 32.plinko-eia4i8.plinko-0xvejs 5.plinko-l4gcss 4.plinko-xpd87u 9.plinko-xpd87u 8.plinko-unoj6s 6.plinko-bfryss.plinko-u322pp.plinko-6scybu.plinko-aybpxf.plinko-p2w1xy 4.plinko-pnf891.plinko-p2w1xy 6.plinko-p2w1xy 0l29.plinko-l4gcss 17.plinko-4pdvmh.plinko-u8o86z 2.plinko-fuxjn9 10.plinko-hfsdpd.plinko-2qfik4 8.plinko-5mg5rb.plinko-5khj5k.plinko-d2h3s1.plinko-kellyw.plinko-eribnf.plinko-0xvejs.plinko-3i3dx0.plinko-2qfik4 1.plinko-woz88i.plinko-dds1sz.plinko-6fohz3.plinko-gejtmn.plinko-muygqj.plinko-gbltwu 1.plinko-002poe.plinko-wu9t0p.5z'/%3e%3c/svg%3e");
}

.plinko-xshndt > input:not(:checked) ~ label:hover,
.plinko-xshndt > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.plinko-zbtu64.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.plinko-qibiim 44.plinko-i5xv8l.plinko-ckskjf.plinko-q7pa42.plinko-mkr2h4.plinko-3i3dx0.plinko-exm9m7.plinko-5dgnnm.plinko-qor95k.plinko-92ytib.plinko-exyh9k.plinko-vn1ixf.plinko-l4gcss 0l-12.plinko-2qfik4 30.plinko-t3yfoo.plinko-gi3dqi 2.plinko-ofkmwy.plinko-gi3dqi 3.plinko-zju5lp 3.plinko-mqa8p4.plinko-unoj6s 3.plinko-x80hd5.plinko-0xvejs.plinko-x9sgul.plinko-xpd87u 7-3.plinko-2qfik4 10.plinko-innpvz.plinko-xpd87u 23.plinko-ertcyz.plinko-ww6cci 1.plinko-gbltwu 2.plinko-2qfik4 3.plinko-ww6cci 1.plinko-unoj6s 5.plinko-b3td6q.plinko-unoj6s 32.plinko-eia4i8.plinko-0xvejs 5.plinko-l4gcss 4.plinko-xpd87u 9.plinko-xpd87u 8.plinko-unoj6s 6.plinko-bfryss.plinko-u322pp.plinko-6scybu.plinko-aybpxf.plinko-p2w1xy 4.plinko-pnf891.plinko-p2w1xy 6.plinko-p2w1xy 0l29.plinko-l4gcss 17.plinko-4pdvmh.plinko-u8o86z 2.plinko-fuxjn9 10.plinko-hfsdpd.plinko-2qfik4 8.plinko-5mg5rb.plinko-5khj5k.plinko-d2h3s1.plinko-kellyw.plinko-eribnf.plinko-0xvejs.plinko-3i3dx0.plinko-2qfik4 1.plinko-woz88i.plinko-dds1sz.plinko-6fohz3.plinko-gejtmn.plinko-muygqj.plinko-gbltwu 1.plinko-002poe.plinko-wu9t0p.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .plinko-daj20t > .plinko-ir8cuf {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .plinko-daj20t > .plinko-ir8cuf {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .plinko-daj20t > .plinko-ir8cuf {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .plinko-daj20t > .plinko-ir8cuf {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .plinko-daj20t > .plinko-ir8cuf {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.plinko-rt3uki {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.plinko-rt3uki.plinko-hsc8sp {
  display: none;
}

.plinko-z2ibzn {
  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) {
  .plinko-z2ibzn {
    height: 74px;
    overflow: visible;
  }
}

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

.plinko-iwikob {
  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;
}

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

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

.plinko-iwikob img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.plinko-b2h60z {
  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;
}

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  .plinko-1ycnor {
    top: -20px;
  }
}

.plinko-vrfe3v {
  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: 0chicken-road-spynx9 ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

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

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

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

.plinko-rt3uki.plinko-x0go0k .plinko-z2ibzn {
  background: #2b3b67;
}

.plinko-rt3uki.plinko-x0go0k .plinko-iwikob {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.plinko-rt3uki.plinko-x0go0k .plinko-iwikob::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.plinko-rt3uki.plinko-x0go0k .plinko-iwikob::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.plinko-rt3uki.plinko-x0go0k .plinko-b2h60z::before {
  background: #0e0f41;
}

.plinko-rt3uki.plinko-x0go0k .plinko-b2h60z::after {
  background: #152557;
}

.plinko-rt3uki.plinko-lqrhp9 .plinko-z2ibzn {
  background: #1f35fa;
}

.plinko-rt3uki.plinko-lqrhp9 .plinko-iwikob {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.plinko-rt3uki.plinko-lqrhp9 .plinko-iwikob::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.plinko-rt3uki.plinko-lqrhp9 .plinko-iwikob::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.plinko-rt3uki.plinko-lqrhp9 .plinko-b2h60z::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.plinko-rt3uki.plinko-lqrhp9 .plinko-b2h60z::after {
  background: #192ac8;
}

.plinko-rt3uki.plinko-b86h91 .plinko-z2ibzn {
  background: #fa771f;
}

.plinko-rt3uki.plinko-b86h91 .plinko-iwikob {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.plinko-rt3uki.plinko-b86h91 .plinko-iwikob::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.plinko-rt3uki.plinko-b86h91 .plinko-iwikob::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.plinko-rt3uki.plinko-b86h91 .plinko-b2h60z::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.plinko-rt3uki.plinko-b86h91 .plinko-b2h60z::after {
  background: #fa8535;
}

.plinko-m6fnya {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.plinko-abwm27 {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.plinko-ed16vk {
  width: 120px;
  height: 22px;
}

.plinko-ed16vk .plinko-g0d6d4 {
  fill: #c2c0ce;
}

.plinko-ed16vk [rating="1"] .plinko-g0d6d4:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.plinko-ed16vk [rating="2"] .plinko-g0d6d4:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.plinko-ed16vk [rating="3"] .plinko-g0d6d4:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.plinko-ed16vk [rating="4"] .plinko-g0d6d4:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.plinko-ed16vk [rating="5"] .plinko-g0d6d4:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.plinko-3or7v3 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

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

.plinko-vzm5ge {
  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);
}

.plinko-vzm5ge.plinko-peziz5 {
  display: block;
}

.plinko-vzm5ge.plinko-hsc8sp {
  display: none;
}

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

.plinko-0qoxtb {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.plinko-axqo2r {
  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);
}

.plinko-n1fz06 {
  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;
}

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

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

.plinko-rcvqv4 {
  font-size: 16px;
  line-height: 140%;
}

.plinko-e817my {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.plinko-e817my .plinko-g0d6d4 {
  fill: #c2c0ce;
}

.plinko-e817my [rating="1"] .plinko-g0d6d4:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.plinko-e817my [rating="2"] .plinko-g0d6d4:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.plinko-e817my [rating="3"] .plinko-g0d6d4:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.plinko-e817my [rating="4"] .plinko-g0d6d4:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.plinko-e817my [rating="5"] .plinko-g0d6d4:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.plinko-3dlvok {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.plinko-wh04oo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plinko-slt8w8 {
  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;
}

.plinko-qkrvgh {
  flex: 1;
  min-width: 0;
}

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

.plinko-ws2t5p {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.plinko-ws2t5p svg path {
  fill: var(--button-bg-color);
}

.plinko-ws2t5p svg circle {
  fill: var(--button-text-color);
}

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

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

.plinko-slyket strong {
  font-weight: 600;
}

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

.plinko-n07kx4 p {
  margin: 0 0 16px;
}

.plinko-n07kx4 p:last-child {
  margin-bottom: 0;
}

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

.plinko-dqdjg8 {
  max-width: 300px;
  width: 100%;
}

.plinko-dqdjg8 a {
  width: 100%;
}

@media (max-width: 575px) {
  .plinko-dqdjg8 {
    max-width: 200px;
  }
}

.plinko-q55rm8 {
  justify-content: center;
}

.plinko-gbrnai {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.plinko-pj1eh9 {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.plinko-0sqojb .plinko-kss5fh {
  justify-content: center;
}

/* faq */

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

.plinko-5k0ky6 {
  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 0chicken-road-g01ksq ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.plinko-5k0ky6::after {
  content: "+";
  font-weight: bold;
  transition: transform 0chicken-road-g01ksq ease;
}

.plinko-zl7lrs.plinko-eps6x3 .plinko-5k0ky6::after {
  transform: rotate(45deg);
}

.plinko-i8g7tn {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0chicken-road-spynx9 ease,
    padding 0chicken-road-spynx9 ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.plinko-zl7lrs.plinko-eps6x3 .plinko-i8g7tn {
  max-height: 100%;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.plinko-1c3y58 {
  margin: 25px 0;
}

.plinko-xshndt > input:not(:checked) ~ label:hover,
.plinko-xshndt > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.plinko-mw4ekv.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.plinko-zbx3go 44.plinko-f06zgg.plinko-k7y9ah.plinko-5vykdy.plinko-h9syy0.plinko-wv00k8.plinko-77qhzl.plinko-towl98.plinko-kn4wyb.plinko-8dzzc4.plinko-ulll4l.plinko-ye6838.plinko-t3z8u5 0l-12.plinko-pa24rk 30.plinko-xks7ml.plinko-p0bklz 2.plinko-atpbnm.plinko-p0bklz 3.plinko-x4nccg 3.plinko-4z4k4y.plinko-pdtpnt 3.plinko-0jpfir.plinko-jsj56a.plinko-iqes7o.plinko-f9mmhi 7-3.plinko-pa24rk 10.plinko-kvr9d2.plinko-f9mmhi 23.plinko-gnadia.plinko-5gq6bc 1.plinko-ea3dpg 2.plinko-pa24rk 3.plinko-5gq6bc 1.plinko-pdtpnt 5.plinko-qwvsn2.plinko-pdtpnt 32.plinko-bd86hj.plinko-jsj56a 5.plinko-t3z8u5 4.plinko-f9mmhi 9.plinko-f9mmhi 8.plinko-pdtpnt 6.plinko-1rf3h9.plinko-33ltlg.plinko-dqkm0z.plinko-ygftor.plinko-2e496o 4.plinko-wmpbb1.plinko-2e496o 6.plinko-2e496o 0l29.plinko-t3z8u5 17.plinko-ntwmw0.plinko-shha2y 2.plinko-fan5wi 10.plinko-5tl8vj.plinko-pa24rk 8.plinko-yi73hr.plinko-5pqdil.plinko-ic47sb.plinko-hegphf.plinko-wqhog3.plinko-jsj56a.plinko-wv00k8.plinko-pa24rk 1.plinko-ngypy7.plinko-eweepa.plinko-jbejcg.plinko-r28b34.plinko-0uwiu1.plinko-ea3dpg 1.plinko-tdv3q6.plinko-sgwxkh.5z'/%3e%3c/svg%3e");
}

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

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

.plinko-i567cq {
  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);
}

.plinko-i567cq.plinko-nbjl3r {
  display: block;
}

.plinko-i567cq.plinko-a2d1r3 {
  display: none;
}

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

.plinko-0y5pwr {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.plinko-abc9el {
  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);
}

.plinko-ovgh45 {
  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;
}

.plinko-3pr335 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.plinko-wqhvw6 {
  font-size: 16px;
  line-height: 140%;
}

.plinko-i0v8k2 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.plinko-i0v8k2 .plinko-s6v5kz {
  fill: #c2c0ce;
}

.plinko-i0v8k2 [rating="1"] .plinko-s6v5kz:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.plinko-i0v8k2 [rating="2"] .plinko-s6v5kz:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.plinko-i0v8k2 [rating="3"] .plinko-s6v5kz:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.plinko-i0v8k2 [rating="4"] .plinko-s6v5kz:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.plinko-i0v8k2 [rating="5"] .plinko-s6v5kz:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.plinko-mdsk7w 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;
}

.plinko-mdsk7w 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 */

.plinko-szfdof {
  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);
}

.plinko-szfdof.plinko-izqud7 {
  opacity: 1;
  pointer-events: auto;
}

/* review */
/* review */
.plinko-w18d94 {
  margin: 25px 0;
}

.plinko-3f9zvk > input:not(:checked) ~ label:hover,
.plinko-3f9zvk > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.plinko-8hrbw5.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.plinko-71x7kz 44.plinko-0tv2rt.plinko-svkgat.plinko-kdzrd8.plinko-v4lyxf.plinko-i5vykd.plinko-wwmeqk.plinko-7pumm6.plinko-rfwa24.plinko-moxz0k.plinko-1yb4nr.plinko-5oanbu.plinko-fn3mk3 0l-12.plinko-sujodp 30.plinko-yv9jbn.plinko-cot204 2.plinko-zdyf8u.plinko-cot204 3.plinko-uwm3mu 3.plinko-03maps.plinko-q5yfrd 3.plinko-59nzyr.plinko-gv7cck.plinko-basy1e.plinko-6it58h 7-3.plinko-sujodp 10.plinko-hlkcav.plinko-6it58h 23.plinko-rkroh5.plinko-mbqe2j 1.plinko-4wim43 2.plinko-sujodp 3.plinko-mbqe2j 1.plinko-q5yfrd 5.plinko-uxh3a1.plinko-q5yfrd 32.plinko-b3mxpd.plinko-gv7cck 5.plinko-fn3mk3 4.plinko-6it58h 9.plinko-6it58h 8.plinko-q5yfrd 6.plinko-f4n549.plinko-xawwue.plinko-4vdave.plinko-sm40ch.plinko-5cwk4w 4.plinko-bo8bt9.plinko-5cwk4w 6.plinko-5cwk4w 0l29.plinko-fn3mk3 17.plinko-f50bh8.plinko-rf99p5 2.plinko-mypgfi 10.plinko-aelw7h.plinko-sujodp 8.plinko-wpzwih.plinko-f6wkl4.plinko-q4nq8i.plinko-ymoej5.plinko-1porto.plinko-gv7cck.plinko-i5vykd.plinko-sujodp 1.plinko-ltpzzl.plinko-nh1o2f.plinko-b4sqjq.plinko-zs8enz.plinko-uihndk.plinko-4wim43 1.plinko-yuldfs.plinko-ss02j4.5z'/%3e%3c/svg%3e");
}

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

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

.plinko-xxvnvl {
  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);
}

.plinko-xxvnvl.plinko-egb80s {
  display: block;
}

.plinko-xxvnvl.plinko-p66yn2 {
  display: none;
}

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

.plinko-an6amd {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.plinko-hb8yoi {
  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);
}

.plinko-su3mv3 {
  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;
}

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

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

.plinko-oku8ts {
  font-size: 16px;
  line-height: 140%;
}

.plinko-aluolg {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.plinko-aluolg .plinko-taw004 {
  fill: #c2c0ce;
}

.plinko-aluolg [rating="1"] .plinko-taw004:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.plinko-aluolg [rating="2"] .plinko-taw004:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.plinko-aluolg [rating="3"] .plinko-taw004:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.plinko-aluolg [rating="4"] .plinko-taw004:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.plinko-aluolg [rating="5"] .plinko-taw004:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.plinko-fq2ou7 {
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--registr-btn);
  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) {
  .plinko-fq2ou7:hover {
    background: var(--registr-btn);
  }
}
@media only screen and (max-width: 767px) {
  .plinko-fq2ou7 {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

/* scroll */
.plinko-g3ivv9 {
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
  position: relative;
}

.plinko-zjnsh0 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px 0;
  width: calc(100% / 3 * 4);
  transition: transform 0chicken-road-8b09xf ease-in-out;
  margin: 0;
}

.plinko-xxvnvl {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
  box-sizing: border-box;
}
.plinko-xxvnvl.plinko-egb80s {
  display: block;
}

.plinko-pfpy9m {
  z-index: 10;
  background: var(--button-bg-color);
  color: #000;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.plinko-f4axcx {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.plinko-pfpy9m:hover:not(:disabled) {
  background: var(--button-bg-hover);
}

#review-prev {
  left: 10px;
}
#review-next {
  right: 10px;
}

.plinko-pfpy9m:disabled {
  background: rgba(0, 0, 0, 0.1);
  color: #ccc;
  cursor: not-allowed;
}

@media only screen and (max-width: 767px) {
  .plinko-zjnsh0 {
    width: 800%;
    flex-wrap: nowrap;
    gap: 0;
  }

  .plinko-xxvnvl {
    max-width: calc(100% / 8);
    flex-basis: calc(100% / 8);
    margin: 0;
    padding: 16px;
    margin-right: 5px;
  }

  .plinko-pfpy9m {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  #review-prev {
    left: 5px;
  }
  #review-next {
    right: 5px;
  }
}

.plinko-8ouo2x {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--table-1-color);
  background: linear-gradient(180deg, #06affd 0%, #0077ff 100%);
}

.plinko-ghavhn {
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: linear-gradient(180deg, #069afd 0%, #00c3ff 100%);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0fishroad-dfa17m ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.plinko-ghavhn::after {
  content: "+";
  font-weight: bold;
  transition: transform 0fishroad-dfa17m ease;
}

.plinko-8ouo2x.plinko-gqa239 .plinko-ghavhn::after {
  transform: rotate(45deg);
}

.plinko-ghavhn:hover {
  background: rgba(255, 255, 255, 0.3);
}

.plinko-rnydkk {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0fishroad-ivv94k ease,
    padding 0fishroad-ivv94k ease;
  padding: 0 20px;
  background: linear-gradient(180deg, #059bc0 0%, #0995b8 100%);
}

.plinko-8ouo2x.plinko-gqa239 .plinko-rnydkk {
  max-height: 100%;
  padding: 15px 20px;
}

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

.plinko-25yji4 {
  position: absolute;
  max-width: 100px;
  width: 100%;
  left: 10px;
}

.plinko-25yji4 img {
  position: absolute;
  top: -125px;
}

@media (max-width: 992px) {
  .plinko-25yji4 img {
    position: absolute;
    top: -70px;
  }
}

@media (max-width: 601px) {
  .plinko-1gnvjq .plinko-hydkro img {
    margin-top: -150px !important;
  }

  .plinko-y1zjrg {
    max-width: 160px;
    position: absolute;
    top: 65px;
    left: 25px;
  }
}

.plinko-35swwj {
  margin-bottom: 25px;
}

.plinko-35swwj iframe {
  width: 100%;
  height: 500px;
}

/* popup */

.plinko-srcygr {
  width: 90%;
  position: fixed;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../other/bg.webp);
  background-size: cover;
  background-position: center calc(100% - 522px);
  color: #fff;
  border-radius: 8px;
  transition: bottom 0.plinko-9f37cp ease;
  z-index: 9999;
  user-select: none;
  height: 75px;
  border: 1px solid rgb(70, 70, 70);
}

.plinko-nj1l6i {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.plinko-nj1l6i p {
  color: #fff900;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  font-family: Tahoma;

  z-index: -1;
  background: rgb(0 0 0 / 32%);
  height: 73px;
  padding: 25px;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  backdrop-filter: blur(5px);
}

.plinko-nj1l6i button {
  z-index: 2;
}

.plinko-srcygr.plinko-e7hu61 {
  bottom: 40px;
}

.plinko-0izpif {
  position: absolute;
  bottom: 10px;
  left: 0;
  animation: move-x 7s linear infinite;
  pointer-events: none;
}

.plinko-2yhiy1 {
  width: 18vw;
  max-width: 80px;
  min-width: 45px;
  animation: jump-y 0.plinko-v5xa3v infinite ease-in-out;
  transform-origin: center bottom;
  user-select: none;
}

@keyframes move-x {
  from {
    transform: translateX(-30vw);
  }
  to {
    transform: translateX(130vw);
  }
}

@keyframes jump-y {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  25% {
    transform: translateY(-18px) rotate(-8deg);
  }

  50% {
    transform: translateY(-22px) rotate(-5deg);
  }

  75% {
    transform: translateY(-10px) rotate(6deg);
  }

  100% {
    transform: translateY(0) rotate(0deg);
  }
}

.plinko-achps6 {
  position: absolute;
  top: -15px;
  right: -15px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: #fff;
  font-size: 20px;
  width: 26px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
  transition: background 0.plinko-06y1vb ease;
  z-index: 10000;
}

.plinko-achps6:hover {
  background: rgba(0, 0, 0, 0.8);
}

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

  .plinko-nj1l6i .plinko-rgfmqc {
    font-size: 13.5px;
  }

  .plinko-srcygr .plinko-2yhiy1 {
    animation: jump-y 0.plinko-v5xa3v infinite ease-in-out;
  }

  .plinko-4mr1is {
    display: none;
  }
}

.plinko-439vvh {
  position: absolute;
  width: 50px;
  height: auto;
  animation: rocket-fly 6s linear infinite;
  pointer-events: none;
  user-select: none;
  opacity: 0.9;
}

.plinko-2mm9qr {
  top: 10px;
  animation-duration: 7s;
}

.plinko-6r60w7 {
  bottom: 10px;
  animation-duration: 5s;
}

@keyframes rocket-fly {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(-200px);
  }
}

.plinko-ijxe1y {
  position: absolute;
  width: 120px;
  opacity: 1;
  pointer-events: none;
}

.plinko-4mr1is {
  max-width: 50px;
  top: -15px;
  left: 5%;
  z-index: 1;
  animation:
    cloud-drift 10s ease-in-out infinite,
    cloud-float 8s ease-in-out infinite;
}

.plinko-2to8r0 {
  max-width: 50px;
  top: 50px;
  left: 40%;
  animation:
    cloud-drift 10s ease-in-out infinite,
    cloud-float 6s ease-in-out infinite;
}

.plinko-kbgnls {
  max-width: 75px;
  top: -15px;
  left: 90%;
  animation:
    cloud-drift 10s ease-in-out infinite,
    cloud-float 3s ease-in-out infinite;
}

@keyframes cloud-drift {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes cloud-float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0px);
  }
}

.plinko-iu5p31 {
  position: absolute;
  color: #12e05b;
  font-weight: 700;
  font-size: 18px;
  opacity: 1;
  pointer-events: none;
  transform-origin: center;
  animation: moneyFade 2s ease-out forwards;
}

@keyframes moneyFade {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px) scale(1.3);
  }
}

.plinko-n4pq53 {
  background: #fdcd0670;
  border-radius: 25px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.plinko-n4pq53 .plinko-8yp1pt {
  display: flex;
  align-items: center;
}

.plinko-8rng4j {
  display: flex;
  flex-direction: column;
}

.plinko-oyhnab {
  max-width: 175px;
  width: 100%;
  margin-right: 15px;
  padding: 25px;
  background: #fff;
  border-radius: 25px;
}

.plinko-0u4sjz {
  max-width: 300px;
  width: 100%;
}

.plinko-vk2bom {
  max-width: 280px;
  width: 100%;
  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);
  border: 1px solid black;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
}

@media (max-width: 925px) {
  .plinko-n4pq53 {
    flex-direction: column;
  }

  .plinko-8yp1pt {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .plinko-8rng4j {
    text-align: center;
  }

  .plinko-n4pq53 h3 {
    margin-bottom: 0 !important;
  }
}

.plinko-2wbmvp {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
}

@media (max-width: 501px) {
  .plinko-2wbmvp {
    font-size: 12px;
  }
}

.plinko-yf9r8i {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
}

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

.plinko-uwks4c {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.plinko-c5mfde li:first-child {
  margin-bottom: 10px;
}

.plinko-c5mfde a {
  color: #000;
}

.plinko-gllqqb {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .plinko-gllqqb {
    align-items: center;
  }

  .plinko-f4majl {
    flex-direction: column;
  }
}

.plinko-f6ph8b {
  font-size: 16px;
  color: gray;
  text-align: center;
  max-width: 500px;
  width: 100%;
}

.plinko-51mtxe img {
  max-width: 75px;
  width: 100%;
  margin-right: 20px;
}

.plinko-iidkfa {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  justify-content: center;
}

.plinko-iidkfa a {
  background-color: var(--button-bg-color);
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.plinko-s74kc8 ease;
  padding: 20px 50px;
  text-decoration: none;
  font-weight: bold;
}
.plinko-iidkfa a:hover {
  text-decoration: none;

  background-color: var(--button-bg-hover);
}

.plinko-r4ucih {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 30px auto;
  padding: 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .plinko-r4ucih {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .plinko-r4ucih {
    margin: 15px auto;
  }
}
.plinko-r4ucih li {
  font-size: 16px;
  position: relative;
}
.plinko-r4ucih li a {
  color: var(--text-color);
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .plinko-r4ucih li a:hover {
    text-decoration: underline;
  }
}
.plinko-r4ucih li span {
  opacity: 0.5;
}
.plinko-r4ucih li + li {
  margin-left: 30px;
}
.plinko-r4ucih li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

.plinko-lpd7ns {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 991px) {
  .plinko-lpd7ns {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}
@media only screen and (max-width: 767px) {
  .plinko-lpd7ns {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.plinko-6fl5es {
  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) {
  .plinko-6fl5es {
    flex-direction: column;
  }
}
.plinko-vt6of0 {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}
.plinko-vt6of0 img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .plinko-vt6of0 {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}
.plinko-6tnyhu {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}
.plinko-6tnyhu 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) {
  .plinko-6tnyhu ul {
    margin-bottom: 15px;
  }
}
.plinko-6tnyhu ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.plinko-6tnyhu 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);
}
.plinko-6tnyhu ul li span svg {
  fill: var(--title-color);
}
.plinko-6tnyhu ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}
@media only screen and (max-width: 767px) {
  .plinko-6tnyhu ul li small {
    font-size: 12px;
  }
}
.plinko-6tnyhu ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}
.plinko-6tnyhu ul li:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .plinko-6tnyhu {
    flex-basis: auto;
    margin: 0 auto;
  }
}
.plinko-4p1lvy {
  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) {
  .plinko-4p1lvy {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.plinko-451ko5 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.plinko-hsp4s1 {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0c2qtskg ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}
@media only screen and (max-width: 767px) {
  .plinko-hsp4s1 {
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .plinko-hsp4s1:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}
.plinko-hsp4s1.plinko-neiqhn {
  background-color: #000;
}
@media only screen and (min-width: 1025px) {
  .plinko-hsp4s1.plinko-neiqhn:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.plinko-puwwtw {
  padding: 10px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1200px) {
  .plinko-puwwtw {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .plinko-puwwtw {
    padding: 50px 16px 68px;
  }
}
.plinko-iy9h79 {
  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) {
  .plinko-iy9h79 {
    flex-direction: column;
  }
}
.plinko-n6w0wc {
  margin-bottom: 94px;
}
@media only screen and (max-width: 767px) {
  .plinko-n6w0wc {
    margin-bottom: 40px;
  }
}
.plinko-goca79 .plinko-js5nnk {
  margin-bottom: 28px;
}
.plinko-goca79 .plinko-js5nnk img {
  max-height: 100px;
  width: auto;
}
.plinko-dirvga {
  display: flex;
  align-items: center;
}
.plinko-dirvga a + a {
  margin-left: 24px;
}
.plinko-dirvga img {
  max-height: 56px;
  width: auto;
}
.plinko-dirvga img + img {
  margin-left: 24px;
}
.plinko-yqpn0t {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .plinko-yqpn0t {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}
.plinko-1by97r {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .plinko-1by97r {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

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

.plinko-0rjfc5 {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
}

.plinko-0rjfc5 label {
  font-size: 14px;
}

.plinko-0rjfc5 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.plinko-0rjfc5 input,
.plinko-0rjfc5 textarea,
.plinko-0rjfc5 button {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
}
.plinko-0rjfc5 button {
  background-color: var(--button-bg-color);
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.plinko-06y1vb ease;
}
.plinko-0rjfc5 button:hover {
  background-color: var(--button-bg-hover);
}
.plinko-n9a7qn {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.plinko-9t004x ease-in;
}

.plinko-n9a7qn h2 {
  color: green;
  font-weight: 500;
}

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

#reviews .plinko-sqhmud {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

#reviews .plinko-sqhmud > div {
  display: none;
  padding: 20px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  flex: 1;
}

#reviews .plinko-sqhmud > div.plinko-7sde6c {
  display: block;
  width: 100%;
  max-width: 300px;
}

#reviews button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 835px) {
  #reviews .plinko-sqhmud > div.plinko-7sde6c {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

.plinko-qsr6ey {
  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: 18px auto;
  max-width: 300px;
}

@media (max-width: 765px) {
  .plinko-qxh24z .plinko-0uuja8 a {
    font-size: 12px;
  }
}

/* app */
.plinko-4f9i4u {
  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) {
  .plinko-4f9i4u {
    flex-direction: column;
  }
}
.plinko-z9z77k {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}
.plinko-z9z77k img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .plinko-z9z77k {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}
.plinko-ognj4s {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}
.plinko-ognj4s 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) {
  .plinko-ognj4s ul {
    margin-bottom: 15px;
  }
}
.plinko-ognj4s ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.plinko-ognj4s 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);
}
.plinko-ognj4s ul li span svg {
  fill: var(--title-color);
}
.plinko-ognj4s ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}
@media only screen and (max-width: 767px) {
  .plinko-ognj4s ul li small {
    font-size: 12px;
  }
}
.plinko-ognj4s ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}
.plinko-ognj4s ul li:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .plinko-ognj4s {
    flex-basis: auto;
    margin: 0 auto;
  }
}
.plinko-huudw9 {
  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) {
  .plinko-huudw9 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.plinko-cm8y3g {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.plinko-oc49r7 {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0c2qtskg ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}
@media only screen and (max-width: 767px) {
  .plinko-oc49r7 {
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .plinko-oc49r7:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}
.plinko-oc49r7.plinko-3wg4ve {
  background-color: #000;
}
@media only screen and (min-width: 1025px) {
  .plinko-oc49r7.plinko-3wg4ve:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.plinko-nz9id2 {
  padding: 10px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1200px) {
  .plinko-nz9id2 {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .plinko-nz9id2 {
    padding: 50px 16px 68px;
  }
}