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

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

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

.chicken-road-o386a7 {
  cursor: pointer;
}

.chicken-road-ie24p3 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.chicken-road-3qu24r {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.chicken-road-3qu24r figure {
  margin: 0;
}

.chicken-road-3qu24r.chicken-road-tq6udw {
  justify-content: flex-start;
  margin-right: 4px;
}

.chicken-road-3qu24r.chicken-road-hj1ey6 {
  justify-content: flex-end;
  margin-left: 4px;
}

.chicken-road-3qu24r.chicken-road-szrcyx {
  justify-content: center;
}

.chicken-road-3qu24r.chicken-road-wu2o55 {
  justify-content: normal;
}

.chicken-road-cukk90 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 991px) {
  .chicken-road-cukk90 {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}
@media only screen and (max-width: 767px) {
  .chicken-road-cukk90 {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}
.chicken-road-j43xo5 {
  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) {
  .chicken-road-j43xo5 {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}
.chicken-road-6mnzge {
  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) {
  .chicken-road-6mnzge {
    flex-direction: column;
  }
}
.chicken-road-pg8xbs {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}
.chicken-road-pg8xbs img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .chicken-road-pg8xbs {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}
.chicken-road-xx3fzr {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}
.chicken-road-xx3fzr 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) {
  .chicken-road-xx3fzr ul {
    margin-bottom: 15px;
  }
}
.chicken-road-xx3fzr ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.chicken-road-xx3fzr 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);
}
.chicken-road-xx3fzr ul li span svg {
  fill: var(--title-color);
}
.chicken-road-xx3fzr ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}
@media only screen and (max-width: 767px) {
  .chicken-road-xx3fzr ul li small {
    font-size: 12px;
  }
}
.chicken-road-xx3fzr ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}
.chicken-road-xx3fzr ul li:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .chicken-road-xx3fzr {
    flex-basis: auto;
    margin: 0 auto;
  }
}
.chicken-road-k6zvtv {
  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) {
  .chicken-road-k6zvtv {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.chicken-road-b9vmiq {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.chicken-road-50io2d {
  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) {
  .chicken-road-50io2d {
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .chicken-road-50io2d:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}
.chicken-road-50io2d.chicken-road-eqyuco {
  background-color: #000;
}
@media only screen and (min-width: 1025px) {
  .chicken-road-50io2d.chicken-road-eqyuco:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.chicken-road-98b85p {
  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) {
  .chicken-road-98b85p {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .chicken-road-98b85p {
    padding: 50px 16px 68px;
  }
}
.chicken-road-akk6cp {
  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) {
  .chicken-road-akk6cp {
    flex-direction: column;
  }
}
.chicken-road-ds6y6i {
  margin-bottom: 94px;
}
@media only screen and (max-width: 767px) {
  .chicken-road-ds6y6i {
    margin-bottom: 40px;
  }
}
.chicken-road-pca1fc .chicken-road-0l0pot {
  margin-bottom: 28px;
}
.chicken-road-pca1fc .chicken-road-0l0pot img {
  max-height: 100px;
  width: auto;
}
.chicken-road-irdmv1 {
  display: flex;
  align-items: center;
}
.chicken-road-irdmv1 a + a {
  margin-left: 24px;
}
.chicken-road-irdmv1 img {
  max-height: 56px;
  width: auto;
}
.chicken-road-irdmv1 img + img {
  margin-left: 24px;
}
.chicken-road-8nq80c {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .chicken-road-8nq80c {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}
.chicken-road-es78hw {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .chicken-road-es78hw {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

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

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

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

.chicken-road-1dy9sf {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0cpv8ozh ease-in-out;
}
.chicken-road-1dy9sf.chicken-road-wua3y9 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

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

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

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

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

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

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

.chicken-road-w6ghdn {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  .chicken-road-w6ghdn {
    top: 9px;
    transform: none;
    right: auto;
    left: 0;
  }
}
.chicken-road-w6ghdn:hover > ul {
  display: flex;
}
.chicken-road-w6ghdn:focus > ul {
  display: flex;
}
.chicken-road-w6ghdn:focus-within > ul {
  display: flex;
}
.chicken-road-873zom {
  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;
}
.chicken-road-873zom::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) {
  .chicken-road-873zom {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .chicken-road-873zom img {
    max-width: 20px;
  }
}
.chicken-road-w6ghdn 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) {
  .chicken-road-w6ghdn ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}
.chicken-road-w6ghdn 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) {
  .chicken-road-w6ghdn ul li {
    padding: 5px;
  }
}
.chicken-road-w6ghdn 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) {
  .chicken-road-w6ghdn ul li a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  .chicken-road-w6ghdn ul li a {
    font-size: 14px;
    gap: 3px;
  }
  .chicken-road-w6ghdn ul li a img {
    max-width: 20px;
  }
}

.chicken-road-x69oje {
  display: none;
}

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

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

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

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

.chicken-road-iv2z8y {
  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) {
  .chicken-road-iv2z8y {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}
@media only screen and (max-width: 767px) {
  .chicken-road-iv2z8y {
    margin-bottom: 60px;
  }
}
.chicken-road-kptzt3 {
  position: relative;
  border: none;
}
.chicken-road-kptzt3::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--table-header-color);
}
.chicken-road-8zvsv2 {
  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;
}
.chicken-road-8zvsv2 span {
  height: 32px;
}
.chicken-road-8zvsv2 span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}
.chicken-road-8zvsv2.chicken-road-kfqri7 span {
  transform: scaleY(-1);
}
@media only screen and (max-width: 767px) {
  .chicken-road-8zvsv2 {
    padding: 0 14px;
    font-size: 22px;
    height: 68px;
  }
}
.chicken-road-qr9h9k {
  list-style: none;
  padding: 0;
  margin: 0;
}
.chicken-road-qr9h9k li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}
@media only screen and (max-width: 767px) {
  .chicken-road-qr9h9k li {
    font-size: 16px;
  }
}
.chicken-road-qr9h9k 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) {
  .chicken-road-qr9h9k li a:hover {
    background: var(--main-theme-color);
  }
}
@media only screen and (max-width: 767px) {
  .chicken-road-qr9h9k li a {
    padding: 12px 14px;
  }
}
.chicken-road-qr9h9k.chicken-road-gw7vty {
  display: none;
}

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

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

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

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

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

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

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

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

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

.chicken-road-epv0i6 {
  padding: 90px 0;
}
@media only screen and (max-width: 767px) {
  .chicken-road-epv0i6 {
    padding: 40px 0;
  }
}
.chicken-road-nf4nzq {
  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) {
  .chicken-road-nf4nzq {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 991px) {
  .chicken-road-nf4nzq {
    flex-direction: column-reverse;
  }
}
.chicken-road-iodzb2 {
  max-width: 520px;
  width: 100%;
  flex-basis: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}
.chicken-road-iodzb2 img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .chicken-road-iodzb2 {
    max-width: 565px;
    flex-basis: auto;
    margin: 24px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .chicken-road-iodzb2 {
    margin: 10px 0 0;
  }
}
.chicken-road-mx5h1r {
  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;
}
.chicken-road-mx5h1r 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) {
  .chicken-road-mx5h1r {
    flex-basis: auto;
  }
}
@media only screen and (max-width: 767px) {
  .chicken-road-mx5h1r {
    padding: 24px 10px;
  }
}
.chicken-road-84gnbp {
  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;
}
.chicken-road-84gnbp:hover {
  border: 1px solid #8c8ca2;
}
.chicken-road-u0ohq0 {
  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%);
}
.chicken-road-u0ohq0:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}
.chicken-road-zorczf {
  max-width: 342px;
  width: 100%;
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #c0c0c0;
  text-align: center;
}
.chicken-road-zorczf a {
  text-decoration: underline;
  color: #8babff;
}
.chicken-road-x1xqx2 {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}
.chicken-road-x1xqx2 .chicken-road-84gnbp {
  width: 50%;
  margin: 0;
}
.chicken-road-tq0jmj {
  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;
}
.chicken-road-tq0jmj:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.chicken-road-ia8nii {
  margin: 0 0 100px;
}
@media only screen and (max-width: 1200px) {
  .chicken-road-ia8nii {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .chicken-road-ia8nii {
    margin: 0 0 60px;
  }
}
.chicken-road-atnoea {
  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) {
  .chicken-road-atnoea {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.chicken-road-sahgr6 {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .chicken-road-sahgr6 {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}
.chicken-road-z05eht {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}
@media only screen and (max-width: 767px) {
  .chicken-road-z05eht {
    flex-basis: auto;
    max-width: 100%;
  }
}
.chicken-road-bkzjst {
  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) {
  .chicken-road-bkzjst {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.chicken-road-bkzjst 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) {
  .chicken-road-bkzjst a {
    margin: 1px 0 4px;
  }
}
.chicken-road-bkzjst a svg {
  fill: #fff;
}
.chicken-road-bkzjst a:hover {
  background: #3d68e7;
}
.chicken-road-xcymja {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}
.chicken-road-2tq0mh {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .chicken-road-2tq0mh {
    position: absolute;
    top: 18px;
    left: 115px;
  }
}
.chicken-road-uutdjd {
  font-size: 16px;
  color: var(--text-color);
}

.chicken-road-8ut173 {
  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) {
  .chicken-road-8ut173 {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .chicken-road-8ut173 {
    margin: 20px auto 60px;
  }
}
@media only screen and (min-width: 992px) {
  .chicken-road-8ut173 {
    grid-template-areas: "play-block__left play-block__right" "content-section content-section";
    grid-template-columns: 65% 35%;
  }
}
.chicken-road-qxds1m {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}
.chicken-road-qxds1m h1,
.chicken-road-qxds1m 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) {
  .chicken-road-qxds1m h1,
  .chicken-road-qxds1m h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .chicken-road-qxds1m {
    margin: 0;
    padding-right: 20px;
  }
}
.chicken-road-f2dn6z {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}
.chicken-road-f2dn6z 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) {
  .chicken-road-f2dn6z h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}
.chicken-road-f2dn6z 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) {
  .chicken-road-f2dn6z h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}
.chicken-road-f2dn6z 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);
}
.chicken-road-f2dn6z 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) {
  .chicken-road-f2dn6z table tr td {
    padding: 12px 4px;
  }
}
.chicken-road-f2dn6z 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) {
  .chicken-road-f2dn6z table tr th {
    padding: 12px 4px;
  }
}
.chicken-road-f2dn6z table tr:last-of-type td {
  border-bottom: none;
}
@media only screen and (min-width: 992px) {
  .chicken-road-f2dn6z {
    margin: 0;
  }
}
.chicken-road-0vx9tu {
  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) {
  .chicken-road-0vx9tu {
    min-height: 190px;
  }
}
.chicken-road-xdlwbp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(5px);
}
.chicken-road-xdlwbp::before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}
.chicken-road-nm75mb {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.chicken-road-nm75mb.chicken-road-zmnmu7 {
  display: none;
}
.chicken-road-2sf1ua {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}
.chicken-road-2sf1ua iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.chicken-road-2sf1ua iframe.chicken-road-6eo7bz {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}
.chicken-road-2sf1ua.chicken-road-r83o8q {
  opacity: 1;
  pointer-events: all;
}
.chicken-road-4qlebn {
  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;
}
.chicken-road-4qlebn svg {
  margin-right: 10px;
}
.chicken-road-4qlebn + .chicken-road-4qlebn {
  margin-top: 14px;
}
@media only screen and (min-width: 1025px) {
  .chicken-road-4qlebn:hover {
    background: #a8a6b3;
  }
}
.chicken-road-fk1yrb {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}
@media only screen and (min-width: 1025px) {
  .chicken-road-fk1yrb:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
  }
}
@media only screen and (max-width: 767px) {
  .chicken-road-4qlebn {
    height: 42px;
    max-width: 220px;
  }
}
.chicken-road-8ut173 .chicken-road-2zj6qu {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}
.chicken-road-8ut173 .chicken-road-2zj6qu h1,
.chicken-road-8ut173 .chicken-road-2zj6qu 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) {
  .chicken-road-8ut173 .chicken-road-2zj6qu h1,
  .chicken-road-8ut173 .chicken-road-2zj6qu h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}
