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

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

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

.playamo-ryecix {
  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) {
  .playamo-ryecix: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;
  }
}

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

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

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

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

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

.playamo-4c0cjx {
  cursor: pointer;
}

.playamo-voz0k9 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.playamo-a5x8to {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.playamo-a5x8to figure {
  margin: 0;
}

.playamo-a5x8to.playamo-dulqky {
  justify-content: flex-start;
  margin-right: 4px;
}

.playamo-a5x8to.playamo-sa5d3q {
  justify-content: flex-end;
  margin-left: 4px;
}

.playamo-a5x8to.playamo-6ti6e8 {
  justify-content: center;
}

.playamo-a5x8to.playamo-oyisun {
  justify-content: normal;
}

.playamo-nvqrxz {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.playamo-q6kllp img {
  width: 100%;
}

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

.playamo-f4rwn7 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.playamo-f4rwn7 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);
}

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

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

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

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

.playamo-f4rwn7 ul li:last-of-type::after {
  display: none;
}

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

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

.playamo-d8e5g9 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .playamo-3koib0 {
    height: 50px;
  }
}

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

.playamo-3koib0.playamo-2ujf7k {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .playamo-3koib0.playamo-2ujf7k:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.playamo-17jaok {
  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) {
  .playamo-17jaok {
    padding: 80px 16px 0;
  }
}

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

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

.playamo-1q87ly {
  margin-bottom: 94px;
}

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

.playamo-yj5414 .playamo-wunio6 {
  margin-bottom: 28px;
}

.playamo-yj5414 .playamo-wunio6 img {
  max-height: 100px;
  width: auto;
}

.playamo-lfn0zk {
  display: flex;
  align-items: center;
}

.playamo-lfn0zk a + a {
  margin-left: 24px;
}

.playamo-lfn0zk img {
  max-height: 56px;
  width: auto;
}

.playamo-lfn0zk img + img {
  margin-left: 24px;
}

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

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

.playamo-lb1e8l {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

@media only screen and (max-width: 767px) {
  .playamo-4mp7xq {
    flex-wrap: wrap;
  }
}

.playamo-4mp7xq li {
  display: flex;
  margin: 0 7px;
}

.playamo-4mp7xq li svg {
  transition: 0.playamo-ogm5ej ease-in-out;
}

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

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

.playamo-v1ddnq + .playamo-v1ddnq {
  margin-left: 120px;
}

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

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

.playamo-qhm2ps {
  list-style: none;
  margin: 0;
  padding: 0;
}

.playamo-qhm2ps li {
  font-size: 16px;
}

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

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

.playamo-qhm2ps li + li {
  margin-top: 16px;
}

.playamo-u32ohb {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.playamo-2vv3t7 ease-in-out;
}

.playamo-u32ohb.playamo-x1kz3v {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.playamo-8s4l0s {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.playamo-fz9h72 li {
  width: 100%;
}

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

.playamo-fz9h72 li a svg {
  fill: var(--button-text-color);
}

.playamo-fz9h72 li a.playamo-x1kz3v {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.playamo-zn1ktp {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.playamo-zn1ktp img {
  width: 100%;
  transition: 0.playamo-ogm5ej ease-in-out;
}

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

.playamo-8hs356 {
  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) {
  .playamo-8hs356 {
    height: 54px;
  }
}

.playamo-2gfq80 {
  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) {
  .playamo-2gfq80 {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .playamo-2gfq80 .playamo-wunio6 img {
    max-width: 90px;
  }
}

.playamo-wunio6 img {
  max-height: 50px;
  width: auto;
}

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

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

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

.playamo-uw2bf1 li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.playamo-j4bwa4 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.playamo-j4bwa4.playamo-7f5l6u {
  margin-right: 0;
}

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

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

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

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

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

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

.playamo-a0nczw:hover > ul {
  display: flex;
}

.playamo-a0nczw:focus > ul {
  display: flex;
}

.playamo-a0nczw:focus-within > ul {
  display: flex;
}

.playamo-8el2ia {
  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;
}

.playamo-8el2ia::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.playamo-2vv3t7 ease-in-out;
}

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

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

.playamo-a0nczw 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.playamo-ogm5ej ease-in-out;
  overflow: hidden;
}

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

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

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

.playamo-ilfwft {
  display: none;
}

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

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

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

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

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

.playamo-dbizq6 img {
  margin-bottom: 20px;
}

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

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

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

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

.playamo-3oufob {
  color: var(--text-color);
}

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

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

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

.playamo-up4ni9 p img {
  display: block;
  margin: 0 auto;
}

.playamo-up4ni9 p:first-of-type {
  margin-top: 0;
}

.playamo-up4ni9 p:last-of-type {
  margin-bottom: 0;
}

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

.playamo-up4ni9 ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

.playamo-2c8y6r {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

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

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

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

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

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

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

.playamo-um2dow .playamo-gn0jc8 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.playamo-um2dow .playamo-aewmsh {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.playamo-aewmsh {
  margin: 0 0 28px;
}

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

.playamo-gn0jc8 {
  margin: 0 0 28px;
}

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

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

.playamo-2c8y6r .playamo-ryecix {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.playamo-u4v5h4 {
  position: relative;
  border: none;
}

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

.playamo-hiebxg {
  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;
}

.playamo-hiebxg span {
  height: 32px;
}

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

.playamo-hiebxg.playamo-q1kqwb span {
  transform: scaleY(-1);
}

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

.playamo-pmoqep {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.playamo-pmoqep.playamo-9fjcyz {
  display: none;
}

.playamo-54628h {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.playamo-54628h table {
  width: 100%;
  border-collapse: collapse;
}

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

  .playamo-54628h table td {
    min-width: 75px;
  }
}

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

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

.playamo-54628h p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

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

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

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

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

.playamo-zlq6rk {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.playamo-dxyoh9 p {
  color: var(--text-color);
}

.playamo-2r4lo1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.playamo-5rz7ly {
  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);
}

.playamo-jxs3p0 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.playamo-wp8qu7 p + p {
  margin-top: 10px;
}

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

.playamo-a7hbld {
  display: none;
}

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

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

.playamo-astk4w li {
  margin: 0 20px;
}

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

.playamo-astk4w li a img {
  margin-bottom: 4px;
}

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

.playamo-9wxle3 {
  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) {
  .playamo-9wxle3 {
    padding: 0 16px;
  }
}

.playamo-9wxle3 li {
  font-size: 16px;
  position: relative;
}

.playamo-9wxle3 li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.playamo-9wxle3 li span {
  opacity: 0.5;
}

.playamo-9wxle3 li + li {
  margin-left: 30px;
}

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

h2.playamo-3is2zh {
  margin: 0 0 28px;
}

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

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

.playamo-zicnsn 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);
}

.playamo-zicnsn 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;
}

.playamo-zicnsn 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;
}

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

.playamo-zicnsn tbody tr:last-of-type {
  margin-bottom: 0;
}

.playamo-zicnsn tbody tr td:first-of-type {
  flex-shrink: 0;
}

.playamo-zicnsn 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);
}

.playamo-zicnsn 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);
}

.playamo-zicnsn tbody tr td:last-of-type {
  margin-left: auto;
}

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

.playamo-zicnsn tbody tr td .playamo-z51ezw {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .playamo-zicnsn tbody tr td .playamo-z51ezw {
    width: 100%;
  }
}

.playamo-zicnsn tbody tr td .playamo-xjs58e {
  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.playamo-ogm5ej ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .playamo-zicnsn tbody tr td .playamo-xjs58e {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .playamo-zicnsn tbody tr td .playamo-xjs58e {
    width: 100%;
  }
}

.playamo-zicnsn tbody tr td .playamo-o4koyu {
  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) {
  .playamo-zicnsn tbody tr td .playamo-o4koyu:hover {
    text-decoration: none;
  }
}

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

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

.playamo-1awq87 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.playamo-whnkv0 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.playamo-ogm5ej ease-in-out;
}

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

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

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

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

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

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

.playamo-eebqa0 img {
  width: 100%;
  height: 100%;
}

.playamo-eebqa0 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.playamo-br527t svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.playamo-ogm5ej ease-in-out;
}

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

