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

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

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

.cclihgq {
  cursor: pointer;
}

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

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

.cup0yoz figure {
  margin: 0;
}

.cup0yoz.cix5911 {
  justify-content: flex-start;
  margin-right: 4px;
}

.cup0yoz.czqb6ri {
  justify-content: flex-end;
  margin-left: 4px;
}

.cup0yoz.c4tv70l {
  justify-content: center;
}

.cup0yoz.cows5jc {
  justify-content: normal;
}

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

.cxx1ode {
  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) {
  .cxx1ode {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .cxx1ode {
    padding: 50px 16px 68px;
  }
}
.cidmxcl {
  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) {
  .cidmxcl {
    flex-direction: column;
  }
}
.ceirkcg {
  margin-bottom: 94px;
}
@media only screen and (max-width: 767px) {
  .ceirkcg {
    margin-bottom: 40px;
  }
}
.cxejolp .cigzzgn {
  margin-bottom: 28px;
}
.cxejolp .cigzzgn img {
  max-height: 100px;
  width: auto;
}
.cpsb8k4 {
  display: flex;
  align-items: center;
}
.cpsb8k4 a + a {
  margin-left: 24px;
}
.cpsb8k4 img {
  max-height: 56px;
  width: auto;
}
.cpsb8k4 img + img {
  margin-left: 24px;
}
.cz0ocdw {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .cz0ocdw {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}
.cqruwcw {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .cqruwcw {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

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

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

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

.cbclasd {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.cvckry3 ease-in-out;
}
.cbclasd.cs6t58b {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

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

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

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

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

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

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

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

.chpu4li {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cgoqe52 {
  width: 100%;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .cgoqe52 {
    margin: 0 0 60px;
  }
}
.cgoqe52 .c7fqst4 {
  position: relative;
}
.cgoqe52 .c1syyfj {
  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) {
  .cgoqe52 .c1syyfj {
    height: calc(100vh - 54px);
  }
}
.cgoqe52 .c1syyfj.cl8fgy6 {
  display: none;
}
.cgoqe52 .cjwccn2 {
  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) {
  .cgoqe52 .cjwccn2 {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}
@media only screen and (max-width: 520px) {
  .cgoqe52 .cjwccn2 {
    bottom: 90px;
  }
}
.cgoqe52 .cjwccn2 .c95nvmm {
  max-width: 300px;
  width: 100%;
}
.cgoqe52 .cjwccn2 .c95nvmm .cd0mwqd {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}
@media only screen and (max-width: 767px) {
  .cgoqe52 .cjwccn2 .c95nvmm .cd0mwqd {
    font-size: 32px;
    text-align: center;
  }
}
.cgoqe52 .cjwccn2 .c95nvmm .ct1pwq1 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}
@media only screen and (max-width: 767px) {
  .cgoqe52 .cjwccn2 .c95nvmm .ct1pwq1 {
    text-align: center;
  }
}
.cgoqe52 .cjwccn2 .c5v2l72 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .cgoqe52 .cjwccn2 .c5v2l72 {
    flex-direction: column-reverse;
  }
}
.cgoqe52 .cjwccn2 .c5v2l72 .cna69tr {
  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.cl6xs32 ease-in-out;
}
.cgoqe52 .cjwccn2 .c5v2l72 .cna69tr:hover {
  background: #a8a6b3;
}
@media only screen and (max-width: 767px) {
  .cgoqe52 .cjwccn2 .c5v2l72 .cna69tr {
    width: 100%;
  }
}
.cgoqe52 .cjwccn2 .c5v2l72 .cr7pb6y {
  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.cl6xs32 ease-in-out;
}
.cgoqe52 .cjwccn2 .c5v2l72 .cr7pb6y:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}
@media only screen and (max-width: 767px) {
  .cgoqe52 .cjwccn2 .c5v2l72 .cr7pb6y {
    width: 100%;
  }
}
.cgoqe52 .cjwccn2.cl8fgy6 {
  display: none;
}
.cgoqe52 .czxdnw2 {
  display: none;
}
.cgoqe52 .czxdnw2.cyyauuy {
  display: block;
}
.cgoqe52 .czxdnw2 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}
@media only screen and (max-width: 767px) {
  .cgoqe52 .czxdnw2 iframe {
    height: calc(100vh - 54px);
  }
}
.cgoqe52 .cknrcwq {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}
@media only screen and (max-width: 1200px) {
  .cgoqe52 .cknrcwq {
    padding: 24px 16px 0;
  }
}
.cgoqe52 .cknrcwq .cd0mwqd {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .cgoqe52 .cknrcwq .cd0mwqd {
    margin-bottom: 24px;
  }
}
.cgoqe52 .cknrcwq 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);
}
.cgoqe52 .cknrcwq 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) {
  .cgoqe52 .cknrcwq table tr td {
    padding: 12px 4px;
  }
}
.cgoqe52 .cknrcwq 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) {
  .cgoqe52 .cknrcwq table tr th {
    padding: 12px 4px;
  }
}
.cgoqe52 .cknrcwq table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

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

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

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

