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

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

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

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

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

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

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

.plinko-kqvtls {
  cursor: pointer;
}

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

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

.plinko-zgoq3y figure {
  margin: 0;
}

.plinko-zgoq3y.plinko-2ne9hd {
  justify-content: flex-start;
  margin-right: 4px;
}

.plinko-zgoq3y.plinko-u8hmpz {
  justify-content: flex-end;
  margin-left: 4px;
}

.plinko-zgoq3y.plinko-5cvyiz {
  justify-content: center;
}

.plinko-zgoq3y.plinko-80dyav {
  justify-content: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-rrotd6.plinko-21zwxc {
  background-color: #000;
}

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

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

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

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

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

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

.plinko-65vy1h .plinko-j7a1hn {
  margin-bottom: 28px;
}

.plinko-65vy1h .plinko-j7a1hn img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-l2klev.plinko-q45oc3 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

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

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

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

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

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

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

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

.plinko-aom6xc li a.plinko-q45oc3 {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.plinko-7w3k70 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-53f6wj.plinko-xms8i7 {
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-htc9kf {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-xx0l35 .plinko-bxif9l {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

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

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

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

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

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

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

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

.plinko-uax6lk .plinko-ysb2ne {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

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

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

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

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

.plinko-if2jjd.plinko-zmxd7i span {
  transform: scaleY(-1);
}

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

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

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

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

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

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

.plinko-y06eiy.plinko-w5e8z9 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-dtcpe5 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-ac7u99 .plinko-drmmbp {
  width: 50%;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-2k42d9 {
  margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-gknrmz.plinko-iw56zx {
  display: none;
}

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

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

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

.plinko-sv3lqb.plinko-q49ke8 {
  opacity: 1;
  pointer-events: all;
}

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

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

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

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

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

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

.plinko-84llny .plinko-uax6lk {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-r4cd6e .plinko-k913w2 {
  position: relative;
}

.plinko-r4cd6e .plinko-389de9 {
  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-r4cd6e .plinko-389de9.plinko-iw56zx {
  display: none;
}

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

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

.plinko-r4cd6e .plinko-u7z4zk .plinko-a5pkob {
  max-width: 300px;
  width: 100%;
}

.plinko-r4cd6e
  .plinko-u7z4zk
  .plinko-a5pkob
  .plinko-nq2kv2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .plinko-r4cd6e
    .plinko-u7z4zk
    .plinko-a5pkob
    .plinko-nq2kv2 {
    font-size: 32px;
    text-align: center;
  }
}

.plinko-r4cd6e
  .plinko-u7z4zk
  .plinko-a5pkob
  .plinko-7ouruq {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .plinko-r4cd6e
    .plinko-u7z4zk
    .plinko-a5pkob
    .plinko-7ouruq {
    text-align: center;
  }
}

.plinko-r4cd6e .plinko-u7z4zk .plinko-xms8i7 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

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

.plinko-r4cd6e
  .plinko-u7z4zk
  .plinko-xms8i7
  .plinko-meacz3 {
  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-r4cd6e
  .plinko-u7z4zk
  .plinko-xms8i7
  .plinko-meacz3:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .plinko-r4cd6e
    .plinko-u7z4zk
    .plinko-xms8i7
    .plinko-meacz3 {
    width: 100%;
  }
}

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

@media only screen and (max-width: 767px) {
  .plinko-r4cd6e
    .plinko-u7z4zk
    .plinko-xms8i7
    .plinko-78eay8 {
    width: 100%;
  }
}

.plinko-r4cd6e .plinko-u7z4zk.plinko-iw56zx {
  display: none;
}

.plinko-r4cd6e .plinko-cptmls {
  display: none;
}

.plinko-r4cd6e .plinko-cptmls.plinko-q49ke8 {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

.plinko-n8jouu.plinko-q45oc3 {
  display: block;
}

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

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

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

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

.plinko-2bfd5e.plinko-q45oc3 {
  display: block;
}

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

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

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

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

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

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

.plinko-veb51n.plinko-iw56zx {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.plinko-6ivoal {
  margin-bottom: 36px;
}

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

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

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

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

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

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

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

.plinko-z0lyd8.plinko-iw56zx {
  display: none;
}

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

.plinko-z0lyd8 .plinko-wyebmx {
  margin: 0 auto;
}

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

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

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

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

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

.plinko-bfe1vb > 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-3s0rel.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.plinko-ydc3hz 44.plinko-q14zb6.plinko-pwreu2.plinko-vftvsv.plinko-phbe8c.plinko-07f84u.plinko-0kf06j.plinko-igob2v.plinko-fk5szi.plinko-dxuhob.plinko-q5qoih.plinko-onbk44.plinko-bpc64x 0l-12.plinko-j1tszn 30.plinko-7bvwpe.plinko-c5ad6b 2.plinko-v3hpcb.plinko-c5ad6b 3.plinko-c3mdbz 3.plinko-re3b98.plinko-bcjtcc 3.plinko-txeu50.plinko-mmnfts.plinko-sklvp0.plinko-1i3cjm 7-3.plinko-j1tszn 10.plinko-l47p3e.plinko-1i3cjm 23.plinko-mfkrnr.plinko-f8kt5g 1.plinko-e43stw 2.plinko-j1tszn 3.plinko-f8kt5g 1.plinko-bcjtcc 5.plinko-9dh3jz.plinko-bcjtcc 32.plinko-jutgej.plinko-mmnfts 5.plinko-bpc64x 4.plinko-1i3cjm 9.plinko-1i3cjm 8.plinko-bcjtcc 6.plinko-kxy8cc.plinko-2xpkbv.plinko-be5daf.plinko-7tnw7d.plinko-efsxt8 4.plinko-qnoekn.plinko-efsxt8 6.plinko-efsxt8 0l29.plinko-bpc64x 17.plinko-gxi1up.plinko-igd0kk 2.plinko-93f8cm 10.plinko-k3337r.plinko-j1tszn 8.plinko-ukjewo.plinko-ikswkn.plinko-2r49jn.plinko-1vnrf6.plinko-gyko68.plinko-mmnfts.plinko-07f84u.plinko-j1tszn 1.plinko-upgwu0.plinko-qrccrn.plinko-7s65sr.plinko-7dfebx.plinko-d1uysq.plinko-e43stw 1.plinko-3mecyj.plinko-qzg36r.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.plinko-bfe1vb > input:checked ~ label,
.plinko-bfe1vb > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.plinko-3s0rel.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.plinko-ydc3hz 44.plinko-q14zb6.plinko-pwreu2.plinko-vftvsv.plinko-phbe8c.plinko-07f84u.plinko-0kf06j.plinko-igob2v.plinko-fk5szi.plinko-dxuhob.plinko-q5qoih.plinko-onbk44.plinko-bpc64x 0l-12.plinko-j1tszn 30.plinko-7bvwpe.plinko-c5ad6b 2.plinko-v3hpcb.plinko-c5ad6b 3.plinko-c3mdbz 3.plinko-re3b98.plinko-bcjtcc 3.plinko-txeu50.plinko-mmnfts.plinko-sklvp0.plinko-1i3cjm 7-3.plinko-j1tszn 10.plinko-l47p3e.plinko-1i3cjm 23.plinko-mfkrnr.plinko-f8kt5g 1.plinko-e43stw 2.plinko-j1tszn 3.plinko-f8kt5g 1.plinko-bcjtcc 5.plinko-9dh3jz.plinko-bcjtcc 32.plinko-jutgej.plinko-mmnfts 5.plinko-bpc64x 4.plinko-1i3cjm 9.plinko-1i3cjm 8.plinko-bcjtcc 6.plinko-kxy8cc.plinko-2xpkbv.plinko-be5daf.plinko-7tnw7d.plinko-efsxt8 4.plinko-qnoekn.plinko-efsxt8 6.plinko-efsxt8 0l29.plinko-bpc64x 17.plinko-gxi1up.plinko-igd0kk 2.plinko-93f8cm 10.plinko-k3337r.plinko-j1tszn 8.plinko-ukjewo.plinko-ikswkn.plinko-2r49jn.plinko-1vnrf6.plinko-gyko68.plinko-mmnfts.plinko-07f84u.plinko-j1tszn 1.plinko-upgwu0.plinko-qrccrn.plinko-7s65sr.plinko-7dfebx.plinko-d1uysq.plinko-e43stw 1.plinko-3mecyj.plinko-qzg36r.5z'/%3e%3c/svg%3e");
}

.plinko-bfe1vb > input:not(:checked) ~ label:hover,
.plinko-bfe1vb > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.plinko-3s0rel.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.plinko-ydc3hz 44.plinko-q14zb6.plinko-pwreu2.plinko-vftvsv.plinko-phbe8c.plinko-07f84u.plinko-0kf06j.plinko-igob2v.plinko-fk5szi.plinko-dxuhob.plinko-q5qoih.plinko-onbk44.plinko-bpc64x 0l-12.plinko-j1tszn 30.plinko-7bvwpe.plinko-c5ad6b 2.plinko-v3hpcb.plinko-c5ad6b 3.plinko-c3mdbz 3.plinko-re3b98.plinko-bcjtcc 3.plinko-txeu50.plinko-mmnfts.plinko-sklvp0.plinko-1i3cjm 7-3.plinko-j1tszn 10.plinko-l47p3e.plinko-1i3cjm 23.plinko-mfkrnr.plinko-f8kt5g 1.plinko-e43stw 2.plinko-j1tszn 3.plinko-f8kt5g 1.plinko-bcjtcc 5.plinko-9dh3jz.plinko-bcjtcc 32.plinko-jutgej.plinko-mmnfts 5.plinko-bpc64x 4.plinko-1i3cjm 9.plinko-1i3cjm 8.plinko-bcjtcc 6.plinko-kxy8cc.plinko-2xpkbv.plinko-be5daf.plinko-7tnw7d.plinko-efsxt8 4.plinko-qnoekn.plinko-efsxt8 6.plinko-efsxt8 0l29.plinko-bpc64x 17.plinko-gxi1up.plinko-igd0kk 2.plinko-93f8cm 10.plinko-k3337r.plinko-j1tszn 8.plinko-ukjewo.plinko-ikswkn.plinko-2r49jn.plinko-1vnrf6.plinko-gyko68.plinko-mmnfts.plinko-07f84u.plinko-j1tszn 1.plinko-upgwu0.plinko-qrccrn.plinko-7s65sr.plinko-7dfebx.plinko-d1uysq.plinko-e43stw 1.plinko-3mecyj.plinko-qzg36r.5z'/%3e%3c/svg%3e");
}

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

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

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

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

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

#rating-0 {
  display: none;
}

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

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

.plinko-4bzoa0.plinko-iw56zx {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-4bzoa0.plinko-jsosi6 .plinko-9ui14o {
  background: #2b3b67;
}

.plinko-4bzoa0.plinko-jsosi6 .plinko-l9sqy9 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.plinko-4bzoa0.plinko-jsosi6 .plinko-l9sqy9::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.plinko-4bzoa0.plinko-jsosi6 .plinko-l9sqy9::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.plinko-4bzoa0.plinko-jsosi6 .plinko-tflvcm::before {
  background: #0e0f41;
}

.plinko-4bzoa0.plinko-jsosi6 .plinko-tflvcm::after {
  background: #152557;
}

.plinko-4bzoa0.plinko-3saoyq .plinko-9ui14o {
  background: #1f35fa;
}

.plinko-4bzoa0.plinko-3saoyq .plinko-l9sqy9 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.plinko-4bzoa0.plinko-3saoyq .plinko-l9sqy9::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.plinko-4bzoa0.plinko-3saoyq .plinko-l9sqy9::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.plinko-4bzoa0.plinko-3saoyq .plinko-tflvcm::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.plinko-4bzoa0.plinko-3saoyq .plinko-tflvcm::after {
  background: #192ac8;
}

.plinko-4bzoa0.plinko-nc5mpy .plinko-9ui14o {
  background: #fa771f;
}

.plinko-4bzoa0.plinko-nc5mpy .plinko-l9sqy9 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.plinko-4bzoa0.plinko-nc5mpy .plinko-l9sqy9::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.plinko-4bzoa0.plinko-nc5mpy .plinko-l9sqy9::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.plinko-4bzoa0.plinko-nc5mpy .plinko-tflvcm::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.plinko-4bzoa0.plinko-nc5mpy .plinko-tflvcm::after {
  background: #fa8535;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-ddg5f6 .plinko-okmtt2 {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

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

.plinko-rbo9f6.plinko-iw56zx {
  display: none;
}

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

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

.plinko-xprojr {
  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-lkhzt7 {
  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-oljjzq small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.plinko-fosqbe .plinko-okmtt2 {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-6ud45k {
  justify-content: center;
}

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

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

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

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

.plinko-xt5fuq .plinko-nl56ss {
  justify-content: center;
}

/* faq */

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

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

.plinko-cvqr1x.plinko-q45oc3 .plinko-n8nnxq::after {
  transform: rotate(45deg);
}

.plinko-ypodht {
  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-cvqr1x.plinko-q45oc3 .plinko-ypodht {
  max-height: 100%;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

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

.plinko-bfe1vb > input:not(:checked) ~ label:hover,
.plinko-bfe1vb > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.plinko-oa1s0e.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.plinko-h8m3v6 44.plinko-0vsju3.plinko-5c6tsr.plinko-8mlon1.plinko-71zahe.plinko-atdwmo.plinko-cs6dok.plinko-h0ayic.plinko-ivmn5s.plinko-qfs23f.plinko-h95770.plinko-oxzxit.plinko-n0uctp 0l-12.plinko-etaltt 30.plinko-87dwd1.plinko-c3t6x2 2.plinko-7a07x0.plinko-c3t6x2 3.plinko-eov1v3 3.plinko-xepjz6.plinko-yv7wh8 3.plinko-jl37rg.plinko-1e00ku.plinko-5dl33j.plinko-auvsn4 7-3.plinko-etaltt 10.plinko-rs0lae.plinko-auvsn4 23.plinko-zuhk8g.plinko-yxuqsk 1.plinko-pguwjd 2.plinko-etaltt 3.plinko-yxuqsk 1.plinko-yv7wh8 5.plinko-vzb18e.plinko-yv7wh8 32.plinko-vpnbq0.plinko-1e00ku 5.plinko-n0uctp 4.plinko-auvsn4 9.plinko-auvsn4 8.plinko-yv7wh8 6.plinko-87f1nx.plinko-60pd5g.plinko-8txhyp.plinko-tiaucm.plinko-n2qc5u 4.plinko-4vumbb.plinko-n2qc5u 6.plinko-n2qc5u 0l29.plinko-n0uctp 17.plinko-y0e7tq.plinko-zt0atd 2.plinko-p0d78n 10.plinko-n2xkdq.plinko-etaltt 8.plinko-b7xfwk.plinko-i5ba90.plinko-g18e3s.plinko-3kf5hz.plinko-ato8fd.plinko-1e00ku.plinko-atdwmo.plinko-etaltt 1.plinko-mlg5tz.plinko-hfsgrs.plinko-0i1u5r.plinko-8bufy2.plinko-fnovty.plinko-pguwjd 1.plinko-8b17lc.plinko-kulhbg.5z'/%3e%3c/svg%3e");
}

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

.plinko-1i456h {
  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-1i456h.plinko-8h84x0 {
  display: block;
}

.plinko-1i456h.plinko-zh3pqi {
  display: none;
}

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

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

.plinko-kasg0j {
  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-f3y4l5 {
  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-zg6o1i small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.plinko-pr0c47 .plinko-s1tlcw {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.plinko-6o04oz 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-6o04oz 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-w1b55s {
  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-w1b55s.plinko-lbl16e {
  opacity: 1;
  pointer-events: auto;
}

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

.plinko-5i2k3c > input:not(:checked) ~ label:hover,
.plinko-5i2k3c > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.plinko-t8s3py.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.plinko-twd3sr 44.plinko-nfgk9a.plinko-qaqimm.plinko-1enngq.plinko-t6h3lv.plinko-1al7gk.plinko-iprsxa.plinko-6xn99g.plinko-bqb6a7.plinko-qv9juo.plinko-6538q9.plinko-ip4wcr.plinko-vwsz79 0l-12.plinko-e52nyj 30.plinko-mzbz5x.plinko-ebjipj 2.plinko-qj6h3x.plinko-ebjipj 3.plinko-81zm9e 3.plinko-4rv7cm.plinko-yy46zz 3.plinko-b10i1l.plinko-rvtsm0.plinko-li6d1r.plinko-qavmnp 7-3.plinko-e52nyj 10.plinko-mijzpq.plinko-qavmnp 23.plinko-l30az4.plinko-hqis05 1.plinko-jha1r7 2.plinko-e52nyj 3.plinko-hqis05 1.plinko-yy46zz 5.plinko-eirz2n.plinko-yy46zz 32.plinko-nkqnvw.plinko-rvtsm0 5.plinko-vwsz79 4.plinko-qavmnp 9.plinko-qavmnp 8.plinko-yy46zz 6.plinko-wpydvr.plinko-7wct56.plinko-koau7v.plinko-0n0dde.plinko-hq3pbc 4.plinko-2bq19h.plinko-hq3pbc 6.plinko-hq3pbc 0l29.plinko-vwsz79 17.plinko-4l8h6u.plinko-kr7qcp 2.plinko-e8pblm 10.plinko-nh4iem.plinko-e52nyj 8.plinko-f8lcmq.plinko-ofth4x.plinko-sf6aeu.plinko-u7pjh2.plinko-vlgmno.plinko-rvtsm0.plinko-1al7gk.plinko-e52nyj 1.plinko-9yryx7.plinko-zbnphp.plinko-yw02zl.plinko-ipqlxf.plinko-jq1ww5.plinko-jha1r7 1.plinko-pqgiza.plinko-cio68h.5z'/%3e%3c/svg%3e");
}

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

.plinko-3hu3cv {
  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-3hu3cv.plinko-3bydsg {
  display: block;
}

.plinko-3hu3cv.plinko-kaglq9 {
  display: none;
}

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

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

.plinko-sxfhfy {
  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-nekyl2 {
  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-2s6s0u small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.plinko-fxv65j .plinko-ow5htz {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.plinko-ftd16c {
  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-3hu3cv {
  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-3hu3cv.plinko-3bydsg {
  display: block;
}

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

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

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

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

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

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

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

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

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

.plinko-yjgkuw.plinko-30qryu .plinko-xyjj59::after {
  transform: rotate(45deg);
}

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

.plinko-ex532d {
  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-yjgkuw.plinko-30qryu .plinko-ex532d {
  max-height: 100%;
  padding: 15px 20px;
}

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

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

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

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

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

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

.plinko-f71jy8 {
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}

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

/* popup */

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

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

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

.plinko-mwog4r.plinko-ylo41d {
  bottom: 40px;
}

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

.plinko-ios34t {
  width: 18vw;
  max-width: 80px;
  min-width: 45px;
  animation: jump-y 0.plinko-2w8zts 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-mso2u1 {
  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-pmraf7 ease;
  z-index: 10000;
}

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

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

  .plinko-icrr52 .plinko-zg3xpf {
    font-size: 13.5px;
  }

  .plinko-mwog4r .plinko-ios34t {
    animation: jump-y 0.plinko-2w8zts infinite ease-in-out;
  }

  .plinko-9ix4nw {
    display: none;
  }
}

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

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

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

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

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

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

.plinko-54c4ws {
  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-so6tsc {
  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-rrmd0a {
  background: #fdcd0670;
  border-radius: 25px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

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

.plinko-08i1j7 {
  display: flex;
  flex-direction: column;
}

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

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

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

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

  .plinko-08i1j7 {
    text-align: center;
  }

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

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

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

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

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

.plinko-3fz0qa a {
  color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

.plinko-c3mntx {
  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-c3mntx {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .plinko-c3mntx {
    padding: 50px 16px 68px;
  }
}
.plinko-jxvsex {
  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-jxvsex {
    flex-direction: column;
  }
}
.plinko-oc7f2g {
  margin-bottom: 94px;
}
@media only screen and (max-width: 767px) {
  .plinko-oc7f2g {
    margin-bottom: 40px;
  }
}
.plinko-v0wptb .plinko-t0ye6v {
  margin-bottom: 28px;
}
.plinko-v0wptb .plinko-t0ye6v img {
  max-height: 100px;
  width: auto;
}
.plinko-j0dzpg {
  display: flex;
  align-items: center;
}
.plinko-j0dzpg a + a {
  margin-left: 24px;
}
.plinko-j0dzpg img {
  max-height: 56px;
  width: auto;
}
.plinko-j0dzpg img + img {
  margin-left: 24px;
}
.plinko-nrrvhg {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .plinko-nrrvhg {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}
.plinko-w3u42r {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .plinko-w3u42r {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.plinko-fy7w2t {
  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-gbow7h .plinko-53f6wj a {
    font-size: 12px;
  }
}

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

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

.plinko-lu5p1s {
  margin: 0 auto;
  max-width: 700px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 25px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.plinko-j854se {
    position: absolute;
    top: 30px;
    left: 20px;
    width: 105px;
    transform: rotate(339deg);
    z-index: 10;
    pointer-events: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
}

.plinko-j854se img {
  width: 100%;
  display: block;
}

.plinko-x5gdat {
  max-width: 300px;
}

.plinko-yyc8g5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.plinko-yyc8g5 .plinko-13v3l0:first-child {
  margin-bottom:15px;
}

.plinko-lu5p1s .plinko-fp8c1f {
  font-size: 40px!important;
  color: var(--menu-color)!important ;
  margin: 0;
}

@media (max-width: 619px) {
  .plinko-lu5p1s {
    flex-direction: column;
    align-items: center;
    align-content: center;
  }
}

.plinko-yyc8g5 .plinko-0wjfcx {
  background: gray;
  border: 1px solid var(--border-color)
}
