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

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

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

body {
  margin: 0;
}

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

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

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

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

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

a {
  cursor: pointer;
}

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

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

svg {
  transform: translateZ(0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.playmax-p09lzh {
  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) {
  .playmax-p09lzh: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;
  }
}

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

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

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

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

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

.playmax-mp70qj {
  cursor: pointer;
}

.playmax-hcdon0 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.playmax-u8qmg9 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.playmax-u8qmg9 figure {
  margin: 0;
}

.playmax-u8qmg9.playmax-w9jgpp {
  justify-content: flex-start;
  margin-right: 4px;
}

.playmax-u8qmg9.playmax-72z2pb {
  justify-content: flex-end;
  margin-left: 4px;
}

.playmax-u8qmg9.playmax-amw7er {
  justify-content: center;
}

.playmax-u8qmg9.playmax-2ch3ym {
  justify-content: normal;
}

.playmax-29hokr {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.playmax-68qdun {
  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) {
  .playmax-68qdun {
    flex-direction: column;
  }
}

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

.playmax-1044ct img {
  width: 100%;
}

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

.playmax-cyf0o2 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.playmax-cyf0o2 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);
}

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

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

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

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

.playmax-cyf0o2 ul li:last-of-type::after {
  display: none;
}

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

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

.playmax-l75tgl {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.playmax-es9oy6.playmax-tc8zwx {
  background-color: #000;
}

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

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

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

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

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

.playmax-2w7yh1 {
  margin-bottom: 94px;
}

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

.playmax-7v1uqi .playmax-teh5fr {
  margin-bottom: 28px;
}

.playmax-7v1uqi .playmax-teh5fr img {
  max-height: 100px;
  width: auto;
}

.playmax-y4fztc {
  display: flex;
  align-items: center;
}

.playmax-y4fztc a + a {
  margin-left: 24px;
}

.playmax-y4fztc img {
  max-height: 56px;
  width: auto;
}

.playmax-y4fztc img + img {
  margin-left: 24px;
}

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

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

.playmax-iz1cow {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

@media only screen and (max-width: 767px) {
  .playmax-32m5a3 {
    flex-wrap: wrap;
  }
}

.playmax-32m5a3 li {
  display: flex;
  margin: 0 7px;
}

.playmax-32m5a3 li svg {
  transition: 0.playmax-f4y8aa ease-in-out;
}

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

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

.playmax-rkrtp9 + .playmax-rkrtp9 {
  margin-left: 120px;
}

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

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

.playmax-ximvwp {
  list-style: none;
  margin: 0;
  padding: 0;
}

.playmax-ximvwp li {
  font-size: 16px;
}

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

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

.playmax-ximvwp li + li {
  margin-top: 16px;
}

.playmax-aft0nv {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.playmax-dnl9j3 ease-in-out;
}

.playmax-aft0nv.playmax-wjqtkn {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.playmax-a94qy9 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.playmax-8011ui li {
  width: 100%;
}

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

.playmax-8011ui li a svg {
  fill: var(--button-text-color);
}

.playmax-8011ui li a.playmax-wjqtkn {
  background: var(--border-color);
}

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

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

.playmax-64ufpy {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

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

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

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

.playmax-0w51nk {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.playmax-0w51nk img {
  width: 100%;
  transition: 0.playmax-f4y8aa ease-in-out;
}

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

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

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

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

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

@media only screen and (max-width: 767px) {
  .playmax-liid8w .playmax-teh5fr img {
    max-width: 90px;
  }
}

.playmax-teh5fr img {
  max-height: 50px;
  width: auto;
}

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

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

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

.playmax-ms3wxy li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.playmax-4paabm {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.playmax-4paabm.playmax-jl9jij {
  margin-right: 0;
}

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

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

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

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

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

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

.playmax-zx2muo:hover > ul {
  display: flex;
}

.playmax-zx2muo:focus > ul {
  display: flex;
}

.playmax-zx2muo:focus-within > ul {
  display: flex;
}

.playmax-uat830 {
  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;
}

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

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

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

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

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

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

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

.playmax-m656fo {
  display: none;
}

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

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

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

.playmax-4bf9w7 {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

.playmax-4bf9w7 img {
  margin-bottom: 20px;
}

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

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

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

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

.playmax-wg9xiu {
  color: var(--text-color);
}

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

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

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

.playmax-sgwjs0 p img {
  display: block;
  margin: 0 auto;
}

.playmax-sgwjs0 p:first-of-type {
  margin-top: 0;
}

.playmax-sgwjs0 p:last-of-type {
  margin-bottom: 0;
}

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

.playmax-sgwjs0 ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.playmax-secy60 .playmax-7vgwrv {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .playmax-secy60 .playmax-7vgwrv {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.playmax-secy60 .playmax-tzmb57 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.playmax-tzmb57 {
  margin: 0 0 28px;
}

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

.playmax-7vgwrv {
  margin: 0 0 28px;
}

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

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

.playmax-myrnqz .playmax-p09lzh {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.playmax-upwe1p {
  position: relative;
  border: none;
}

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

.playmax-r8sv67 {
  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;
}

.playmax-r8sv67 span {
  height: 32px;
}

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

.playmax-r8sv67.playmax-4j0ij2 span {
  transform: scaleY(-1);
}

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

.playmax-cvvcec {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.playmax-cvvcec li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.playmax-f4y8aa ease-in-out;
}

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

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

.playmax-cvvcec.playmax-cn8d1w {
  display: none;
}

.playmax-tdl3tz {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.playmax-tdl3tz table {
  width: 100%;
  border-collapse: collapse;
}

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

  .playmax-tdl3tz table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.playmax-rnoe82 {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.playmax-r0nhip p {
  color: var(--text-color);
}

.playmax-38ov9o {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.playmax-36v2no {
  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);
}

.playmax-g2xr4x {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.playmax-cl0422 p + p {
  margin-top: 10px;
}

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

.playmax-j37ygr {
  display: none;
}

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

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

.playmax-u8b9mh li {
  margin: 0 20px;
}

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

.playmax-u8b9mh li a img {
  margin-bottom: 4px;
}

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

.playmax-387hx5 {
  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) {
  .playmax-387hx5 {
    padding: 0 16px;
  }
}

.playmax-387hx5 li {
  font-size: 16px;
  position: relative;
}

.playmax-387hx5 li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.playmax-387hx5 li span {
  opacity: 0.5;
}

.playmax-387hx5 li + li {
  margin-left: 30px;
}

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

h2.playmax-wu2qlx {
  margin: 0 0 28px;
}

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

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

.playmax-c66n82 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);
}

.playmax-c66n82 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;
}

.playmax-c66n82 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;
}

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

.playmax-c66n82 tbody tr:last-of-type {
  margin-bottom: 0;
}

.playmax-c66n82 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.playmax-c66n82 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);
}

.playmax-c66n82 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);
}

.playmax-c66n82 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.playmax-c66n82 tbody tr td .playmax-lqmbjr {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .playmax-c66n82 tbody tr td .playmax-lqmbjr {
    width: 100%;
  }
}

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

@media only screen and (min-width: 1025px) {
  .playmax-c66n82 tbody tr td .playmax-7njzze:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .playmax-c66n82 tbody tr td .playmax-7njzze {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .playmax-c66n82 tbody tr td .playmax-7njzze {
    width: 100%;
  }
}

.playmax-c66n82 tbody tr td .playmax-7egjt6 {
  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) {
  .playmax-c66n82 tbody tr td .playmax-7egjt6:hover {
    text-decoration: none;
  }
}

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

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

.playmax-x6fmbi {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.playmax-aokgvs img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.playmax-f4y8aa ease-in-out;
}

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

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

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

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

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

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

.playmax-lo01xj img {
  width: 100%;
  height: 100%;
}

.playmax-lo01xj iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.playmax-ddwbr2 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.playmax-f4y8aa ease-in-out;
}

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

.playmax-laflge {
  padding: 90px 0;
}

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

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

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

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

.playmax-o2bdpk img {
  width: 100%;
}

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

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

.playmax-howhlo {
  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;
}

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

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

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

.playmax-ambps1:hover {
  border: 1px solid #8c8ca2;
}

.playmax-jzilvr {
  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%);
}

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

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

.playmax-sezr5e a {
  text-decoration: underline;
  color: #8babff;
}

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

.playmax-hqobtd .playmax-ambps1 {
  width: 50%;
  margin: 0;
}

.playmax-lylegr {
  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;
}

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

.playmax-wzcssq {
  margin: 0 0 100px;
}

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

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

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

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

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

.playmax-wj1tfs {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

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

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

.playmax-ivatad a svg {
  fill: #fff;
}

.playmax-ivatad a:hover {
  background: #3d68e7;
}

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

.playmax-aqb6e7 {
  margin-bottom: 16px;
}

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

.playmax-wmf39p {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

.playmax-1nt5qm {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

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

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

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

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

.playmax-dq818k 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);
}

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

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

.playmax-dq818k table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

.playmax-2s1bsd {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.playmax-2s1bsd.playmax-jnou8v {
  display: none;
}

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

.playmax-2u2e3p iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.playmax-2u2e3p iframe.playmax-t6hme5 {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.playmax-2u2e3p.playmax-nivilk {
  opacity: 1;
  pointer-events: all;
}

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

.playmax-0545k5 svg {
  margin-right: 10px;
}

.playmax-0545k5 + .playmax-0545k5 {
  margin-top: 14px;
}

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

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

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

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

.playmax-hn5pzw .playmax-myrnqz {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .playmax-hn5pzw .playmax-myrnqz {
    margin: 28px 0 0;
  }
}

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

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

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

.playmax-24sl3y {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.playmax-fuoaca {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.playmax-bglff1 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.playmax-w9p7l9 .playmax-p09lzh {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .playmax-w9p7l9 .playmax-p09lzh {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.playmax-fg1yyj {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.playmax-fg1yyj img {
  width: 100%;
}

.playmax-dh8pkf {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.playmax-05875l {
  width: 100%;
  margin: 0 0 100px;
}

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

.playmax-05875l .playmax-0t47cx {
  position: relative;
}

.playmax-05875l .playmax-i3tm39 {
  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;
}

.playmax-05875l .playmax-i3tm39.playmax-jnou8v {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .playmax-05875l .playmax-ejrvsj {
    bottom: 90px;
  }
}

.playmax-05875l .playmax-ejrvsj .playmax-hbr42v {
  max-width: 300px;
  width: 100%;
}

.playmax-05875l .playmax-ejrvsj .playmax-hbr42v .playmax-rvk1hx {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .playmax-05875l .playmax-ejrvsj .playmax-hbr42v .playmax-rvk1hx {
    font-size: 32px;
    text-align: center;
  }
}

.playmax-05875l .playmax-ejrvsj .playmax-hbr42v .playmax-g9194f {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .playmax-05875l .playmax-ejrvsj .playmax-hbr42v .playmax-g9194f {
    text-align: center;
  }
}

.playmax-05875l .playmax-ejrvsj .playmax-jl9jij {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .playmax-05875l .playmax-ejrvsj .playmax-jl9jij {
    flex-direction: column-reverse;
  }
}

.playmax-05875l .playmax-ejrvsj .playmax-jl9jij .playmax-yustmn {
  border-radius: 10px;
  padding: 12px 28px;
  width: 200px;
  height: 46px;
  background: #a9afbc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0b0b10;
  cursor: pointer;
  transition: 0.playmax-f4y8aa ease-in-out;
}

.playmax-05875l .playmax-ejrvsj .playmax-jl9jij .playmax-yustmn:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .playmax-05875l .playmax-ejrvsj .playmax-jl9jij .playmax-yustmn {
    width: 100%;
  }
}

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

.playmax-05875l .playmax-ejrvsj .playmax-jl9jij .playmax-h0z87f 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);
  }
}

.playmax-05875l .playmax-ejrvsj .playmax-jl9jij .playmax-h0z87f: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;
}

.playmax-05875l .playmax-ejrvsj .playmax-jl9jij .playmax-h0z87f:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .playmax-05875l .playmax-ejrvsj .playmax-jl9jij .playmax-h0z87f {
    width: 100%;
  }
}

.playmax-05875l .playmax-ejrvsj.playmax-jnou8v {
  display: none;
}

.playmax-05875l .playmax-r36ipl {
  display: none;
}

.playmax-05875l .playmax-r36ipl.playmax-nivilk {
  display: block;
}

.playmax-05875l .playmax-r36ipl iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .playmax-05875l .playmax-r36ipl iframe {
    height: calc(100vh - 54px);
  }
}

.playmax-05875l .playmax-3dehsk {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .playmax-05875l .playmax-3dehsk {
    padding: 24px 16px 0;
  }
}

.playmax-05875l .playmax-3dehsk .playmax-rvk1hx {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .playmax-05875l .playmax-3dehsk .playmax-rvk1hx {
    margin-bottom: 24px;
  }
}

.playmax-05875l .playmax-3dehsk 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);
}

.playmax-05875l .playmax-3dehsk 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) {
  .playmax-05875l .playmax-3dehsk table tr td {
    padding: 12px 4px;
  }
}

.playmax-05875l .playmax-3dehsk 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) {
  .playmax-05875l .playmax-3dehsk table tr th {
    padding: 12px 4px;
  }
}

.playmax-05875l .playmax-3dehsk table tr:last-of-type td {
  border-bottom: none;
}

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

.playmax-zua1vb.playmax-wjqtkn {
  display: block;
}

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

.playmax-zua1vb .playmax-g0hne3 {
  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;
}

.playmax-zua1vb .playmax-3akruh {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

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

.playmax-zua1vb .playmax-h0z87f:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.playmax-tzkql5.playmax-wjqtkn {
  display: block;
}

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

.playmax-xcvio8 {
  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;
}

.playmax-0zsjz8 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.playmax-hjb1x0 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.playmax-hjb1x0 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.playmax-gtnzq9 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.playmax-6ukdgi.playmax-jnou8v {
  display: none;
}

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

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

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

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

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

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

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

.playmax-pb97o8 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.playmax-pb97o8 input:active {
  border-color: #c2c0ce;
}

.playmax-pb97o8 input:focus {
  border-color: #c2c0ce;
}

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

.playmax-ghbfoq {
  margin-bottom: 36px;
}

.playmax-ghbfoq 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;
}

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

.playmax-ghbfoq textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.playmax-fhkccf {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

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

.playmax-oqokoe:hover {
  background: var(--border-color);
}

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

.playmax-pdgnq5:hover {
  background: #166ad9;
}

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

.playmax-cqnih6.playmax-jnou8v {
  display: none;
}

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

.playmax-cqnih6 .playmax-oqokoe {
  margin: 0 auto;
}

.playmax-0xuk8v {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.playmax-1vfack {
  filter: grayscale(100%);
}

.playmax-zo5lrw > input {
  display: none;
}

.playmax-zo5lrw > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.playmax-5nojgc.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.playmax-93flr8 44.playmax-ahr9l1.playmax-r9wku5.playmax-86g452.playmax-0dk1t7.playmax-hbdxh3.playmax-m1cruj.playmax-5fc9aa.playmax-xao4eb.playmax-pdriz2.playmax-cuzcyg.playmax-mbx2ed.playmax-em2ip4 0l-12.playmax-ofywxy 30.playmax-563alo.playmax-vavzn6 2.playmax-jdz4g9.playmax-vavzn6 3.playmax-v0ko0l 3.playmax-3ncb1n.playmax-iss2io 3.playmax-c3vs3l.playmax-zbmn7h.playmax-bxbwk5.playmax-z05thc 7-3.playmax-ofywxy 10.playmax-mztzog.playmax-z05thc 23.playmax-d3nnu8.playmax-kfhqz8 1.playmax-dhwh67 2.playmax-ofywxy 3.playmax-kfhqz8 1.playmax-iss2io 5.playmax-mx5zgb.playmax-iss2io 32.playmax-4a4orh.playmax-zbmn7h 5.playmax-em2ip4 4.playmax-z05thc 9.playmax-z05thc 8.playmax-iss2io 6.playmax-wm42db.playmax-iq0u4w.playmax-vvjvb5.playmax-2q6yf8.playmax-0d394h 4.playmax-54ju7e.playmax-0d394h 6.playmax-0d394h 0l29.playmax-em2ip4 17.playmax-ofg0f2.playmax-d9osmb 2.playmax-vda955 10.playmax-8ojfsn.playmax-ofywxy 8.playmax-oxao2h.playmax-1ojs7n.playmax-w3udei.playmax-rrovpk.playmax-1jqrbb.playmax-zbmn7h.playmax-hbdxh3.playmax-ofywxy 1.playmax-pbhwgg.playmax-jk8uuu.playmax-v4df22.playmax-sudc4x.playmax-ocx1ka.playmax-dhwh67 1.playmax-chzrm2.playmax-j32msx.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.playmax-zo5lrw > input:checked ~ label,
.playmax-zo5lrw > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.playmax-5nojgc.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.playmax-93flr8 44.playmax-ahr9l1.playmax-r9wku5.playmax-86g452.playmax-0dk1t7.playmax-hbdxh3.playmax-m1cruj.playmax-5fc9aa.playmax-xao4eb.playmax-pdriz2.playmax-cuzcyg.playmax-mbx2ed.playmax-em2ip4 0l-12.playmax-ofywxy 30.playmax-563alo.playmax-vavzn6 2.playmax-jdz4g9.playmax-vavzn6 3.playmax-v0ko0l 3.playmax-3ncb1n.playmax-iss2io 3.playmax-c3vs3l.playmax-zbmn7h.playmax-bxbwk5.playmax-z05thc 7-3.playmax-ofywxy 10.playmax-mztzog.playmax-z05thc 23.playmax-d3nnu8.playmax-kfhqz8 1.playmax-dhwh67 2.playmax-ofywxy 3.playmax-kfhqz8 1.playmax-iss2io 5.playmax-mx5zgb.playmax-iss2io 32.playmax-4a4orh.playmax-zbmn7h 5.playmax-em2ip4 4.playmax-z05thc 9.playmax-z05thc 8.playmax-iss2io 6.playmax-wm42db.playmax-iq0u4w.playmax-vvjvb5.playmax-2q6yf8.playmax-0d394h 4.playmax-54ju7e.playmax-0d394h 6.playmax-0d394h 0l29.playmax-em2ip4 17.playmax-ofg0f2.playmax-d9osmb 2.playmax-vda955 10.playmax-8ojfsn.playmax-ofywxy 8.playmax-oxao2h.playmax-1ojs7n.playmax-w3udei.playmax-rrovpk.playmax-1jqrbb.playmax-zbmn7h.playmax-hbdxh3.playmax-ofywxy 1.playmax-pbhwgg.playmax-jk8uuu.playmax-v4df22.playmax-sudc4x.playmax-ocx1ka.playmax-dhwh67 1.playmax-chzrm2.playmax-j32msx.5z'/%3e%3c/svg%3e");
}

.playmax-zo5lrw > input:not(:checked) ~ label:hover,
.playmax-zo5lrw > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.playmax-5nojgc.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.playmax-93flr8 44.playmax-ahr9l1.playmax-r9wku5.playmax-86g452.playmax-0dk1t7.playmax-hbdxh3.playmax-m1cruj.playmax-5fc9aa.playmax-xao4eb.playmax-pdriz2.playmax-cuzcyg.playmax-mbx2ed.playmax-em2ip4 0l-12.playmax-ofywxy 30.playmax-563alo.playmax-vavzn6 2.playmax-jdz4g9.playmax-vavzn6 3.playmax-v0ko0l 3.playmax-3ncb1n.playmax-iss2io 3.playmax-c3vs3l.playmax-zbmn7h.playmax-bxbwk5.playmax-z05thc 7-3.playmax-ofywxy 10.playmax-mztzog.playmax-z05thc 23.playmax-d3nnu8.playmax-kfhqz8 1.playmax-dhwh67 2.playmax-ofywxy 3.playmax-kfhqz8 1.playmax-iss2io 5.playmax-mx5zgb.playmax-iss2io 32.playmax-4a4orh.playmax-zbmn7h 5.playmax-em2ip4 4.playmax-z05thc 9.playmax-z05thc 8.playmax-iss2io 6.playmax-wm42db.playmax-iq0u4w.playmax-vvjvb5.playmax-2q6yf8.playmax-0d394h 4.playmax-54ju7e.playmax-0d394h 6.playmax-0d394h 0l29.playmax-em2ip4 17.playmax-ofg0f2.playmax-d9osmb 2.playmax-vda955 10.playmax-8ojfsn.playmax-ofywxy 8.playmax-oxao2h.playmax-1ojs7n.playmax-w3udei.playmax-rrovpk.playmax-1jqrbb.playmax-zbmn7h.playmax-hbdxh3.playmax-ofywxy 1.playmax-pbhwgg.playmax-jk8uuu.playmax-v4df22.playmax-sudc4x.playmax-ocx1ka.playmax-dhwh67 1.playmax-chzrm2.playmax-j32msx.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .playmax-jcunvj > .playmax-tw5gt8 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .playmax-jcunvj > .playmax-tw5gt8 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .playmax-jcunvj > .playmax-tw5gt8 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .playmax-jcunvj > .playmax-tw5gt8 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .playmax-jcunvj > .playmax-tw5gt8 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.playmax-3xcmve.playmax-jnou8v {
  display: none;
}

.playmax-167d1p {
  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) {
  .playmax-167d1p {
    height: 74px;
    overflow: visible;
  }
}

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

.playmax-mfqztj {
  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;
}

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

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

.playmax-mfqztj img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.playmax-43qykx {
  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;
}

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

.playmax-43qykx::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) {
  .playmax-43qykx::after {
    display: none;
  }
}

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

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

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

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

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

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

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

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

.playmax-3xcmve.playmax-0397ov .playmax-167d1p {
  background: #2b3b67;
}

.playmax-3xcmve.playmax-0397ov .playmax-mfqztj {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.playmax-3xcmve.playmax-0397ov .playmax-mfqztj::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.playmax-3xcmve.playmax-0397ov .playmax-mfqztj::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.playmax-3xcmve.playmax-0397ov .playmax-43qykx::before {
  background: #0e0f41;
}

.playmax-3xcmve.playmax-0397ov .playmax-43qykx::after {
  background: #152557;
}

.playmax-3xcmve.playmax-hzcpgq .playmax-167d1p {
  background: #1f35fa;
}

.playmax-3xcmve.playmax-hzcpgq .playmax-mfqztj {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.playmax-3xcmve.playmax-hzcpgq .playmax-mfqztj::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.playmax-3xcmve.playmax-hzcpgq .playmax-mfqztj::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.playmax-3xcmve.playmax-hzcpgq .playmax-43qykx::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.playmax-3xcmve.playmax-hzcpgq .playmax-43qykx::after {
  background: #192ac8;
}

.playmax-3xcmve.playmax-9718xi .playmax-167d1p {
  background: #fa771f;
}

.playmax-3xcmve.playmax-9718xi .playmax-mfqztj {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.playmax-3xcmve.playmax-9718xi .playmax-mfqztj::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.playmax-3xcmve.playmax-9718xi .playmax-mfqztj::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.playmax-3xcmve.playmax-9718xi .playmax-43qykx::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.playmax-3xcmve.playmax-9718xi .playmax-43qykx::after {
  background: #fa8535;
}

.playmax-w19pqn {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.playmax-jvm1lw {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.playmax-zl0bqw {
  width: 120px;
  height: 22px;
}

.playmax-zl0bqw .playmax-ydeq24 {
  fill: #c2c0ce;
}

.playmax-zl0bqw [rating="1"] .playmax-ydeq24:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.playmax-zl0bqw [rating="2"] .playmax-ydeq24:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.playmax-zl0bqw [rating="3"] .playmax-ydeq24:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.playmax-zl0bqw [rating="4"] .playmax-ydeq24:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.playmax-zl0bqw [rating="5"] .playmax-ydeq24:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.playmax-xt0qkh {
  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);
}

.playmax-xt0qkh.playmax-nivilk {
  display: block;
}

.playmax-xt0qkh.playmax-jnou8v {
  display: none;
}

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

.playmax-b5c5kt {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.playmax-lklqew {
  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);
}

.playmax-74djxj {
  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;
}

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

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

.playmax-gqlzml {
  font-size: 16px;
  line-height: 140%;
}

.playmax-riiwps {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.playmax-riiwps .playmax-ydeq24 {
  fill: #c2c0ce;
}

.playmax-riiwps [rating="1"] .playmax-ydeq24:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.playmax-riiwps [rating="2"] .playmax-ydeq24:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.playmax-riiwps [rating="3"] .playmax-ydeq24:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.playmax-riiwps [rating="4"] .playmax-ydeq24:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.playmax-riiwps [rating="5"] .playmax-ydeq24:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.playmax-36lnn5 {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.playmax-a3lqlr {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.playmax-1uc773 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.playmax-wfujwt {
  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;
}

.playmax-kfari4 {
  flex: 1;
  min-width: 0;
}

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

.playmax-x9865w {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.playmax-x9865w svg path {
  fill: var(--button-bg-color);
}

.playmax-x9865w svg circle {
  fill: var(--button-text-color);
}

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

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

.playmax-fwn4bd strong {
  font-weight: 600;
}

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

.playmax-v3rsni p {
  margin: 0 0 16px;
}

.playmax-v3rsni p:last-child {
  margin-bottom: 0;
}

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

.playmax-39z4sm {
  max-width: 300px;
  width: 100%;
}

.playmax-39z4sm a {
  width: 100%;
}

@media (max-width: 575px) {
  .playmax-39z4sm {
    max-width: 200px;
  }
}

.playmax-ygdcc1 {
  justify-content: center;
}

.playmax-ble796 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.playmax-41hn8t {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.playmax-hco0wt .playmax-ms3wxy {
  justify-content: center;
}

/* faq */

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

.playmax-7y3h8l {
  color: var(--text-color);
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: var(--table-1-color);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.playmax-wef6kr ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.playmax-7y3h8l::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.playmax-wef6kr ease;
}

.playmax-4duqk4.playmax-wjqtkn .playmax-7y3h8l::after {
  transform: rotate(45deg);
}

.playmax-005t9m {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.playmax-f4y8aa ease, padding 0.playmax-f4y8aa ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.playmax-4duqk4.playmax-wjqtkn .playmax-005t9m {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.playmax-pap3qk {
  margin: 25px 0;
}

.playmax-zo5lrw > input:not(:checked) ~ label:hover,
.playmax-zo5lrw > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.playmax-jbp4qj.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.playmax-r9ml0b 44.playmax-tzgnej.playmax-bcf51x.playmax-dmlu42.playmax-m0g62w.playmax-oqbio6.playmax-8892g3.playmax-12wll1.playmax-zgqcdw.playmax-g76qd8.playmax-a8vcjm.playmax-va14xj.playmax-nimjdj 0l-12.playmax-mdmldz 30.playmax-lkjtmr.playmax-5ombxo 2.playmax-3yoiw9.playmax-5ombxo 3.playmax-8qyg6t 3.playmax-5745im.playmax-kjnyhw 3.playmax-45k4cj.playmax-zr9wja.playmax-q3wejr.playmax-xx3yh2 7-3.playmax-mdmldz 10.playmax-kg6ph3.playmax-xx3yh2 23.playmax-l461cn.playmax-9dju9g 1.playmax-tmiod5 2.playmax-mdmldz 3.playmax-9dju9g 1.playmax-kjnyhw 5.playmax-2a5d6h.playmax-kjnyhw 32.playmax-1v5wxs.playmax-zr9wja 5.playmax-nimjdj 4.playmax-xx3yh2 9.playmax-xx3yh2 8.playmax-kjnyhw 6.playmax-ynl20i.playmax-uede3o.playmax-8v0c49.playmax-6nwt8p.playmax-l6c1mq 4.playmax-0ll9ia.playmax-l6c1mq 6.playmax-l6c1mq 0l29.playmax-nimjdj 17.playmax-wbpepq.playmax-w0ytiy 2.playmax-uslaty 10.playmax-fu5ua2.playmax-mdmldz 8.playmax-ashj8q.playmax-mw8gj5.playmax-pv413p.playmax-9x0zcb.playmax-87p1dv.playmax-zr9wja.playmax-oqbio6.playmax-mdmldz 1.playmax-o5zf8x.playmax-eerb2s.playmax-03xo42.playmax-cihqy3.playmax-xoe5xl.playmax-tmiod5 1.playmax-0n5hdr.playmax-hlzwne.5z'/%3e%3c/svg%3e");
}

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

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

.playmax-vz75es {
  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);
}

.playmax-vz75es.playmax-4fqj31 {
  display: block;
}

.playmax-vz75es.playmax-68ojov {
  display: none;
}

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

.playmax-iont54 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.playmax-ypxlqy {
  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);
}

.playmax-pg8f2b {
  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;
}

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

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

.playmax-g23xmd {
  font-size: 16px;
  line-height: 140%;
}

.playmax-sm2b1n {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.playmax-sm2b1n .playmax-bcuc36 {
  fill: #c2c0ce;
}

.playmax-sm2b1n [rating="1"] .playmax-bcuc36:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.playmax-sm2b1n [rating="2"] .playmax-bcuc36:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.playmax-sm2b1n [rating="3"] .playmax-bcuc36:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.playmax-sm2b1n [rating="4"] .playmax-bcuc36:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.playmax-sm2b1n [rating="5"] .playmax-bcuc36:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.playmax-gycug2 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;
}

.playmax-gycug2 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 */

.playmax-izhzdq {
  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);
}

.playmax-izhzdq.playmax-oz708k {
  opacity: 1;
  pointer-events: auto;
}
