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

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

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

.playmojo-3l91zs {
  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) {
  .playmojo-3l91zs: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;
  }
}

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

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

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

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

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

.playmojo-kh664e {
  cursor: pointer;
}

.playmojo-tmlekt {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.playmojo-ryq79m {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.playmojo-ryq79m figure {
  margin: 0;
}

.playmojo-ryq79m.playmojo-f66zoq {
  justify-content: flex-start;
  margin-right: 4px;
}

.playmojo-ryq79m.playmojo-6k4xo5 {
  justify-content: flex-end;
  margin-left: 4px;
}

.playmojo-ryq79m.playmojo-yg9qvl {
  justify-content: center;
}

.playmojo-ryq79m.playmojo-sqy8u2 {
  justify-content: normal;
}

.playmojo-qw0c2m {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.playmojo-63n4b0 {
  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) {
  .playmojo-63n4b0 {
    flex-direction: column;
  }
}

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

.playmojo-mlpguf img {
  width: 100%;
}

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

.playmojo-1c1kbt {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.playmojo-1c1kbt 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) {
  .playmojo-1c1kbt ul {
    margin-bottom: 15px;
  }
}

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

.playmojo-1c1kbt 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);
}

.playmojo-1c1kbt ul li span svg {
  fill: var(--title-color);
}

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

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

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

.playmojo-1c1kbt ul li:last-of-type::after {
  display: none;
}

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

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

.playmojo-eeg6al {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .playmojo-79isyh {
    height: 50px;
  }
}

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

.playmojo-79isyh.playmojo-5t210h {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .playmojo-79isyh.playmojo-5t210h:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

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

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

.playmojo-6xuoee {
  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) {
  .playmojo-6xuoee {
    flex-direction: column;
  }
}

.playmojo-blwtpl {
  margin-bottom: 94px;
}

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

.playmojo-f0firq .playmojo-doktvy {
  margin-bottom: 28px;
}

.playmojo-f0firq .playmojo-doktvy img {
  max-height: 100px;
  width: auto;
}

.playmojo-d7z3da {
  display: flex;
  align-items: center;
}

.playmojo-d7z3da a + a {
  margin-left: 24px;
}

.playmojo-d7z3da img {
  max-height: 56px;
  width: auto;
}

.playmojo-d7z3da img + img {
  margin-left: 24px;
}

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

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

.playmojo-lmq9h6 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

@media only screen and (max-width: 767px) {
  .playmojo-5t641e {
    flex-wrap: wrap;
  }
}

.playmojo-5t641e li {
  display: flex;
  margin: 0 7px;
}

.playmojo-5t641e li svg {
  transition: 0.playmojo-8klrs0 ease-in-out;
}

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

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

.playmojo-01snkx + .playmojo-01snkx {
  margin-left: 120px;
}

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

.playmojo-5sbdy6 {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.playmojo-isntbf {
  list-style: none;
  margin: 0;
  padding: 0;
}

.playmojo-isntbf li {
  font-size: 16px;
}

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

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

.playmojo-isntbf li + li {
  margin-top: 16px;
}

.playmojo-3asyx1 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.playmojo-8jqqa7 ease-in-out;
}

.playmojo-3asyx1.playmojo-zkx2f9 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.playmojo-vxn7nt {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.playmojo-3ikcew li {
  width: 100%;
}

.playmojo-3ikcew 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.playmojo-8klrs0 ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.playmojo-3ikcew li a svg {
  fill: var(--button-text-color);
}

.playmojo-3ikcew li a.playmojo-zkx2f9 {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.playmojo-fiatnp {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.playmojo-fiatnp img {
  width: 100%;
  transition: 0.playmojo-8klrs0 ease-in-out;
}

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

.playmojo-oxgu3x {
  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) {
  .playmojo-oxgu3x {
    height: 54px;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .playmojo-jkcd2i .playmojo-doktvy img {
    max-width: 90px;
  }
}

.playmojo-doktvy img {
  max-height: 50px;
  width: auto;
}

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

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

.playmojo-4fvq2r {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.playmojo-4fvq2r li {
  font-size: 16px;
  margin: 0 20px;
}

.playmojo-4fvq2r li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.playmojo-fmo1gm {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.playmojo-fmo1gm.playmojo-asit5t {
  margin-right: 0;
}

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

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

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

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

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

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

.playmojo-afp69a:hover > ul {
  display: flex;
}

.playmojo-afp69a:focus > ul {
  display: flex;
}

.playmojo-afp69a:focus-within > ul {
  display: flex;
}

.playmojo-gslkzl {
  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;
}

.playmojo-gslkzl::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.playmojo-8jqqa7 ease-in-out;
}

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

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

.playmojo-afp69a 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.playmojo-8klrs0 ease-in-out;
  overflow: hidden;
}

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

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

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

.playmojo-gazvy7 {
  display: none;
}

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

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

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

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

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

.playmojo-1yksyw img {
  margin-bottom: 20px;
}

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

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

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

.playmojo-56zmy5 {
  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) {
  .playmojo-56zmy5 {
    font-size: 32px;
  }
}

.playmojo-fu2b3t {
  color: var(--text-color);
}

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

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

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

.playmojo-yna1py p img {
  display: block;
  margin: 0 auto;
}

.playmojo-yna1py p:first-of-type {
  margin-top: 0;
}

.playmojo-yna1py p:last-of-type {
  margin-bottom: 0;
}

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

.playmojo-yna1py ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.playmojo-nw5kpw .playmojo-x8hzh2 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.playmojo-nw5kpw .playmojo-jlskfu {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.playmojo-jlskfu {
  margin: 0 0 28px;
}

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

.playmojo-x8hzh2 {
  margin: 0 0 28px;
}

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

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

.playmojo-x4ajxb .playmojo-3l91zs {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.playmojo-8xsjn6 {
  position: relative;
  border: none;
}

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

.playmojo-zzxu5c {
  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;
}

.playmojo-zzxu5c span {
  height: 32px;
}

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

.playmojo-zzxu5c.playmojo-0m9a36 span {
  transform: scaleY(-1);
}

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

.playmojo-k4zjtq {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.playmojo-k4zjtq li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.playmojo-8klrs0 ease-in-out;
}

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

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

.playmojo-k4zjtq.playmojo-vokmov {
  display: none;
}

.playmojo-f29404 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.playmojo-f29404 table {
  width: 100%;
  border-collapse: collapse;
}

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

  .playmojo-f29404 table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.playmojo-ykqu2f {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.playmojo-tpuf30 p {
  color: var(--text-color);
}

.playmojo-szgm81 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.playmojo-66z3jm {
  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);
}

.playmojo-jjm02e {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.playmojo-pggoe7 p + p {
  margin-top: 10px;
}

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

.playmojo-d6zzlh {
  display: none;
}

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

.playmojo-7t9yxa {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.playmojo-7t9yxa li {
  margin: 0 20px;
}

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

.playmojo-7t9yxa li a img {
  margin-bottom: 4px;
}

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

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

.playmojo-tffh57 li {
  font-size: 16px;
  position: relative;
}

.playmojo-tffh57 li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.playmojo-tffh57 li span {
  opacity: 0.5;
}

.playmojo-tffh57 li + li {
  margin-left: 30px;
}

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

h2.playmojo-tb0xv4 {
  margin: 0 0 28px;
}

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

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

.playmojo-i5wo46 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);
}

.playmojo-i5wo46 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;
}

.playmojo-i5wo46 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;
}

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

.playmojo-i5wo46 tbody tr:last-of-type {
  margin-bottom: 0;
}

.playmojo-i5wo46 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.playmojo-i5wo46 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);
}

.playmojo-i5wo46 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);
}

.playmojo-i5wo46 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.playmojo-i5wo46 tbody tr td .playmojo-uv4pa2 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .playmojo-i5wo46 tbody tr td .playmojo-uv4pa2 {
    width: 100%;
  }
}

.playmojo-i5wo46 tbody tr td .playmojo-j9a6cs {
  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.playmojo-8klrs0 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .playmojo-i5wo46 tbody tr td .playmojo-j9a6cs {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .playmojo-i5wo46 tbody tr td .playmojo-j9a6cs {
    width: 100%;
  }
}

.playmojo-i5wo46 tbody tr td .playmojo-fquev6 {
  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) {
  .playmojo-i5wo46 tbody tr td .playmojo-fquev6:hover {
    text-decoration: none;
  }
}

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

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

.playmojo-w6qvdw {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.playmojo-6hazbv img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.playmojo-8klrs0 ease-in-out;
}

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

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

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

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

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

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

.playmojo-jmhdy9 img {
  width: 100%;
  height: 100%;
}

.playmojo-jmhdy9 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.playmojo-rtbge4 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.playmojo-8klrs0 ease-in-out;
}

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

.playmojo-jez2uh {
  padding: 90px 0;
}

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

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

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

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

.playmojo-cjjx2n img {
  width: 100%;
}

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

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

.playmojo-zlyy5t {
  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;
}

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

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

.playmojo-fj1eir {
  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.playmojo-8klrs0 ease-in-out;
}

.playmojo-fj1eir:hover {
  border: 1px solid #8c8ca2;
}

.playmojo-otymk2 {
  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%);
}

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

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

