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

.cpr8muq {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
  background: rgb(22, 23, 27);
}
@media only screen and (max-width: 767px) {
  .cpr8muq {
    padding: 54px 0 0;
  }
}

.czw50zb {
  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) {
  .czw50zb:hover {
    background: #ff3968;
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #ff3968;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 #ff3968;
  }
  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 #ff3968;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 #ff3968;
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}
.c2ac2tc {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}
@media only screen and (max-width: 767px) {
  .c2ac2tc {
    margin: 20px auto 100px;
  }
}
.c2ac2tc h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}
@media only screen and (max-width: 767px) {
  .c2ac2tc h1 {
    font-size: 120px;
  }
}
.c2ac2tc p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.c70ghzz {
  cursor: pointer;
}

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

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

.cjkgq78 figure {
  margin: 0;
}

.cjkgq78.c7n11c6 {
  justify-content: flex-start;
  margin-right: 4px;
}

.cjkgq78.ckm9lmo {
  justify-content: flex-end;
  margin-left: 4px;
}

.cjkgq78.c07a6rw {
  justify-content: center;
}

.cjkgq78.cjbnzw9 {
  justify-content: normal;
}

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

.c7fb8ff {
  padding: 80px 0 0;
  background: #ffffff14;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1200px) {
  .c7fb8ff {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .c7fb8ff {
    padding: 50px 16px 68px;
  }
}
.cti4vdw {
  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) {
  .cti4vdw {
    flex-direction: column;
  }
}
.ct4v8fc {
  margin-bottom: 94px;
}
@media only screen and (max-width: 767px) {
  .ct4v8fc {
    margin-bottom: 40px;
  }
}
.c3xg7ys .cva64qe {
  margin-bottom: 28px;
}
.c3xg7ys .cva64qe img {
  max-height: 100px;
  width: auto;
}
.cdhw35o {
  display: flex;
  align-items: center;
}
.cdhw35o a + a {
  margin-left: 24px;
}
.cdhw35o img {
  max-height: 56px;
  width: auto;
}
.cdhw35o img + img {
  margin-left: 24px;
}
.c3fvfg9 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .c3fvfg9 {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}
.capd8wq {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .capd8wq {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

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

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

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

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

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

.cwld1fd {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: linear-gradient(
    180deg,
    rgba(13, 13, 14, 1) 0%,
    rgba(19, 20, 22, 1) 50%,
    rgba(27, 28, 30, 1) 100%
  );
  border-bottom: 1px solid #30333a;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .cwld1fd {
    height: 54px;
  }
}
.cv6nyqq {
  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) {
  .cv6nyqq {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .cv6nyqq {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .cv6nyqq .cva64qe img {
    max-width: 90px;
  }
}

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

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

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

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

.cofxw0e {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: #ff3968;
  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) {
  .cofxw0e:hover {
    background: #ff567d;
  }
}
@media only screen and (max-width: 767px) {
  .cofxw0e {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

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

.cgmcpbk {
  display: none;
}

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

@media only screen and (max-width: 1023px) {
  .cgmcpbk:checked ~ .c1jz4x7 {
    display: block;
    position: absolute;
    height: 100vh;
    background: #28292d;
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  .c1jz4x7 {
    display: none;
    transition: display 0cjb6qte ease-in-out;
  }
  .cgmcpbk:checked ~ .c1jz4x7 {
    display: block;
  }
  .cgmcpbk:checked + .czpivr5 span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .cgmcpbk:checked + .czpivr5 span:nth-child(2) {
    display: none;
  }
  .cgmcpbk:checked + .czpivr5 span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}
.c7c012c {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 1200px) {
  .c7c012c {
    padding: 0 16px;
  }
}
.c7c012c img {
  margin-bottom: 20px;
}
.c7c012c p {
  color: var(--text-color);
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .c7c012c p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .c7c012c {
    margin-bottom: 60px;
  }
}
.ctx10ds {
  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) {
  .ctx10ds {
    font-size: 32px;
  }
}
.cxgzr6m {
  color: var(--text-color);
}

.cokvtsr {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}
@media only screen and (max-width: 767px) {
  .cokvtsr {
    font-size: 16px;
    line-height: 140%;
  }
}
.cokvtsr p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}
.cokvtsr p:first-of-type {
  margin-top: 0;
}
.cokvtsr p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .cokvtsr p {
    font-size: 16px;
    line-height: 140%;
  }
}
.cokvtsr ul {
  padding: 0 0 0 20px;
}
.cokvtsr table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.cokvtsr table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #000;
  border: 1px solid var(--border-color);
  background: var(--table-1-color);
}
@media only screen and (max-width: 767px) {
  .cokvtsr table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}
.cokvtsr table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #000;
  border: 1px solid var(--border-color);
  background: var(--table-1-color);
}
@media only screen and (max-width: 767px) {
  .cokvtsr table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}
.cokvtsr table tr:nth-child(even) td {
  background: var(--table-2-color);
}
.cokvtsr iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .cokvtsr iframe {
    height: 200px;
  }
}

.cxk4ag3 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 1200px) {
  .cxk4ag3 {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .cxk4ag3 {
    margin-bottom: 60px;
  }
}
.cwnbzzd {
  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) {
  .cwnbzzd {
    font-size: 26px;
    margin-bottom: 18px;
  }
}
.cwnbzzd h1,
.cwnbzzd h2,
.cwnbzzd h3,
.cwnbzzd 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) {
  .cwnbzzd h1,
  .cwnbzzd h2,
  .cwnbzzd h3,
  .cwnbzzd h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}
.c9hbn6c {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .c9hbn6c {
    flex-direction: column-reverse;
  }
}
.c9hbn6c .cepo3dv {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .c9hbn6c .cepo3dv {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}
.c9hbn6c .cr1r1qs {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .c9hbn6c .cr1r1qs {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .c9hbn6c .cr1r1qs img {
    width: 100%;
  }
}
.cr1r1qs {
  margin: 0 0 28px;
}
@media only screen and (max-width: 767px) {
  .cr1r1qs {
    margin-bottom: 18px;
  }
}
.cepo3dv {
  margin: 0 0 28px;
}
@media only screen and (max-width: 767px) {
  .cepo3dv {
    margin-bottom: 18px;
  }
}
.cxk4ag3 h2 {
  color: #ff3968;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}
@media only screen and (max-width: 767px) {
  .cxk4ag3 h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}
.cxk4ag3 .czw50zb {
  margin-top: 30px;
}

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

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

.c7pf1sw {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 1200px) {
  .c7pf1sw {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .c7pf1sw {
    margin-bottom: 60px;
  }
}
.c1yo9kd {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: #ffffff14;
  color: #fff;
  border-left: 5px solid rgba(255, 57, 104, 1);
  border-color: rgba(255, 57, 104, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

.cdb2zyn {
  width: 100%;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .cdb2zyn {
    margin: 0 0 60px;
  }
}
.cdb2zyn .c09dczb {
  position: relative;
}
.cdb2zyn .c338lnq {
  width: 100%;
  height: calc(100vh - 66px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .cdb2zyn .c338lnq {
    height: calc(100vh - 54px);
  }
}
.cdb2zyn .c338lnq.cg7xx8g {
  display: none;
}
.cdb2zyn .cndt2u0 {
  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: linear-gradient(
    180deg,
    rgba(27, 28, 30, 1) 0%,
    rgba(19, 20, 22, 1) 50%,
    rgba(13, 13, 14, 1) 100%
  );
  border: 1px solid #ff3968;
}
@media only screen and (max-width: 991px) {
  .cdb2zyn .cndt2u0 {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}
@media only screen and (max-width: 520px) {
  .cdb2zyn .cndt2u0 {
    bottom: 60px;
  }
}
.cdb2zyn .cndt2u0 .cn9c36b {
  max-width: 300px;
  width: 100%;
}
.cdb2zyn .cndt2u0 .cn9c36b .c2kst28 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: #ff3968;
}
@media only screen and (max-width: 767px) {
  .cdb2zyn .cndt2u0 .cn9c36b .c2kst28 {
    font-size: 32px;
    text-align: center;
  }
}
.cdb2zyn .cndt2u0 .cn9c36b .c71e3w6 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .cdb2zyn .cndt2u0 .cn9c36b .c71e3w6 {
    text-align: center;
  }
}
.cdb2zyn .cndt2u0 .c0bnovw {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .cdb2zyn .cndt2u0 .c0bnovw {
    flex-direction: column-reverse;
  }
}
.cdb2zyn .cndt2u0 .c0bnovw .cfkg3he {
  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: 0cjb6qte ease-in-out;
}
.cdb2zyn .cndt2u0 .c0bnovw .cfkg3he:hover {
  background: #a8a6b3;
}
@media only screen and (max-width: 767px) {
  .cdb2zyn .cndt2u0 .c0bnovw .cfkg3he {
    width: 100%;
  }
}
.cdb2zyn .cndt2u0 .c0bnovw .c0t60i5 {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  width: 274px;
  height: 46px;
  background: linear-gradient(
    180deg,
    rgb(250, 79, 119) 0%,
    rgba(255, 57, 104, 1) 50%,
    rgb(250, 79, 119) 100%
  );
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  transition: 0cjb6qte ease-in-out;
}
.cdb2zyn .cndt2u0 .c0bnovw .c0t60i5:hover {
  background: linear-gradient(
    180deg,
    rgba(250, 92, 129, 1) 0%,
    rgba(255, 57, 104, 1) 50%,
    rgba(250, 92, 129, 1) 100%
  );
}
@media only screen and (max-width: 767px) {
  .cdb2zyn .cndt2u0 .c0bnovw .c0t60i5 {
    width: 100%;
  }
}
.cdb2zyn .cndt2u0.cg7xx8g {
  display: none;
}
.cdb2zyn .cv3i3ju {
  display: none;
}
.cdb2zyn .cv3i3ju.cs9xzju {
  display: block;
}
.cdb2zyn .cv3i3ju iframe {
  width: 100%;
  height: calc(100vh - 66px);
}
@media only screen and (max-width: 767px) {
  .cdb2zyn .cv3i3ju iframe {
    height: calc(100vh - 54px);
  }
}
.cdb2zyn .cjn6ts8 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}
@media only screen and (max-width: 1200px) {
  .cdb2zyn .cjn6ts8 {
    padding: 24px 16px 0;
  }
}
.cdb2zyn .cjn6ts8 .c2kst28 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .cdb2zyn .cjn6ts8 .c2kst28 {
    margin-bottom: 24px;
  }
}
.cdb2zyn .cjn6ts8 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);
}
.cdb2zyn .cjn6ts8 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) {
  .cdb2zyn .cjn6ts8 table tr td {
    padding: 12px 4px;
  }
}
.cdb2zyn .cjn6ts8 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) {
  .cdb2zyn .cjn6ts8 table tr th {
    padding: 12px 4px;
  }
}
.cdb2zyn .cjn6ts8 table tr:last-of-type td {
  border-bottom: none;
}

.cb3ck5p {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background: var(--main-theme-color);
}
.cb3ck5p.cbgpyvv {
  display: block;
}
.cb3ck5p iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}
.cb3ck5p .cap48uf {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #ff3968;
  color: #000;
  border: 1px solid #000;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
}
.cb3ck5p .ced4fde {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}
.cb3ck5p .c0t60i5 {
  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,
    rgb(250, 79, 119) 0%,
    rgba(255, 57, 104, 1) 50%,
    rgb(250, 79, 119) 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: 0cjb6qte ease-in-out;
}
.cb3ck5p .c0t60i5:hover {
  background: linear-gradient(
    180deg,
    rgba(250, 92, 129, 1) 0%,
    rgba(255, 57, 104, 1) 50%,
    rgba(250, 92, 129, 1) 100%
  );
}

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

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

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

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

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

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

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