@media only screen and (min-width: 991px) {
  .chicken-road-8ut173 .chicken-road-2zj6qu {
    margin: 28px 0 0;
  }
}

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

.chicken-road-cj4rcf {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 10px;
  background: var(--table-header-color);
}
@media only screen and (max-width: 540px) {
  .chicken-road-cj4rcf {
    padding: 10px;
  }
}
.chicken-road-cj4rcf .chicken-road-2p9uxo {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 540px) {
  .chicken-road-cj4rcf .chicken-road-2p9uxo {
    max-width: 100%;
    margin: 10px 0 0;
  }
}
@media only screen and (max-width: 540px) {
  .chicken-road-cj4rcf {
    flex-wrap: wrap;
  }
}
.chicken-road-bh9dum {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}
.chicken-road-bh9dum img {
  width: 100%;
}
.chicken-road-d9kzkb {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}
@media only screen and (max-width: 540px) {
  .chicken-road-d9kzkb {
    max-width: 200px;
    margin: 0;
  }
}
.chicken-road-eb9i24 {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}
.chicken-road-6kvj31 {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.chicken-road-s2sia2 {
  width: 100%;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .chicken-road-s2sia2 {
    margin: 0 0 60px;
  }
}
.chicken-road-s2sia2 .chicken-road-kvssfb {
  position: relative;
}
.chicken-road-s2sia2 .chicken-road-ldlqpl {
  width: 100%;
  height: calc(100vh - 66px);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .chicken-road-s2sia2 .chicken-road-ldlqpl {
    background-position: center -35px;
    height: calc(100vh - 54px);
  }
}
.chicken-road-s2sia2 .chicken-road-ldlqpl.chicken-road-zmnmu7 {
  display: none;
}
.chicken-road-s2sia2 .chicken-road-rpju3t {
  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) {
  .chicken-road-s2sia2 .chicken-road-rpju3t {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}
@media only screen and (max-width: 520px) {
  .chicken-road-s2sia2 .chicken-road-rpju3t {
    bottom: 90px;
  }
}
.chicken-road-s2sia2 .chicken-road-rpju3t .chicken-road-5vkqcv {
  max-width: 300px;
  width: 100%;
}
.chicken-road-s2sia2
  .chicken-road-rpju3t
  .chicken-road-5vkqcv
  .chicken-road-d9lpv6 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}
@media only screen and (max-width: 767px) {
  .chicken-road-s2sia2
    .chicken-road-rpju3t
    .chicken-road-5vkqcv
    .chicken-road-d9lpv6 {
    font-size: 32px;
    text-align: center;
  }
}
.chicken-road-s2sia2
  .chicken-road-rpju3t
  .chicken-road-5vkqcv
  .chicken-road-mi1w8u {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}
@media only screen and (max-width: 767px) {
  .chicken-road-s2sia2
    .chicken-road-rpju3t
    .chicken-road-5vkqcv
    .chicken-road-mi1w8u {
    text-align: center;
  }
}
.chicken-road-s2sia2 .chicken-road-rpju3t .chicken-road-8drh58 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .chicken-road-s2sia2 .chicken-road-rpju3t .chicken-road-8drh58 {
    flex-direction: column-reverse;
  }
}
.chicken-road-s2sia2
  .chicken-road-rpju3t
  .chicken-road-8drh58
  .chicken-road-dabrwq {
  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;
}
.chicken-road-s2sia2
  .chicken-road-rpju3t
  .chicken-road-8drh58
  .chicken-road-dabrwq:hover {
  background: #a8a6b3;
}
@media only screen and (max-width: 767px) {
  .chicken-road-s2sia2
    .chicken-road-rpju3t
    .chicken-road-8drh58
    .chicken-road-dabrwq {
    width: 100%;
  }
}
.chicken-road-s2sia2
  .chicken-road-rpju3t
  .chicken-road-8drh58
  .chicken-road-v05sy8 {
  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: 0cjb6qte ease-in-out;
}
.chicken-road-s2sia2
  .chicken-road-rpju3t
  .chicken-road-8drh58
  .chicken-road-v05sy8:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}