.playmojo-cxtkem a {
  text-decoration: underline;
  color: #8babff;
}

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

.playmojo-q91fux .playmojo-fj1eir {
  width: 50%;
  margin: 0;
}

.playmojo-k2sgek {
  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;
}

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

.playmojo-9f5jfy {
  margin: 0 0 100px;
}

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

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

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

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

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

.playmojo-kueqn3 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.playmojo-3vx3ia 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.playmojo-8klrs0 ease-in-out;
}

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

.playmojo-3vx3ia a svg {
  fill: #fff;
}

.playmojo-3vx3ia a:hover {
  background: #3d68e7;
}

.playmojo-7m8ilr {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.playmojo-kojmo6 {
  margin-bottom: 16px;
}

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

.playmojo-rrldly {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

.playmojo-9oc62p {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

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

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

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

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

.playmojo-i5nhb3 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);
}

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

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

.playmojo-i5nhb3 table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.playmojo-lfa0p8.playmojo-i53w7u {
  display: none;
}

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

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

.playmojo-t3ak0y iframe.playmojo-2t2j0b {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.playmojo-t3ak0y.playmojo-1dzjfm {
  opacity: 1;
  pointer-events: all;
}

.playmojo-qknm3n {
  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.playmojo-8klrs0 ease-in-out;
}

.playmojo-qknm3n svg {
  margin-right: 10px;
}

.playmojo-qknm3n + .playmojo-qknm3n {
  margin-top: 14px;
}

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

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

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

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

.playmojo-zuquun .playmojo-x4ajxb {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .playmojo-zuquun .playmojo-x4ajxb {
    margin: 28px 0 0;
  }
}

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

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

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

.playmojo-h2yeq4 {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.playmojo-bdez4j {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.playmojo-fir4u1 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.playmojo-xjm9ep .playmojo-3l91zs {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .playmojo-xjm9ep .playmojo-3l91zs {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.playmojo-sk87v0 {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.playmojo-sk87v0 img {
  width: 100%;
}

.playmojo-f9hq2d {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.playmojo-3yvn73 {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.playmojo-u0kj8r {
  width: 100%;
  margin: 0 0 100px;
}

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

.playmojo-u0kj8r .playmojo-l7jmxz {
  position: relative;
}

.playmojo-u0kj8r .playmojo-pr3hye {
  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;
}

.playmojo-u0kj8r .playmojo-pr3hye.playmojo-i53w7u {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .playmojo-u0kj8r .playmojo-6wktyu {
    bottom: 90px;
  }
}

.playmojo-u0kj8r .playmojo-6wktyu .playmojo-d50l6x {
  max-width: 300px;
  width: 100%;
}

.playmojo-u0kj8r .playmojo-6wktyu .playmojo-d50l6x .playmojo-zzf2ny {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .playmojo-u0kj8r .playmojo-6wktyu .playmojo-d50l6x .playmojo-zzf2ny {
    font-size: 32px;
    text-align: center;
  }
}

.playmojo-u0kj8r .playmojo-6wktyu .playmojo-d50l6x .playmojo-1e49zs {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .playmojo-u0kj8r .playmojo-6wktyu .playmojo-d50l6x .playmojo-1e49zs {
    text-align: center;
  }
}

.playmojo-u0kj8r .playmojo-6wktyu .playmojo-asit5t {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .playmojo-u0kj8r .playmojo-6wktyu .playmojo-asit5t {
    flex-direction: column-reverse;
  }
}

.playmojo-u0kj8r .playmojo-6wktyu .playmojo-asit5t .playmojo-2jrbi6 {
  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.playmojo-8klrs0 ease-in-out;
}

.playmojo-u0kj8r .playmojo-6wktyu .playmojo-asit5t .playmojo-2jrbi6:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .playmojo-u0kj8r .playmojo-6wktyu .playmojo-asit5t .playmojo-2jrbi6 {
    width: 100%;
  }
}

.playmojo-u0kj8r .playmojo-6wktyu .playmojo-asit5t .playmojo-d0joqs {
  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.playmojo-8klrs0 ease-in-out;
  overflow: hidden;
}

.playmojo-u0kj8r .playmojo-6wktyu .playmojo-asit5t .playmojo-d0joqs 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);
  }
}

.playmojo-u0kj8r .playmojo-6wktyu .playmojo-asit5t .playmojo-d0joqs: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;
}

.playmojo-u0kj8r .playmojo-6wktyu .playmojo-asit5t .playmojo-d0joqs:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .playmojo-u0kj8r .playmojo-6wktyu .playmojo-asit5t .playmojo-d0joqs {
    width: 100%;
  }
}

.playmojo-u0kj8r .playmojo-6wktyu.playmojo-i53w7u {
  display: none;
}

.playmojo-u0kj8r .playmojo-wsrmai {
  display: none;
}

.playmojo-u0kj8r .playmojo-wsrmai.playmojo-1dzjfm {
  display: block;
}

.playmojo-u0kj8r .playmojo-wsrmai iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .playmojo-u0kj8r .playmojo-wsrmai iframe {
    height: calc(100vh - 54px);
  }
}

.playmojo-u0kj8r .playmojo-oepugr {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .playmojo-u0kj8r .playmojo-oepugr {
    padding: 24px 16px 0;
  }
}

.playmojo-u0kj8r .playmojo-oepugr .playmojo-zzf2ny {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .playmojo-u0kj8r .playmojo-oepugr .playmojo-zzf2ny {
    margin-bottom: 24px;
  }
}

.playmojo-u0kj8r .playmojo-oepugr 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);
}

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

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