.c1la2lg > input {
  display: none;
}

.c1la2lg > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.c8edzjs.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.c979rtn 44.czxx3nv.ce4nxos.c49d1nx.cnxi4na.c9ro8n0.ceu795v.cwabdjp.cutr586.c4aat65.cc3d23f.cbs0l0k.cfscl2c 0l-12.c4sdlkj 30.cnrxa4i.cyn2ozd 2.cclxqxs.cyn2ozd 3.cb3jkee 3.cu6y0yx.cqjwmwj 3.c4xzbm8.cryvj8y.c9ynks7.cor34kb 7-3.c4sdlkj 10.c3vqz26.cor34kb 23.ctatk5p.c1vtpp3 1.cwh3rrd 2.c4sdlkj 3.c1vtpp3 1.cqjwmwj 5.cm83c0c.cqjwmwj 32.cjcykcs.cryvj8y 5.cfscl2c 4.cor34kb 9.cor34kb 8.cqjwmwj 6.c0s6ien.c0c673q.ccwx3uw.crdl2dn.csc1doj 4.cacoi0c.csc1doj 6.csc1doj 0l29.cfscl2c 17.c1y6hht.c5gaask 2.c6vprij 10.cexjp8t.c4sdlkj 8.cp5udvn.cccqosw.czw4aci.ci6ef6s.cmxt8aa.cryvj8y.c9ro8n0.c4sdlkj 1.chsrs3u.cl3r57o.cmdumff.cgodrhu.c74g10v.cwh3rrd 1.ccfisks.c3zbusu.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.c1la2lg > input:checked ~ label,
.c1la2lg > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.c8edzjs.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.c979rtn 44.czxx3nv.ce4nxos.c49d1nx.cnxi4na.c9ro8n0.ceu795v.cwabdjp.cutr586.c4aat65.cc3d23f.cbs0l0k.cfscl2c 0l-12.c4sdlkj 30.cnrxa4i.cyn2ozd 2.cclxqxs.cyn2ozd 3.cb3jkee 3.cu6y0yx.cqjwmwj 3.c4xzbm8.cryvj8y.c9ynks7.cor34kb 7-3.c4sdlkj 10.c3vqz26.cor34kb 23.ctatk5p.c1vtpp3 1.cwh3rrd 2.c4sdlkj 3.c1vtpp3 1.cqjwmwj 5.cm83c0c.cqjwmwj 32.cjcykcs.cryvj8y 5.cfscl2c 4.cor34kb 9.cor34kb 8.cqjwmwj 6.c0s6ien.c0c673q.ccwx3uw.crdl2dn.csc1doj 4.cacoi0c.csc1doj 6.csc1doj 0l29.cfscl2c 17.c1y6hht.c5gaask 2.c6vprij 10.cexjp8t.c4sdlkj 8.cp5udvn.cccqosw.czw4aci.ci6ef6s.cmxt8aa.cryvj8y.c9ro8n0.c4sdlkj 1.chsrs3u.cl3r57o.cmdumff.cgodrhu.c74g10v.cwh3rrd 1.ccfisks.c3zbusu.5z'/%3e%3c/svg%3e");
}