@media only screen and (max-width: 767px) {
  .chicken-road-s2sia2
    .chicken-road-rpju3t
    .chicken-road-8drh58
    .chicken-road-v05sy8 {
    width: 100%;
  }
}
.chicken-road-s2sia2 .chicken-road-rpju3t.chicken-road-zmnmu7 {
  display: none;
}
.chicken-road-s2sia2 .chicken-road-pnb7gy {
  display: none;
}
.chicken-road-s2sia2 .chicken-road-pnb7gy.chicken-road-r83o8q {
  display: block;
}
.chicken-road-s2sia2 .chicken-road-pnb7gy iframe {
  width: 100%;
  height: calc(100vh - 66px);
}
@media only screen and (max-width: 767px) {
  .chicken-road-s2sia2 .chicken-road-pnb7gy iframe {
    height: calc(100vh - 54px);
  }
}
.chicken-road-s2sia2 .chicken-road-26vysi {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}
@media only screen and (max-width: 1200px) {
  .chicken-road-s2sia2 .chicken-road-26vysi {
    padding: 24px 16px 0;
  }
}
.chicken-road-s2sia2 .chicken-road-26vysi .chicken-road-d9lpv6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .chicken-road-s2sia2 .chicken-road-26vysi .chicken-road-d9lpv6 {
    margin-bottom: 24px;
  }
}
.chicken-road-s2sia2 .chicken-road-26vysi 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);
}
.chicken-road-s2sia2 .chicken-road-26vysi 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) {
  .chicken-road-s2sia2 .chicken-road-26vysi table tr td {
    padding: 12px 4px;
  }
}
.chicken-road-s2sia2 .chicken-road-26vysi 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) {
  .chicken-road-s2sia2 .chicken-road-26vysi table tr th {
    padding: 12px 4px;
  }
}
.chicken-road-s2sia2 .chicken-road-26vysi table tr:last-of-type td {
  border-bottom: none;
}

