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

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

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

.playcroco-7wxhxc {
  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) {
  .playcroco-7wxhxc: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;
  }
}

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

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

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

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

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

.playcroco-7qsr21 {
  cursor: pointer;
}

.playcroco-dszsrj {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.playcroco-5z8o4f {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.playcroco-5z8o4f figure {
  margin: 0;
}

.playcroco-5z8o4f.playcroco-kzlqns {
  justify-content: flex-start;
  margin-right: 4px;
}

.playcroco-5z8o4f.playcroco-cq31dh {
  justify-content: flex-end;
  margin-left: 4px;
}

.playcroco-5z8o4f.playcroco-oj4j5z {
  justify-content: center;
}

.playcroco-5z8o4f.playcroco-vw5bap {
  justify-content: normal;
}

.playcroco-xp5k12 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.playcroco-8s3kns img {
  width: 100%;
}

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

.playcroco-ko78n7 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.playcroco-ko78n7 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);
}

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

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

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

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

.playcroco-ko78n7 ul li:last-of-type::after {
  display: none;
}

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

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

.playcroco-18t1bb {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.playcroco-b7dayy.playcroco-rkd76j {
  background-color: #000;
}

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

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

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

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

.playcroco-lazdpx {
  margin-bottom: 94px;
}

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

.playcroco-nil9cp .playcroco-xi1203 {
  margin-bottom: 28px;
}

.playcroco-nil9cp .playcroco-xi1203 img {
  max-height: 100px;
  width: auto;
}

.playcroco-z35jz6 {
  display: flex;
  align-items: center;
}

.playcroco-z35jz6 a + a {
  margin-left: 24px;
}

.playcroco-z35jz6 img {
  max-height: 56px;
  width: auto;
}

.playcroco-z35jz6 img + img {
  margin-left: 24px;
}

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

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

.playcroco-5c94b8 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.playcroco-one5tb li {
  display: flex;
  margin: 0 7px;
}

.playcroco-one5tb li svg {
  transition: 0.playcroco-is3xn2 ease-in-out;
}

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

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

.playcroco-ux0sm6 + .playcroco-ux0sm6 {
  margin-left: 120px;
}

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

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

.playcroco-jktnr0 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.playcroco-jktnr0 li {
  font-size: 16px;
}

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

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

.playcroco-jktnr0 li + li {
  margin-top: 16px;
}

.playcroco-3t3eaw {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.playcroco-wu2kyr ease-in-out;
}

.playcroco-3t3eaw.playcroco-iqzcs5 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.playcroco-qfqhvt {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.playcroco-4lewic li {
  width: 100%;
}

.playcroco-4lewic 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.playcroco-is3xn2 ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.playcroco-4lewic li a svg {
  fill: var(--button-text-color);
}

.playcroco-4lewic li a.playcroco-iqzcs5 {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.playcroco-gj80re {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.playcroco-gj80re img {
  width: 100%;
  transition: 0.playcroco-is3xn2 ease-in-out;
}

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

.playcroco-08qhve {
  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) {
  .playcroco-08qhve {
    height: 54px;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .playcroco-hgt53f .playcroco-xi1203 img {
    max-width: 90px;
  }
}

.playcroco-xi1203 img {
  max-height: 50px;
  width: auto;
}

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

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

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

.playcroco-mv4zok li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.playcroco-34ihya {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
  .playcroco-34ihya {
    margin-right: 105px;
  }
}

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

@media only screen and (max-width: 767px) {
  .playcroco-34ihya {
    max-width: 230px;
    justify-content: flex-end;
  }
}

.playcroco-34ihya.playcroco-i0xczu {
  margin-right: 0;
}

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

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

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

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

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

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

.playcroco-qmzo9x:hover > ul {
  display: flex;
}

.playcroco-qmzo9x:focus > ul {
  display: flex;
}

.playcroco-qmzo9x:focus-within > ul {
  display: flex;
}

.playcroco-bmiy4t {
  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;
}

.playcroco-bmiy4t::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.playcroco-wu2kyr ease-in-out;
}

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

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

.playcroco-qmzo9x 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.playcroco-is3xn2 ease-in-out;
  overflow: hidden;
}

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

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

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

.playcroco-gsn3su {
  display: none;
}

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

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

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

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

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

.playcroco-0zdy7j img {
  margin-bottom: 20px;
}

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

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

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

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

.playcroco-ztybn2 {
  color: var(--text-color);
}

.playcroco-72hk2i {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.playcroco-72hk2i p img {
  display: block;
  margin: 0 auto;
}

.playcroco-72hk2i p:first-of-type {
  margin-top: 0;
}

.playcroco-72hk2i p:last-of-type {
  margin-bottom: 0;
}

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

.playcroco-72hk2i ul {
  padding: 0 0 0 20px;
}

.playcroco-72hk2i table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

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

.playcroco-72hk2i table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.playcroco-72hk2i iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

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

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

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

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

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

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

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

.playcroco-zx8eqw .playcroco-vit864 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.playcroco-zx8eqw .playcroco-mcfoyu {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.playcroco-mcfoyu {
  margin: 0 0 28px;
}

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

.playcroco-vit864 {
  margin: 0 0 28px;
}

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

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

.playcroco-wvokes .playcroco-7wxhxc {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.playcroco-1vwrum {
  position: relative;
  border: none;
}

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

.playcroco-n6tf8m {
  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;
}

.playcroco-n6tf8m span {
  height: 32px;
}

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

.playcroco-n6tf8m.playcroco-fmsrtc span {
  transform: scaleY(-1);
}

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

.playcroco-l36vek {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.playcroco-l36vek.playcroco-od36bz {
  display: none;
}

.playcroco-espk6v {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.playcroco-espk6v table {
  width: 100%;
  border-collapse: collapse;
}

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

  .playcroco-espk6v table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.playcroco-r6tk56 {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.playcroco-miikyl p {
  color: var(--text-color);
}

.playcroco-hpm5y8 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.playcroco-cenkb0 {
  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);
}

.playcroco-mdjufe {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.playcroco-4vq12m p + p {
  margin-top: 10px;
}

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

.playcroco-uw605l {
  display: none;
}

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

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

.playcroco-x7a22w li {
  margin: 0 20px;
}

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

.playcroco-x7a22w li a img {
  margin-bottom: 4px;
}

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

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

.playcroco-0bj43i li {
  font-size: 16px;
  position: relative;
}

.playcroco-0bj43i li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.playcroco-0bj43i li span {
  opacity: 0.5;
}

.playcroco-0bj43i li + li {
  margin-left: 30px;
}

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

h2.playcroco-yhabdi {
  margin: 0 0 28px;
}

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

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

.playcroco-qyxob2 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);
}

.playcroco-qyxob2 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;
}

.playcroco-qyxob2 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;
}

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

.playcroco-qyxob2 tbody tr:last-of-type {
  margin-bottom: 0;
}

.playcroco-qyxob2 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.playcroco-qyxob2 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);
}

.playcroco-qyxob2 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);
}

.playcroco-qyxob2 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.playcroco-qyxob2 tbody tr td .playcroco-ce6szi {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .playcroco-qyxob2 tbody tr td .playcroco-ce6szi {
    width: 100%;
  }
}

.playcroco-qyxob2 tbody tr td .playcroco-38jcj8 {
  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.playcroco-is3xn2 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .playcroco-qyxob2 tbody tr td .playcroco-38jcj8:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .playcroco-qyxob2 tbody tr td .playcroco-38jcj8 {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .playcroco-qyxob2 tbody tr td .playcroco-38jcj8 {
    width: 100%;
  }
}

.playcroco-qyxob2 tbody tr td .playcroco-lg15o4 {
  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) {
  .playcroco-qyxob2 tbody tr td .playcroco-lg15o4:hover {
    text-decoration: none;
  }
}

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

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

.playcroco-4cpgz6 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.playcroco-4hu4jf {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.playcroco-gw2i4x img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.playcroco-is3xn2 ease-in-out;
}

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

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

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

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

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

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

.playcroco-mr9d39 img {
  width: 100%;
  height: 100%;
}

.playcroco-mr9d39 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.playcroco-umvch1 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.playcroco-is3xn2 ease-in-out;
}

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

.playcroco-tnd6ij {
  padding: 90px 0;
}

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

.playcroco-4r70vh {
  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) {
  .playcroco-4r70vh {
    padding: 0 16px;
  }
}

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

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

.playcroco-vigtwc img {
  width: 100%;
}

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

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

.playcroco-7ycm5t {
  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;
}

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

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

.playcroco-rccs2w {
  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.playcroco-is3xn2 ease-in-out;
}

.playcroco-rccs2w:hover {
  border: 1px solid #8c8ca2;
}

.playcroco-g7yowj {
  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%);
}

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

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