.playamo-7fn7l6 {
  padding: 90px 0;
}

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

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

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

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

.playamo-3s8976 img {
  width: 100%;
}

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

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

.playamo-xftar0 {
  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;
}

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

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

.playamo-czn13g {
  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.playamo-ogm5ej ease-in-out;
}

.playamo-czn13g:hover {
  border: 1px solid #8c8ca2;
}

.playamo-hbai8p {
  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%);
}

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

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

.playamo-zle6f4 a {
  text-decoration: underline;
  color: #8babff;
}

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

.playamo-dd9nup .playamo-czn13g {
  width: 50%;
  margin: 0;
}

.playamo-bpp6zy {
  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;
}

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

.playamo-sdzv8h {
  margin: 0 0 100px;
}

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

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

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

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

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

.playamo-olvata {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.playamo-44izhv 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.playamo-ogm5ej ease-in-out;
}

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

.playamo-44izhv a svg {
  fill: #fff;
}

.playamo-44izhv a:hover {
  background: #3d68e7;
}

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

.playamo-8xe7js {
  margin-bottom: 16px;
}

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

.playamo-8dtkkf {
  font-size: 16px;
  color: var(--text-color);
}

.playamo-97hqt1 {
  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) {
  .playamo-97hqt1 {
    padding: 0 16px;
  }
}

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

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

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

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

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

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

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

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