.chicken-road-81vg7t {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background: var(--main-theme-color);
}
.chicken-road-81vg7t.chicken-road-wua3y9 {
  display: block;
}
.chicken-road-81vg7t iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}
.chicken-road-81vg7t .chicken-road-1twnzh {
  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;
}
.chicken-road-81vg7t .chicken-road-956uof {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}
.chicken-road-81vg7t .chicken-road-v05sy8 {
  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: 0cjb6qte ease-in-out;
}
.chicken-road-81vg7t .chicken-road-v05sy8:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.chicken-road-7llgni {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.chicken-road-xd3k2y.chicken-road-zmnmu7 {
  display: none;
}
.chicken-road-bmezbg {
  font-size: 16px;
  line-height: 140%;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 36px;
}
@media only screen and (max-width: 767px) {
  .chicken-road-bmezbg {
    margin-bottom: 20px;
  }
}
.chicken-road-tjsag9 {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}
.chicken-road-tjsag9 span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}
.chicken-road-tjsag9 small {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.8;
  display: block;
  margin-bottom: 16px;
}
.chicken-road-tjsag9 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);
}
.chicken-road-tjsag9 input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}
.chicken-road-tjsag9 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}
.chicken-road-tjsag9 input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}
.chicken-road-tjsag9 input:active {
  border-color: #c2c0ce;
}
.chicken-road-tjsag9 input:focus {
  border-color: #c2c0ce;
}
@media only screen and (max-width: 767px) {
  .chicken-road-tjsag9 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.chicken-road-wvlmdu {
  margin-bottom: 36px;
}
.chicken-road-wvlmdu 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;
}
.chicken-road-wvlmdu textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}
.chicken-road-wvlmdu textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .chicken-road-wvlmdu {
    margin-bottom: 24px;
  }
}
.chicken-road-xgxc1h {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.chicken-road-d4jvta {
  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;
}
.chicken-road-d4jvta:hover {
  background: var(--border-color);
}
.chicken-road-2njddk {
  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;
}
.chicken-road-2njddk:hover {
  background: #166ad9;
}

.chicken-road-wbx7gz {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.chicken-road-wbx7gz.chicken-road-zmnmu7 {
  display: none;
}
.chicken-road-19jhyw {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--title-color);
  margin: 16px 0 20px;
}
.chicken-road-wbx7gz .chicken-road-d4jvta {
  margin: 0 auto;
}

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

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

.chicken-road-bzmbjc {
  filter: grayscale(100%);
}

.chicken-road-ccrctc > input {
  display: none;
}

.chicken-road-ccrctc > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.chicken-road-9fs2x0.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.chicken-road-huzhyb 44.chicken-road-93zkxd.chicken-road-6fkyq3.chicken-road-fjafxk.chicken-road-058faw.chicken-road-y7tmpn.chicken-road-v9tcgx.chicken-road-jjgdla.chicken-road-swblzm.chicken-road-gyulqv.chicken-road-7yopkg.chicken-road-lv2ogk.chicken-road-tc674k 0l-12.chicken-road-59e3bp 30.chicken-road-p9x0b1.chicken-road-i634wz 2.chicken-road-zf9tgj.chicken-road-i634wz 3.chicken-road-dgo7hl 3.chicken-road-iijuy5.chicken-road-h1jorn 3.chicken-road-13oeso.chicken-road-ckmo1w.chicken-road-511040.chicken-road-fitpgt 7-3.chicken-road-59e3bp 10.chicken-road-c49vqi.chicken-road-fitpgt 23.chicken-road-irzbuk.chicken-road-ejwicf 1.chicken-road-2m2v3u 2.chicken-road-59e3bp 3.chicken-road-ejwicf 1.chicken-road-h1jorn 5.chicken-road-owej93.chicken-road-h1jorn 32.chicken-road-4qxsd8.chicken-road-ckmo1w 5.chicken-road-tc674k 4.chicken-road-fitpgt 9.chicken-road-fitpgt 8.chicken-road-h1jorn 6.chicken-road-qzz2at.chicken-road-paz8a7.chicken-road-qx3nwj.chicken-road-46jwvq.chicken-road-swaib7 4.chicken-road-t1ev4s.chicken-road-swaib7 6.chicken-road-swaib7 0l29.chicken-road-tc674k 17.chicken-road-3esx4k.chicken-road-iytkrf 2.chicken-road-ez2grg 10.chicken-road-mxe5rg.chicken-road-59e3bp 8.chicken-road-necdkb.chicken-road-cb510i.chicken-road-4ysjie.chicken-road-5mz7yz.chicken-road-ekt67q.chicken-road-ckmo1w.chicken-road-y7tmpn.chicken-road-59e3bp 1.chicken-road-pi0g2w.chicken-road-grhbus.chicken-road-a55790.chicken-road-kovt5h.chicken-road-6i07fz.chicken-road-2m2v3u 1.chicken-road-mo8lqp.chicken-road-80c8m9.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.chicken-road-ccrctc > input:checked ~ label,
.chicken-road-ccrctc > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.chicken-road-9fs2x0.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.chicken-road-huzhyb 44.chicken-road-93zkxd.chicken-road-6fkyq3.chicken-road-fjafxk.chicken-road-058faw.chicken-road-y7tmpn.chicken-road-v9tcgx.chicken-road-jjgdla.chicken-road-swblzm.chicken-road-gyulqv.chicken-road-7yopkg.chicken-road-lv2ogk.chicken-road-tc674k 0l-12.chicken-road-59e3bp 30.chicken-road-p9x0b1.chicken-road-i634wz 2.chicken-road-zf9tgj.chicken-road-i634wz 3.chicken-road-dgo7hl 3.chicken-road-iijuy5.chicken-road-h1jorn 3.chicken-road-13oeso.chicken-road-ckmo1w.chicken-road-511040.chicken-road-fitpgt 7-3.chicken-road-59e3bp 10.chicken-road-c49vqi.chicken-road-fitpgt 23.chicken-road-irzbuk.chicken-road-ejwicf 1.chicken-road-2m2v3u 2.chicken-road-59e3bp 3.chicken-road-ejwicf 1.chicken-road-h1jorn 5.chicken-road-owej93.chicken-road-h1jorn 32.chicken-road-4qxsd8.chicken-road-ckmo1w 5.chicken-road-tc674k 4.chicken-road-fitpgt 9.chicken-road-fitpgt 8.chicken-road-h1jorn 6.chicken-road-qzz2at.chicken-road-paz8a7.chicken-road-qx3nwj.chicken-road-46jwvq.chicken-road-swaib7 4.chicken-road-t1ev4s.chicken-road-swaib7 6.chicken-road-swaib7 0l29.chicken-road-tc674k 17.chicken-road-3esx4k.chicken-road-iytkrf 2.chicken-road-ez2grg 10.chicken-road-mxe5rg.chicken-road-59e3bp 8.chicken-road-necdkb.chicken-road-cb510i.chicken-road-4ysjie.chicken-road-5mz7yz.chicken-road-ekt67q.chicken-road-ckmo1w.chicken-road-y7tmpn.chicken-road-59e3bp 1.chicken-road-pi0g2w.chicken-road-grhbus.chicken-road-a55790.chicken-road-kovt5h.chicken-road-6i07fz.chicken-road-2m2v3u 1.chicken-road-mo8lqp.chicken-road-80c8m9.5z'/%3e%3c/svg%3e");
}