.ckcy6g9 > input {
  display: none;
}

.ckcy6g9 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.cz1qd53.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.cklpg99 44.cwalun2.claebfu.co47k99.crt8d4h.chqszkm.ce7snoi.coevjf5.c1s5tc8.c4s0tr1.c8i4shv.cswv5fa.cick1uf 0l-12.cn63x82 30.cvbhlvk.c4dg9dm 2.co3tpgz.c4dg9dm 3.cs8y272 3.cm7ddnv.cpkayep 3.c50vnae.cvpo332.cpbx89x.csnkg72 7-3.cn63x82 10.cvqipks.csnkg72 23.cetullg.c7z9l1j 1.cpmhgsy 2.cn63x82 3.c7z9l1j 1.cpkayep 5.cb912f0.cpkayep 32.cos1tsw.cvpo332 5.cick1uf 4.csnkg72 9.csnkg72 8.cpkayep 6.cffft7m.cdypzzq.ca4ksyw.ce4j5zx.cf8h2kj 4.cvapd3q.cf8h2kj 6.cf8h2kj 0l29.cick1uf 17.cj2wnpo.cq0x23f 2.cnwusni 10.covng4k.cn63x82 8.cgj2hbd.c1d1l8z.cmetxcg.cuubq1z.cmrpckb.cvpo332.chqszkm.cn63x82 1.c2flh4k.cf4f863.cddbbkw.cej6372.c0pp4m0.cpmhgsy 1.cfq1e7e.ck35d0x.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.ckcy6g9 > input:checked ~ label, .ckcy6g9 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.cz1qd53.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.cklpg99 44.cwalun2.claebfu.co47k99.crt8d4h.chqszkm.ce7snoi.coevjf5.c1s5tc8.c4s0tr1.c8i4shv.cswv5fa.cick1uf 0l-12.cn63x82 30.cvbhlvk.c4dg9dm 2.co3tpgz.c4dg9dm 3.cs8y272 3.cm7ddnv.cpkayep 3.c50vnae.cvpo332.cpbx89x.csnkg72 7-3.cn63x82 10.cvqipks.csnkg72 23.cetullg.c7z9l1j 1.cpmhgsy 2.cn63x82 3.c7z9l1j 1.cpkayep 5.cb912f0.cpkayep 32.cos1tsw.cvpo332 5.cick1uf 4.csnkg72 9.csnkg72 8.cpkayep 6.cffft7m.cdypzzq.ca4ksyw.ce4j5zx.cf8h2kj 4.cvapd3q.cf8h2kj 6.cf8h2kj 0l29.cick1uf 17.cj2wnpo.cq0x23f 2.cnwusni 10.covng4k.cn63x82 8.cgj2hbd.c1d1l8z.cmetxcg.cuubq1z.cmrpckb.cvpo332.chqszkm.cn63x82 1.c2flh4k.cf4f863.cddbbkw.cej6372.c0pp4m0.cpmhgsy 1.cfq1e7e.ck35d0x.5z'/%3e%3c/svg%3e");
}