.playcroco-ppfry1 a {
  text-decoration: underline;
  color: #8babff;
}

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

.playcroco-t7jlha .playcroco-rccs2w {
  width: 50%;
  margin: 0;
}

.playcroco-x62bb8 {
  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;
}

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

.playcroco-f37nag {
  margin: 0 0 100px;
}

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

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

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

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

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

.playcroco-1pu0zw {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.playcroco-7y5o10 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.playcroco-is3xn2 ease-in-out;
}

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

.playcroco-7y5o10 a svg {
  fill: #fff;
}

.playcroco-7y5o10 a:hover {
  background: #3d68e7;
}

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

.playcroco-g4jfbu {
  margin-bottom: 16px;
}

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

.playcroco-0felfe {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

.playcroco-9970r1 {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

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

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

.playcroco-9970r1 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);
}

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

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

.playcroco-9970r1 table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .playcroco-9970r1 {
    margin: 0;
  }
}

.playcroco-3xec8w {
  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) {
  .playcroco-3xec8w {
    min-height: 190px;
  }
}

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

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

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

.playcroco-x5mr1g.playcroco-u2m807 {
  display: none;
}

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

.playcroco-1x1mrk iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.playcroco-1x1mrk iframe.playcroco-urp35j {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.playcroco-1x1mrk.playcroco-0bxv7y {
  opacity: 1;
  pointer-events: all;
}

.playcroco-8kgkgo {
  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.playcroco-is3xn2 ease-in-out;
}

.playcroco-8kgkgo svg {
  margin-right: 10px;
}

.playcroco-8kgkgo + .playcroco-8kgkgo {
  margin-top: 14px;
}

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

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

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

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

.playcroco-ch0mkn .playcroco-wvokes {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .playcroco-ch0mkn .playcroco-wvokes {
    margin: 28px 0 0;
  }
}

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

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

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

.playcroco-0gjcli {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.playcroco-28borb {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.playcroco-543k5x {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.playcroco-ywh1cs .playcroco-7wxhxc {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .playcroco-ywh1cs .playcroco-7wxhxc {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.playcroco-oex9kn {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.playcroco-oex9kn img {
  width: 100%;
}

.playcroco-imk0qg {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.playcroco-8zjk9q {
  width: 100%;
  margin: 0 0 100px;
}

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

.playcroco-8zjk9q .playcroco-5i41jl {
  position: relative;
}

.playcroco-8zjk9q .playcroco-nwxnlc {
  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;
}

.playcroco-8zjk9q .playcroco-nwxnlc.playcroco-u2m807 {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .playcroco-8zjk9q .playcroco-e26t3i {
    bottom: 90px;
  }
}

.playcroco-8zjk9q .playcroco-e26t3i .playcroco-9vkbnf {
  max-width: 300px;
  width: 100%;
}

.playcroco-8zjk9q .playcroco-e26t3i .playcroco-9vkbnf .playcroco-d61omd {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .playcroco-8zjk9q .playcroco-e26t3i .playcroco-9vkbnf .playcroco-d61omd {
    font-size: 32px;
    text-align: center;
  }
}

.playcroco-8zjk9q .playcroco-e26t3i .playcroco-9vkbnf .playcroco-y0oij8 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .playcroco-8zjk9q .playcroco-e26t3i .playcroco-9vkbnf .playcroco-y0oij8 {
    text-align: center;
  }
}

.playcroco-8zjk9q .playcroco-e26t3i .playcroco-i0xczu {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .playcroco-8zjk9q .playcroco-e26t3i .playcroco-i0xczu {
    flex-direction: column-reverse;
  }
}

.playcroco-8zjk9q .playcroco-e26t3i .playcroco-i0xczu .playcroco-ouirki {
  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.playcroco-is3xn2 ease-in-out;
}

.playcroco-8zjk9q .playcroco-e26t3i .playcroco-i0xczu .playcroco-ouirki:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .playcroco-8zjk9q .playcroco-e26t3i .playcroco-i0xczu .playcroco-ouirki {
    width: 100%;
  }
}

.playcroco-8zjk9q .playcroco-e26t3i .playcroco-i0xczu .playcroco-3roazp {
  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.playcroco-is3xn2 ease-in-out;
  overflow: hidden;
}

.playcroco-8zjk9q .playcroco-e26t3i .playcroco-i0xczu .playcroco-3roazp 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);
  }
}

.playcroco-8zjk9q .playcroco-e26t3i .playcroco-i0xczu .playcroco-3roazp: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;
}

.playcroco-8zjk9q .playcroco-e26t3i .playcroco-i0xczu .playcroco-3roazp:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .playcroco-8zjk9q .playcroco-e26t3i .playcroco-i0xczu .playcroco-3roazp {
    width: 100%;
  }
}

.playcroco-8zjk9q .playcroco-e26t3i.playcroco-u2m807 {
  display: none;
}

.playcroco-8zjk9q .playcroco-se1ej1 {
  display: none;
}

.playcroco-8zjk9q .playcroco-se1ej1.playcroco-0bxv7y {
  display: block;
}

.playcroco-8zjk9q .playcroco-se1ej1 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .playcroco-8zjk9q .playcroco-se1ej1 iframe {
    height: calc(100vh - 54px);
  }
}