.c1la2lg > input:not(:checked) ~ label:hover,
.c1la2lg > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.c8edzjs.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.c979rtn 44.czxx3nv.ce4nxos.c49d1nx.cnxi4na.c9ro8n0.ceu795v.cwabdjp.cutr586.c4aat65.cc3d23f.cbs0l0k.cfscl2c 0l-12.c4sdlkj 30.cnrxa4i.cyn2ozd 2.cclxqxs.cyn2ozd 3.cb3jkee 3.cu6y0yx.cqjwmwj 3.c4xzbm8.cryvj8y.c9ynks7.cor34kb 7-3.c4sdlkj 10.c3vqz26.cor34kb 23.ctatk5p.c1vtpp3 1.cwh3rrd 2.c4sdlkj 3.c1vtpp3 1.cqjwmwj 5.cm83c0c.cqjwmwj 32.cjcykcs.cryvj8y 5.cfscl2c 4.cor34kb 9.cor34kb 8.cqjwmwj 6.c0s6ien.c0c673q.ccwx3uw.crdl2dn.csc1doj 4.cacoi0c.csc1doj 6.csc1doj 0l29.cfscl2c 17.c1y6hht.c5gaask 2.c6vprij 10.cexjp8t.c4sdlkj 8.cp5udvn.cccqosw.czw4aci.ci6ef6s.cmxt8aa.cryvj8y.c9ro8n0.c4sdlkj 1.chsrs3u.cl3r57o.cmdumff.cgodrhu.c74g10v.cwh3rrd 1.ccfisks.c3zbusu.5z'/%3e%3c/svg%3e");
}

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

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

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

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

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

#rating-0 {
  display: none;
}

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

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

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

/*# sourceMappingURL=index.cbhmjl9.chthapo */
: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: #ffff;
  --title-color: #000000;
  --menu-color: #000000;
  --mobile-bg-color: #f7f7f7;
  --table-header-color: linear-gradient(138cuwhyk8, #6262d9 0%, #ff3968 74.32%);
  --table-1-color: #ffffff;
  --table-2-color: #eeeeee;
  --main-theme-color: #ffffff;
  --button-bg-hover: #f02e0f;
  --border-color: #ff3968;
  --rate-image-border: #3b3b3b;
  --rate-counter-bg: #11182c;
  --rate-counter-bg-top: linear-gradient(138deg, #6262d9 0%, #ff3968 100%);
  --footer-menu-color: #fff;
  --footer-text-color: #fff;
  --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;
  }
}