.chicken-road-ccrctc > input:not(:checked) ~ label:hover,
.chicken-road-ccrctc > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.chicken-road-9fs2x0.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.chicken-road-huzhyb 44.chicken-road-93zkxd.chicken-road-6fkyq3.chicken-road-fjafxk.chicken-road-058faw.chicken-road-y7tmpn.chicken-road-v9tcgx.chicken-road-jjgdla.chicken-road-swblzm.chicken-road-gyulqv.chicken-road-7yopkg.chicken-road-lv2ogk.chicken-road-tc674k 0l-12.chicken-road-59e3bp 30.chicken-road-p9x0b1.chicken-road-i634wz 2.chicken-road-zf9tgj.chicken-road-i634wz 3.chicken-road-dgo7hl 3.chicken-road-iijuy5.chicken-road-h1jorn 3.chicken-road-13oeso.chicken-road-ckmo1w.chicken-road-511040.chicken-road-fitpgt 7-3.chicken-road-59e3bp 10.chicken-road-c49vqi.chicken-road-fitpgt 23.chicken-road-irzbuk.chicken-road-ejwicf 1.chicken-road-2m2v3u 2.chicken-road-59e3bp 3.chicken-road-ejwicf 1.chicken-road-h1jorn 5.chicken-road-owej93.chicken-road-h1jorn 32.chicken-road-4qxsd8.chicken-road-ckmo1w 5.chicken-road-tc674k 4.chicken-road-fitpgt 9.chicken-road-fitpgt 8.chicken-road-h1jorn 6.chicken-road-qzz2at.chicken-road-paz8a7.chicken-road-qx3nwj.chicken-road-46jwvq.chicken-road-swaib7 4.chicken-road-t1ev4s.chicken-road-swaib7 6.chicken-road-swaib7 0l29.chicken-road-tc674k 17.chicken-road-3esx4k.chicken-road-iytkrf 2.chicken-road-ez2grg 10.chicken-road-mxe5rg.chicken-road-59e3bp 8.chicken-road-necdkb.chicken-road-cb510i.chicken-road-4ysjie.chicken-road-5mz7yz.chicken-road-ekt67q.chicken-road-ckmo1w.chicken-road-y7tmpn.chicken-road-59e3bp 1.chicken-road-pi0g2w.chicken-road-grhbus.chicken-road-a55790.chicken-road-kovt5h.chicken-road-6i07fz.chicken-road-2m2v3u 1.chicken-road-mo8lqp.chicken-road-80c8m9.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .chicken-road-yoy9pr > .chicken-road-899p49 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .chicken-road-yoy9pr > .chicken-road-899p49 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .chicken-road-yoy9pr > .chicken-road-899p49 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .chicken-road-yoy9pr > .chicken-road-899p49 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .chicken-road-yoy9pr > .chicken-road-899p49 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.chicken-road-5evm8p {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}
.chicken-road-5evm8p.chicken-road-zmnmu7 {
  display: none;
}
.chicken-road-95l41e {
  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) {
  .chicken-road-95l41e {
    height: 74px;
    overflow: visible;
  }
}
@media only screen and (max-width: 767px) {
  .chicken-road-95l41e {
    border-radius: 20px 20px 0 0;
  }
}
.chicken-road-a0nxti {
  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;
}
.chicken-road-a0nxti::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}
.chicken-road-a0nxti::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}
.chicken-road-a0nxti img {
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .chicken-road-a0nxti {
    max-width: 300px;
    padding: 0 10px;
    font-size: 16px;
  }
  .chicken-road-a0nxti img {
    max-width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .chicken-road-a0nxti {
    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;
  }
  .chicken-road-a0nxti img {
    max-width: 60px;
    border-radius: 7px;
  }
}
.chicken-road-xrb08m {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .chicken-road-xrb08m {
    font-size: 16px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .chicken-road-xrb08m {
    font-size: 14px;
  }
}
.chicken-road-okftmo {
  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;
}
.chicken-road-okftmo::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) {
  .chicken-road-okftmo::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}
.chicken-road-okftmo::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) {
  .chicken-road-okftmo::after {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .chicken-road-okftmo {
    max-width: 300px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .chicken-road-okftmo {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}
.chicken-road-6xn3zv {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .chicken-road-6xn3zv {
    top: -20px;
  }
}
.chicken-road-fxtbch {
  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) {
  .chicken-road-fxtbch:hover {
    background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
  }
}
@media only screen and (max-width: 1023px) {
  .chicken-road-fxtbch {
    width: 200px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .chicken-road-fxtbch {
    width: 90px;
    height: 40px;
  }
}
.chicken-road-5evm8p.chicken-road-eawg9x .chicken-road-95l41e {
  background: #2b3b67;
}
.chicken-road-5evm8p.chicken-road-eawg9x .chicken-road-a0nxti {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}
.chicken-road-5evm8p.chicken-road-eawg9x .chicken-road-a0nxti::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}
.chicken-road-5evm8p.chicken-road-eawg9x .chicken-road-a0nxti::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}
.chicken-road-5evm8p.chicken-road-eawg9x .chicken-road-okftmo::before {
  background: #0e0f41;
}
.chicken-road-5evm8p.chicken-road-eawg9x .chicken-road-okftmo::after {
  background: #152557;
}
.chicken-road-5evm8p.chicken-road-tauaug .chicken-road-95l41e {
  background: #1f35fa;
}
.chicken-road-5evm8p.chicken-road-tauaug .chicken-road-a0nxti {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}
.chicken-road-5evm8p.chicken-road-tauaug .chicken-road-a0nxti::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}
.chicken-road-5evm8p.chicken-road-tauaug .chicken-road-a0nxti::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}
.chicken-road-5evm8p.chicken-road-tauaug .chicken-road-okftmo::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}
.chicken-road-5evm8p.chicken-road-tauaug .chicken-road-okftmo::after {
  background: #192ac8;
}
.chicken-road-5evm8p.chicken-road-zlsgop .chicken-road-95l41e {
  background: #fa771f;
}
.chicken-road-5evm8p.chicken-road-zlsgop .chicken-road-a0nxti {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}
.chicken-road-5evm8p.chicken-road-zlsgop .chicken-road-a0nxti::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}
.chicken-road-5evm8p.chicken-road-zlsgop .chicken-road-a0nxti::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}
.chicken-road-5evm8p.chicken-road-zlsgop .chicken-road-okftmo::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}
.chicken-road-5evm8p.chicken-road-zlsgop .chicken-road-okftmo::after {
  background: #fa8535;
}