.playcroco-8zjk9q .playcroco-w4fjpf {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .playcroco-8zjk9q .playcroco-w4fjpf {
    padding: 24px 16px 0;
  }
}

.playcroco-8zjk9q .playcroco-w4fjpf .playcroco-d61omd {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .playcroco-8zjk9q .playcroco-w4fjpf .playcroco-d61omd {
    margin-bottom: 24px;
  }
}

.playcroco-8zjk9q .playcroco-w4fjpf 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);
}

.playcroco-8zjk9q .playcroco-w4fjpf 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) {
  .playcroco-8zjk9q .playcroco-w4fjpf table tr td {
    padding: 12px 4px;
  }
}

.playcroco-8zjk9q .playcroco-w4fjpf 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) {
  .playcroco-8zjk9q .playcroco-w4fjpf table tr th {
    padding: 12px 4px;
  }
}

.playcroco-8zjk9q .playcroco-w4fjpf table tr:last-of-type td {
  border-bottom: none;
}

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

.playcroco-u5rk3a.playcroco-iqzcs5 {
  display: block;
}

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

.playcroco-u5rk3a .playcroco-y0i0u9 {
  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;
}

.playcroco-u5rk3a .playcroco-yqizp0 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.playcroco-u5rk3a .playcroco-3roazp {
  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.playcroco-is3xn2 ease-in-out;
}