.ckcy6g9 > input:not(:checked) ~ label:hover, .ckcy6g9 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.cz1qd53.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.cklpg99 44.cwalun2.claebfu.co47k99.crt8d4h.chqszkm.ce7snoi.coevjf5.c1s5tc8.c4s0tr1.c8i4shv.cswv5fa.cick1uf 0l-12.cn63x82 30.cvbhlvk.c4dg9dm 2.co3tpgz.c4dg9dm 3.cs8y272 3.cm7ddnv.cpkayep 3.c50vnae.cvpo332.cpbx89x.csnkg72 7-3.cn63x82 10.cvqipks.csnkg72 23.cetullg.c7z9l1j 1.cpmhgsy 2.cn63x82 3.c7z9l1j 1.cpkayep 5.cb912f0.cpkayep 32.cos1tsw.cvpo332 5.cick1uf 4.csnkg72 9.csnkg72 8.cpkayep 6.cffft7m.cdypzzq.ca4ksyw.ce4j5zx.cf8h2kj 4.cvapd3q.cf8h2kj 6.cf8h2kj 0l29.cick1uf 17.cj2wnpo.cq0x23f 2.cnwusni 10.covng4k.cn63x82 8.cgj2hbd.c1d1l8z.cmetxcg.cuubq1z.cmrpckb.cvpo332.chqszkm.cn63x82 1.c2flh4k.cf4f863.cddbbkw.cej6372.c0pp4m0.cpmhgsy 1.cfq1e7e.ck35d0x.5z'/%3e%3c/svg%3e");
}

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

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

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

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

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

#rating-0 {
  display: none;
}

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