.playamo-0jqyim 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);
}

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

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

.playamo-0jqyim table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.playamo-zr6pbn.playamo-uj4rax {
  display: none;
}

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

.playamo-730r6r iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.playamo-730r6r iframe.playamo-w20u2p {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.playamo-730r6r.playamo-w1557y {
  opacity: 1;
  pointer-events: all;
}

.playamo-rnczp8 {
  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.playamo-ogm5ej ease-in-out;
}

.playamo-rnczp8 svg {
  margin-right: 10px;
}

.playamo-rnczp8 + .playamo-rnczp8 {
  margin-top: 14px;
}

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

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

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

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

.playamo-97hqt1 .playamo-2c8y6r {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.playamo-97hqt1 .playamo-2c8y6r h1,
.playamo-97hqt1 .playamo-2c8y6r 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) {
  .playamo-97hqt1 .playamo-2c8y6r h1,
  .playamo-97hqt1 .playamo-2c8y6r h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .playamo-97hqt1 .playamo-2c8y6r {
    margin: 28px 0 0;
  }
}

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

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

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

.playamo-5ov8at {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.playamo-sl2tvu {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.playamo-q4ibie {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.playamo-q0m4ok .playamo-ryecix {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .playamo-q0m4ok .playamo-ryecix {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.playamo-zbbuzq {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.playamo-zbbuzq img {
  width: 100%;
}

.playamo-e8i9rz {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.playamo-h6q1un {
  width: 100%;
  margin: 0 0 100px;
}

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

.playamo-h6q1un .playamo-odrmwi {
  position: relative;
}

.playamo-h6q1un .playamo-0pkwyf {
  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;
}

.playamo-h6q1un .playamo-0pkwyf.playamo-uj4rax {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .playamo-h6q1un .playamo-b3vyb2 {
    bottom: 90px;
  }
}

.playamo-h6q1un .playamo-b3vyb2 .playamo-cuk85i {
  max-width: 300px;
  width: 100%;
}

.playamo-h6q1un .playamo-b3vyb2 .playamo-cuk85i .playamo-o68csh {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .playamo-h6q1un .playamo-b3vyb2 .playamo-cuk85i .playamo-o68csh {
    font-size: 32px;
    text-align: center;
  }
}

.playamo-h6q1un .playamo-b3vyb2 .playamo-cuk85i .playamo-88ghar {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .playamo-h6q1un .playamo-b3vyb2 .playamo-cuk85i .playamo-88ghar {
    text-align: center;
  }
}

.playamo-h6q1un .playamo-b3vyb2 .playamo-7f5l6u {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .playamo-h6q1un .playamo-b3vyb2 .playamo-7f5l6u {
    flex-direction: column-reverse;
  }
}

.playamo-h6q1un .playamo-b3vyb2 .playamo-7f5l6u .playamo-c4yt2y {
  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.playamo-ogm5ej ease-in-out;
}

.playamo-h6q1un .playamo-b3vyb2 .playamo-7f5l6u .playamo-c4yt2y:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .playamo-h6q1un .playamo-b3vyb2 .playamo-7f5l6u .playamo-c4yt2y {
    width: 100%;
  }
}

.playamo-h6q1un .playamo-b3vyb2 .playamo-7f5l6u .playamo-2rm741 {
  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.playamo-ogm5ej ease-in-out;
  overflow: hidden;
}

.playamo-h6q1un .playamo-b3vyb2 .playamo-7f5l6u .playamo-2rm741 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);
  }
}

.playamo-h6q1un .playamo-b3vyb2 .playamo-7f5l6u .playamo-2rm741: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;
}

.playamo-h6q1un .playamo-b3vyb2 .playamo-7f5l6u .playamo-2rm741:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .playamo-h6q1un .playamo-b3vyb2 .playamo-7f5l6u .playamo-2rm741 {
    width: 100%;
  }
}

.playamo-h6q1un .playamo-b3vyb2.playamo-uj4rax {
  display: none;
}

.playamo-h6q1un .playamo-2kx0vz {
  display: none;
}

.playamo-h6q1un .playamo-2kx0vz.playamo-w1557y {
  display: block;
}

.playamo-h6q1un .playamo-2kx0vz iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .playamo-h6q1un .playamo-2kx0vz iframe {
    height: calc(100vh - 54px);
  }
}

.playamo-h6q1un .playamo-h6jkft {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .playamo-h6q1un .playamo-h6jkft {
    padding: 24px 16px 0;
  }
}

.playamo-h6q1un .playamo-h6jkft .playamo-o68csh {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .playamo-h6q1un .playamo-h6jkft .playamo-o68csh {
    margin-bottom: 24px;
  }
}

.playamo-h6q1un .playamo-h6jkft 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);
}

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

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