.playcroco-u5rk3a .playcroco-3roazp:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.playcroco-ef9s3x.playcroco-iqzcs5 {
  display: block;
}

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

.playcroco-mzl60b {
  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;
}

.playcroco-09em4n {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.playcroco-9rfl2w {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.playcroco-9rfl2w svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.playcroco-ua1lgp {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.playcroco-x78f7e.playcroco-u2m807 {
  display: none;
}

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

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

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

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

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

.playcroco-do11r0 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.playcroco-is3xn2 ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

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

.playcroco-do11r0 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.playcroco-do11r0 input:active {
  border-color: #c2c0ce;
}

.playcroco-do11r0 input:focus {
  border-color: #c2c0ce;
}

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

.playcroco-6821sq {
  margin-bottom: 36px;
}

.playcroco-6821sq 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;
}

.playcroco-6821sq textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.playcroco-6821sq textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.playcroco-o97lz1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.playcroco-3d0aed {
  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.playcroco-is3xn2 ease-in-out;
}

.playcroco-3d0aed:hover {
  background: var(--border-color);
}

.playcroco-0ygj48 {
  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.playcroco-is3xn2 ease-in-out;
}

.playcroco-0ygj48:hover {
  background: #166ad9;
}

.playcroco-85fq5n {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.playcroco-85fq5n.playcroco-u2m807 {
  display: none;
}

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

.playcroco-85fq5n .playcroco-3d0aed {
  margin: 0 auto;
}

.playcroco-gc9imb {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.playcroco-gub9gr {
  filter: grayscale(100%);
}

.playcroco-0c9hub > input {
  display: none;
}

.playcroco-0c9hub > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.playcroco-1k3ra5.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.playcroco-ziff80 44.playcroco-jvs2ha.playcroco-w30mfs.playcroco-udgqwb.playcroco-v9qa3h.playcroco-qioqmu.playcroco-1clcww.playcroco-1n4xzp.playcroco-jhoos3.playcroco-xwwvbw.playcroco-6jx7py.playcroco-p5jt5j.playcroco-xiyvjs 0l-12.playcroco-bj8uzl 30.playcroco-y4codm.playcroco-0cid0h 2.playcroco-reg4cv.playcroco-0cid0h 3.playcroco-uyugto 3.playcroco-d7fjlr.playcroco-cr2u7x 3.playcroco-ormkuy.playcroco-uxej4r.playcroco-me71fh.playcroco-vms0az 7-3.playcroco-bj8uzl 10.playcroco-jkrw5g.playcroco-vms0az 23.playcroco-808ukl.playcroco-vhkp29 1.playcroco-kbz1n1 2.playcroco-bj8uzl 3.playcroco-vhkp29 1.playcroco-cr2u7x 5.playcroco-eksnqo.playcroco-cr2u7x 32.playcroco-1z2lvs.playcroco-uxej4r 5.playcroco-xiyvjs 4.playcroco-vms0az 9.playcroco-vms0az 8.playcroco-cr2u7x 6.playcroco-zinqda.playcroco-xxejri.playcroco-plt6ds.playcroco-2nt8bg.playcroco-j5arei 4.playcroco-qx5bnr.playcroco-j5arei 6.playcroco-j5arei 0l29.playcroco-xiyvjs 17.playcroco-92wzk1.playcroco-s1xoam 2.playcroco-6zt30m 10.playcroco-2o2e79.playcroco-bj8uzl 8.playcroco-8hjt20.playcroco-qvuc8j.playcroco-clfxfh.playcroco-w7kezd.playcroco-b6v59p.playcroco-uxej4r.playcroco-qioqmu.playcroco-bj8uzl 1.playcroco-3n5x2e.playcroco-z0wug5.playcroco-07c33k.playcroco-qhr6zf.playcroco-xtt9z0.playcroco-kbz1n1 1.playcroco-p7f2ss.playcroco-buuurn.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.playcroco-0c9hub > input:checked ~ label,
.playcroco-0c9hub > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.playcroco-1k3ra5.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.playcroco-ziff80 44.playcroco-jvs2ha.playcroco-w30mfs.playcroco-udgqwb.playcroco-v9qa3h.playcroco-qioqmu.playcroco-1clcww.playcroco-1n4xzp.playcroco-jhoos3.playcroco-xwwvbw.playcroco-6jx7py.playcroco-p5jt5j.playcroco-xiyvjs 0l-12.playcroco-bj8uzl 30.playcroco-y4codm.playcroco-0cid0h 2.playcroco-reg4cv.playcroco-0cid0h 3.playcroco-uyugto 3.playcroco-d7fjlr.playcroco-cr2u7x 3.playcroco-ormkuy.playcroco-uxej4r.playcroco-me71fh.playcroco-vms0az 7-3.playcroco-bj8uzl 10.playcroco-jkrw5g.playcroco-vms0az 23.playcroco-808ukl.playcroco-vhkp29 1.playcroco-kbz1n1 2.playcroco-bj8uzl 3.playcroco-vhkp29 1.playcroco-cr2u7x 5.playcroco-eksnqo.playcroco-cr2u7x 32.playcroco-1z2lvs.playcroco-uxej4r 5.playcroco-xiyvjs 4.playcroco-vms0az 9.playcroco-vms0az 8.playcroco-cr2u7x 6.playcroco-zinqda.playcroco-xxejri.playcroco-plt6ds.playcroco-2nt8bg.playcroco-j5arei 4.playcroco-qx5bnr.playcroco-j5arei 6.playcroco-j5arei 0l29.playcroco-xiyvjs 17.playcroco-92wzk1.playcroco-s1xoam 2.playcroco-6zt30m 10.playcroco-2o2e79.playcroco-bj8uzl 8.playcroco-8hjt20.playcroco-qvuc8j.playcroco-clfxfh.playcroco-w7kezd.playcroco-b6v59p.playcroco-uxej4r.playcroco-qioqmu.playcroco-bj8uzl 1.playcroco-3n5x2e.playcroco-z0wug5.playcroco-07c33k.playcroco-qhr6zf.playcroco-xtt9z0.playcroco-kbz1n1 1.playcroco-p7f2ss.playcroco-buuurn.5z'/%3e%3c/svg%3e");
}

.playcroco-0c9hub > input:not(:checked) ~ label:hover,
.playcroco-0c9hub > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.playcroco-1k3ra5.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.playcroco-ziff80 44.playcroco-jvs2ha.playcroco-w30mfs.playcroco-udgqwb.playcroco-v9qa3h.playcroco-qioqmu.playcroco-1clcww.playcroco-1n4xzp.playcroco-jhoos3.playcroco-xwwvbw.playcroco-6jx7py.playcroco-p5jt5j.playcroco-xiyvjs 0l-12.playcroco-bj8uzl 30.playcroco-y4codm.playcroco-0cid0h 2.playcroco-reg4cv.playcroco-0cid0h 3.playcroco-uyugto 3.playcroco-d7fjlr.playcroco-cr2u7x 3.playcroco-ormkuy.playcroco-uxej4r.playcroco-me71fh.playcroco-vms0az 7-3.playcroco-bj8uzl 10.playcroco-jkrw5g.playcroco-vms0az 23.playcroco-808ukl.playcroco-vhkp29 1.playcroco-kbz1n1 2.playcroco-bj8uzl 3.playcroco-vhkp29 1.playcroco-cr2u7x 5.playcroco-eksnqo.playcroco-cr2u7x 32.playcroco-1z2lvs.playcroco-uxej4r 5.playcroco-xiyvjs 4.playcroco-vms0az 9.playcroco-vms0az 8.playcroco-cr2u7x 6.playcroco-zinqda.playcroco-xxejri.playcroco-plt6ds.playcroco-2nt8bg.playcroco-j5arei 4.playcroco-qx5bnr.playcroco-j5arei 6.playcroco-j5arei 0l29.playcroco-xiyvjs 17.playcroco-92wzk1.playcroco-s1xoam 2.playcroco-6zt30m 10.playcroco-2o2e79.playcroco-bj8uzl 8.playcroco-8hjt20.playcroco-qvuc8j.playcroco-clfxfh.playcroco-w7kezd.playcroco-b6v59p.playcroco-uxej4r.playcroco-qioqmu.playcroco-bj8uzl 1.playcroco-3n5x2e.playcroco-z0wug5.playcroco-07c33k.playcroco-qhr6zf.playcroco-xtt9z0.playcroco-kbz1n1 1.playcroco-p7f2ss.playcroco-buuurn.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .playcroco-abqbpf > .playcroco-dt6a17 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .playcroco-abqbpf > .playcroco-dt6a17 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .playcroco-abqbpf > .playcroco-dt6a17 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .playcroco-abqbpf > .playcroco-dt6a17 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .playcroco-abqbpf > .playcroco-dt6a17 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.playcroco-vqxjew.playcroco-u2m807 {
  display: none;
}

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

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

.playcroco-mgtazd {
  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;
}

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

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

.playcroco-mgtazd img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.playcroco-5f14t1 {
  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;
}

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

.playcroco-5f14t1::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) {
  .playcroco-5f14t1::after {
    display: none;
  }
}

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

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

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

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

.playcroco-1j3b79 {
  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.playcroco-is3xn2 ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

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

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

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

.playcroco-vqxjew.playcroco-e1631f .playcroco-wz11lh {
  background: #2b3b67;
}

.playcroco-vqxjew.playcroco-e1631f .playcroco-mgtazd {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.playcroco-vqxjew.playcroco-e1631f .playcroco-mgtazd::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.playcroco-vqxjew.playcroco-e1631f .playcroco-mgtazd::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.playcroco-vqxjew.playcroco-e1631f .playcroco-5f14t1::before {
  background: #0e0f41;
}

.playcroco-vqxjew.playcroco-e1631f .playcroco-5f14t1::after {
  background: #152557;
}

.playcroco-vqxjew.playcroco-d6i0mq .playcroco-wz11lh {
  background: #1f35fa;
}

.playcroco-vqxjew.playcroco-d6i0mq .playcroco-mgtazd {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.playcroco-vqxjew.playcroco-d6i0mq .playcroco-mgtazd::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.playcroco-vqxjew.playcroco-d6i0mq .playcroco-mgtazd::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.playcroco-vqxjew.playcroco-d6i0mq .playcroco-5f14t1::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.playcroco-vqxjew.playcroco-d6i0mq .playcroco-5f14t1::after {
  background: #192ac8;
}

.playcroco-vqxjew.playcroco-eq77h5 .playcroco-wz11lh {
  background: #fa771f;
}

.playcroco-vqxjew.playcroco-eq77h5 .playcroco-mgtazd {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.playcroco-vqxjew.playcroco-eq77h5 .playcroco-mgtazd::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.playcroco-vqxjew.playcroco-eq77h5 .playcroco-mgtazd::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.playcroco-vqxjew.playcroco-eq77h5 .playcroco-5f14t1::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.playcroco-vqxjew.playcroco-eq77h5 .playcroco-5f14t1::after {
  background: #fa8535;
}

.playcroco-t6zt9j {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.playcroco-nwnnwq {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.playcroco-cb16uo {
  width: 120px;
  height: 22px;
}

.playcroco-cb16uo .playcroco-p99zdl {
  fill: #c2c0ce;
}

.playcroco-cb16uo [rating="1"] .playcroco-p99zdl:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.playcroco-cb16uo [rating="2"] .playcroco-p99zdl:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.playcroco-cb16uo [rating="3"] .playcroco-p99zdl:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.playcroco-cb16uo [rating="4"] .playcroco-p99zdl:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.playcroco-cb16uo [rating="5"] .playcroco-p99zdl:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.playcroco-ap4nlc {
  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);
}

.playcroco-ap4nlc.playcroco-0bxv7y {
  display: block;
}

.playcroco-ap4nlc.playcroco-u2m807 {
  display: none;
}

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

.playcroco-yp6x9r {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.playcroco-twmu8e {
  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);
}

.playcroco-86fwm2 {
  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;
}

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

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

.playcroco-c38vkn {
  font-size: 16px;
  line-height: 140%;
}

.playcroco-upl3av {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.playcroco-upl3av .playcroco-p99zdl {
  fill: #c2c0ce;
}

.playcroco-upl3av [rating="1"] .playcroco-p99zdl:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.playcroco-upl3av [rating="2"] .playcroco-p99zdl:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.playcroco-upl3av [rating="3"] .playcroco-p99zdl:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.playcroco-upl3av [rating="4"] .playcroco-p99zdl:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.playcroco-upl3av [rating="5"] .playcroco-p99zdl:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.playcroco-bh34gh {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

.playcroco-977ojd {
  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) {
  .playcroco-977ojd {
    padding: 12px;
    gap: 12px;
  }
}

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

.playcroco-1fjmh1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.playcroco-jnmnpn {
  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;
}

.playcroco-pxl1w4 {
  flex: 1;
  min-width: 0;
}

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

.playcroco-2yooef {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.playcroco-2yooef svg,
.playcroco-2yooef img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.playcroco-2yooef svg path {
  fill: var(--button-bg-color);
}

.playcroco-2yooef svg circle {
  fill: var(--button-text-color);
}

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

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

.playcroco-zk2obn strong {
  font-weight: 600;
}

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

.playcroco-6z509k p {
  margin: 0 0 16px;
}

.playcroco-6z509k p:last-child {
  margin-bottom: 0;
}

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

.playcroco-oj61ff {
  max-width: 300px;
  width: 100%;
}

.playcroco-oj61ff a {
  width: 100%;
}

@media (max-width: 575px) {
  .playcroco-oj61ff {
    max-width: 200px;
  }
}

.playcroco-xzahlt {
  justify-content: center;
}

.playcroco-uv9nob {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.playcroco-d2yg3q {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.playcroco-4sqarr .playcroco-mv4zok {
  justify-content: center;
}

/* faq */

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

.playcroco-uzhgru {
  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.playcroco-fu4gth ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.playcroco-uzhgru::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.playcroco-fu4gth ease;
}

.playcroco-wuh4lc.playcroco-iqzcs5 .playcroco-uzhgru::after {
  transform: rotate(45deg);
}

.playcroco-rmdo3o {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.playcroco-is3xn2 ease, padding 0.playcroco-is3xn2 ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.playcroco-wuh4lc.playcroco-iqzcs5 .playcroco-rmdo3o {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.playcroco-og11ny {
  margin: 25px 0;
}

.playcroco-0c9hub > input:not(:checked) ~ label:hover,
.playcroco-0c9hub > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.playcroco-cw490s.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.playcroco-jjvhzz 44.playcroco-1bvfjp.playcroco-kvz4eh.playcroco-hnjxzd.playcroco-ii2las.playcroco-o1z9oy.playcroco-lzvdn4.playcroco-pw3nla.playcroco-re3yim.playcroco-c6pmaa.playcroco-txa5cd.playcroco-8f2r5s.playcroco-dwz9t2 0l-12.playcroco-l53mvv 30.playcroco-t5udu0.playcroco-n6918v 2.playcroco-ct2wm2.playcroco-n6918v 3.playcroco-ns5b4f 3.playcroco-2ggja4.playcroco-yriofx 3.playcroco-kn63eh.playcroco-f6efwf.playcroco-uvsere.playcroco-i010a1 7-3.playcroco-l53mvv 10.playcroco-gd2j3j.playcroco-i010a1 23.playcroco-h0nsnk.playcroco-wi17ur 1.playcroco-tntnbt 2.playcroco-l53mvv 3.playcroco-wi17ur 1.playcroco-yriofx 5.playcroco-v47k83.playcroco-yriofx 32.playcroco-7svw0u.playcroco-f6efwf 5.playcroco-dwz9t2 4.playcroco-i010a1 9.playcroco-i010a1 8.playcroco-yriofx 6.playcroco-ds9fwn.playcroco-vj6g9j.playcroco-738yn4.playcroco-nep02x.playcroco-um2y06 4.playcroco-cta0ox.playcroco-um2y06 6.playcroco-um2y06 0l29.playcroco-dwz9t2 17.playcroco-dwbf3p.playcroco-dgof5c 2.playcroco-4r2lvt 10.playcroco-6pktsa.playcroco-l53mvv 8.playcroco-9d14b3.playcroco-n14zjb.playcroco-cwpkfb.playcroco-twj616.playcroco-xwrvqm.playcroco-f6efwf.playcroco-o1z9oy.playcroco-l53mvv 1.playcroco-b93emo.playcroco-f8ban9.playcroco-lu6xbv.playcroco-5t4ngp.playcroco-m5274g.playcroco-tntnbt 1.playcroco-vs1cje.playcroco-h8vlyk.5z'/%3e%3c/svg%3e");
}

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

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

.playcroco-u96gik {
  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);
}

.playcroco-u96gik.playcroco-b6k8la {
  display: block;
}

.playcroco-u96gik.playcroco-6rbmt0 {
  display: none;
}

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

.playcroco-u673zi {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.playcroco-yu0mbh {
  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);
}

.playcroco-sq369e {
  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;
}

.playcroco-27p5xn small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.playcroco-4743cr {
  font-size: 16px;
  line-height: 140%;
}

.playcroco-z5uhq5 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.playcroco-z5uhq5 .playcroco-p257qv {
  fill: #c2c0ce;
}

.playcroco-z5uhq5 [rating="1"] .playcroco-p257qv:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.playcroco-z5uhq5 [rating="2"] .playcroco-p257qv:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.playcroco-z5uhq5 [rating="3"] .playcroco-p257qv:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.playcroco-z5uhq5 [rating="4"] .playcroco-p257qv:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.playcroco-z5uhq5 [rating="5"] .playcroco-p257qv:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.playcroco-jqx2eb 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;
}

.playcroco-jqx2eb 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 */

.playcroco-y4hhbp {
  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);
}

.playcroco-y4hhbp.playcroco-qwrbi2 {
  opacity: 1;
  pointer-events: auto;
}

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

.playcroco-z0jos3 label {
  font-size: 14px;
}

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

.playcroco-uxctm0 h2 {
  color: green;
  font-weight: 500;
}

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

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.playcroco-qlwsuz, .playcroco-rjnllr, [class*="review-card"],
thead, thead th, table th, .playcroco-oboerm,
.playcroco-z7973l, [class*="collapsible-header"],
.playcroco-hpm5y8, [class*="updated-block"] {
  color: #ece7dc !important;
}
