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

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: Arial, Helvetica, Verdana, 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: 48px;
  line-height: normal;
  margin: 0 auto 32px;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  margin: 0 auto 32px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: normal;
  margin: 0 auto 28px;
}
@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;
}
@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;
}
@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;
}
@media only screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.c2ixfz4 {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}
@media only screen and (max-width: 767px) {
  .c2ixfz4 {
    padding: 54px 0 0;
  }
}

.cwh83ta {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; /* выравниваем текст по центру */
  padding: 0 20px; /* отступы слева и справа */
  max-width: 300px;
  width: 100%;
  height: auto; /* чтобы высота подстраивалась под текст */
  min-height: 60px; /* но минимальная 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;
  white-space: normal; /* разрешаем перенос текста */
  word-break: break-word; /* переносим слова при нехватке места */
}

@media only screen and (min-width: 1025px) {
  .cwh83ta: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;
  }
}
.c9cefxs {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}
@media only screen and (max-width: 767px) {
  .c9cefxs {
    margin: 20px auto 100px;
  }
}
.c9cefxs h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}
@media only screen and (max-width: 767px) {
  .c9cefxs h1 {
    font-size: 120px;
  }
}
.c9cefxs p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.cbwljhc {
  cursor: pointer;
}

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

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

.cwqwy3f figure {
  margin: 0;
}

.cwqwy3f.c6fm40m {
  justify-content: flex-start;
  margin-right: 4px;
}

.cwqwy3f.chrcuwv {
  justify-content: flex-end;
  margin-left: 4px;
}

.cwqwy3f.czhcxae {
  justify-content: center;
}

.cwqwy3f.ckhw1t6 {
  justify-content: normal;
}

