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

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

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

.cgn1h0o {
  cursor: pointer;
}

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

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

.cwpbr5c figure {
  margin: 0;
}

.cwpbr5c.c69j5xf {
  justify-content: flex-start;
  margin-right: 4px;
}

.cwpbr5c.cd72or0 {
  justify-content: flex-end;
  margin-left: 4px;
}

.cwpbr5c.ccxgvtm {
  justify-content: center;
}

.cwpbr5c.ckfhwtd {
  justify-content: normal;
}

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

.czf54un {
  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) {
  .czf54un {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .czf54un {
    padding: 50px 16px 68px;
  }
}
.c0xpqqb {
  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) {
  .c0xpqqb {
    flex-direction: column;
  }
}
.coxzjo8 {
  margin-bottom: 94px;
}
@media only screen and (max-width: 767px) {
  .coxzjo8 {
    margin-bottom: 40px;
  }
}
.cruiub0 .ctvk5pc {
  margin-bottom: 28px;
}
.cruiub0 .ctvk5pc img {
  max-height: 100px;
  width: auto;
}
.c5yhxzd {
  display: flex;
  align-items: center;
}
.c5yhxzd a + a {
  margin-left: 24px;
}
.c5yhxzd img {
  max-height: 56px;
  width: auto;
}
.c5yhxzd img + img {
  margin-left: 24px;
}
.c4yan6x {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .c4yan6x {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}
.cp2rtjz {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .cp2rtjz {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

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

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

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

.c6st02v {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.cpv8ozh ease-in-out;
}
.c6st02v.csb2ixc {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

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

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

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

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

.cm2eiy8 {
  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) {
  .cm2eiy8 {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .cm2eiy8:hover {
    background: var(--login-btn);
    opacity: 0.9;
  }
}

.cnqozj3 {
  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) {
  .cnqozj3:hover {
    background: var(--button-bg-hover);
  }
}
@media only screen and (max-width: 767px) {
  .cnqozj3 {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

.cgnu7nj {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  .cgnu7nj {
    top: 9px;
    transform: none;
    right: auto;
    left: 0;
  }
}
.cgnu7nj:hover > ul {
  display: flex;
}
.cgnu7nj:focus > ul {
  display: flex;
}
.cgnu7nj:focus-within > ul {
  display: flex;
}
.clfxesy {
  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;
}
.clfxesy::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.cpv8ozh ease-in-out;
}
@media only screen and (max-width: 767px) {
  .clfxesy {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .clfxesy img {
    max-width: 20px;
  }
}
.cgnu7nj ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.cjb6qte 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) {
  .cgnu7nj ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}
.cgnu7nj 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.cjb6qte ease-in-out;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .cgnu7nj ul li {
    padding: 5px;
  }
}
.cgnu7nj 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) {
  .cgnu7nj ul li a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  .cgnu7nj ul li a {
    font-size: 14px;
    gap: 3px;
  }
  .cgnu7nj ul li a img {
    max-width: 20px;
  }
}

.c7ayky7 {
  display: none;
}

.c23qamk {
  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) {
  .c23qamk {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}
.c23qamk span {
  display: block;
  height: 1px;
  border-radius: 4px;
  width: 20px;
  background: var(--login-btn-color);
}

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

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

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

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

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

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

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

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

.c0xd2q7 {
  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) {
  .c0xd2q7 {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .c0xd2q7 {
    margin: 15px auto;
  }
}
.c0xd2q7 li {
  font-size: 16px;
  position: relative;
}
.c0xd2q7 li a {
  color: var(--text-color);
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .c0xd2q7 li a:hover {
    text-decoration: underline;
  }
}
.c0xd2q7 li span {
  opacity: 0.5;
}
.c0xd2q7 li + li {
  margin-left: 30px;
}
.c0xd2q7 li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

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

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

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

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

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

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

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

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

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

.ch2oj1n {
  width: 100%;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .ch2oj1n {
    margin: 0 0 60px;
  }
}
.ch2oj1n .cldxepo {
  position: relative;
}
.ch2oj1n .cou61al {
  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) {
  .ch2oj1n .cou61al {
    height: calc(100vh - 54px);
  }
}
.ch2oj1n .cou61al.cfwc1p5 {
  display: none;
}
.ch2oj1n .c9h6yez {
  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) {
  .ch2oj1n .c9h6yez {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}
@media only screen and (max-width: 520px) {
  .ch2oj1n .c9h6yez {
    bottom: 90px;
  }
}
.ch2oj1n .c9h6yez .ckvuc2j {
  max-width: 300px;
  width: 100%;
}
.ch2oj1n .c9h6yez .ckvuc2j .cnvsbvg {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}
@media only screen and (max-width: 767px) {
  .ch2oj1n .c9h6yez .ckvuc2j .cnvsbvg {
    font-size: 32px;
    text-align: center;
  }
}
.ch2oj1n .c9h6yez .ckvuc2j .csstrjq {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}
@media only screen and (max-width: 767px) {
  .ch2oj1n .c9h6yez .ckvuc2j .csstrjq {
    text-align: center;
  }
}
.ch2oj1n .c9h6yez .c7bb81b {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .ch2oj1n .c9h6yez .c7bb81b {
    flex-direction: column-reverse;
  }
}
.ch2oj1n .c9h6yez .c7bb81b .ct04lkc {
  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.cjb6qte ease-in-out;
}
.ch2oj1n .c9h6yez .c7bb81b .ct04lkc:hover {
  background: #a8a6b3;
}
@media only screen and (max-width: 767px) {
  .ch2oj1n .c9h6yez .c7bb81b .ct04lkc {
    width: 100%;
  }
}
.ch2oj1n .c9h6yez .c7bb81b .cg1yrpt {
  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.cjb6qte ease-in-out;
}
.ch2oj1n .c9h6yez .c7bb81b .cg1yrpt:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}
@media only screen and (max-width: 767px) {
  .ch2oj1n .c9h6yez .c7bb81b .cg1yrpt {
    width: 100%;
  }
}
.ch2oj1n .c9h6yez.cfwc1p5 {
  display: none;
}
.ch2oj1n .cvkfsmx {
  display: none;
}
.ch2oj1n .cvkfsmx.cod8ff3 {
  display: block;
}
.ch2oj1n .cvkfsmx iframe {
  width: 100%;
  height: calc(100vh - 66px);
}
@media only screen and (max-width: 767px) {
  .ch2oj1n .cvkfsmx iframe {
    height: calc(100vh - 54px);
  }
}
.ch2oj1n .c5she3b {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}
@media only screen and (max-width: 1200px) {
  .ch2oj1n .c5she3b {
    padding: 24px 16px 0;
  }
}
.ch2oj1n .c5she3b .cnvsbvg {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .ch2oj1n .c5she3b .cnvsbvg {
    margin-bottom: 24px;
  }
}
.ch2oj1n .c5she3b 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);
}
.ch2oj1n .c5she3b 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) {
  .ch2oj1n .c5she3b table tr td {
    padding: 12px 4px;
  }
}
.ch2oj1n .c5she3b 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) {
  .ch2oj1n .c5she3b table tr th {
    padding: 12px 4px;
  }
}
.ch2oj1n .c5she3b table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

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

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

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

.ceeylfh > input {
  display: none;
}

.ceeylfh > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.czrqwgg.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.c0xng6n 44.cdkxq7m.c2c7nse.czawif9.cbgpgm0.c0prtly.cznv772.cw3knk2.cmizpe7.cln7pde.c3e4rn4.ch0exsa.c2d1kec 0l-12.c3gh68m 30.c55k4ve.cyetgde 2.czicj16.cyetgde 3.c55t58k 3.cjugk0g.cnwon38 3.c2vc5ow.cqtzx86.cdqxs0v.c6b2u48 7-3.c3gh68m 10.c00hhrq.c6b2u48 23.cukhczx.c60pacm 1.cpvblsk 2.c3gh68m 3.c60pacm 1.cnwon38 5.cah0yh8.cnwon38 32.czvj52j.cqtzx86 5.c2d1kec 4.c6b2u48 9.c6b2u48 8.cnwon38 6.cusry0k.cv2344s.c6354k7.cd5sy3t.cc5rcpm 4.cl9qnts.cc5rcpm 6.cc5rcpm 0l29.c2d1kec 17.cng87po.ciha1lh 2.cwsdzkf 10.cb1a8r0.c3gh68m 8.czb49av.cqy3nms.cgup7o5.c5jdz1d.cghbswv.cqtzx86.c0prtly.c3gh68m 1.cig6jf0.com1c0j.cmhc05z.cnhujx3.cf2c97x.cpvblsk 1.c97f8re.ciy89rp.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.ceeylfh > input:checked ~ label,
.ceeylfh > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.czrqwgg.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.c0xng6n 44.cdkxq7m.c2c7nse.czawif9.cbgpgm0.c0prtly.cznv772.cw3knk2.cmizpe7.cln7pde.c3e4rn4.ch0exsa.c2d1kec 0l-12.c3gh68m 30.c55k4ve.cyetgde 2.czicj16.cyetgde 3.c55t58k 3.cjugk0g.cnwon38 3.c2vc5ow.cqtzx86.cdqxs0v.c6b2u48 7-3.c3gh68m 10.c00hhrq.c6b2u48 23.cukhczx.c60pacm 1.cpvblsk 2.c3gh68m 3.c60pacm 1.cnwon38 5.cah0yh8.cnwon38 32.czvj52j.cqtzx86 5.c2d1kec 4.c6b2u48 9.c6b2u48 8.cnwon38 6.cusry0k.cv2344s.c6354k7.cd5sy3t.cc5rcpm 4.cl9qnts.cc5rcpm 6.cc5rcpm 0l29.c2d1kec 17.cng87po.ciha1lh 2.cwsdzkf 10.cb1a8r0.c3gh68m 8.czb49av.cqy3nms.cgup7o5.c5jdz1d.cghbswv.cqtzx86.c0prtly.c3gh68m 1.cig6jf0.com1c0j.cmhc05z.cnhujx3.cf2c97x.cpvblsk 1.c97f8re.ciy89rp.5z'/%3e%3c/svg%3e");
}

.ceeylfh > input:not(:checked) ~ label:hover,
.ceeylfh > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.czrqwgg.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.c0xng6n 44.cdkxq7m.c2c7nse.czawif9.cbgpgm0.c0prtly.cznv772.cw3knk2.cmizpe7.cln7pde.c3e4rn4.ch0exsa.c2d1kec 0l-12.c3gh68m 30.c55k4ve.cyetgde 2.czicj16.cyetgde 3.c55t58k 3.cjugk0g.cnwon38 3.c2vc5ow.cqtzx86.cdqxs0v.c6b2u48 7-3.c3gh68m 10.c00hhrq.c6b2u48 23.cukhczx.c60pacm 1.cpvblsk 2.c3gh68m 3.c60pacm 1.cnwon38 5.cah0yh8.cnwon38 32.czvj52j.cqtzx86 5.c2d1kec 4.c6b2u48 9.c6b2u48 8.cnwon38 6.cusry0k.cv2344s.c6354k7.cd5sy3t.cc5rcpm 4.cl9qnts.cc5rcpm 6.cc5rcpm 0l29.c2d1kec 17.cng87po.ciha1lh 2.cwsdzkf 10.cb1a8r0.c3gh68m 8.czb49av.cqy3nms.cgup7o5.c5jdz1d.cghbswv.cqtzx86.c0prtly.c3gh68m 1.cig6jf0.com1c0j.cmhc05z.cnhujx3.cf2c97x.cpvblsk 1.c97f8re.ciy89rp.5z'/%3e%3c/svg%3e");
}

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

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

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

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

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

#rating-0 {
  display: none;
}

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

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

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

/*# sourceMappingURL=index.cowhzr9.cm9et01 */
: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.cuwhyk8, #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;
  }
}