.playmojo-u0kj8r .playmojo-oepugr table tr:last-of-type td {
  border-bottom: none;
}

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

.playmojo-adrt5x.playmojo-zkx2f9 {
  display: block;
}

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

.playmojo-adrt5x .playmojo-tk5qyd {
  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;
}

.playmojo-adrt5x .playmojo-k3ys9a {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.playmojo-adrt5x .playmojo-d0joqs {
  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.playmojo-8klrs0 ease-in-out;
}

.playmojo-adrt5x .playmojo-d0joqs:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.playmojo-3xcr9z.playmojo-zkx2f9 {
  display: block;
}

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

.playmojo-w6e7ce {
  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;
}

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

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

.playmojo-eh44jp {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.playmojo-eh44jp svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.playmojo-rljn50 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.playmojo-bbm0t1.playmojo-i53w7u {
  display: none;
}

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

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

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

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

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

.playmojo-5a2i1c 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.playmojo-8klrs0 ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.playmojo-5a2i1c input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

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

.playmojo-5a2i1c input:active {
  border-color: #c2c0ce;
}

.playmojo-5a2i1c input:focus {
  border-color: #c2c0ce;
}

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

.playmojo-2puah5 {
  margin-bottom: 36px;
}

.playmojo-2puah5 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;
}

.playmojo-2puah5 textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.playmojo-2puah5 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.playmojo-z7kv0l {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.playmojo-s52rva {
  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.playmojo-8klrs0 ease-in-out;
}

.playmojo-s52rva:hover {
  background: var(--border-color);
}

.playmojo-nskg6v {
  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.playmojo-8klrs0 ease-in-out;
}

.playmojo-nskg6v:hover {
  background: #166ad9;
}

.playmojo-8v32hm {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.playmojo-8v32hm.playmojo-i53w7u {
  display: none;
}

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

.playmojo-8v32hm .playmojo-s52rva {
  margin: 0 auto;
}

.playmojo-oj344h {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.playmojo-9jd3mo {
  filter: grayscale(100%);
}

.playmojo-au1jxu > input {
  display: none;
}

.playmojo-au1jxu > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.playmojo-ud5fw1.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.playmojo-xawngb 44.playmojo-afh5f8.playmojo-a0dbc7.playmojo-g6csjk.playmojo-3vhqqk.playmojo-po6o2x.playmojo-az61t0.playmojo-4zypmo.playmojo-31haq3.playmojo-h6ftne.playmojo-pp1pc5.playmojo-r0iayb.playmojo-pedfpt 0l-12.playmojo-vc5s4i 30.playmojo-7pmanm.playmojo-mcytnz 2.playmojo-a6rr3g.playmojo-mcytnz 3.playmojo-7x0wez 3.playmojo-6kbs4b.playmojo-jcqqru 3.playmojo-ktgsr8.playmojo-6mg7e0.playmojo-cnrgz7.playmojo-cnq2s5 7-3.playmojo-vc5s4i 10.playmojo-d7a9es.playmojo-cnq2s5 23.playmojo-5kwkoy.playmojo-b8313p 1.playmojo-ye0yzc 2.playmojo-vc5s4i 3.playmojo-b8313p 1.playmojo-jcqqru 5.playmojo-fnowbv.playmojo-jcqqru 32.playmojo-7e2huw.playmojo-6mg7e0 5.playmojo-pedfpt 4.playmojo-cnq2s5 9.playmojo-cnq2s5 8.playmojo-jcqqru 6.playmojo-htp0eu.playmojo-ym4fua.playmojo-vzp4jx.playmojo-k641we.playmojo-nyjby7 4.playmojo-e3uweh.playmojo-nyjby7 6.playmojo-nyjby7 0l29.playmojo-pedfpt 17.playmojo-3g9n7o.playmojo-nxnk2m 2.playmojo-seg3u4 10.playmojo-s61162.playmojo-vc5s4i 8.playmojo-ji85ru.playmojo-vcojqx.playmojo-4sg2rg.playmojo-s9lvia.playmojo-z46wbh.playmojo-6mg7e0.playmojo-po6o2x.playmojo-vc5s4i 1.playmojo-actbnc.playmojo-igc9bp.playmojo-lorwjl.playmojo-ww4hrz.playmojo-jokmim.playmojo-ye0yzc 1.playmojo-3dig43.playmojo-cz7gox.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.playmojo-au1jxu > input:checked ~ label,
.playmojo-au1jxu > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.playmojo-ud5fw1.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.playmojo-xawngb 44.playmojo-afh5f8.playmojo-a0dbc7.playmojo-g6csjk.playmojo-3vhqqk.playmojo-po6o2x.playmojo-az61t0.playmojo-4zypmo.playmojo-31haq3.playmojo-h6ftne.playmojo-pp1pc5.playmojo-r0iayb.playmojo-pedfpt 0l-12.playmojo-vc5s4i 30.playmojo-7pmanm.playmojo-mcytnz 2.playmojo-a6rr3g.playmojo-mcytnz 3.playmojo-7x0wez 3.playmojo-6kbs4b.playmojo-jcqqru 3.playmojo-ktgsr8.playmojo-6mg7e0.playmojo-cnrgz7.playmojo-cnq2s5 7-3.playmojo-vc5s4i 10.playmojo-d7a9es.playmojo-cnq2s5 23.playmojo-5kwkoy.playmojo-b8313p 1.playmojo-ye0yzc 2.playmojo-vc5s4i 3.playmojo-b8313p 1.playmojo-jcqqru 5.playmojo-fnowbv.playmojo-jcqqru 32.playmojo-7e2huw.playmojo-6mg7e0 5.playmojo-pedfpt 4.playmojo-cnq2s5 9.playmojo-cnq2s5 8.playmojo-jcqqru 6.playmojo-htp0eu.playmojo-ym4fua.playmojo-vzp4jx.playmojo-k641we.playmojo-nyjby7 4.playmojo-e3uweh.playmojo-nyjby7 6.playmojo-nyjby7 0l29.playmojo-pedfpt 17.playmojo-3g9n7o.playmojo-nxnk2m 2.playmojo-seg3u4 10.playmojo-s61162.playmojo-vc5s4i 8.playmojo-ji85ru.playmojo-vcojqx.playmojo-4sg2rg.playmojo-s9lvia.playmojo-z46wbh.playmojo-6mg7e0.playmojo-po6o2x.playmojo-vc5s4i 1.playmojo-actbnc.playmojo-igc9bp.playmojo-lorwjl.playmojo-ww4hrz.playmojo-jokmim.playmojo-ye0yzc 1.playmojo-3dig43.playmojo-cz7gox.5z'/%3e%3c/svg%3e");
}

.playmojo-au1jxu > input:not(:checked) ~ label:hover,
.playmojo-au1jxu > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.playmojo-ud5fw1.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.playmojo-xawngb 44.playmojo-afh5f8.playmojo-a0dbc7.playmojo-g6csjk.playmojo-3vhqqk.playmojo-po6o2x.playmojo-az61t0.playmojo-4zypmo.playmojo-31haq3.playmojo-h6ftne.playmojo-pp1pc5.playmojo-r0iayb.playmojo-pedfpt 0l-12.playmojo-vc5s4i 30.playmojo-7pmanm.playmojo-mcytnz 2.playmojo-a6rr3g.playmojo-mcytnz 3.playmojo-7x0wez 3.playmojo-6kbs4b.playmojo-jcqqru 3.playmojo-ktgsr8.playmojo-6mg7e0.playmojo-cnrgz7.playmojo-cnq2s5 7-3.playmojo-vc5s4i 10.playmojo-d7a9es.playmojo-cnq2s5 23.playmojo-5kwkoy.playmojo-b8313p 1.playmojo-ye0yzc 2.playmojo-vc5s4i 3.playmojo-b8313p 1.playmojo-jcqqru 5.playmojo-fnowbv.playmojo-jcqqru 32.playmojo-7e2huw.playmojo-6mg7e0 5.playmojo-pedfpt 4.playmojo-cnq2s5 9.playmojo-cnq2s5 8.playmojo-jcqqru 6.playmojo-htp0eu.playmojo-ym4fua.playmojo-vzp4jx.playmojo-k641we.playmojo-nyjby7 4.playmojo-e3uweh.playmojo-nyjby7 6.playmojo-nyjby7 0l29.playmojo-pedfpt 17.playmojo-3g9n7o.playmojo-nxnk2m 2.playmojo-seg3u4 10.playmojo-s61162.playmojo-vc5s4i 8.playmojo-ji85ru.playmojo-vcojqx.playmojo-4sg2rg.playmojo-s9lvia.playmojo-z46wbh.playmojo-6mg7e0.playmojo-po6o2x.playmojo-vc5s4i 1.playmojo-actbnc.playmojo-igc9bp.playmojo-lorwjl.playmojo-ww4hrz.playmojo-jokmim.playmojo-ye0yzc 1.playmojo-3dig43.playmojo-cz7gox.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .playmojo-rrxpjb > .playmojo-ohrly3 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .playmojo-rrxpjb > .playmojo-ohrly3 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .playmojo-rrxpjb > .playmojo-ohrly3 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .playmojo-rrxpjb > .playmojo-ohrly3 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .playmojo-rrxpjb > .playmojo-ohrly3 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.playmojo-uj2gh8.playmojo-i53w7u {
  display: none;
}

.playmojo-69c1nd {
  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) {
  .playmojo-69c1nd {
    height: 74px;
    overflow: visible;
  }
}

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

.playmojo-7s9ofg {
  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;
}

.playmojo-7s9ofg::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.playmojo-7s9ofg::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.playmojo-7s9ofg img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.playmojo-fxejpu {
  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;
}

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

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

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

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

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

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

.playmojo-utv1sr {
  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.playmojo-8klrs0 ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

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

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

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

.playmojo-uj2gh8.playmojo-9wcnya .playmojo-69c1nd {
  background: #2b3b67;
}

.playmojo-uj2gh8.playmojo-9wcnya .playmojo-7s9ofg {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.playmojo-uj2gh8.playmojo-9wcnya .playmojo-7s9ofg::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.playmojo-uj2gh8.playmojo-9wcnya .playmojo-7s9ofg::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.playmojo-uj2gh8.playmojo-9wcnya .playmojo-fxejpu::before {
  background: #0e0f41;
}

.playmojo-uj2gh8.playmojo-9wcnya .playmojo-fxejpu::after {
  background: #152557;
}

.playmojo-uj2gh8.playmojo-xfa4yj .playmojo-69c1nd {
  background: #1f35fa;
}

.playmojo-uj2gh8.playmojo-xfa4yj .playmojo-7s9ofg {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.playmojo-uj2gh8.playmojo-xfa4yj .playmojo-7s9ofg::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.playmojo-uj2gh8.playmojo-xfa4yj .playmojo-7s9ofg::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.playmojo-uj2gh8.playmojo-xfa4yj .playmojo-fxejpu::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.playmojo-uj2gh8.playmojo-xfa4yj .playmojo-fxejpu::after {
  background: #192ac8;
}

.playmojo-uj2gh8.playmojo-ntio9e .playmojo-69c1nd {
  background: #fa771f;
}

.playmojo-uj2gh8.playmojo-ntio9e .playmojo-7s9ofg {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.playmojo-uj2gh8.playmojo-ntio9e .playmojo-7s9ofg::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.playmojo-uj2gh8.playmojo-ntio9e .playmojo-7s9ofg::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.playmojo-uj2gh8.playmojo-ntio9e .playmojo-fxejpu::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.playmojo-uj2gh8.playmojo-ntio9e .playmojo-fxejpu::after {
  background: #fa8535;
}

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

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

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

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

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

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

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

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

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

.playmojo-jewjw9 {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.playmojo-a1yagj {
  width: 120px;
  height: 22px;
}

.playmojo-a1yagj .playmojo-jc2jip {
  fill: #c2c0ce;
}

.playmojo-a1yagj [rating="1"] .playmojo-jc2jip:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.playmojo-a1yagj [rating="2"] .playmojo-jc2jip:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.playmojo-a1yagj [rating="3"] .playmojo-jc2jip:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.playmojo-a1yagj [rating="4"] .playmojo-jc2jip:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.playmojo-a1yagj [rating="5"] .playmojo-jc2jip:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.playmojo-nuue6g {
  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);
}

.playmojo-nuue6g.playmojo-1dzjfm {
  display: block;
}

.playmojo-nuue6g.playmojo-i53w7u {
  display: none;
}

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

.playmojo-rlubut {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.playmojo-u7p8vb {
  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);
}

.playmojo-vxs498 {
  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;
}

.playmojo-2ktdav small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.playmojo-jc33kz {
  font-size: 16px;
  line-height: 140%;
}

.playmojo-5touul {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.playmojo-5touul .playmojo-jc2jip {
  fill: #c2c0ce;
}

.playmojo-5touul [rating="1"] .playmojo-jc2jip:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.playmojo-5touul [rating="2"] .playmojo-jc2jip:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

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

.playmojo-5touul [rating="4"] .playmojo-jc2jip:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.playmojo-5touul [rating="5"] .playmojo-jc2jip:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.playmojo-57e281 {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .playmojo-57e281 {
    padding: 0 16px;
  }
}

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

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

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

.playmojo-mo9mu0 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.playmojo-s36dvi {
  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;
}

.playmojo-sbonn1 {
  flex: 1;
  min-width: 0;
}

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

.playmojo-ous5nt {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.playmojo-ous5nt svg path {
  fill: var(--button-bg-color);
}

.playmojo-ous5nt svg circle {
  fill: var(--button-text-color);
}

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

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

.playmojo-oy2nwk strong {
  font-weight: 600;
}

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

.playmojo-942csk p {
  margin: 0 0 16px;
}

.playmojo-942csk p:last-child {
  margin-bottom: 0;
}

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

.playmojo-8mvhdg {
  max-width: 300px;
  width: 100%;
}

.playmojo-8mvhdg a {
  width: 100%;
}

@media (max-width: 575px) {
  .playmojo-8mvhdg {
    max-width: 200px;
  }
}

.playmojo-e0o5wy {
  justify-content: center;
}

.playmojo-h18r0x {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.playmojo-164u7c {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.playmojo-ocoup4 .playmojo-4fvq2r {
  justify-content: center;
}

/* faq */

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

.playmojo-1l2eku {
  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.playmojo-uise30 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.playmojo-1l2eku::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.playmojo-uise30 ease;
}

.playmojo-gg3qw0.playmojo-zkx2f9 .playmojo-1l2eku::after {
  transform: rotate(45deg);
}

.playmojo-5u149x {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.playmojo-8klrs0 ease, padding 0.playmojo-8klrs0 ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.playmojo-gg3qw0.playmojo-zkx2f9 .playmojo-5u149x {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.playmojo-uom8m3 {
  margin: 25px 0;
}

.playmojo-au1jxu > input:not(:checked) ~ label:hover,
.playmojo-au1jxu > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.playmojo-6nd45n.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.playmojo-upqgpv 44.playmojo-06yrkm.playmojo-bhvzwg.playmojo-nhknsj.playmojo-c4gobe.playmojo-89r6so.playmojo-b3vyr5.playmojo-0wnlf7.playmojo-3kbz1u.playmojo-vpqzbr.playmojo-ipzoov.playmojo-q9ejp3.playmojo-ko9g8s 0l-12.playmojo-zn28gd 30.playmojo-r7b9a7.playmojo-9sayyd 2.playmojo-ovmbe6.playmojo-9sayyd 3.playmojo-wcm1rf 3.playmojo-tfrhlb.playmojo-nqf2up 3.playmojo-6d2kb0.playmojo-ly05zq.playmojo-p9wt8u.playmojo-8r76r0 7-3.playmojo-zn28gd 10.playmojo-11r3ox.playmojo-8r76r0 23.playmojo-7k83j1.playmojo-lmv17v 1.playmojo-2gzmfc 2.playmojo-zn28gd 3.playmojo-lmv17v 1.playmojo-nqf2up 5.playmojo-ucuawu.playmojo-nqf2up 32.playmojo-0nqbn2.playmojo-ly05zq 5.playmojo-ko9g8s 4.playmojo-8r76r0 9.playmojo-8r76r0 8.playmojo-nqf2up 6.playmojo-fnyi3m.playmojo-25d55y.playmojo-3s3rfz.playmojo-k509vu.playmojo-nk0hlr 4.playmojo-xj62b2.playmojo-nk0hlr 6.playmojo-nk0hlr 0l29.playmojo-ko9g8s 17.playmojo-x3wck4.playmojo-4pk32q 2.playmojo-a7dfwh 10.playmojo-zcer8d.playmojo-zn28gd 8.playmojo-nux5qa.playmojo-5him7i.playmojo-l8nsjo.playmojo-v8slmo.playmojo-1jf4nu.playmojo-ly05zq.playmojo-89r6so.playmojo-zn28gd 1.playmojo-m85euz.playmojo-0gwrfp.playmojo-npcrm4.playmojo-wyog1x.playmojo-ydsqo1.playmojo-2gzmfc 1.playmojo-uydth8.playmojo-ivz2oa.5z'/%3e%3c/svg%3e");
}

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

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

.playmojo-kimcyc {
  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);
}

.playmojo-kimcyc.playmojo-05apa3 {
  display: block;
}

.playmojo-kimcyc.playmojo-0ma0fr {
  display: none;
}

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

.playmojo-1v80s8 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.playmojo-s4774c {
  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);
}

.playmojo-7yk87z {
  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;
}

.playmojo-9dqaz5 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.playmojo-ylc9r6 {
  font-size: 16px;
  line-height: 140%;
}

.playmojo-uflrck {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.playmojo-uflrck .playmojo-626a1t {
  fill: #c2c0ce;
}

.playmojo-uflrck [rating="1"] .playmojo-626a1t:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.playmojo-uflrck [rating="2"] .playmojo-626a1t:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.playmojo-uflrck [rating="3"] .playmojo-626a1t:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.playmojo-uflrck [rating="4"] .playmojo-626a1t:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.playmojo-uflrck [rating="5"] .playmojo-626a1t:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.playmojo-9iiedp 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;
}

.playmojo-9iiedp 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 */

.playmojo-4qn5su {
  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);
}

.playmojo-4qn5su.playmojo-q113vj {
  opacity: 1;
  pointer-events: auto;
}