.crc6vla {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 991px) {
  .crc6vla {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}
@media only screen and (max-width: 767px) {
  .crc6vla {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}
.c21doc8 {
  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) {
  .c21doc8 {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}
.chd4c7l {
  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) {
  .chd4c7l {
    flex-direction: column;
  }
}
.cmo4aka {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}
.cmo4aka img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .cmo4aka {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}
.cqh00ia {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}
.cqh00ia 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) {
  .cqh00ia ul {
    margin-bottom: 15px;
  }
}
.cqh00ia ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.cqh00ia 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);
}
.cqh00ia ul li span svg {
  fill: var(--title-color);
}
.cqh00ia ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}
@media only screen and (max-width: 767px) {
  .cqh00ia ul li small {
    font-size: 12px;
  }
}
.cqh00ia ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}
.cqh00ia ul li:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .cqh00ia {
    flex-basis: auto;
    margin: 0 auto;
  }
}
.c8fkyl2 {
  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) {
  .c8fkyl2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.cper5yo {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.czegv0n {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0.c2qtskg ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}
@media only screen and (max-width: 767px) {
  .czegv0n {
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .czegv0n:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}
.czegv0n.czyhccv {
  background-color: #000;
}
@media only screen and (min-width: 1025px) {
  .czegv0n.czyhccv:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.cpk355z {
  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) {
  .cpk355z {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .cpk355z {
    padding: 50px 16px 68px;
  }
}
.cyvvryi {
  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) {
  .cyvvryi {
    flex-direction: column;
  }
}
.cp231ub {
  margin-bottom: 94px;
}
@media only screen and (max-width: 767px) {
  .cp231ub {
    margin-bottom: 40px;
  }
}
.c4q2ka5 .c3sco9k {
  margin-bottom: 28px;
}
.c4q2ka5 .c3sco9k img {
  max-height: 100px;
  width: auto;
}
.cwb1aw1 {
  display: flex;
  align-items: center;
}
.cwb1aw1 a + a {
  margin-left: 24px;
}
.cwb1aw1 img {
  max-height: 56px;
  width: auto;
}
.cwb1aw1 img + img {
  margin-left: 24px;
}
.cqa7onq {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .cqa7onq {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}
.c6u8cpr {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .c6u8cpr {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

.cdvvkzv {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .cdvvkzv {
    flex-wrap: wrap;
  }
}
.cdvvkzv li {
  display: flex;
  margin: 0 7px;
}
.cdvvkzv li svg {
  transition: 0.c2qtskg ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .cdvvkzv li:hover svg {
    transform: scale(1.2);
  }
}

.c9mru38 {
  color: var(--footer-text-color);
  font-size: 12px;
  text-align: center;
}

.cj06oyh + .cj06oyh {
  margin-left: 120px;
}
@media only screen and (max-width: 767px) {
  .cj06oyh + .cj06oyh {
    margin: 36px 0 0;
  }
}
.c0th47d {
  color: var(--footer-menu-color);
  font-size: 20px;
  margin-bottom: 24px;
}
.czwddyb {
  list-style: none;
  margin: 0;
  padding: 0;
}
.czwddyb li {
  font-size: 16px;
}
.czwddyb li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .czwddyb li a:hover {
    text-decoration: underline;
  }
}
.czwddyb li + li {
  margin-top: 16px;
}

.clwh9qn {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.cse657c ease-in-out;
}
.clwh9qn.chl7mx8 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.cdptta6 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
.cdptta6 h1,
.cdptta6 h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  margin: 0 auto 32px;
}
@media only screen and (max-width: 767px) {
  .cdptta6 h1,
  .cdptta6 h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .cdptta6 {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .cdptta6 {
    margin-bottom: 60px;
  }
}
.cw28fmw {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}
@media only screen and (max-width: 767px) {
  .cw28fmw {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}
.cw28fmw li {
  width: 100%;
}
.cw28fmw 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.c2qtskg ease-in-out;
  gap: 7px;
  color: var(--games-nav-text-color);
  background: var(--games-nav-bg-color);
  border: 1px solid var(--games-nav-border-color);
}
.cw28fmw li a svg {
  fill: var(--games-nav-text-color);
}
.cw28fmw li a.chl7mx8 {
  background: var(--games-nav-border-color);
}
@media only screen and (min-width: 1025px) {
  .cw28fmw li a:hover {
    background: var(--games-nav-border-color);
  }
}
@media only screen and (max-width: 767px) {
  .cw28fmw li a {
    font-size: 14px;
    height: 36px;
    padding: 0 10pxr;
  }
  .cw28fmw li a img {
    max-width: 16px;
  }
}
.ccfpk00 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media only screen and (max-width: 767px) {
  .ccfpk00 {
    margin: 0 -5px;
  }
}
.cjcc23a {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.cjcc23a span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--title-color);
}
.cjcc23a small {
  display: block;
  color: var(--title-color);
  opacity: 0.8;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .cjcc23a {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .cjcc23a span {
    font-size: 16px;
    margin-bottom: 2px;
  }
}
.cewwpk7 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.cewwpk7 img {
  width: 100%;
  transition: 0.c2qtskg ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .cewwpk7:hover img {
    transform: scale(1.1);
  }
}

.cgbp0k5 {
  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) {
  .cgbp0k5 {
    height: 54px;
  }
}
.cntpv40 {
  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) {
  .cntpv40 {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .cntpv40 {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .cntpv40 .c3sco9k img {
    max-width: 90px;
  }
}

.c3sco9k img {
  max-height: 50px;
  width: auto;
}
@media only screen and (max-width: 1023px) {
  .c3sco9k {
    order: -2;
  }
}

@media only screen and (max-width: 1023px) {
  .ck9j2pd {
    display: none;
  }
  .ck9j2pd::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 300%;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
  }
}
.c3ibw1d {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c3ibw1d li {
  font-size: 16px;
  margin: 0 20px;
}
.c3ibw1d li a {
  color: var(--menu-color);
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .c3ibw1d li a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 1023px) {
  .c3ibw1d {
    display: block;
  }
  .c3ibw1d li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .c3ibw1d li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .c3ibw1d li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    border: 5px solid transparent;
    border-left: 5px solid var(--menu-color);
  }
  .c3ibw1d li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

.cm77x6x {
  display: flex;
  align-items: center;
  margin-right: 120px;
}
@media only screen and (max-width: 1400px) {
  .cm77x6x {
    margin-right: 105px;
  }
}
@media only screen and (max-width: 1023px) {
  .cm77x6x {
    order: -1;
    margin-left: auto;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm77x6x {
    max-width: 230px;
    justify-content: flex-end;
  }
}
.cm77x6x.cl7qk39 {
  margin-right: 0;
}

.cjkcen4 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--login-btn);
  color: var(--login-btn-color);
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .cjkcen4 {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .cjkcen4:hover {
    background: var(--login-btn);
    opacity: 0.9;
  }
}

.c1yhafz {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--registr-btn);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}
@media only screen and (min-width: 1025px) {
  .c1yhafz:hover {
    background: var(--button-bg-hover);
  }
}
@media only screen and (max-width: 767px) {
  .c1yhafz {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

.cx3yisq {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  .cx3yisq {
    top: 9px;
    transform: none;
    right: auto;
    left: 0;
  }
}
.cx3yisq:hover > ul {
  display: flex;
}
.cx3yisq:focus > ul {
  display: flex;
}
.cx3yisq:focus-within > ul {
  display: flex;
}
.csbw4uo {
  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(--login-btn);
  color: var(--login-btn-color);
  gap: 5px;
}
.csbw4uo::after {
  border-bottom: 1px solid var(--login-btn-color);
  border-right: 1px solid var(--login-btn-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.cse657c ease-in-out;
}
@media only screen and (max-width: 767px) {
  .csbw4uo {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .csbw4uo img {
    max-width: 20px;
  }
}
.cx3yisq ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.c2qtskg 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(--login-btn);
}
@media only screen and (max-width: 767px) {
  .cx3yisq ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}
.cx3yisq ul li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--login-btn-color);
  background: var(--login-btn);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.c2qtskg ease-in-out;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .cx3yisq ul li {
    padding: 5px;
  }
}
.cx3yisq ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--login-btn-color);
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .cx3yisq ul li a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  .cx3yisq ul li a {
    font-size: 14px;
    gap: 3px;
  }
  .cx3yisq ul li a img {
    max-width: 20px;
  }
}

.cd3vixv {
  display: none;
}

.cf3fj6m {
  width: 38px;
  height: 38px;
  display: none;
  cursor: pointer;
  border-radius: 6px;
  background: var(--login-btn);
  padding: 12px 5px;
  z-index: 99;
  margin-left: 8px;
}
@media only screen and (max-width: 1023px) {
  .cf3fj6m {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}
.cf3fj6m span {
  display: block;
  height: 1px;
  border-radius: 4px;
  width: 20px;
  background: var(--login-btn-color);
}

@media only screen and (max-width: 1023px) {
  .cd3vixv:checked ~ .ck9j2pd {
    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;
  }
  .ck9j2pd {
    display: none;
    transition: display 0.c2qtskg ease-in-out;
  }
  .cd3vixv:checked ~ .ck9j2pd {
    display: block;
  }
  .cd3vixv:checked + .cf3fj6m span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .cd3vixv:checked + .cf3fj6m span:nth-child(2) {
    display: none;
  }
  .cd3vixv:checked + .cf3fj6m span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}
.chusa77 {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 1200px) {
  .chusa77 {
    padding: 0 16px;
  }
}
.chusa77 img {
  margin-bottom: 20px;
}
.chusa77 p {
  color: var(--text-color);
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .chusa77 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .chusa77 {
    margin-bottom: 60px;
  }
}
.cj52x4q {
  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) {
  .cj52x4q {
    font-size: 32px;
  }
}
.czkk10w {
  color: var(--text-color);
}

.c7kqr3t {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}
@media only screen and (max-width: 767px) {
  .c7kqr3t {
    font-size: 16px;
    line-height: 140%;
  }
}
.c7kqr3t p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}
.c7kqr3t p:first-of-type {
  margin-top: 0;
}
.c7kqr3t p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .c7kqr3t p {
    font-size: 16px;
    line-height: 140%;
  }
}
.c7kqr3t ul {
  padding: 0 0 0 20px;
}
.c7kqr3t table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.c7kqr3t 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) {
  .c7kqr3t table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}
.c7kqr3t 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(--table-1-color);
}
@media only screen and (max-width: 767px) {
  .c7kqr3t table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}
.c7kqr3t table tr:nth-child(even) td {
  background: var(--table-2-color);
}
.c7kqr3t iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .c7kqr3t iframe {
    height: 200px;
  }
}

.cqqu2na {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 1200px) {
  .cqqu2na {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .cqqu2na {
    margin-bottom: 60px;
  }
}
.c0n48vo {
  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) {
  .c0n48vo {
    font-size: 26px;
    margin-bottom: 18px;
  }
}
.c0n48vo h1,
.c0n48vo h2,
.c0n48vo h3,
.c0n48vo 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) {
  .c0n48vo h1,
  .c0n48vo h2,
  .c0n48vo h3,
  .c0n48vo h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}
.c1rikmu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .c1rikmu {
    flex-direction: column-reverse;
  }
}
.c1rikmu .c3iet6x {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .c1rikmu .c3iet6x {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}
.c1rikmu .c4iu4nw {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .c1rikmu .c4iu4nw {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .c1rikmu .c4iu4nw img {
    width: 100%;
  }
}
.c4iu4nw {
  margin: 0 0 28px;
}
@media only screen and (max-width: 767px) {
  .c4iu4nw {
    margin-bottom: 18px;
  }
}
.c3iet6x {
  margin: 0 0 28px;
}
@media only screen and (max-width: 767px) {
  .c3iet6x {
    margin-bottom: 18px;
  }
}
.cqqu2na 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) {
  .cqqu2na h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}
.cqqu2na .cwh83ta {
  margin-top: 30px;
}

.ccemfbf {
  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) {
  .ccemfbf {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}
@media only screen and (max-width: 767px) {
  .ccemfbf {
    margin-bottom: 60px;
  }
}
.cto7byg {
  position: relative;
  border: none;
}
.cto7byg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--table-header-color);
}
.cwgvx2w {
  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;
}
.cwgvx2w span {
  height: 32px;
}
.cwgvx2w span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}
.cwgvx2w.ckqnj4u span {
  transform: scaleY(-1);
}
@media only screen and (max-width: 767px) {
  .cwgvx2w {
    padding: 0 14px;
    font-size: 22px;
    height: 68px;
  }
}
.c5wd2hm {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c5wd2hm li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}
@media only screen and (max-width: 767px) {
  .c5wd2hm li {
    font-size: 16px;
  }
}
.c5wd2hm li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.c2qtskg ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .c5wd2hm li a:hover {
    background: var(--main-theme-color);
  }
}
@media only screen and (max-width: 767px) {
  .c5wd2hm li a {
    padding: 12px 14px;
  }
}
.c5wd2hm.c3nx4r9 {
  display: none;
}