.playamo-h6q1un .playamo-h6jkft table tr:last-of-type td {
  border-bottom: none;
}

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

.playamo-a3kfo9.playamo-x1kz3v {
  display: block;
}

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

.playamo-a3kfo9 .playamo-as8fzc {
  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;
}

.playamo-a3kfo9 .playamo-cf4m8t {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.playamo-a3kfo9 .playamo-2rm741 {
  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.playamo-ogm5ej ease-in-out;
}

.playamo-a3kfo9 .playamo-2rm741:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.playamo-lpo2aq.playamo-x1kz3v {
  display: block;
}

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

.playamo-nkirrg {
  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;
}

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

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

.playamo-fu0o6c {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.playamo-fu0o6c svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.playamo-2d55qh {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.playamo-n017ww.playamo-uj4rax {
  display: none;
}

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

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

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

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

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

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

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

.playamo-md4i3x input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.playamo-md4i3x input:active {
  border-color: #c2c0ce;
}

.playamo-md4i3x input:focus {
  border-color: #c2c0ce;
}

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

.playamo-wkrlqx {
  margin-bottom: 36px;
}

.playamo-wkrlqx 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;
}

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

.playamo-wkrlqx textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.playamo-3umvq4 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.playamo-ee4voz {
  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.playamo-ogm5ej ease-in-out;
}

.playamo-ee4voz:hover {
  background: var(--border-color);
}

.playamo-uuvex9 {
  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.playamo-ogm5ej ease-in-out;
}

.playamo-uuvex9:hover {
  background: #166ad9;
}

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

.playamo-0wiwhl.playamo-uj4rax {
  display: none;
}

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

.playamo-0wiwhl .playamo-ee4voz {
  margin: 0 auto;
}

.playamo-tnh3fb {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.playamo-k4f7g2 {
  filter: grayscale(100%);
}

.playamo-y19fxd > input {
  display: none;
}

.playamo-y19fxd > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.playamo-gv832y.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.playamo-d0xsor 44.playamo-c5qby5.playamo-vgdnli.playamo-eqpcx6.playamo-1d3zxp.playamo-7j8kjj.playamo-y5zgny.playamo-miovhn.playamo-blhduh.playamo-zojx89.playamo-wfxomx.playamo-d8qybx.playamo-29lr0j 0l-12.playamo-of65hj 30.playamo-07ki0f.playamo-7j02g8 2.playamo-zsntmq.playamo-7j02g8 3.playamo-bmlcl7 3.playamo-kidtd4.playamo-c7t170 3.playamo-a7qfu8.playamo-jzgts1.playamo-nb23jw.playamo-o2evcz 7-3.playamo-of65hj 10.playamo-5h2p3n.playamo-o2evcz 23.playamo-mghx7v.playamo-gjogl4 1.playamo-6spi05 2.playamo-of65hj 3.playamo-gjogl4 1.playamo-c7t170 5.playamo-qhcora.playamo-c7t170 32.playamo-8luq25.playamo-jzgts1 5.playamo-29lr0j 4.playamo-o2evcz 9.playamo-o2evcz 8.playamo-c7t170 6.playamo-3bmiz7.playamo-gs4eqi.playamo-d2ohgb.playamo-0wa27w.playamo-oywcxg 4.playamo-hfyxa4.playamo-oywcxg 6.playamo-oywcxg 0l29.playamo-29lr0j 17.playamo-pxubik.playamo-753ce4 2.playamo-61x0nu 10.playamo-k6nhvw.playamo-of65hj 8.playamo-w5yqoh.playamo-rm4326.playamo-42ag30.playamo-urda2o.playamo-rtuqn2.playamo-jzgts1.playamo-7j8kjj.playamo-of65hj 1.playamo-g4envt.playamo-qoc8kb.playamo-74lu35.playamo-xyhqnf.playamo-6v64a9.playamo-6spi05 1.playamo-gmbsc2.playamo-bwmf57.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.playamo-y19fxd > input:checked ~ label,
.playamo-y19fxd > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.playamo-gv832y.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.playamo-d0xsor 44.playamo-c5qby5.playamo-vgdnli.playamo-eqpcx6.playamo-1d3zxp.playamo-7j8kjj.playamo-y5zgny.playamo-miovhn.playamo-blhduh.playamo-zojx89.playamo-wfxomx.playamo-d8qybx.playamo-29lr0j 0l-12.playamo-of65hj 30.playamo-07ki0f.playamo-7j02g8 2.playamo-zsntmq.playamo-7j02g8 3.playamo-bmlcl7 3.playamo-kidtd4.playamo-c7t170 3.playamo-a7qfu8.playamo-jzgts1.playamo-nb23jw.playamo-o2evcz 7-3.playamo-of65hj 10.playamo-5h2p3n.playamo-o2evcz 23.playamo-mghx7v.playamo-gjogl4 1.playamo-6spi05 2.playamo-of65hj 3.playamo-gjogl4 1.playamo-c7t170 5.playamo-qhcora.playamo-c7t170 32.playamo-8luq25.playamo-jzgts1 5.playamo-29lr0j 4.playamo-o2evcz 9.playamo-o2evcz 8.playamo-c7t170 6.playamo-3bmiz7.playamo-gs4eqi.playamo-d2ohgb.playamo-0wa27w.playamo-oywcxg 4.playamo-hfyxa4.playamo-oywcxg 6.playamo-oywcxg 0l29.playamo-29lr0j 17.playamo-pxubik.playamo-753ce4 2.playamo-61x0nu 10.playamo-k6nhvw.playamo-of65hj 8.playamo-w5yqoh.playamo-rm4326.playamo-42ag30.playamo-urda2o.playamo-rtuqn2.playamo-jzgts1.playamo-7j8kjj.playamo-of65hj 1.playamo-g4envt.playamo-qoc8kb.playamo-74lu35.playamo-xyhqnf.playamo-6v64a9.playamo-6spi05 1.playamo-gmbsc2.playamo-bwmf57.5z'/%3e%3c/svg%3e");
}

.playamo-y19fxd > input:not(:checked) ~ label:hover,
.playamo-y19fxd > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.playamo-gv832y.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.playamo-d0xsor 44.playamo-c5qby5.playamo-vgdnli.playamo-eqpcx6.playamo-1d3zxp.playamo-7j8kjj.playamo-y5zgny.playamo-miovhn.playamo-blhduh.playamo-zojx89.playamo-wfxomx.playamo-d8qybx.playamo-29lr0j 0l-12.playamo-of65hj 30.playamo-07ki0f.playamo-7j02g8 2.playamo-zsntmq.playamo-7j02g8 3.playamo-bmlcl7 3.playamo-kidtd4.playamo-c7t170 3.playamo-a7qfu8.playamo-jzgts1.playamo-nb23jw.playamo-o2evcz 7-3.playamo-of65hj 10.playamo-5h2p3n.playamo-o2evcz 23.playamo-mghx7v.playamo-gjogl4 1.playamo-6spi05 2.playamo-of65hj 3.playamo-gjogl4 1.playamo-c7t170 5.playamo-qhcora.playamo-c7t170 32.playamo-8luq25.playamo-jzgts1 5.playamo-29lr0j 4.playamo-o2evcz 9.playamo-o2evcz 8.playamo-c7t170 6.playamo-3bmiz7.playamo-gs4eqi.playamo-d2ohgb.playamo-0wa27w.playamo-oywcxg 4.playamo-hfyxa4.playamo-oywcxg 6.playamo-oywcxg 0l29.playamo-29lr0j 17.playamo-pxubik.playamo-753ce4 2.playamo-61x0nu 10.playamo-k6nhvw.playamo-of65hj 8.playamo-w5yqoh.playamo-rm4326.playamo-42ag30.playamo-urda2o.playamo-rtuqn2.playamo-jzgts1.playamo-7j8kjj.playamo-of65hj 1.playamo-g4envt.playamo-qoc8kb.playamo-74lu35.playamo-xyhqnf.playamo-6v64a9.playamo-6spi05 1.playamo-gmbsc2.playamo-bwmf57.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .playamo-0qso77 > .playamo-4iu4b8 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .playamo-0qso77 > .playamo-4iu4b8 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .playamo-0qso77 > .playamo-4iu4b8 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .playamo-0qso77 > .playamo-4iu4b8 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .playamo-0qso77 > .playamo-4iu4b8 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.playamo-95obz3 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.playamo-95obz3.playamo-uj4rax {
  display: none;
}

.playamo-47eyfb {
  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) {
  .playamo-47eyfb {
    height: 74px;
    overflow: visible;
  }
}

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

.playamo-ojqxl7 {
  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;
}

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

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

.playamo-ojqxl7 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.playamo-yprqxr {
  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;
}

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

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

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

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

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

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

.playamo-20ebjw {
  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.playamo-ogm5ej ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

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

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

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

.playamo-95obz3.playamo-9rk3an .playamo-47eyfb {
  background: #2b3b67;
}

.playamo-95obz3.playamo-9rk3an .playamo-ojqxl7 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.playamo-95obz3.playamo-9rk3an .playamo-ojqxl7::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.playamo-95obz3.playamo-9rk3an .playamo-ojqxl7::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.playamo-95obz3.playamo-9rk3an .playamo-yprqxr::before {
  background: #0e0f41;
}

.playamo-95obz3.playamo-9rk3an .playamo-yprqxr::after {
  background: #152557;
}

.playamo-95obz3.playamo-ehnh5c .playamo-47eyfb {
  background: #1f35fa;
}

.playamo-95obz3.playamo-ehnh5c .playamo-ojqxl7 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.playamo-95obz3.playamo-ehnh5c .playamo-ojqxl7::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.playamo-95obz3.playamo-ehnh5c .playamo-ojqxl7::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.playamo-95obz3.playamo-ehnh5c .playamo-yprqxr::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.playamo-95obz3.playamo-ehnh5c .playamo-yprqxr::after {
  background: #192ac8;
}

.playamo-95obz3.playamo-e3mt9z .playamo-47eyfb {
  background: #fa771f;
}

.playamo-95obz3.playamo-e3mt9z .playamo-ojqxl7 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.playamo-95obz3.playamo-e3mt9z .playamo-ojqxl7::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.playamo-95obz3.playamo-e3mt9z .playamo-ojqxl7::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.playamo-95obz3.playamo-e3mt9z .playamo-yprqxr::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.playamo-95obz3.playamo-e3mt9z .playamo-yprqxr::after {
  background: #fa8535;
}

.playamo-v7fiiw {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.playamo-a84qml {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.playamo-ba5wgj {
  width: 120px;
  height: 22px;
}

.playamo-ba5wgj .playamo-sergd5 {
  fill: #c2c0ce;
}

.playamo-ba5wgj [rating="1"] .playamo-sergd5:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.playamo-ba5wgj [rating="2"] .playamo-sergd5:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.playamo-ba5wgj [rating="3"] .playamo-sergd5:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.playamo-ba5wgj [rating="4"] .playamo-sergd5:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.playamo-ba5wgj [rating="5"] .playamo-sergd5:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.playamo-7kxihk {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

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

.playamo-ajevc9 {
  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);
}

.playamo-ajevc9.playamo-w1557y {
  display: block;
}

.playamo-ajevc9.playamo-uj4rax {
  display: none;
}

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

.playamo-3a8uxa {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.playamo-sis0gg {
  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);
}

.playamo-0cx7jq {
  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;
}

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

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

.playamo-bepluq {
  font-size: 16px;
  line-height: 140%;
}

.playamo-cmfyuf {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.playamo-cmfyuf .playamo-sergd5 {
  fill: #c2c0ce;
}

.playamo-cmfyuf [rating="1"] .playamo-sergd5:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.playamo-cmfyuf [rating="2"] .playamo-sergd5:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.playamo-cmfyuf [rating="3"] .playamo-sergd5:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.playamo-cmfyuf [rating="4"] .playamo-sergd5:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.playamo-cmfyuf [rating="5"] .playamo-sergd5:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.playamo-9booc7 {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.playamo-vxeg3u {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

.playamo-1ps7cv {
  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) {
  .playamo-1ps7cv {
    padding: 12px;
    gap: 12px;
  }
}

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

.playamo-auwmb9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.playamo-49ysbx {
  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;
}

.playamo-nx8evu {
  flex: 1;
  min-width: 0;
}

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

.playamo-11soaq {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.playamo-11soaq svg,
.playamo-11soaq img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.playamo-11soaq svg path {
  fill: var(--button-bg-color);
}

.playamo-11soaq svg circle {
  fill: var(--button-text-color);
}

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

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

.playamo-sfjmmb strong {
  font-weight: 600;
}

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

.playamo-947g25 p {
  margin: 0 0 16px;
}

.playamo-947g25 p:last-child {
  margin-bottom: 0;
}

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

.playamo-y1dh24 {
  max-width: 300px;
  width: 100%;
}

.playamo-y1dh24 a {
  width: 100%;
}

@media (max-width: 575px) {
  .playamo-y1dh24 {
    max-width: 200px;
  }
}

.playamo-prvvbj {
  justify-content: center;
}

.playamo-vlsxhl {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.playamo-6cw7h7 {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.playamo-kkw00j .playamo-uw2bf1 {
  justify-content: center;
}

/* faq */

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

.playamo-5wgw8z {
  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.playamo-1d1zww ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.playamo-5wgw8z::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.playamo-1d1zww ease;
}

.playamo-mc1pdi.playamo-x1kz3v .playamo-5wgw8z::after {
  transform: rotate(45deg);
}

.playamo-7055o4 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.playamo-ogm5ej ease, padding 0.playamo-ogm5ej ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.playamo-mc1pdi.playamo-x1kz3v .playamo-7055o4 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.playamo-lz2mj8 {
  margin: 25px 0;
}

.playamo-y19fxd > input:not(:checked) ~ label:hover,
.playamo-y19fxd > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.playamo-8yx4cl.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.playamo-4zzrio 44.playamo-iboo7c.playamo-z1s5g9.playamo-4gmxaa.playamo-89yxq2.playamo-rcsqos.playamo-9vmusg.playamo-zfjs08.playamo-0gxy44.playamo-xb9475.playamo-pzypld.playamo-89ntdx.playamo-ihsjeq 0l-12.playamo-r00bb2 30.playamo-64h3cs.playamo-b44ce9 2.playamo-1vou86.playamo-b44ce9 3.playamo-jq79a6 3.playamo-zzi1db.playamo-dg6irx 3.playamo-0hiqjc.playamo-7xv34s.playamo-9hpgz7.playamo-9q6fbb 7-3.playamo-r00bb2 10.playamo-491lbt.playamo-9q6fbb 23.playamo-zgxk9b.playamo-wyagfv 1.playamo-mu23yt 2.playamo-r00bb2 3.playamo-wyagfv 1.playamo-dg6irx 5.playamo-gp4cq2.playamo-dg6irx 32.playamo-hqh7m5.playamo-7xv34s 5.playamo-ihsjeq 4.playamo-9q6fbb 9.playamo-9q6fbb 8.playamo-dg6irx 6.playamo-4hwthl.playamo-d0bilr.playamo-f3y7xt.playamo-rbbx5k.playamo-nz4duo 4.playamo-ze0psb.playamo-nz4duo 6.playamo-nz4duo 0l29.playamo-ihsjeq 17.playamo-wst5yu.playamo-55atau 2.playamo-08ggpz 10.playamo-71mccb.playamo-r00bb2 8.playamo-gqd7pe.playamo-crsrsp.playamo-bnrc2m.playamo-yzdgun.playamo-wjuv74.playamo-7xv34s.playamo-rcsqos.playamo-r00bb2 1.playamo-tydx9l.playamo-6z1wz3.playamo-uqee3r.playamo-r1do91.playamo-333ced.playamo-mu23yt 1.playamo-tr8q2i.playamo-g07be9.5z'/%3e%3c/svg%3e");
}

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

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

.playamo-3a9gxh {
  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);
}

.playamo-3a9gxh.playamo-vpy828 {
  display: block;
}

.playamo-3a9gxh.playamo-kyytst {
  display: none;
}

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

.playamo-l40wmj {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.playamo-67wp5x {
  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);
}

.playamo-31878z {
  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;
}

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

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

.playamo-am5mqz {
  font-size: 16px;
  line-height: 140%;
}

.playamo-vxkt44 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.playamo-vxkt44 .playamo-3xudfy {
  fill: #c2c0ce;
}

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

.playamo-vxkt44 [rating="2"] .playamo-3xudfy:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.playamo-vxkt44 [rating="3"] .playamo-3xudfy:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

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

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

/* review block style end */

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

.playamo-avsqx8 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;
}

.playamo-avsqx8 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 */

.playamo-dmeqrz {
  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);
}

.playamo-dmeqrz.playamo-nbccot {
  opacity: 1;
  pointer-events: auto;
}

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

.playamo-wxo4lw label {
  font-size: 14px;
}

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

.playamo-2nizlk h2 {
  color: green;
  font-weight: 500;
}

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

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.playamo-x44nuf, .playamo-gq4x5v, [class*="review-card"],
thead, thead th, table th, .playamo-n3aj63,
.playamo-6qpwl5, [class*="collapsible-header"],
.playamo-2r4lo1, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* h2_0-heading-visual: restore heading look after SEO h2->p conversion */
#h2_0 { font-weight: 700; font-size: 40px; line-height: normal; text-align: center; margin: 0 auto 32px; color: var(--title-color); }
@media only screen and (max-width: 767px) { #h2_0 { font-size: 26px; margin-bottom: 20px; } }