.c37uytv {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}
.c37uytv.cl8fgy6 {
  display: none;
}
.c1bzpyn {
  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) {
  .c1bzpyn {
    height: 74px;
    overflow: visible;
  }
}
@media only screen and (max-width: 767px) {
  .c1bzpyn {
    border-radius: 20px 20px 0 0;
  }
}
.ctrw7z8 {
  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;
}
.ctrw7z8::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}
.ctrw7z8::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}
.ctrw7z8 img {
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .ctrw7z8 {
    max-width: 300px;
    padding: 0 10px;
    font-size: 16px;
  }
  .ctrw7z8 img {
    max-width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .ctrw7z8 {
    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;
  }
  .ctrw7z8 img {
    max-width: 60px;
    border-radius: 7px;
  }
}
.c7b199n {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .c7b199n {
    font-size: 16px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .c7b199n {
    font-size: 14px;
  }
}
.cxa934o {
  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;
}
.cxa934o::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) {
  .cxa934o::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}
.cxa934o::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) {
  .cxa934o::after {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .cxa934o {
    max-width: 300px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .cxa934o {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}
.cuu6osk {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .cuu6osk {
    top: -20px;
  }
}
.cr6elyf {
  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.cl6xs32 ease-in-out;
  background: linear-gradient(138deg, #F2F55D 0%, #FBFF21 74.32%);
}
@media only screen and (min-width: 1025px) {
  .cr6elyf:hover {
    background: linear-gradient(138deg, #FBFF21 0%, #F2F55D 74.32%);
  }
}
@media only screen and (max-width: 1023px) {
  .cr6elyf {
    width: 200px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .cr6elyf {
    width: 90px;
    height: 40px;
  }
}
.c37uytv.cqwvtdg .c1bzpyn {
  background: #2b3b67;
}
.c37uytv.cqwvtdg .ctrw7z8 {
  background: linear-gradient(138deg, #14193E 0%, #030045 74.32%);
}
.c37uytv.cqwvtdg .ctrw7z8::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}
.c37uytv.cqwvtdg .ctrw7z8::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}
.c37uytv.cqwvtdg .cxa934o::before {
  background: #0E0F41;
}
.c37uytv.cqwvtdg .cxa934o::after {
  background: #152557;
}
.c37uytv.croqe3k .c1bzpyn {
  background: #1f35fa;
}
.c37uytv.croqe3k .ctrw7z8 {
  background: linear-gradient(138deg, #1D2BA5 0%, #3D22C4 74.32%);
}
.c37uytv.croqe3k .ctrw7z8::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}
.c37uytv.croqe3k .ctrw7z8::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}
.c37uytv.croqe3k .cxa934o::before {
  background: linear-gradient(138deg, #1F35FA 0%, #4E17A5 74.32%);
}
.c37uytv.croqe3k .cxa934o::after {
  background: #192ac8;
}
.c37uytv.ctret1k .c1bzpyn {
  background: #fa771f;
}
.c37uytv.ctret1k .ctrw7z8 {
  background: linear-gradient(138deg, #FF5F1B 0%, #FF422D 74.32%);
}
.c37uytv.ctret1k .ctrw7z8::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}
.c37uytv.ctret1k .ctrw7z8::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}
.c37uytv.ctret1k .cxa934o::before {
  background: linear-gradient(138deg, #FF5F1B 0%, #FF422D 74.32%);
}
.c37uytv.ctret1k .cxa934o::after {
  background: #fa8535;
}

.cm7rhcf {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}
@media only screen and (max-width: 1200px) {
  .cm7rhcf {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .cm7rhcf {
    margin: 24px 0 60px;
  }
}
.cm7rhcf h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}
@media only screen and (max-width: 767px) {
  .cm7rhcf h1 {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 18px;
  }
}
.clukhpt {
  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) {
  .clukhpt {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}
.cuwz3u9 {
  display: flex;
  align-items: center;
  color: var(--text-color);
  gap: 6px;
  font-weight: 700;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .cuwz3u9 {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}
.cm832vq {
  max-width: 200px;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #197bff;
  border-radius: 6px;
  transition: 0.cl6xs32 ease-in-out;
  color: var(--text-color);
  cursor: pointer;
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .cm832vq:hover {
    background: #166ad9;
  }
}
.cj067tr {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cj067tr span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}
.cj067tr small {
  font-size: 14px;
  color: var(--text-color);
}
@media only screen and (max-width: 767px) {
  .cj067tr {
    margin-bottom: 16px;
  }
}
.c2s3qj6 {
  width: 120px;
  height: 22px;
}
.c2s3qj6 .cii4wxf {
  fill: #c2c0ce;
}
.c2s3qj6 [rating="1"] .cii4wxf:not(:nth-child(n+2)) {
  fill: #FFBE16;
}
.c2s3qj6 [rating="2"] .cii4wxf:not(:nth-child(n+3)) {
  fill: #FFBE16;
}
.c2s3qj6 [rating="3"] .cii4wxf:not(:nth-child(n+4)) {
  fill: #FFBE16;
}
.c2s3qj6 [rating="4"] .cii4wxf:not(:nth-child(n+5)) {
  fill: #FFBE16;
}
.c2s3qj6 [rating="5"] .cii4wxf:not(:nth-child(n+6)) {
  fill: #FFBE16;
}
.cfkcgvf {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}
@media only screen and (max-width: 767px) {
  .cfkcgvf {
    gap: 16px 0;
  }
}
.cdixpvn {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}
.cdixpvn.cyyauuy {
  display: block;
}
.cdixpvn.cl8fgy6 {
  display: none;
}
@media only screen and (max-width: 767px) {
  .cdixpvn {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}
.c7plhm5 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.c89af8o {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C2C0CE;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}
.c8hsq8b {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.cwtnp1t small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}
.cwtnp1t span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}
.cymfkz2 {
  font-size: 16px;
  line-height: 140%;
}
.c0rupxn {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}
.c0rupxn .cii4wxf {
  fill: #c2c0ce;
}
.c0rupxn [rating="1"] .cii4wxf:not(:nth-child(n+2)) {
  fill: #FFBE16;
}
.c0rupxn [rating="2"] .cii4wxf:not(:nth-child(n+3)) {
  fill: #FFBE16;
}
.c0rupxn [rating="3"] .cii4wxf:not(:nth-child(n+4)) {
  fill: #FFBE16;
}
.c0rupxn [rating="4"] .cii4wxf:not(:nth-child(n+5)) {
  fill: #FFBE16;
}
.c0rupxn [rating="5"] .cii4wxf:not(:nth-child(n+6)) {
  fill: #FFBE16;
}

.cctddj4 {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}
@media only screen and (max-width: 767px) {
  .cctddj4 {
    margin: 18px auto 0;
  }
}
/*# sourceMappingURL=index.cyvfidu.c06sb1d */
: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.clqdubg, #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;
  }
}