.cxxv1ze {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
.cxxv1ze table {
  width: 100%;
  border-collapse: collapse;
}
.cxxv1ze 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) {
  .cxxv1ze table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}
.cxxv1ze 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(--table-2-color);
}
@media only screen and (max-width: 767px) {
  .cxxv1ze table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}
.cxxv1ze table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}
.cxxv1ze p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}
@media only screen and (max-width: 767px) {
  .cxxv1ze p {
    font-size: 16px;
    line-height: 140%;
  }
}
@media only screen and (max-width: 1200px) {
  .cxxv1ze {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .cxxv1ze {
    margin-bottom: 60px;
  }
}
.cd9pz1g {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--table-header-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) {
  .cd9pz1g {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}
.c9j24ue {
  width: 100%;
  border-collapse: collapse;
}
@media only screen and (max-width: 500px) {
  .c9j24ue {
    width: 100%;
    border-collapse: collapse;
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}
.c9j24ue 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) {
  .c9j24ue tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}
.c9j24ue tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}
.chxqnrv table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}
.chxqnrv table tr:nth-child(even) td {
  background: var(--table-2-color);
}
.chxqnrv p {
  color: var(--text-color);
}

.cq6uxiu {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 1200px) {
  .cq6uxiu {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .cq6uxiu {
    margin-bottom: 60px;
  }
}
.cn6vrc2 {
  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);
}