.chicken-road-aj8ctc {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}
@media only screen and (max-width: 1200px) {
  .chicken-road-aj8ctc {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .chicken-road-aj8ctc {
    margin: 24px 0 60px;
  }
}
.chicken-road-aj8ctc h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}
@media only screen and (max-width: 767px) {
  .chicken-road-aj8ctc h1 {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 18px;
  }
}
.chicken-road-kccsc2 {
  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) {
  .chicken-road-kccsc2 {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}
.chicken-road-b89s93 {
  display: flex;
  align-items: center;
  color: var(--text-color);
  gap: 6px;
  font-weight: 700;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .chicken-road-b89s93 {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}
.chicken-road-4kyhiu {
  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) {
  .chicken-road-4kyhiu:hover {
    background: #166ad9;
  }
}
.chicken-road-bg3fmb {
  display: flex;
  align-items: center;
  gap: 10px;
}
.chicken-road-bg3fmb span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}
.chicken-road-bg3fmb small {
  font-size: 14px;
  color: var(--text-color);
}
@media only screen and (max-width: 767px) {
  .chicken-road-bg3fmb {
    margin-bottom: 16px;
  }
}
.chicken-road-tu3id9 {
  width: 120px;
  height: 22px;
}
.chicken-road-tu3id9 .chicken-road-x13h81 {
  fill: #c2c0ce;
}
.chicken-road-tu3id9 [rating="1"] .chicken-road-x13h81:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}
.chicken-road-tu3id9 [rating="2"] .chicken-road-x13h81:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}
.chicken-road-tu3id9 [rating="3"] .chicken-road-x13h81:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}
.chicken-road-tu3id9 [rating="4"] .chicken-road-x13h81:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}
.chicken-road-tu3id9 [rating="5"] .chicken-road-x13h81:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}
.chicken-road-d9er4a {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}
@media only screen and (max-width: 767px) {
  .chicken-road-d9er4a {
    gap: 16px 0;
  }
}

