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-zep7y8 {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.plinko-dqod3u {
  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-dqod3u: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-6bx1ey {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

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

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

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

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

.plinko-d2jzm4 {
  cursor: pointer;
}

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

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

.plinko-kvc2b6 figure {
  margin: 0;
}

.plinko-kvc2b6.plinko-mjgthg {
  justify-content: flex-start;
  margin-right: 4px;
}

.plinko-kvc2b6.plinko-px8u9e {
  justify-content: flex-end;
  margin-left: 4px;
}

.plinko-kvc2b6.plinko-srhjrr {
  justify-content: center;
}

.plinko-kvc2b6.plinko-68gqhw {
  justify-content: normal;
}

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

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

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

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

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

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

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

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

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

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

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

.plinko-qcb6se 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-qcb6se ul li span svg {
  fill: var(--title-color);
}

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

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

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

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

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

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

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

.plinko-86pfit {
  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-86pfit {
    height: 50px;
  }
}

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

.plinko-86pfit.plinko-w7zycy {
  background-color: #000;
}

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

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

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

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

.plinko-2fglbo {
  margin-bottom: 94px;
}

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

.plinko-d2pn12 .plinko-3etrez {
  margin-bottom: 28px;
}

.plinko-d2pn12 .plinko-3etrez img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-8o2inr.plinko-xo8n1t {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

.plinko-pplmss h1,
.plinko-pplmss 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-pplmss h1,
  .plinko-pplmss h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

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

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

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

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

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

.plinko-hp6o6n 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-hp6o6n li a svg {
  fill: var(--button-text-color);
}

.plinko-hp6o6n li a.plinko-xo8n1t {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.plinko-4oitz0 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

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

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

.plinko-r9r2ot {
  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-r9r2ot {
    height: 54px;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .plinko-qbx4wi .plinko-3etrez img {
    max-width: 90px;
  }
}

.plinko-3etrez img {
  max-height: 50px;
  width: auto;
}

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

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  .plinko-a49g9y {
    display: block;
  }
  .plinko-a49g9y li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .plinko-a49g9y li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .plinko-a49g9y 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-a49g9y li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

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

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

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

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

.plinko-35jc2b.plinko-zixtea {
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

.plinko-zyhe7a {
  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-zyhe7a::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-zyhe7a {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .plinko-zyhe7a img {
    max-width: 20px;
  }
}

.plinko-zx7oa6 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-zx7oa6 ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.plinko-zx7oa6 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-zx7oa6 ul li {
    padding: 5px;
  }
}

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

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

.plinko-8lyizz {
  display: none;
}

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

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

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

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

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

.plinko-9xm949 img {
  margin-bottom: 3px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-9w438s .plinko-76x60j {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .plinko-9w438s .plinko-76x60j {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.plinko-9w438s .plinko-sb58gl {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

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

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

.plinko-76x60j {
  margin: 0 0 28px;
}

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

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

.plinko-rlyumt .plinko-dqod3u {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.plinko-cn1sng {
  position: relative;
  border: none;
}

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

.plinko-2457fu {
  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-2457fu span {
  height: 32px;
}

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

.plinko-2457fu.plinko-xm69ag span {
  transform: scaleY(-1);
}

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

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

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

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

.plinko-1m5zt2 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-1m5zt2 li a:hover {
    background: var(--main-theme-color);
  }
}

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

.plinko-1m5zt2.plinko-qp6r2c {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-vcsgp4 {
  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-92m6r2 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

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

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

.plinko-lkv5wu {
  display: none;
}

@media only screen and (max-width: 767px) {
  .plinko-lkv5wu {
    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-z015fd {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

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

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

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

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

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

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

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

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

.plinko-entm52 li span {
  opacity: 0.5;
}

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

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

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

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

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

.plinko-v5h0qy 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-v5h0qy 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-v5h0qy 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-v5h0qy tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

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

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

.plinko-v5h0qy 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-v5h0qy 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-v5h0qy tbody tr td:last-of-type {
  margin-left: auto;
}

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

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

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

.plinko-v5h0qy tbody tr td .plinko-8uwkl3 {
  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-v5h0qy tbody tr td .plinko-8uwkl3:hover {
    background: var(--button-bg-hover);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-pwf4ok {
  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-pwf4ok {
    height: 190px;
    margin: 20px auto;
  }
}

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

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

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

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

.plinko-sy3bti::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-8dsolt {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

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

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

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

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

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

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

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

.plinko-3tdqtj img {
  width: 100%;
}

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

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

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

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

.plinko-q5ycoh {
  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-q5ycoh:hover {
  border: 1px solid #8c8ca2;
}

.plinko-dqa0lr {
  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-dqa0lr:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

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

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

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

.plinko-aemakh .plinko-q5ycoh {
  width: 50%;
  margin: 0;
}

.plinko-v2x8mx {
  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-v2x8mx:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.plinko-443ddo {
  margin: 0 0 100px;
}

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

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

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

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

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

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

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

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

.plinko-trzqei 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-trzqei a {
    margin: 1px 0 4px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-66w61f::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-uk54jz {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.plinko-uk54jz.plinko-oywjt2 {
  display: none;
}

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

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

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

.plinko-of446i.plinko-4mkpkk {
  opacity: 1;
  pointer-events: all;
}

.plinko-1ift4w {
  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-1ift4w svg {
  margin-right: 10px;
}

.plinko-1ift4w + .plinko-1ift4w {
  margin-top: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-f8pwdr .plinko-dqod3u {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.plinko-pbxjmj .plinko-13a1ut {
  position: relative;
}

.plinko-pbxjmj .plinko-bp68m7 {
  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-pbxjmj .plinko-bp68m7.plinko-oywjt2 {
  display: none;
}

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

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

.plinko-pbxjmj .plinko-oq1b6r .plinko-wv2p5f {
  max-width: 300px;
  width: 100%;
}

.plinko-pbxjmj
  .plinko-oq1b6r
  .plinko-wv2p5f
  .plinko-srg51w {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .plinko-pbxjmj
    .plinko-oq1b6r
    .plinko-wv2p5f
    .plinko-srg51w {
    font-size: 32px;
    text-align: center;
  }
}

.plinko-pbxjmj
  .plinko-oq1b6r
  .plinko-wv2p5f
  .plinko-1k6n5u {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .plinko-pbxjmj
    .plinko-oq1b6r
    .plinko-wv2p5f
    .plinko-1k6n5u {
    text-align: center;
  }
}

.plinko-pbxjmj .plinko-oq1b6r .plinko-zixtea {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

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

.plinko-pbxjmj
  .plinko-oq1b6r
  .plinko-zixtea
  .plinko-v610x6 {
  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-pbxjmj
  .plinko-oq1b6r
  .plinko-zixtea
  .plinko-v610x6:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .plinko-pbxjmj
    .plinko-oq1b6r
    .plinko-zixtea
    .plinko-v610x6 {
    width: 100%;
  }
}

.plinko-pbxjmj
  .plinko-oq1b6r
  .plinko-zixtea
  .plinko-qrde2i {
  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-pbxjmj
  .plinko-oq1b6r
  .plinko-zixtea
  .plinko-qrde2i
  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-pbxjmj
  .plinko-oq1b6r
  .plinko-zixtea
  .plinko-qrde2i: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-pbxjmj
  .plinko-oq1b6r
  .plinko-zixtea
  .plinko-qrde2i:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .plinko-pbxjmj
    .plinko-oq1b6r
    .plinko-zixtea
    .plinko-qrde2i {
    width: 100%;
  }
}

.plinko-pbxjmj .plinko-oq1b6r.plinko-oywjt2 {
  display: none;
}

.plinko-pbxjmj .plinko-p7qc0p {
  display: none;
}

.plinko-pbxjmj .plinko-p7qc0p.plinko-4mkpkk {
  display: block;
}

.plinko-pbxjmj .plinko-p7qc0p iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

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

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

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

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

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

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

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

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

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

.plinko-g4fmip.plinko-xo8n1t {
  display: block;
}

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

.plinko-g4fmip .plinko-6isel9 {
  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-g4fmip .plinko-fiy32g {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.plinko-g4fmip .plinko-qrde2i {
  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-g4fmip .plinko-qrde2i:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.plinko-mjuc9o.plinko-xo8n1t {
  display: block;
}

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

.plinko-kjf7gi {
  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-ka0bpl {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

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

.plinko-vfc2ub.plinko-oywjt2 {
  display: none;
}

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

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

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

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

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

.plinko-upbdwm 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-upbdwm input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

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

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

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

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

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

.plinko-utysi8 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-utysi8 textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

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

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

.plinko-ykosru {
  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-ykosru:hover {
  background: var(--border-color);
}

.plinko-hb2f08 {
  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-hb2f08:hover {
  background: #166ad9;
}

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

.plinko-cdq2w9.plinko-oywjt2 {
  display: none;
}

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

.plinko-cdq2w9 .plinko-ykosru {
  margin: 0 auto;
}

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

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

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

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

.plinko-1bolh3 > input {
  display: none;
}

.plinko-1bolh3 > 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-2ou262.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.plinko-cwqta8 44.plinko-yh2mnm.plinko-27l49d.plinko-it20rr.plinko-ham4a4.plinko-81sgy7.plinko-8igbg8.plinko-2lg3t9.plinko-xpm7j1.plinko-98g8p7.plinko-odyw5l.plinko-b7w13r.plinko-bypa42 0l-12.plinko-o27jwh 30.plinko-15hp1i.plinko-bi8iov 2.plinko-niogm4.plinko-bi8iov 3.plinko-l5d0ku 3.plinko-dkj4ri.plinko-01r6cv 3.plinko-itv010.plinko-y87vgm.plinko-6zqv8n.plinko-iwyatk 7-3.plinko-o27jwh 10.plinko-0sjs2k.plinko-iwyatk 23.plinko-em56gh.plinko-k2gyfw 1.plinko-ulfame 2.plinko-o27jwh 3.plinko-k2gyfw 1.plinko-01r6cv 5.plinko-g0q3n8.plinko-01r6cv 32.plinko-4rw9z1.plinko-y87vgm 5.plinko-bypa42 4.plinko-iwyatk 9.plinko-iwyatk 8.plinko-01r6cv 6.plinko-aqgnxb.plinko-hf64ki.plinko-fu3xst.plinko-5scrzg.plinko-8egs77 4.plinko-smcd92.plinko-8egs77 6.plinko-8egs77 0l29.plinko-bypa42 17.plinko-zarjbl.plinko-wmnilc 2.plinko-mgy76b 10.plinko-8qun31.plinko-o27jwh 8.plinko-nsbwqa.plinko-krcitm.plinko-p6xc6q.plinko-v55yfr.plinko-m7piy4.plinko-y87vgm.plinko-81sgy7.plinko-o27jwh 1.plinko-vugoqu.plinko-164cgn.plinko-smbyw4.plinko-dbp641.plinko-okg02b.plinko-ulfame 1.plinko-7oivk4.plinko-k0fowd.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.plinko-1bolh3 > input:checked ~ label,
.plinko-1bolh3 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.plinko-2ou262.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.plinko-cwqta8 44.plinko-yh2mnm.plinko-27l49d.plinko-it20rr.plinko-ham4a4.plinko-81sgy7.plinko-8igbg8.plinko-2lg3t9.plinko-xpm7j1.plinko-98g8p7.plinko-odyw5l.plinko-b7w13r.plinko-bypa42 0l-12.plinko-o27jwh 30.plinko-15hp1i.plinko-bi8iov 2.plinko-niogm4.plinko-bi8iov 3.plinko-l5d0ku 3.plinko-dkj4ri.plinko-01r6cv 3.plinko-itv010.plinko-y87vgm.plinko-6zqv8n.plinko-iwyatk 7-3.plinko-o27jwh 10.plinko-0sjs2k.plinko-iwyatk 23.plinko-em56gh.plinko-k2gyfw 1.plinko-ulfame 2.plinko-o27jwh 3.plinko-k2gyfw 1.plinko-01r6cv 5.plinko-g0q3n8.plinko-01r6cv 32.plinko-4rw9z1.plinko-y87vgm 5.plinko-bypa42 4.plinko-iwyatk 9.plinko-iwyatk 8.plinko-01r6cv 6.plinko-aqgnxb.plinko-hf64ki.plinko-fu3xst.plinko-5scrzg.plinko-8egs77 4.plinko-smcd92.plinko-8egs77 6.plinko-8egs77 0l29.plinko-bypa42 17.plinko-zarjbl.plinko-wmnilc 2.plinko-mgy76b 10.plinko-8qun31.plinko-o27jwh 8.plinko-nsbwqa.plinko-krcitm.plinko-p6xc6q.plinko-v55yfr.plinko-m7piy4.plinko-y87vgm.plinko-81sgy7.plinko-o27jwh 1.plinko-vugoqu.plinko-164cgn.plinko-smbyw4.plinko-dbp641.plinko-okg02b.plinko-ulfame 1.plinko-7oivk4.plinko-k0fowd.5z'/%3e%3c/svg%3e");
}

.plinko-1bolh3 > input:not(:checked) ~ label:hover,
.plinko-1bolh3 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.plinko-2ou262.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.plinko-cwqta8 44.plinko-yh2mnm.plinko-27l49d.plinko-it20rr.plinko-ham4a4.plinko-81sgy7.plinko-8igbg8.plinko-2lg3t9.plinko-xpm7j1.plinko-98g8p7.plinko-odyw5l.plinko-b7w13r.plinko-bypa42 0l-12.plinko-o27jwh 30.plinko-15hp1i.plinko-bi8iov 2.plinko-niogm4.plinko-bi8iov 3.plinko-l5d0ku 3.plinko-dkj4ri.plinko-01r6cv 3.plinko-itv010.plinko-y87vgm.plinko-6zqv8n.plinko-iwyatk 7-3.plinko-o27jwh 10.plinko-0sjs2k.plinko-iwyatk 23.plinko-em56gh.plinko-k2gyfw 1.plinko-ulfame 2.plinko-o27jwh 3.plinko-k2gyfw 1.plinko-01r6cv 5.plinko-g0q3n8.plinko-01r6cv 32.plinko-4rw9z1.plinko-y87vgm 5.plinko-bypa42 4.plinko-iwyatk 9.plinko-iwyatk 8.plinko-01r6cv 6.plinko-aqgnxb.plinko-hf64ki.plinko-fu3xst.plinko-5scrzg.plinko-8egs77 4.plinko-smcd92.plinko-8egs77 6.plinko-8egs77 0l29.plinko-bypa42 17.plinko-zarjbl.plinko-wmnilc 2.plinko-mgy76b 10.plinko-8qun31.plinko-o27jwh 8.plinko-nsbwqa.plinko-krcitm.plinko-p6xc6q.plinko-v55yfr.plinko-m7piy4.plinko-y87vgm.plinko-81sgy7.plinko-o27jwh 1.plinko-vugoqu.plinko-164cgn.plinko-smbyw4.plinko-dbp641.plinko-okg02b.plinko-ulfame 1.plinko-7oivk4.plinko-k0fowd.5z'/%3e%3c/svg%3e");
}

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

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

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

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

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

#rating-0 {
  display: none;
}

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

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

.plinko-mnrix2.plinko-oywjt2 {
  display: none;
}

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

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

.plinko-qft8ad {
  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-qft8ad::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-7rrgyi {
  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-7rrgyi:hover {
    background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
  }
}

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

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

.plinko-mnrix2.plinko-haessi .plinko-vpluba {
  background: #2b3b67;
}

.plinko-mnrix2.plinko-haessi .plinko-qft8ad {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.plinko-mnrix2.plinko-haessi .plinko-qft8ad::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.plinko-mnrix2.plinko-haessi .plinko-qft8ad::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.plinko-mnrix2.plinko-haessi .plinko-ltqpji::before {
  background: #0e0f41;
}

.plinko-mnrix2.plinko-haessi .plinko-ltqpji::after {
  background: #152557;
}

.plinko-mnrix2.plinko-tmnvhu .plinko-vpluba {
  background: #1f35fa;
}

.plinko-mnrix2.plinko-tmnvhu .plinko-qft8ad {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.plinko-mnrix2.plinko-tmnvhu .plinko-qft8ad::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.plinko-mnrix2.plinko-tmnvhu .plinko-qft8ad::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

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

.plinko-mnrix2.plinko-tmnvhu .plinko-ltqpji::after {
  background: #192ac8;
}

.plinko-mnrix2.plinko-ejip06 .plinko-vpluba {
  background: #fa771f;
}

.plinko-mnrix2.plinko-ejip06 .plinko-qft8ad {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.plinko-mnrix2.plinko-ejip06 .plinko-qft8ad::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.plinko-mnrix2.plinko-ejip06 .plinko-qft8ad::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.plinko-mnrix2.plinko-ejip06 .plinko-ltqpji::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.plinko-mnrix2.plinko-ejip06 .plinko-ltqpji::after {
  background: #fa8535;
}

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

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

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

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

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

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

.plinko-pv45kq {
  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-pv45kq {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

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

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

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

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

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

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

.plinko-07eu0x .plinko-xd8s1l {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.plinko-nbitwf {
  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-nbitwf.plinko-4mkpkk {
  display: block;
}

.plinko-nbitwf.plinko-oywjt2 {
  display: none;
}

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

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

.plinko-ne3kfn {
  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-203cmh {
  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-v95kyo small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.plinko-rzn48j .plinko-xd8s1l {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

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

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

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

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

.plinko-egbfs7 {
  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-l0cttz {
  flex: 1;
  min-width: 0;
}

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

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

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

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

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

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

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

.plinko-76ws4w strong {
  font-weight: 600;
}

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

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

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

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

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

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

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

.plinko-3xdsrr {
  justify-content: center;
}

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

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

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

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

.plinko-qhxpii .plinko-a49g9y {
  justify-content: center;
}

/* faq */

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

.plinko-om6b7z {
  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-om6b7z::after {
  content: "+";
  font-weight: bold;
  transition: transform 0chicken-road-g01ksq ease;
}

.plinko-58sh74.plinko-xo8n1t .plinko-om6b7z::after {
  transform: rotate(45deg);
}

.plinko-9qtrrx {
  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-58sh74.plinko-xo8n1t .plinko-9qtrrx {
  max-height: 100%;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.plinko-in4byg {
  margin: 25px 0;
}

.plinko-1bolh3 > input:not(:checked) ~ label:hover,
.plinko-1bolh3 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.plinko-7es0rm.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.plinko-rk7mu2 44.plinko-y6ypc6.plinko-r4iple.plinko-r8ycvl.plinko-a96haq.plinko-86k4pe.plinko-vks3dm.plinko-4yqz2t.plinko-mtcc98.plinko-nqadrq.plinko-qkihwm.plinko-kud0iw.plinko-kmzyt3 0l-12.plinko-w3rusy 30.plinko-gj3z3b.plinko-m2erme 2.plinko-d3kv9f.plinko-m2erme 3.plinko-prtl46 3.plinko-xbbxwh.plinko-dcg8aj 3.plinko-qw45qd.plinko-iix8c5.plinko-8hyu8q.plinko-klxrch 7-3.plinko-w3rusy 10.plinko-2qu90x.plinko-klxrch 23.plinko-lbbi8a.plinko-3ge45e 1.plinko-o7qc9g 2.plinko-w3rusy 3.plinko-3ge45e 1.plinko-dcg8aj 5.plinko-j8q4mg.plinko-dcg8aj 32.plinko-3az7jx.plinko-iix8c5 5.plinko-kmzyt3 4.plinko-klxrch 9.plinko-klxrch 8.plinko-dcg8aj 6.plinko-pdqonj.plinko-psy2sq.plinko-t0c9wi.plinko-bu707r.plinko-vzcafy 4.plinko-owxu35.plinko-vzcafy 6.plinko-vzcafy 0l29.plinko-kmzyt3 17.plinko-ixzyv3.plinko-q1nlwq 2.plinko-uqlt4w 10.plinko-ijs2or.plinko-w3rusy 8.plinko-4407li.plinko-utdkv2.plinko-bt2jus.plinko-ytac2b.plinko-4wnzxz.plinko-iix8c5.plinko-86k4pe.plinko-w3rusy 1.plinko-58o3yz.plinko-6ipiih.plinko-uajsgj.plinko-ferrua.plinko-1ap703.plinko-o7qc9g 1.plinko-fx2qaq.plinko-u4l8b8.5z'/%3e%3c/svg%3e");
}

.plinko-pu9esw {
  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-pu9esw {
    gap: 16px 0;
  }
}

.plinko-vt3p4r {
  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-vt3p4r.plinko-97ku3e {
  display: block;
}

.plinko-vt3p4r.plinko-inqpqh {
  display: none;
}

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

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

.plinko-63i480 {
  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-j1wwdw {
  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-jrpjy9 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.plinko-bn1bty .plinko-mr60qw {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.plinko-xpmsto 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-xpmsto 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-twq0mm {
  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-twq0mm.plinko-7m2w1u {
  opacity: 1;
  pointer-events: auto;
}

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

.plinko-c9vnzk > input:not(:checked) ~ label:hover,
.plinko-c9vnzk > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.plinko-ib95gj.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.plinko-10v81y 44.plinko-yiocqq.plinko-ppr2uo.plinko-mp6fvc.plinko-onrg7m.plinko-2missd.plinko-1bq9pi.plinko-o6qu4p.plinko-kfax1y.plinko-wwd3ds.plinko-yfkb0j.plinko-7q5605.plinko-cz4n50 0l-12.plinko-lrcdtn 30.plinko-hfs3l9.plinko-ms5fah 2.plinko-4i7pie.plinko-ms5fah 3.plinko-o2ajbe 3.plinko-guaun8.plinko-ylk6wl 3.plinko-yqz3a0.plinko-8tvmp9.plinko-wdjhxx.plinko-2kuc9o 7-3.plinko-lrcdtn 10.plinko-87jkd5.plinko-2kuc9o 23.plinko-bnnkbe.plinko-m7mzg2 1.plinko-z9vlcy 2.plinko-lrcdtn 3.plinko-m7mzg2 1.plinko-ylk6wl 5.plinko-uepn7i.plinko-ylk6wl 32.plinko-zp0uqa.plinko-8tvmp9 5.plinko-cz4n50 4.plinko-2kuc9o 9.plinko-2kuc9o 8.plinko-ylk6wl 6.plinko-ktt2jx.plinko-6l7mle.plinko-r34p2k.plinko-wbgcnv.plinko-73vln4 4.plinko-xduw1a.plinko-73vln4 6.plinko-73vln4 0l29.plinko-cz4n50 17.plinko-3xa72j.plinko-ojq3fn 2.plinko-b9exdv 10.plinko-7i4utm.plinko-lrcdtn 8.plinko-04hf17.plinko-jbthg1.plinko-xb817u.plinko-bu51xu.plinko-k8h3h4.plinko-8tvmp9.plinko-2missd.plinko-lrcdtn 1.plinko-j4xhp0.plinko-8qz1um.plinko-w571db.plinko-vroa6r.plinko-ccrmsl.plinko-z9vlcy 1.plinko-bov2rl.plinko-or64l8.5z'/%3e%3c/svg%3e");
}

.plinko-ox6fam {
  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-ox6fam {
    gap: 16px 0;
  }
}

.plinko-tyjhr7 {
  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-tyjhr7.plinko-i9vgj7 {
  display: block;
}

.plinko-tyjhr7.plinko-zfboqj {
  display: none;
}

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

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

.plinko-rfzqfz {
  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-jb3az3 {
  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-90nx5t small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.plinko-c9y0xx .plinko-3nua55 {
  fill: #c2c0ce;
}

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

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

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

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

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

.plinko-2dy8id {
  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-2dy8id:hover {
    background: var(--registr-btn);
  }
}
@media only screen and (max-width: 767px) {
  .plinko-2dy8id {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

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

.plinko-ox6fam {
  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-tyjhr7 {
  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-tyjhr7.plinko-i9vgj7 {
  display: block;
}

.plinko-21d9in {
  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-4eick9 {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

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

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

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

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

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

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

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

.plinko-ej2p3n {
  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-ej2p3n::after {
  content: "+";
  font-weight: bold;
  transition: transform 0fishroad-dfa17m ease;
}

.plinko-y33lgp.plinko-rlefjn .plinko-ej2p3n::after {
  transform: rotate(45deg);
}

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

.plinko-xw0l74 {
  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-y33lgp.plinko-rlefjn .plinko-xw0l74 {
  max-height: 100%;
  padding: 15px 20px;
}

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

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

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

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

@media (max-width: 601px) {
  .plinko-9xm949 .plinko-6gso36 img {
    margin-top: -150px !important;
  }

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

.plinko-82canw {
  margin-bottom: 25px;
}

.plinko-82canw iframe {
  width: 100%;
  height: 500px;
}

/* popup */

.plinko-qe1bil {
  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-9q6ik4 ease;
  z-index: 9999;
  user-select: none;
  height: 75px;
  border: 1px solid rgb(70, 70, 70);
}

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

.plinko-9s0qwk 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-9s0qwk button {
  z-index: 2;
}

.plinko-qe1bil.plinko-7s62rv {
  bottom: 40px;
}

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

.plinko-wpgofl {
  width: 18vw;
  max-width: 80px;
  min-width: 45px;
  animation: jump-y 0.plinko-jx3iuh 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-mnudam {
  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-rz0o65 ease;
  z-index: 10000;
}

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

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

  .plinko-9s0qwk .plinko-t4gn3k {
    font-size: 13.5px;
  }

  .plinko-qe1bil .plinko-wpgofl {
    animation: jump-y 0.plinko-jx3iuh infinite ease-in-out;
  }

  .plinko-5djdc5 {
    display: none;
  }
}

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

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

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

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

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

.plinko-5djdc5 {
  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-rj12m7 {
  max-width: 50px;
  top: 50px;
  left: 40%;
  animation:
    cloud-drift 10s ease-in-out infinite,
    cloud-float 6s ease-in-out infinite;
}

.plinko-ctp4b9 {
  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-1oyjtm {
  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-4fp0ab {
  background: #fdcd0670;
  border-radius: 25px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.plinko-4fp0ab .plinko-n3xwez {
  display: flex;
  align-items: center;
}

.plinko-95480v {
  display: flex;
  flex-direction: column;
}

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

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

.plinko-2g7dnp {
  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-4fp0ab {
    flex-direction: column;
  }

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

  .plinko-95480v {
    text-align: center;
  }

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

.plinko-w8nklr {
  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-w8nklr {
    font-size: 12px;
  }
}

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

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

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

.plinko-748rcr a {
  color: #000;
}

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

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

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

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

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

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

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

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

.plinko-j7twnj {
  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-j7twnj {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .plinko-j7twnj {
    margin: 15px auto;
  }
}
.plinko-j7twnj li {
  font-size: 16px;
  position: relative;
}
.plinko-j7twnj li a {
  color: var(--text-color);
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .plinko-j7twnj li a:hover {
    text-decoration: underline;
  }
}
.plinko-j7twnj li span {
  opacity: 0.5;
}
.plinko-j7twnj li + li {
  margin-left: 30px;
}
.plinko-j7twnj li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

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

.plinko-olgda6 {
  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-olgda6 {
    flex-direction: column;
  }
}
.plinko-iyx8uj {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}
.plinko-iyx8uj img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .plinko-iyx8uj {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}
.plinko-3x2xgo {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}
.plinko-3x2xgo 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-3x2xgo ul {
    margin-bottom: 15px;
  }
}
.plinko-3x2xgo ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.plinko-3x2xgo 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-3x2xgo ul li span svg {
  fill: var(--title-color);
}
.plinko-3x2xgo ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}
@media only screen and (max-width: 767px) {
  .plinko-3x2xgo ul li small {
    font-size: 12px;
  }
}
.plinko-3x2xgo ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}
.plinko-3x2xgo ul li:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .plinko-3x2xgo {
    flex-basis: auto;
    margin: 0 auto;
  }
}
.plinko-vm4vqr {
  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-vm4vqr {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.plinko-sa887n {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.plinko-1l9gbv {
  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-1l9gbv {
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .plinko-1l9gbv:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}
.plinko-1l9gbv.plinko-4f219q {
  background-color: #000;
}
@media only screen and (min-width: 1025px) {
  .plinko-1l9gbv.plinko-4f219q:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.plinko-lgi53m {
  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-lgi53m {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .plinko-lgi53m {
    padding: 50px 16px 68px;
  }
}
.plinko-0ltfe6 {
  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-0ltfe6 {
    flex-direction: column;
  }
}
.plinko-qqe5du {
  margin-bottom: 94px;
}
@media only screen and (max-width: 767px) {
  .plinko-qqe5du {
    margin-bottom: 40px;
  }
}
.plinko-egts2w .plinko-u4o2av {
  margin-bottom: 28px;
}
.plinko-egts2w .plinko-u4o2av img {
  max-height: 100px;
  width: auto;
}
.plinko-v0et6a {
  display: flex;
  align-items: center;
}
.plinko-v0et6a a + a {
  margin-left: 24px;
}
.plinko-v0et6a img {
  max-height: 56px;
  width: auto;
}
.plinko-v0et6a img + img {
  margin-left: 24px;
}
.plinko-zl7e61 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .plinko-zl7e61 {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}
.plinko-x6rulf {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .plinko-x6rulf {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

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

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

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

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

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

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

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

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

#reviews .plinko-li0jd4 > div.plinko-oqzg39 {
  display: block;
  width: 100%;
  max-width: 300px;
}

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

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

.plinko-y825lf {
  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-qbx4wi .plinko-35jc2b a {
    font-size: 12px;
  }
}

/* app */
.plinko-puy97c {
  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-puy97c {
    flex-direction: column;
  }
}
.plinko-54578p {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}
.plinko-54578p img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .plinko-54578p {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}
.plinko-p8ojvd {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}
.plinko-p8ojvd 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-p8ojvd ul {
    margin-bottom: 15px;
  }
}
.plinko-p8ojvd ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.plinko-p8ojvd 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-p8ojvd ul li span svg {
  fill: var(--title-color);
}
.plinko-p8ojvd ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}
@media only screen and (max-width: 767px) {
  .plinko-p8ojvd ul li small {
    font-size: 12px;
  }
}
.plinko-p8ojvd ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}
.plinko-p8ojvd ul li:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .plinko-p8ojvd {
    flex-basis: auto;
    margin: 0 auto;
  }
}
.plinko-2osckw {
  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-2osckw {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.plinko-howjr5 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.plinko-6shtnq {
  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-6shtnq {
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .plinko-6shtnq:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}
.plinko-6shtnq.plinko-dpiu9i {
  background-color: #000;
}
@media only screen and (min-width: 1025px) {
  .plinko-6shtnq.plinko-dpiu9i:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.plinko-th6gkw {
  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-th6gkw {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .plinko-th6gkw {
    padding: 50px 16px 68px;
  }
}