.cwqpfpq {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 1200px) {
  .cwqpfpq {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .cwqpfpq {
    margin-bottom: 60px;
  }
}
.cy5fxe1 {
  border-radius: 10px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding: 20px 32px 20px;
}
.cy5fxe1 h3 {
  position: relative;
  color: var(--title-color);
  font-size: 20px;
  cursor: pointer;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .cy5fxe1 h3 {
    font-size: 16px;
    font-weight: 600;
  }
}
.cy5fxe1 p {
  padding: 0;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
  color: var(--text-color);
}
.cy5fxe1 p + p {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .cy5fxe1 p {
    font-size: 16px;
  }
}

.ch5qku9 {
  display: none;
}
@media only screen and (max-width: 767px) {
  .ch5qku9 {
    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;
  }
}
.cz1mmaz {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}
.cz1mmaz li {
  margin: 0 20px;
}
.cz1mmaz li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}
.cz1mmaz li a img {
  margin-bottom: 4px;
}
@media only screen and (min-width: 1025px) {
  .cz1mmaz li a:hover {
    color: #2ab765;
  }
}

.czhoodz {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 30px auto;
  padding: 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .czhoodz {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .czhoodz {
    margin: 15px auto;
  }
}
.czhoodz li {
  font-size: 16px;
  position: relative;
}
.czhoodz li a {
  color: var(--text-color);
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .czhoodz li a:hover {
    text-decoration: underline;
  }
}
.czhoodz li span {
  opacity: 0.5;
}
.czhoodz li + li {
  margin-left: 30px;
}
.czhoodz li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

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

.cv3psri {
  border-collapse: separate;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-color);
  counter-reset: table-row;
}
.cv3psri 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);
}
.cv3psri tbody tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: var(--table-header-color);
  border-radius: 10px;
}
.cv3psri 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;
}
.cv3psri tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}
.cv3psri tbody tr:last-of-type {
  margin-bottom: 0;
}
.cv3psri tbody tr td:first-of-type {
  flex-shrink: 0;
}
.cv3psri 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);
}
.cv3psri 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);
}
.cv3psri tbody tr td:last-of-type {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .cv3psri tbody tr td:last-of-type {
    margin-left: 0;
    width: 100%;
  }
}
.cv3psri tbody tr td .capvpc0 {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media only screen and (max-width: 420px) {
  .cv3psri tbody tr td .capvpc0 {
    width: 100%;
  }
}
.cv3psri tbody tr td .c45avqy {
  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.c2qtskg ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}
@media only screen and (min-width: 1025px) {
  .cv3psri tbody tr td .c45avqy:hover {
    background: var(--button-bg-hover);
  }
}
@media only screen and (max-width: 767px) {
  .cv3psri tbody tr td .c45avqy {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 420px) {
  .cv3psri tbody tr td .c45avqy {
    width: 100%;
  }
}
.cv3psri tbody tr td .c94sptr {
  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) {
  .cv3psri tbody tr td .c94sptr:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 767px) {
  .cv3psri tbody tr {
    flex-direction: column;
  }
}
.cv3psri tbody tr:nth-child(-n + 3) td > a::before {
  background: var(--rate-counter-bg-top);
}

.ctu5jtu {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 1200px) {
  .ctu5jtu {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .ctu5jtu {
    margin: 0 auto 60px;
  }
}
.c89gaxj {
  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) {
  .c89gaxj {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}
.cyzeqqc {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media only screen and (max-width: 767px) {
  .cyzeqqc {
    margin: 0 -5px;
  }
}
.cvgozbb {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  text-decoration: none;
  cursor: pointer;
}
.cvgozbb img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.c2qtskg ease-in-out;
}
.cvgozbb p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
  color: var(--text-color);
}
@media only screen and (min-width: 1025px) {
  .cvgozbb:hover img {
    transform: scale(1.01);
  }
}
@media only screen and (max-width: 991px) {
  .cvgozbb {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .cvgozbb {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 12px;
  }
  .cvgozbb p {
    font-size: 16px;
  }
}

.cm58atl {
  position: relative;
  max-width: 800px;
  height: 400px;
  width: 100%;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 520px) {
  .cm58atl {
    height: 190px;
    margin: 20px auto;
  }
}
.cm58atl img {
  width: 100%;
  height: 100%;
}
.cm58atl iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}
@media only screen and (max-width: 520px) {
  .cm58atl iframe {
    height: 190px;
  }
}
.c0ubi91 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(3px);
}
.c0ubi91::before {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}
.cwtj662 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}
.cwtj662 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.c2qtskg ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .cwtj662:hover svg {
    transform: scale(1.1);
  }
}