/*# sourceMappingURL=index.chicken-road-60v5x7.chicken-road-cnnmvr */
: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(138cuwhyk8, #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;
  }
}

/* sss */

/* review */
.chicken-road-o74jbl {
  margin: 25px 0;
}

.chicken-road-u61wqn > input:not(:checked) ~ label:hover,
.chicken-road-u61wqn > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.chicken-road-1am5tv.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.chicken-road-qgxh7a 44.chicken-road-oubogp.chicken-road-6zxv47.chicken-road-hmjoj5.chicken-road-r1ctox.chicken-road-6wjqma.chicken-road-27zawp.chicken-road-deoq16.chicken-road-usb1ju.chicken-road-3cneve.chicken-road-3ppzu0.chicken-road-hm7nc1.chicken-road-qva2o3 0l-12.chicken-road-9uv8mg 30.chicken-road-zbwcdd.chicken-road-19dyvx 2.chicken-road-196i1d.chicken-road-19dyvx 3.chicken-road-nli528 3.chicken-road-7reg9t.chicken-road-1i2dy8 3.chicken-road-lfhdml.chicken-road-uykcuq.chicken-road-9p6cln.chicken-road-jvi4os 7-3.chicken-road-9uv8mg 10.chicken-road-jd92fy.chicken-road-jvi4os 23.chicken-road-vy6iu0.chicken-road-co1ig4 1.chicken-road-jrnga6 2.chicken-road-9uv8mg 3.chicken-road-co1ig4 1.chicken-road-1i2dy8 5.chicken-road-8u3ir5.chicken-road-1i2dy8 32.chicken-road-dikn03.chicken-road-uykcuq 5.chicken-road-qva2o3 4.chicken-road-jvi4os 9.chicken-road-jvi4os 8.chicken-road-1i2dy8 6.chicken-road-tpywpr.chicken-road-9toi6e.chicken-road-l7bys9.chicken-road-wqj7cb.chicken-road-wrggyq 4.chicken-road-mc4249.chicken-road-wrggyq 6.chicken-road-wrggyq 0l29.chicken-road-qva2o3 17.chicken-road-h6opcz.chicken-road-1bfkx3 2.chicken-road-78j7og 10.chicken-road-2azeby.chicken-road-9uv8mg 8.chicken-road-e13gd3.chicken-road-yqh9d4.chicken-road-p6jmcq.chicken-road-6vs0h4.chicken-road-qywh8q.chicken-road-uykcuq.chicken-road-6wjqma.chicken-road-9uv8mg 1.chicken-road-uv4y1o.chicken-road-qrkeue.chicken-road-p5dnsc.chicken-road-gmz0tx.chicken-road-aw2g7d.chicken-road-jrnga6 1.chicken-road-8mv7eo.chicken-road-pxwjo5.5z'/%3e%3c/svg%3e");
}

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

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