.ci1avfm {
  padding: 90px 0;
}
@media only screen and (max-width: 767px) {
  .ci1avfm {
    padding: 40px 0;
  }
}
.cb1tbws {
  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) {
  .cb1tbws {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 991px) {
  .cb1tbws {
    flex-direction: column-reverse;
  }
}
.cusjjej {
  max-width: 520px;
  width: 100%;
  flex-basis: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}
.cusjjej img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .cusjjej {
    max-width: 565px;
    flex-basis: auto;
    margin: 24px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .cusjjej {
    margin: 10px 0 0;
  }
}
.cf51swx {
  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;
}
.cf51swx 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) {
  .cf51swx {
    flex-basis: auto;
  }
}
@media only screen and (max-width: 767px) {
  .cf51swx {
    padding: 24px 10px;
  }
}
.cxvvpzi {
  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.c2qtskg ease-in-out;
}
.cxvvpzi:hover {
  border: 1px solid #8c8ca2;
}
.chcgdk3 {
  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%);
}
.chcgdk3:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}
.c3dx84t {
  max-width: 342px;
  width: 100%;
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #c0c0c0;
  text-align: center;
}
.c3dx84t a {
  text-decoration: underline;
  color: #8babff;
}
.cd2qt5f {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}
.cd2qt5f .cxvvpzi {
  width: 50%;
  margin: 0;
}
.cspk6hp {
  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;
}
.cspk6hp:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.co863bl {
  margin: 0 0 100px;
}
@media only screen and (max-width: 1200px) {
  .co863bl {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .co863bl {
    margin: 0 0 60px;
  }
}
.cnv2vwd {
  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) {
  .cnv2vwd {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.c5sdp8b {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c5sdp8b {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}
.cwi675k {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}
@media only screen and (max-width: 767px) {
  .cwi675k {
    flex-basis: auto;
    max-width: 100%;
  }
}
.c9x4ex8 {
  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) {
  .c9x4ex8 {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.c9x4ex8 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.c2qtskg ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c9x4ex8 a {
    margin: 1px 0 4px;
  }
}
.c9x4ex8 a svg {
  fill: #fff;
}
.c9x4ex8 a:hover {
  background: #3d68e7;
}
.crk81my {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}
.czxf5xb {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .czxf5xb {
    position: absolute;
    top: 18px;
    left: 115px;
  }
}
.cfswm8v {
  font-size: 16px;
  color: var(--text-color);
}

.c0r7f2q {
  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) {
  .c0r7f2q {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .c0r7f2q {
    margin: 20px auto 60px;
  }
}
@media only screen and (min-width: 992px) {
  .c0r7f2q {
    grid-template-areas: "play-block__left play-block__right" "content-section content-section";
    grid-template-columns: 65% 35%;
  }
}
.cj96912 {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}
.cj96912 h1,
.cj96912 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) {
  .cj96912 h1,
  .cj96912 h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .cj96912 {
    margin: 0;
    padding-right: 20px;
  }
}
.ca2t2vu {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}
.ca2t2vu 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) {
  .ca2t2vu h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}
.ca2t2vu 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) {
  .ca2t2vu h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}
.ca2t2vu 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);
}
.ca2t2vu 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) {
  .ca2t2vu table tr td {
    padding: 12px 4px;
  }
}
.ca2t2vu 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(--table-1-color);
  border-top: none;
  border-left: none;
  border-right: none;
}
@media only screen and (max-width: 767px) {
  .ca2t2vu table tr th {
    padding: 12px 4px;
  }
}
.ca2t2vu table tr:last-of-type td {
  border-bottom: none;
}
@media only screen and (min-width: 992px) {
  .ca2t2vu {
    margin: 0;
  }
}
.cwg7bff {
  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) {
  .cwg7bff {
    min-height: 190px;
  }
}
.c1wwnnp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(5px);
}
.c1wwnnp::before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}
.caf7fkq {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.caf7fkq.cv37z5d {
  display: none;
}
.c0afwx1 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}
.c0afwx1 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c0afwx1 iframe.cipb7k3 {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}
.c0afwx1.ctb5oo9 {
  opacity: 1;
  pointer-events: all;
}
.cpa14gk {
  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.c2qtskg ease-in-out;
}
.cpa14gk svg {
  margin-right: 10px;
}
.cpa14gk + .cpa14gk {
  margin-top: 14px;
}
@media only screen and (min-width: 1025px) {
  .cpa14gk:hover {
    background: #a8a6b3;
  }
}
.czzd6fh {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}
@media only screen and (min-width: 1025px) {
  .czzd6fh:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
  }
}
@media only screen and (max-width: 767px) {
  .cpa14gk {
    height: 42px;
    max-width: 220px;
  }
}
.c0r7f2q .cqqu2na {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}
.c0r7f2q .cqqu2na h1,
.c0r7f2q .cqqu2na 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) {
  .c0r7f2q .cqqu2na h1,
  .c0r7f2q .cqqu2na h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}
@media only screen and (min-width: 991px) {
  .c0r7f2q .cqqu2na {
    margin: 28px 0 0;
  }
}

.c3rnnk7 {
  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) {
  .c3rnnk7 {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 991px) {
  .c3rnnk7 {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .c3rnnk7 {
    margin: 20px auto 60px;
  }
}
.c6x91wj {
  max-width: 545px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .c6x91wj {
    max-width: 100%;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c6x91wj {
    max-width: 100%;
    margin: 0 0 10px;
  }
}
.cdd2khj {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}
.cdd2khj iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ce2k6gm {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}
.ce2k6gm h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}
@media only screen and (max-width: 1200px) {
  .ce2k6gm h1 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .ce2k6gm h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .ce2k6gm {
    max-width: 100%;
    margin: 0;
  }
}
.cxoiyy8 {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .cxoiyy8 {
    padding: 14px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}
.cz3gr4r {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .cz3gr4r {
    flex-direction: column;
    margin: 0 0 0 20px;
  }
}
.cunhys0 {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.cunhys0 span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}
@media only screen and (max-width: 767px) {
  .cunhys0 {
    margin: 0;
  }
  .cunhys0:last-of-type {
    margin-top: 4px;
  }
}

.c4j9212 {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 10px;
  background: var(--table-header-color);
}
@media only screen and (max-width: 540px) {
  .c4j9212 {
    padding: 10px;
  }
}
.c4j9212 .cwh83ta {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 540px) {
  .c4j9212 .cwh83ta {
    max-width: 100%;
    margin: 10px 0 0;
  }
}
@media only screen and (max-width: 540px) {
  .c4j9212 {
    flex-wrap: wrap;
  }
}
.c5xpb53 {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}
.c5xpb53 img {
  width: 100%;
}
.ckzj9ie {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}
@media only screen and (max-width: 540px) {
  .ckzj9ie {
    max-width: 200px;
    margin: 0;
  }
}
.clo3wc2 {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}
.c3rnppo {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.cc3ann9 {
  width: 100%;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .cc3ann9 {
    margin: 0 0 60px;
  }
}
.cc3ann9 .cwholib {
  position: relative;
}
.cc3ann9 .c35b3cr {
  width: 100%;
  height: calc(100vh - 66px);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .cc3ann9 .c35b3cr {
    height: calc(100vh - 54px);
  }
}
.cc3ann9 .c35b3cr.cv37z5d {
  display: none;
}
.cc3ann9 .cnrmc1n {
  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);
}
@media only screen and (max-width: 991px) {
  .cc3ann9 .cnrmc1n {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}
@media only screen and (max-width: 520px) {
  .cc3ann9 .cnrmc1n {
    bottom: 90px;
  }
}
.cc3ann9 .cnrmc1n .crjbb9x {
  max-width: 300px;
  width: 100%;
}
.cc3ann9 .cnrmc1n .crjbb9x .cpniahn {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}
@media only screen and (max-width: 767px) {
  .cc3ann9 .cnrmc1n .crjbb9x .cpniahn {
    font-size: 32px;
    text-align: center;
  }
}
.cc3ann9 .cnrmc1n .crjbb9x .cydkpp7 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}
@media only screen and (max-width: 767px) {
  .cc3ann9 .cnrmc1n .crjbb9x .cydkpp7 {
    text-align: center;
  }
}
.cc3ann9 .cnrmc1n .cl7qk39 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .cc3ann9 .cnrmc1n .cl7qk39 {
    flex-direction: column-reverse;
  }
}
.cc3ann9 .cnrmc1n .cl7qk39 .cghb2ap {
  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.c2qtskg ease-in-out;
}
.cc3ann9 .cnrmc1n .cl7qk39 .cghb2ap:hover {
  background: #a8a6b3;
}
@media only screen and (max-width: 767px) {
  .cc3ann9 .cnrmc1n .cl7qk39 .cghb2ap {
    width: 100%;
  }
}
.cc3ann9 .cnrmc1n .cl7qk39 .ce6mktd {
  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;
  transition: 0.c2qtskg ease-in-out;
}
.cc3ann9 .cnrmc1n .cl7qk39 .ce6mktd:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}
@media only screen and (max-width: 767px) {
  .cc3ann9 .cnrmc1n .cl7qk39 .ce6mktd {
    width: 100%;
  }
}
.cc3ann9 .cnrmc1n.cv37z5d {
  display: none;
}
.cc3ann9 .c89emaa {
  display: none;
}
.cc3ann9 .c89emaa.ctb5oo9 {
  display: block;
}
.cc3ann9 .c89emaa iframe {
  width: 100%;
  height: calc(100vh - 66px);
}
@media only screen and (max-width: 767px) {
  .cc3ann9 .c89emaa iframe {
    height: calc(100vh - 54px);
  }
}
.cc3ann9 .c8k66er {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}
@media only screen and (max-width: 1200px) {
  .cc3ann9 .c8k66er {
    padding: 24px 16px 0;
  }
}
.cc3ann9 .c8k66er .cpniahn {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .cc3ann9 .c8k66er .cpniahn {
    margin-bottom: 24px;
  }
}
.cc3ann9 .c8k66er 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);
}
.cc3ann9 .c8k66er 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) {
  .cc3ann9 .c8k66er table tr td {
    padding: 12px 4px;
  }
}
.cc3ann9 .c8k66er 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(--table-2-color);
  border-top: none;
}
@media only screen and (max-width: 767px) {
  .cc3ann9 .c8k66er table tr th {
    padding: 12px 4px;
  }
}
.cc3ann9 .c8k66er table tr:last-of-type td {
  border-bottom: none;
}

.c32o3gl {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background: var(--main-theme-color);
}
.c32o3gl.chl7mx8 {
  display: block;
}
.c32o3gl iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}
.c32o3gl .cxdm0ya {
  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;
}
.c32o3gl .ct4as67 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}
.c32o3gl .ce6mktd {
  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.c2qtskg ease-in-out;
}
.c32o3gl .ce6mktd:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

.cffzjd0 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
  overflow: auto;
}
.cffzjd0.chl7mx8 {
  display: block;
}
.csszmiq {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.cx27smq {
  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;
}
.cl2f85b {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .cx27smq {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 28px 16px;
  }
}
.c4ya82q {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.c4ya82q svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.c6p8bc0 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cultuxw.cv37z5d {
  display: none;
}
.c1qeflw {
  font-size: 16px;
  line-height: 140%;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 36px;
}
@media only screen and (max-width: 767px) {
  .c1qeflw {
    margin-bottom: 20px;
  }
}
.cznklv6 {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}
.cznklv6 span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}
.cznklv6 small {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.8;
  display: block;
  margin-bottom: 16px;
}
.cznklv6 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.c2qtskg ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}
.cznklv6 input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}
.cznklv6 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}
.cznklv6 input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}
.cznklv6 input:active {
  border-color: #c2c0ce;
}
.cznklv6 input:focus {
  border-color: #c2c0ce;
}
@media only screen and (max-width: 767px) {
  .cznklv6 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.cytoaqj {
  margin-bottom: 36px;
}
.cytoaqj 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;
}
.cytoaqj textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}
.cytoaqj textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .cytoaqj {
    margin-bottom: 24px;
  }
}
.cnnzaw2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cl36tvx {
  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.c2qtskg ease-in-out;
}
.cl36tvx:hover {
  background: var(--border-color);
}
.cv894qb {
  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.c2qtskg ease-in-out;
}
.cv894qb:hover {
  background: #166ad9;
}