.chicken-road-cwmp0c {
  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);
}

.chicken-road-cwmp0c.chicken-road-8z12j2 {
  display: block;
}

.chicken-road-cwmp0c.chicken-road-2omjc0 {
  display: none;
}

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

.chicken-road-3e7n2y {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.chicken-road-w81pgk {
  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);
}

.chicken-road-s82ro4 {
  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;
}

.chicken-road-xauh50 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.chicken-road-m88524 {
  font-size: 16px;
  line-height: 140%;
}

.chicken-road-94ogvo {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.chicken-road-94ogvo .chicken-road-rzcoak {
  fill: #c2c0ce;
}

.chicken-road-94ogvo [rating="3"] .chicken-road-rzcoak:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.chicken-road-94ogvo [rating="4"] .chicken-road-rzcoak:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.chicken-road-94ogvo [rating="5"] .chicken-road-rzcoak:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.chicken-road-u40slw {
  margin-top: 25px;
  margin-bottom: 25px;
  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) {
  .chicken-road-u40slw:hover {
    background: var(--registr-btn);
  }
}
@media only screen and (max-width: 767px) {
  .chicken-road-u40slw {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

/* scroll */
.chicken-road-72ynpo {
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
  position: relative;
}

.chicken-road-ujyl46 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px 0;
  width: calc(100% / 3 * 4);
  transition: transform 0.4s ease-in-out;
  margin: 0;
}

.chicken-road-cwmp0c {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
  box-sizing: border-box;
}
.chicken-road-cwmp0c.chicken-road-8z12j2 {
  display: block;
}

.chicken-road-gnldbz {
  z-index: 10;
  background: rgba(248, 192, 7, 0.57);
  color: #000;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.chicken-road-i1y1le {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.chicken-road-gnldbz:hover:not(:disabled) {
  background: rgba(230, 195, 2, 0.57);
}

#review-prev {
  left: 10px;
}
#review-next {
  right: 10px;
}

.chicken-road-gnldbz:disabled {
  background: rgba(0, 0, 0, 0.1);
  color: #ccc;
  cursor: not-allowed;
}

@media only screen and (max-width: 767px) {
  .chicken-road-ujyl46 {
    width: 800%;
    flex-wrap: nowrap;
    gap: 0;
  }

  .chicken-road-cwmp0c {
    max-width: calc(100% / 8);
    flex-basis: calc(100% / 8);
    margin: 0;
    padding: 16px;
    margin-right: 5px;
  }

  .chicken-road-gnldbz {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  #review-prev {
    left: 5px;
  }
  #review-next {
    right: 5px;
  }
}

.chicken-road-nmhcu5 {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--table-1-color);
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

.chicken-road-d0cl3g {
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0fishroad-dfa17m ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chicken-road-d0cl3g::after {
  content: "+";
  font-weight: bold;
  transition: transform 0fishroad-dfa17m ease;
}

.chicken-road-nmhcu5.chicken-road-qmwnps .chicken-road-d0cl3g::after {
  transform: rotate(45deg);
}

.chicken-road-d0cl3g:hover {
  background: rgba(255, 255, 255, 0.3);
}

.chicken-road-vhp80e {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0fishroad-ivv94k ease, padding 0fishroad-ivv94k ease;
  padding: 0 20px;
  background: linear-gradient(180deg, #c09b05 0%, #b8a909 100%);
}

.chicken-road-nmhcu5.chicken-road-qmwnps .chicken-road-vhp80e {
  max-height: 200px;
  padding: 15px 20px;
}