.cfbz4o3 {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.cfbz4o3.cv37z5d {
  display: none;
}
.c1bisly {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--title-color);
  margin: 16px 0 20px;
}
.cfbz4o3 .cl36tvx {
  margin: 0 auto;
}

.c4yt76v {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}
@media only screen and (max-width: 767px) {
  .c4yt76v {
    margin-bottom: 16px;
  }
}

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

.c89n93p {
  filter: grayscale(100%);
}

.c82kaja > input {
  display: none;
}

.c82kaja > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.cj1al7u.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.czq7mjm 44.cay20n6.cmubu8g.cyj49q0.cvttima.cxihnyf.cq8qswh.c9a1fhp.ckc8zmu.c00lh8h.cb13kmi.cmbpike.cb624mj 0l-12.cio2j1t 30.cx9jbax.cu7f0uv 2.cqlc89y.cu7f0uv 3.cj38cxj 3.ctkxqfi.ctpx31a 3.cu860ru.crre9lh.ccd59xq.c3ijd2l 7-3.cio2j1t 10.c38jj0s.c3ijd2l 23.cnbr3mf.ccfyxe6 1.cdhft3u 2.cio2j1t 3.ccfyxe6 1.ctpx31a 5.cmaxrso.ctpx31a 32.cxpnta2.crre9lh 5.cb624mj 4.c3ijd2l 9.c3ijd2l 8.ctpx31a 6.c3b6h37.cdm3a3l.csebgat.c406mhz.c48fmkq 4.cwxc9ml.c48fmkq 6.c48fmkq 0l29.cb624mj 17.cbcufck.c016i2k 2.ci4kpnf 10.cvfhr0d.cio2j1t 8.c2od9xa.cl4mcah.c2infmf.c0z0fog.c4hv0sz.crre9lh.cxihnyf.cio2j1t 1.c5yr7r6.cyrtfyx.cy7og0l.chra65i.cdtwvlm.cdhft3u 1.cmvb200.c88nt17.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.c82kaja > input:checked ~ label,
.c82kaja > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.cj1al7u.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.czq7mjm 44.cay20n6.cmubu8g.cyj49q0.cvttima.cxihnyf.cq8qswh.c9a1fhp.ckc8zmu.c00lh8h.cb13kmi.cmbpike.cb624mj 0l-12.cio2j1t 30.cx9jbax.cu7f0uv 2.cqlc89y.cu7f0uv 3.cj38cxj 3.ctkxqfi.ctpx31a 3.cu860ru.crre9lh.ccd59xq.c3ijd2l 7-3.cio2j1t 10.c38jj0s.c3ijd2l 23.cnbr3mf.ccfyxe6 1.cdhft3u 2.cio2j1t 3.ccfyxe6 1.ctpx31a 5.cmaxrso.ctpx31a 32.cxpnta2.crre9lh 5.cb624mj 4.c3ijd2l 9.c3ijd2l 8.ctpx31a 6.c3b6h37.cdm3a3l.csebgat.c406mhz.c48fmkq 4.cwxc9ml.c48fmkq 6.c48fmkq 0l29.cb624mj 17.cbcufck.c016i2k 2.ci4kpnf 10.cvfhr0d.cio2j1t 8.c2od9xa.cl4mcah.c2infmf.c0z0fog.c4hv0sz.crre9lh.cxihnyf.cio2j1t 1.c5yr7r6.cyrtfyx.cy7og0l.chra65i.cdtwvlm.cdhft3u 1.cmvb200.c88nt17.5z'/%3e%3c/svg%3e");
}

.c82kaja > input:not(:checked) ~ label:hover,
.c82kaja > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.cj1al7u.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.czq7mjm 44.cay20n6.cmubu8g.cyj49q0.cvttima.cxihnyf.cq8qswh.c9a1fhp.ckc8zmu.c00lh8h.cb13kmi.cmbpike.cb624mj 0l-12.cio2j1t 30.cx9jbax.cu7f0uv 2.cqlc89y.cu7f0uv 3.cj38cxj 3.ctkxqfi.ctpx31a 3.cu860ru.crre9lh.ccd59xq.c3ijd2l 7-3.cio2j1t 10.c38jj0s.c3ijd2l 23.cnbr3mf.ccfyxe6 1.cdhft3u 2.cio2j1t 3.ccfyxe6 1.ctpx31a 5.cmaxrso.ctpx31a 32.cxpnta2.crre9lh 5.cb624mj 4.c3ijd2l 9.c3ijd2l 8.ctpx31a 6.c3b6h37.cdm3a3l.csebgat.c406mhz.c48fmkq 4.cwxc9ml.c48fmkq 6.c48fmkq 0l29.cb624mj 17.cbcufck.c016i2k 2.ci4kpnf 10.cvfhr0d.cio2j1t 8.c2od9xa.cl4mcah.c2infmf.c0z0fog.c4hv0sz.crre9lh.cxihnyf.cio2j1t 1.c5yr7r6.cyrtfyx.cy7og0l.chra65i.cdtwvlm.cdhft3u 1.cmvb200.c88nt17.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .clrz2rc > .c95rs0g {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .clrz2rc > .c95rs0g {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .clrz2rc > .c95rs0g {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .clrz2rc > .c95rs0g {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .clrz2rc > .c95rs0g {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.caif99l {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}
.caif99l.cv37z5d {
  display: none;
}
.cz8hnz6 {
  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) {
  .cz8hnz6 {
    height: 74px;
    overflow: visible;
  }
}
@media only screen and (max-width: 767px) {
  .cz8hnz6 {
    border-radius: 20px 20px 0 0;
  }
}
.chns6av {
  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;
}
.chns6av::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}
.chns6av::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}
.chns6av img {
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .chns6av {
    max-width: 300px;
    padding: 0 10px;
    font-size: 16px;
  }
  .chns6av img {
    max-width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .chns6av {
    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;
  }
  .chns6av img {
    max-width: 60px;
    border-radius: 7px;
  }
}
.c2jck8r {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .c2jck8r {
    font-size: 16px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .c2jck8r {
    font-size: 14px;
  }
}
.cc5caip {
  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;
}
.cc5caip::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) {
  .cc5caip::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}
.cc5caip::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) {
  .cc5caip::after {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .cc5caip {
    max-width: 300px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .cc5caip {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}
.c2ojtlk {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .c2ojtlk {
    top: -20px;
  }
}
.c79ijxr {
  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.c2qtskg ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}
@media only screen and (min-width: 1025px) {
  .c79ijxr:hover {
    background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
  }
}
@media only screen and (max-width: 1023px) {
  .c79ijxr {
    width: 200px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .c79ijxr {
    width: 90px;
    height: 40px;
  }
}
.caif99l.crl3o6y .cz8hnz6 {
  background: #2b3b67;
}
.caif99l.crl3o6y .chns6av {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}
.caif99l.crl3o6y .chns6av::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}
.caif99l.crl3o6y .chns6av::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}
.caif99l.crl3o6y .cc5caip::before {
  background: #0e0f41;
}
.caif99l.crl3o6y .cc5caip::after {
  background: #152557;
}
.caif99l.c0ihqf6 .cz8hnz6 {
  background: #1f35fa;
}
.caif99l.c0ihqf6 .chns6av {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}
.caif99l.c0ihqf6 .chns6av::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}
.caif99l.c0ihqf6 .chns6av::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}
.caif99l.c0ihqf6 .cc5caip::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}
.caif99l.c0ihqf6 .cc5caip::after {
  background: #192ac8;
}
.caif99l.caylnb3 .cz8hnz6 {
  background: #fa771f;
}
.caif99l.caylnb3 .chns6av {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}
.caif99l.caylnb3 .chns6av::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}
.caif99l.caylnb3 .chns6av::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}
.caif99l.caylnb3 .cc5caip::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}
.caif99l.caylnb3 .cc5caip::after {
  background: #fa8535;
}

.ccis6c8 {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}
@media only screen and (max-width: 1200px) {
  .ccis6c8 {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .ccis6c8 {
    margin: 24px 0 60px;
  }
}
.ccis6c8 h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}
@media only screen and (max-width: 767px) {
  .ccis6c8 h1 {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 18px;
  }
}
.ccx5468 {
  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) {
  .ccx5468 {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}
.cpy691x {
  display: flex;
  align-items: center;
  color: var(--text-color);
  gap: 6px;
  font-weight: 700;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .cpy691x {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}
.cmst6gb {
  max-width: 200px;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #197bff;
  border-radius: 6px;
  transition: 0.c2qtskg ease-in-out;
  color: var(--text-color);
  cursor: pointer;
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .cmst6gb:hover {
    background: #166ad9;
  }
}
.cdgw7fs {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cdgw7fs span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}
.cdgw7fs small {
  font-size: 14px;
  color: var(--text-color);
}
@media only screen and (max-width: 767px) {
  .cdgw7fs {
    margin-bottom: 16px;
  }
}
.c057tmg {
  width: 120px;
  height: 22px;
}
.c057tmg .cijogy1 {
  fill: #c2c0ce;
}
.c057tmg [rating="1"] .cijogy1:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}
.c057tmg [rating="2"] .cijogy1:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}
.c057tmg [rating="3"] .cijogy1:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}
.c057tmg [rating="4"] .cijogy1:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}
.c057tmg [rating="5"] .cijogy1:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}
.cgti4ii {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}
@media only screen and (max-width: 767px) {
  .cgti4ii {
    gap: 16px 0;
  }
}

/*# sourceMappingURL=index.c3mlozq.chb8dm3 */
:root {
  --login-btn: #edeef8;
  --login-btn-color: #1f1f1f;
  --registr-btn: #a91f09;
  --button-bg-color: #a91f09;
  --button-text-color: #ffffff;
  --fh-bg-color: #f3f3f3;
  --text-color: #000000;
  --title-color: #000000;
  --menu-color: #000000;
  --mobile-bg-color: #f7f7f7;
  --table-header-color: linear-gradient(138.cgrr857, #6262d9 0%, #9d62d9 74.32%);
  --table-1-color: #ffffff;
  --table-2-color: #eeeeee;
  --main-theme-color: #ffffff;
  --button-bg-hover: #f02e0f;
  --border-color: #9d62d9;
  --rate-image-border: #3b3b3b;
  --rate-counter-bg: #11182c;
  --rate-counter-bg-top: linear-gradient(138deg, #6262d9 0%, #9d62d9 100%);
  --footer-menu-color: #000000;
  --footer-text-color: #000000;
  --games-nav-bg-color: #ffffff;
  --games-nav-border-color: #f3f3f3;
  --games-nav-text-color: #000000;
  --updated-block-color: #000000;
}

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