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

table caption {
  font-size: 26px;
  padding: 15px 0;
}

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: "Roboto", sans-serif;
  background: var(--main-theme-color);
  color: var(--text-color);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

a {
  cursor: pointer;
  color: var(--title-color);
  text-decoration: none;
}

* {
  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: 36px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
  margin: 0 auto 28px;
  color: var(--title-color);
}

@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;
  color: var(--title-color);
}

@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;
  color: var(--title-color);
}

@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;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.chicken-road-4e86hw {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .chicken-road-4e86hw {
    padding: 54px 0 0;
  }
}

.chicken-road-cgasr5 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 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;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .chicken-road-cgasr5: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-nq40o4 {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
  .chicken-road-nq40o4 {
    margin: 20px auto 100px;
  }
}

.chicken-road-nq40o4 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-nq40o4 h1 {
    font-size: 120px;
  }
}

.chicken-road-nq40o4 p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

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

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

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

.chicken-road-nwkw5o figure {
  margin: 0;
}

.chicken-road-nwkw5o.chicken-road-kyciqv {
  justify-content: flex-start;
  margin-right: 4px;
}

.chicken-road-nwkw5o.chicken-road-4b9vdh {
  justify-content: flex-end;
  margin-left: 4px;
}

.chicken-road-nwkw5o.chicken-road-ol84zm {
  justify-content: center;
}

.chicken-road-nwkw5o.chicken-road-5brotx {
  justify-content: normal;
}

.chicken-road-wsbaz3 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
  .chicken-road-wsbaz3 {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .chicken-road-wsbaz3 {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.chicken-road-e2ikbj {
  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-e2ikbj {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.chicken-road-pyx6n6 {
  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-pyx6n6 {
    flex-direction: column;
  }
}

.chicken-road-n2s99y {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.chicken-road-n2s99y img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .chicken-road-n2s99y {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}

.chicken-road-sljzwd {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.chicken-road-sljzwd 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-sljzwd ul {
    margin-bottom: 15px;
  }
}

.chicken-road-sljzwd ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.chicken-road-sljzwd 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-sljzwd ul li span svg {
  fill: var(--title-color);
}

.chicken-road-sljzwd ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .chicken-road-sljzwd ul li small {
    font-size: 12px;
  }
}

.chicken-road-sljzwd ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}

.chicken-road-sljzwd ul li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .chicken-road-sljzwd {
    flex-basis: auto;
    margin: 0 auto;
  }
}

.chicken-road-xwtomy {
  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-xwtomy {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.chicken-road-de4y16 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.chicken-road-u3y14l {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0chicken-road-9z7mjy ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 767px) {
  .chicken-road-u3y14l {
    height: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .chicken-road-u3y14l:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}

.chicken-road-u3y14l.chicken-road-wpe8ib {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .chicken-road-u3y14l.chicken-road-wpe8ib:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.chicken-road-4txgy9 {
  padding: 10px 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-4txgy9 {
    padding: 80px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .chicken-road-4txgy9 {
    padding: 50px 16px 68px;
  }
}

.chicken-road-0ydh09 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .chicken-road-0ydh09 {
    flex-direction: column;
  }
}

.chicken-road-birf94 {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .chicken-road-birf94 {
    margin-bottom: 40px;
  }
}

.chicken-road-r1c22i .chicken-road-kzwl3p {
  margin-bottom: 28px;
}

.chicken-road-r1c22i .chicken-road-kzwl3p img {
  max-height: 100px;
  width: auto;
}

.chicken-road-26yi68 {
  display: flex;
  align-items: center;
}

.chicken-road-26yi68 a + a {
  margin-left: 24px;
}

.chicken-road-26yi68 img {
  max-height: 56px;
  width: auto;
}

.chicken-road-d5p74u img {
  max-height: 38px!important;
  width: auto;
}

.chicken-road-26yi68 img + img {
  margin-left: 24px;
}

.chicken-road-n335of {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .chicken-road-n335of {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}

.chicken-road-7m9vsj {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .chicken-road-7m9vsj {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

.chicken-road-u4vad6 {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .chicken-road-u4vad6 {
    flex-wrap: wrap;
  }
}

.chicken-road-u4vad6 li {
  display: flex;
  margin: 0 7px;
}

.chicken-road-u4vad6 li svg {
  transition: 0chicken-road-spynx9 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .chicken-road-u4vad6 li:hover svg {
    transform: scale(1.2);
  }
}

.chicken-road-xnlevf {
  color: var(--footer-text-color);
  font-size: 12px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  word-wrap: break-word;
}

.chicken-road-x3er7v + .chicken-road-x3er7v {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .chicken-road-x3er7v + .chicken-road-x3er7v {
    margin: 36px 0 0;
  }
}

.chicken-road-ud78jm {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.chicken-road-1gfgel {
  list-style: none;
  margin: 0;
  padding: 0;
}

.chicken-road-1gfgel li {
  font-size: 16px;
}

.chicken-road-1gfgel li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .chicken-road-1gfgel li a:hover {
    text-decoration: underline;
  }
}

.chicken-road-1gfgel li + li {
  margin-top: 16px;
}

.chicken-road-leh8cm {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0chicken-road-jpdxgz ease-in-out;
}

.chicken-road-leh8cm.chicken-road-205nfr {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.chicken-road-v4x4lf {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.chicken-road-v4x4lf h1,
.chicken-road-v4x4lf 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-v4x4lf h1,
  .chicken-road-v4x4lf h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .chicken-road-v4x4lf {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .chicken-road-v4x4lf {
    margin-bottom: 60px;
  }
}

.chicken-road-51m8ct {
  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-51m8ct {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}

.chicken-road-51m8ct li {
  width: 100%;
}

.chicken-road-51m8ct 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: 0chicken-road-spynx9 ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.chicken-road-51m8ct li a svg {
  fill: var(--button-text-color);
}

.chicken-road-51m8ct li a.chicken-road-205nfr {
  background: var(--border-color);
}

@media only screen and (min-width: 1025px) {
  .chicken-road-51m8ct li a:hover {
    background: var(--border-color);
  }
}

@media only screen and (max-width: 767px) {
  .chicken-road-51m8ct li a {
    font-size: 14px;
    height: 36px;
    padding: 0 10pxr;
  }
  .chicken-road-51m8ct li a img {
    max-width: 16px;
  }
}

.chicken-road-gg9efl {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .chicken-road-gg9efl {
    margin: 0 -5px;
  }
}

.chicken-road-qc5e4e {
  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-qc5e4e span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

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

@media only screen and (max-width: 767px) {
  .chicken-road-qc5e4e {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .chicken-road-qc5e4e span {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

.chicken-road-9b1114 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.chicken-road-9b1114 img {
  width: 100%;
  transition: 0chicken-road-spynx9 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .chicken-road-9b1114:hover img {
    transform: scale(1.1);
  }
}

.chicken-road-0s0iye {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .chicken-road-0s0iye {
    height: 54px;
  }
}

.chicken-road-ftjhzx {
  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-ftjhzx {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .chicken-road-ftjhzx {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .chicken-road-ftjhzx .chicken-road-kzwl3p img {
    max-width: 90px;
  }
}

.chicken-road-kzwl3p img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .chicken-road-kzwl3p {
    order: -2;
  }
}

@media only screen and (max-width: 1023px) {
  .chicken-road-434rn0 {
    display: none;
  }
  .chicken-road-434rn0::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 300%;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
  }
}

.chicken-road-3gp75w {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.chicken-road-3gp75w li {
  font-size: 16px;
  margin: 0 20px;
}

.chicken-road-3gp75w li a {
  color: var(--menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .chicken-road-3gp75w li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 1023px) {
  .chicken-road-3gp75w {
    display: block;
  }
  .chicken-road-3gp75w li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .chicken-road-3gp75w li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .chicken-road-3gp75w 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-3gp75w li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

.chicken-road-aqkhil {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
  .chicken-road-aqkhil {
    margin-right: 105px;
  }
}

@media only screen and (max-width: 1023px) {
  .chicken-road-aqkhil {
    order: -1;
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .chicken-road-aqkhil {
    max-width: 230px;
    justify-content: flex-end;
  }
}

.chicken-road-aqkhil.chicken-road-f5fm4i {
  margin-right: 0;
}

.chicken-road-ztrps8 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .chicken-road-ztrps8 {
    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-ztrps8:hover {
    background: var(--button-bg-color);
    opacity: 0.9;
  }
}

.chicken-road-i94qoe {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  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-i94qoe:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .chicken-road-i94qoe {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

.chicken-road-4obr7s {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
  .chicken-road-4obr7s {
    top: 9px;
    transform: none;
    right: auto;
    left: 0;
  }
}

.chicken-road-4obr7s:hover > ul {
  display: flex;
}

.chicken-road-4obr7s:focus > ul {
  display: flex;
}

.chicken-road-4obr7s:focus-within > ul {
  display: flex;
}

.chicken-road-x5fbyy {
  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(--button-bg-color);
  color: var(--button-text-color);
  gap: 5px;
}

.chicken-road-x5fbyy::after {
  border-bottom: 1px solid var(--button-text-color);
  border-right: 1px solid var(--button-text-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 0chicken-road-jpdxgz ease-in-out;
}

@media only screen and (max-width: 767px) {
  .chicken-road-x5fbyy {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .chicken-road-x5fbyy img {
    max-width: 20px;
  }
}

.chicken-road-4obr7s ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0chicken-road-spynx9 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(--button-bg-color);
}

@media only screen and (max-width: 767px) {
  .chicken-road-4obr7s ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.chicken-road-4obr7s ul li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0chicken-road-spynx9 ease-in-out;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .chicken-road-4obr7s ul li {
    padding: 5px;
  }
}

.chicken-road-4obr7s ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--button-text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .chicken-road-4obr7s ul li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  .chicken-road-4obr7s ul li a {
    font-size: 14px;
    gap: 3px;
  }
  .chicken-road-4obr7s ul li a img {
    max-width: 20px;
  }
}

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

.chicken-road-f63p4a {
  width: 38px;
  height: 38px;
  display: none;
  cursor: pointer;
  border-radius: 6px;
  background: var(--button-bg-color);
  padding: 12px 5px;
  z-index: 99;
  margin-left: 8px;
}

@media only screen and (max-width: 1023px) {
  .chicken-road-f63p4a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

.chicken-road-f63p4a span {
  display: block;
  height: 1px;
  border-radius: 4px;
  width: 20px;
  background: var(--button-text-color);
}

@media only screen and (max-width: 1023px) {
  .chicken-road-oc5lyi:checked ~ .chicken-road-434rn0 {
    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-434rn0 {
    display: none;
    transition: display 0chicken-road-spynx9 ease-in-out;
  }
  .chicken-road-oc5lyi:checked ~ .chicken-road-434rn0 {
    display: block;
  }
  .chicken-road-oc5lyi:checked + .chicken-road-f63p4a span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .chicken-road-oc5lyi:checked + .chicken-road-f63p4a span:nth-child(2) {
    display: none;
  }
  .chicken-road-oc5lyi:checked + .chicken-road-f63p4a span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.chicken-road-x7dqn1 {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .chicken-road-x7dqn1 {
    padding: 0 16px;
  }
}

.chicken-road-x7dqn1 img {
  margin-bottom: 3px;
}

.chicken-road-x7dqn1 p {
  color: var(--text-color);
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .chicken-road-x7dqn1 p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .chicken-road-x7dqn1 {
    margin-bottom: 60px;
  }
}

@media (max-width: 600px) {
  .chicken-road-x7dqn1 {
    padding: 0px 0px !important;
  }
}

.chicken-road-62cixw {
  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-62cixw {
    font-size: 32px;
  }
}

.chicken-road-3zc5hr {
  color: var(--text-color);
}

.chicken-road-v68rkw {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .chicken-road-v68rkw {
    font-size: 16px;
    line-height: 140%;
  }
}

.chicken-road-v68rkw p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

.chicken-road-v68rkw p img {
  display: block;
  margin: 0 auto;
}

.chicken-road-v68rkw p:first-of-type {
  margin-top: 0;
}

.chicken-road-v68rkw p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .chicken-road-v68rkw p {
    font-size: 18px;
    line-height: 140%;
  }
}

.chicken-road-v68rkw ul {
  padding: 0 0 0 20px;
}

.chicken-road-v68rkw table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.chicken-road-v68rkw 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-v68rkw table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.chicken-road-v68rkw 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(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .chicken-road-v68rkw table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.chicken-road-v68rkw table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.chicken-road-v68rkw iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .chicken-road-v68rkw iframe {
    height: 200px;
  }
}

.chicken-road-qglc0p {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 1200px) {
  .chicken-road-qglc0p {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .chicken-road-qglc0p {
    margin-bottom: 60px;
  }
}

.chicken-road-mftg54 {
  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-mftg54 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.chicken-road-mftg54 h1,
.chicken-road-mftg54 h2,
.chicken-road-mftg54 h3,
.chicken-road-mftg54 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-mftg54 h1,
  .chicken-road-mftg54 h2,
  .chicken-road-mftg54 h3,
  .chicken-road-mftg54 h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.chicken-road-p04e68 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .chicken-road-p04e68 {
    flex-direction: column-reverse;
  }
}

.chicken-road-p04e68 .chicken-road-ncrb2e {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .chicken-road-p04e68 .chicken-road-ncrb2e {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.chicken-road-p04e68 .chicken-road-f6czq7 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .chicken-road-p04e68 .chicken-road-f6czq7 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .chicken-road-p04e68 .chicken-road-f6czq7 img {
    width: 100%;
  }
}

.chicken-road-f6czq7 {
  margin: 0 0 28px;
}

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

.chicken-road-ncrb2e {
  margin: 0 0 28px;
}

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

.chicken-road-qglc0p h2 {
  color: var(--title-color);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .chicken-road-qglc0p h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.chicken-road-qglc0p .chicken-road-cgasr5 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.chicken-road-eima9d {
  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-eima9d {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 767px) {
  .chicken-road-eima9d {
    margin-bottom: 60px;
  }
}

.chicken-road-wa0qqo {
  position: relative;
  border: none;
}

.chicken-road-wa0qqo::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--fh-bg-color);
}

.chicken-road-qimu9j {
  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-qimu9j span {
  height: 32px;
}

.chicken-road-qimu9j span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.chicken-road-qimu9j.chicken-road-gzyhqr span {
  transform: scaleY(-1);
}

@media only screen and (max-width: 767px) {
  .chicken-road-qimu9j {
    padding: 0 14px;
    font-size: 22px;
    height: 68px;
  }
}

.chicken-road-luo4rt {
  list-style: none;
  padding: 0;
  margin: 0;
}

.chicken-road-luo4rt 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-luo4rt li {
    font-size: 16px;
  }
}

.chicken-road-luo4rt li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0chicken-road-spynx9 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .chicken-road-luo4rt li a:hover {
    background: var(--main-theme-color);
  }
}

@media only screen and (max-width: 767px) {
  .chicken-road-luo4rt li a {
    padding: 12px 14px;
  }
}

.chicken-road-luo4rt.chicken-road-w3shgi {
  display: none;
}

.chicken-road-n6bvc2 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.chicken-road-n6bvc2 table {
  width: 100%;
  border-collapse: collapse;
}

.chicken-road-n6bvc2 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-n6bvc2 table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .chicken-road-n6bvc2 table td {
    min-width: 75px;
  }
}

.chicken-road-n6bvc2 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(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .chicken-road-n6bvc2 table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.chicken-road-n6bvc2 table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.chicken-road-n6bvc2 p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .chicken-road-n6bvc2 p {
    font-size: 16px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 1200px) {
  .chicken-road-n6bvc2 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .chicken-road-n6bvc2 {
    margin-bottom: 60px;
  }
}

.chicken-road-q0yjkp {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fh-bg-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-q0yjkp {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.chicken-road-tvtw4n {
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 500px) {
  .chicken-road-tvtw4n {
    width: 100%;
    border-collapse: collapse;
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

.chicken-road-tvtw4n 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-tvtw4n tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.chicken-road-tvtw4n tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.chicken-road-y2d852 table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.chicken-road-y2d852 table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.chicken-road-y2d852 p {
  color: var(--text-color);
}

.chicken-road-sx2v2v {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .chicken-road-sx2v2v {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .chicken-road-sx2v2v {
    margin-bottom: 60px;
  }
}

.chicken-road-kqq9h3 {
  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-b0ezxo {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .chicken-road-b0ezxo {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .chicken-road-b0ezxo {
    margin-bottom: 60px;
  }
}

.chicken-road-vg9hxu {
  border-radius: 10px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding: 20px 32px 20px;
}

.chicken-road-vg9hxu h3 {
  position: relative;
  color: var(--title-color);
  font-size: 26px;
  cursor: pointer;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .chicken-road-vg9hxu h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

.chicken-road-vg9hxu p {
  padding: 0;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
  color: var(--text-color);
}

.chicken-road-vg9hxu p + p {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .chicken-road-vg9hxu p {
    font-size: 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .chicken-road-u17ivy {
    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-hrelbt {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.chicken-road-hrelbt li {
  margin: 0 20px;
}

.chicken-road-hrelbt li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.chicken-road-hrelbt li a img {
  margin-bottom: 4px;
}

@media only screen and (min-width: 1025px) {
  .chicken-road-hrelbt li a:hover {
    color: #2ab765;
  }
}

.chicken-road-mrgq8q {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 10px auto;
  padding: 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .chicken-road-mrgq8q {
    padding: 0 16px;
  }
}

.chicken-road-mrgq8q li {
  font-size: 16px;
  position: relative;
}

.chicken-road-mrgq8q li a {
  color: var(--text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .chicken-road-mrgq8q li a:hover {
    text-decoration: underline;
  }
}

.chicken-road-mrgq8q li span {
  opacity: 0.5;
}

.chicken-road-mrgq8q li + li {
  margin-left: 30px;
}

.chicken-road-mrgq8q li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

h2.chicken-road-mftg54 {
  margin: 0 0 28px;
}

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

.chicken-road-8yrbk7 {
  border-collapse: separate;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-color);
  counter-reset: table-row;
}

.chicken-road-8yrbk7 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-8yrbk7 tbody tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: var(--fh-bg-color);
  border-radius: 10px;
}

.chicken-road-8yrbk7 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-8yrbk7 tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.chicken-road-8yrbk7 tbody tr:last-of-type {
  margin-bottom: 0;
}

.chicken-road-8yrbk7 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.chicken-road-8yrbk7 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-8yrbk7 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-8yrbk7 tbody tr td:last-of-type {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .chicken-road-8yrbk7 tbody tr td:last-of-type {
    margin-left: 0;
    width: 100%;
  }
}

.chicken-road-8yrbk7 tbody tr td .chicken-road-2c4uhr {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .chicken-road-8yrbk7 tbody tr td .chicken-road-2c4uhr {
    width: 100%;
  }
}

.chicken-road-8yrbk7 tbody tr td .chicken-road-w7vn6p {
  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: 0chicken-road-spynx9 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .chicken-road-8yrbk7 tbody tr td .chicken-road-w7vn6p:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .chicken-road-8yrbk7 tbody tr td .chicken-road-w7vn6p {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .chicken-road-8yrbk7 tbody tr td .chicken-road-w7vn6p {
    width: 100%;
  }
}

.chicken-road-8yrbk7 tbody tr td .chicken-road-8gzgrg {
  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-8yrbk7 tbody tr td .chicken-road-8gzgrg:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .chicken-road-8yrbk7 tbody tr {
    flex-direction: column;
  }
}

.chicken-road-8yrbk7 tbody tr:nth-child(-n + 3) td > a::before {
  background: var(--rate-counter-bg-top);
}

.chicken-road-h0x791 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .chicken-road-h0x791 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .chicken-road-h0x791 {
    margin: 0 auto 60px;
  }
}

.chicken-road-1tg4q3 {
  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-1tg4q3 {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.chicken-road-mpj4rw {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .chicken-road-mpj4rw {
    margin: 0 -5px;
  }
}

.chicken-road-pu9vff {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.chicken-road-pu9vff img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0chicken-road-spynx9 ease-in-out;
}

.chicken-road-pu9vff p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .chicken-road-pu9vff:hover img {
    transform: scale(1.01);
  }
}

@media only screen and (max-width: 991px) {
  .chicken-road-pu9vff {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .chicken-road-pu9vff {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 12px;
  }
  .chicken-road-pu9vff p {
    font-size: 16px;
  }
}

.chicken-road-fyaucq {
  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-fyaucq {
    height: 190px;
    margin: 20px auto;
  }
}

.chicken-road-fyaucq img {
  width: 100%;
  height: 100%;
}

.chicken-road-fyaucq iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .chicken-road-fyaucq iframe {
    height: 190px;
  }
}

.chicken-road-f4fsr9 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(3px);
}

.chicken-road-f4fsr9::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-bv825a {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.chicken-road-bv825a svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0chicken-road-spynx9 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .chicken-road-bv825a:hover svg {
    transform: scale(1.1);
  }
}

.chicken-road-n9p57i {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .chicken-road-n9p57i {
    padding: 40px 0;
  }
}

.chicken-road-4z7yxq {
  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-4z7yxq {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .chicken-road-4z7yxq {
    flex-direction: column-reverse;
  }
}

.chicken-road-sb0h6k {
  max-width: 520px;
  width: 100%;
  flex-basis: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}

.chicken-road-sb0h6k img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .chicken-road-sb0h6k {
    max-width: 565px;
    flex-basis: auto;
    margin: 24px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .chicken-road-sb0h6k {
    margin: 10px 0 0;
  }
}

.chicken-road-0iazxu {
  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-0iazxu 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-0iazxu {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .chicken-road-0iazxu {
    padding: 24px 10px;
  }
}

.chicken-road-x0jc56 {
  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: 0chicken-road-spynx9 ease-in-out;
}

.chicken-road-x0jc56:hover {
  border: 1px solid #8c8ca2;
}

.chicken-road-9knjix {
  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-9knjix:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.chicken-road-8yvo9x {
  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-8yvo9x a {
  text-decoration: underline;
  color: #8babff;
}

.chicken-road-bh93p2 {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.chicken-road-bh93p2 .chicken-road-x0jc56 {
  width: 50%;
  margin: 0;
}

.chicken-road-g0kc07 {
  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-g0kc07:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.chicken-road-2whzej {
  margin: 0 0 100px;
}

@media only screen and (max-width: 1200px) {
  .chicken-road-2whzej {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .chicken-road-2whzej {
    margin: 0 0 60px;
  }
}

.chicken-road-to4gfe {
  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-to4gfe {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.chicken-road-mzni2z {
  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-mzni2z {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}

.chicken-road-s47r4j {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

.chicken-road-1ipxh0 {
  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-1ipxh0 {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.chicken-road-1ipxh0 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: 0chicken-road-spynx9 ease-in-out;
}

@media only screen and (max-width: 767px) {
  .chicken-road-1ipxh0 a {
    margin: 1px 0 4px;
  }
}

.chicken-road-1ipxh0 a svg {
  fill: #fff;
}

.chicken-road-1ipxh0 a:hover {
  background: #3d68e7;
}

.chicken-road-81r7qg {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.chicken-road-9ku15b {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .chicken-road-9ku15b {
    position: absolute;
    top: 18px;
    left: 115px;
  }
}

.chicken-road-mp520c {
  font-size: 16px;
  color: var(--text-color);
}

.chicken-road-ljioam {
  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-ljioam {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .chicken-road-ljioam {
    margin: 20px auto 60px;
  }
}

@media only screen and (min-width: 992px) {
  .chicken-road-ljioam {
    grid-template-areas: "play-block__left play-block__right" "content-section content-section";
    grid-template-columns: 65% 35%;
  }
}

.chicken-road-xalas4 {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

.chicken-road-xalas4 h1,
.chicken-road-xalas4 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-xalas4 h1,
  .chicken-road-xalas4 h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .chicken-road-xalas4 {
    margin: 0;
    padding-right: 20px;
  }
}

.chicken-road-3q44xd {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

.chicken-road-3q44xd 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-3q44xd h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.chicken-road-3q44xd 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-3q44xd h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.chicken-road-3q44xd 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-3q44xd 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-3q44xd table tr td {
    padding: 12px 4px;
  }
}

.chicken-road-3q44xd 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(--fh-bg-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .chicken-road-3q44xd table tr th {
    padding: 12px 4px;
  }
}

.chicken-road-3q44xd table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .chicken-road-3q44xd {
    margin: 0;
  }
}

.chicken-road-bc5jc8 {
  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-bc5jc8 {
    min-height: 190px;
  }
}

.chicken-road-c6xnmi {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(5px);
}

.chicken-road-c6xnmi::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-7q9oe3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.chicken-road-7q9oe3.chicken-road-2dmyv8 {
  display: none;
}

.chicken-road-eua08b {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.chicken-road-eua08b iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.chicken-road-eua08b iframe.chicken-road-ekdbpl {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.chicken-road-eua08b.chicken-road-cza3i1 {
  opacity: 1;
  pointer-events: all;
}

.chicken-road-e5zm51 {
  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: 0chicken-road-spynx9 ease-in-out;
}

.chicken-road-e5zm51 svg {
  margin-right: 10px;
}

.chicken-road-e5zm51 + .chicken-road-e5zm51 {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .chicken-road-e5zm51:hover {
    background: #a8a6b3;
  }
}

.chicken-road-edkm0v {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

@media only screen and (min-width: 1025px) {
  .chicken-road-edkm0v:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
  }
}

@media only screen and (max-width: 767px) {
  .chicken-road-e5zm51 {
    height: 42px;
    max-width: 220px;
  }
}

.chicken-road-ljioam .chicken-road-qglc0p {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.chicken-road-ljioam .chicken-road-qglc0p h1,
.chicken-road-ljioam .chicken-road-qglc0p 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-ljioam .chicken-road-qglc0p h1,
  .chicken-road-ljioam .chicken-road-qglc0p h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .chicken-road-ljioam .chicken-road-qglc0p {
    margin: 28px 0 0;
  }
}

.chicken-road-jlnnzj {
  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-jlnnzj {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .chicken-road-jlnnzj {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .chicken-road-jlnnzj {
    margin: 20px auto 60px;
  }
}

.chicken-road-jrm19c {
  max-width: 545px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .chicken-road-jrm19c {
    max-width: 100%;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .chicken-road-jrm19c {
    max-width: 100%;
    margin: 0 0 10px;
  }
}

.chicken-road-5kxiqc {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.chicken-road-5kxiqc iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.chicken-road-1yap32 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.chicken-road-1yap32 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-1yap32 h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .chicken-road-1yap32 h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .chicken-road-1yap32 {
    max-width: 100%;
    margin: 0;
  }
}

.chicken-road-o3n5k5 {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .chicken-road-o3n5k5 {
    padding: 14px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

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

@media only screen and (max-width: 767px) {
  .chicken-road-hnwtwg {
    flex-direction: column;
    margin: 0 0 0 20px;
  }
}

.chicken-road-uefmz6 {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.chicken-road-uefmz6 span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

@media only screen and (max-width: 767px) {
  .chicken-road-uefmz6 {
    margin: 0;
  }
  .chicken-road-uefmz6:last-of-type {
    margin-top: 4px;
  }
}

.chicken-road-506doa {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 540px) {
  .chicken-road-506doa {
    padding: 10px;
  }
}

.chicken-road-506doa .chicken-road-cgasr5 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .chicken-road-506doa .chicken-road-cgasr5 {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .chicken-road-506doa {
    flex-wrap: wrap;
  }
}

.chicken-road-1dqywq {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.chicken-road-1dqywq img {
  width: 100%;
}

.chicken-road-6wjt4u {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 540px) {
  .chicken-road-6wjt4u {
    max-width: 200px;
    margin: 0;
  }
}

.chicken-road-d0fzez {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

.chicken-road-qtssav {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.chicken-road-4qiuet {
  width: 100%;
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .chicken-road-4qiuet {
    margin: 0 0 60px;
  }
}

.chicken-road-4qiuet .chicken-road-wug23v {
  position: relative;
}

.chicken-road-4qiuet .chicken-road-s70z3d {
  width: 100%;
  height: calc(100vh - 54px);
  height: 100dvh;
  height: calc(100dvh - env(safe-area-inset-bottom, 0px));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.chicken-road-4qiuet .chicken-road-s70z3d.chicken-road-2dmyv8 {
  display: none;
}

.chicken-road-4qiuet .chicken-road-izxhum {
  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);
  margin-bottom: env(safe-area-inset-bottom, 0px);
}

@media only screen and (max-width: 991px) {
  .chicken-road-4qiuet .chicken-road-izxhum {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .chicken-road-4qiuet .chicken-road-izxhum {
    bottom: 90px;
  }
}

.chicken-road-4qiuet .chicken-road-izxhum .chicken-road-0kbzdo {
  max-width: 300px;
  width: 100%;
}

.chicken-road-4qiuet
  .chicken-road-izxhum
  .chicken-road-0kbzdo
  .chicken-road-qa6b3h {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .chicken-road-4qiuet
    .chicken-road-izxhum
    .chicken-road-0kbzdo
    .chicken-road-qa6b3h {
    font-size: 32px;
    text-align: center;
  }
}

.chicken-road-4qiuet
  .chicken-road-izxhum
  .chicken-road-0kbzdo
  .chicken-road-iseskp {
  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-4qiuet
    .chicken-road-izxhum
    .chicken-road-0kbzdo
    .chicken-road-iseskp {
    text-align: center;
  }
}

.chicken-road-4qiuet .chicken-road-izxhum .chicken-road-f5fm4i {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .chicken-road-4qiuet .chicken-road-izxhum .chicken-road-f5fm4i {
    flex-direction: column-reverse;
  }
}

.chicken-road-4qiuet
  .chicken-road-izxhum
  .chicken-road-f5fm4i
  .chicken-road-runb6y {
  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: 0chicken-road-spynx9 ease-in-out;
}

.chicken-road-4qiuet
  .chicken-road-izxhum
  .chicken-road-f5fm4i
  .chicken-road-runb6y:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .chicken-road-4qiuet
    .chicken-road-izxhum
    .chicken-road-f5fm4i
    .chicken-road-runb6y {
    width: 100%;
  }
}

.chicken-road-4qiuet
  .chicken-road-izxhum
  .chicken-road-f5fm4i
  .chicken-road-gslezt {
  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;
  position: relative;
  transition: 0chicken-road-spynx9 ease-in-out;
  overflow: hidden;
}

.chicken-road-4qiuet
  .chicken-road-izxhum
  .chicken-road-f5fm4i
  .chicken-road-gslezt
  span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@keyframes slideLeftRight {
  0% {
    left: -16px;
  }
  100% {
    left: calc(100% + 16px);
  }
}

.chicken-road-4qiuet
  .chicken-road-izxhum
  .chicken-road-f5fm4i
  .chicken-road-gslezt:before {
  content: "";
  border-radius: 10px;
  position: absolute;
  height: 100%;
  width: 32px;
  top: 0;
  left: -16px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.75) 50%,
    transparent 100%
  );
  z-index: 0;
  backdrop-filter: blur(5px);
  animation: slideLeftRight 2s infinite;
}

.chicken-road-4qiuet
  .chicken-road-izxhum
  .chicken-road-f5fm4i
  .chicken-road-gslezt:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .chicken-road-4qiuet
    .chicken-road-izxhum
    .chicken-road-f5fm4i
    .chicken-road-gslezt {
    width: 100%;
  }
}

.chicken-road-4qiuet .chicken-road-izxhum.chicken-road-2dmyv8 {
  display: none;
}

.chicken-road-4qiuet .chicken-road-9ekkhm {
  display: none;
}

.chicken-road-4qiuet .chicken-road-9ekkhm.chicken-road-cza3i1 {
  display: block;
}

.chicken-road-4qiuet .chicken-road-9ekkhm iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .chicken-road-4qiuet .chicken-road-9ekkhm iframe {
    height: calc(100vh - 54px);
  }
}

.chicken-road-4qiuet .chicken-road-kasocs {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .chicken-road-4qiuet .chicken-road-kasocs {
    padding: 24px 16px 0;
  }
}

.chicken-road-4qiuet .chicken-road-kasocs .chicken-road-qa6b3h {
  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-4qiuet .chicken-road-kasocs .chicken-road-qa6b3h {
    margin-bottom: 24px;
  }
}

.chicken-road-4qiuet .chicken-road-kasocs 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-4qiuet .chicken-road-kasocs 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-4qiuet .chicken-road-kasocs table tr td {
    padding: 12px 4px;
  }
}

.chicken-road-4qiuet .chicken-road-kasocs 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(--fh-bg-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .chicken-road-4qiuet .chicken-road-kasocs table tr th {
    padding: 12px 4px;
  }
}

.chicken-road-4qiuet .chicken-road-kasocs table tr:last-of-type td {
  border-bottom: none;
}

.chicken-road-hkqtfq {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background: var(--main-theme-color);
}

.chicken-road-hkqtfq.chicken-road-205nfr {
  display: block;
}

.chicken-road-hkqtfq iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.chicken-road-hkqtfq .chicken-road-q4pkq9 {
  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-hkqtfq .chicken-road-ipi8xm {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.chicken-road-hkqtfq .chicken-road-gslezt {
  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: 0chicken-road-spynx9 ease-in-out;
}

.chicken-road-hkqtfq .chicken-road-gslezt:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

.chicken-road-558zlq {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
  overflow: auto;
}

.chicken-road-558zlq.chicken-road-205nfr {
  display: block;
}

.chicken-road-j4vd6b {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.chicken-road-kpfk2h {
  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-5qh6nk {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .chicken-road-kpfk2h {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 28px 16px;
  }
}

.chicken-road-muptt4 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.chicken-road-muptt4 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

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

.chicken-road-kh8ok5.chicken-road-2dmyv8 {
  display: none;
}

.chicken-road-l9b1ee {
  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-l9b1ee {
    margin-bottom: 20px;
  }
}

.chicken-road-mviyi0 {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.chicken-road-mviyi0 span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

.chicken-road-mviyi0 small {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.8;
  display: block;
  margin-bottom: 16px;
}

.chicken-road-mviyi0 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: 0chicken-road-spynx9 ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.chicken-road-mviyi0 input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.chicken-road-mviyi0 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.chicken-road-mviyi0 input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.chicken-road-mviyi0 input:active {
  border-color: #c2c0ce;
}

.chicken-road-mviyi0 input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .chicken-road-mviyi0 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.chicken-road-y3y630 {
  margin-bottom: 36px;
}

.chicken-road-y3y630 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-y3y630 textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.chicken-road-y3y630 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .chicken-road-y3y630 {
    margin-bottom: 24px;
  }
}

.chicken-road-8uj3ow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.chicken-road-rpjvk2 {
  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: 0chicken-road-spynx9 ease-in-out;
}

.chicken-road-rpjvk2:hover {
  background: var(--border-color);
}

.chicken-road-jc82za {
  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: 0chicken-road-spynx9 ease-in-out;
}

.chicken-road-jc82za:hover {
  background: #166ad9;
}

.chicken-road-n5dk5g {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.chicken-road-n5dk5g.chicken-road-2dmyv8 {
  display: none;
}

.chicken-road-8hl3p3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--title-color);
  margin: 16px 0 20px;
}

.chicken-road-n5dk5g .chicken-road-rpjvk2 {
  margin: 0 auto;
}

.chicken-road-2r3y6h {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
  .chicken-road-2r3y6h {
    margin-bottom: 16px;
  }
}

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

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

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

.chicken-road-dmzljy > 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-6tcm5w.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.chicken-road-kuu0oj 44.chicken-road-3flptk.chicken-road-01isc1.chicken-road-6qgbfz.chicken-road-4wnsfu.chicken-road-dptl49.chicken-road-mpf3tl.chicken-road-d5dj9q.chicken-road-kftsgr.chicken-road-8xldo8.chicken-road-19sj9m.chicken-road-xid4y3.chicken-road-7qo8wo 0l-12.chicken-road-nlov46 30.chicken-road-74ro1w.chicken-road-ou42kv 2.chicken-road-wbhfdn.chicken-road-ou42kv 3.chicken-road-zfkfo4 3.chicken-road-5ksbqo.chicken-road-ghd6o7 3.chicken-road-wfkit7.chicken-road-wnv4ho.chicken-road-j4u3e9.chicken-road-fkjyzn 7-3.chicken-road-nlov46 10.chicken-road-a4ptnj.chicken-road-fkjyzn 23.chicken-road-v0827m.chicken-road-n8c04p 1.chicken-road-as7npb 2.chicken-road-nlov46 3.chicken-road-n8c04p 1.chicken-road-ghd6o7 5.chicken-road-hzomut.chicken-road-ghd6o7 32.chicken-road-g7yy98.chicken-road-wnv4ho 5.chicken-road-7qo8wo 4.chicken-road-fkjyzn 9.chicken-road-fkjyzn 8.chicken-road-ghd6o7 6.chicken-road-g7p7ie.chicken-road-ezmj2i.chicken-road-yw6jz1.chicken-road-vq2avk.chicken-road-ot46mj 4.chicken-road-5bna85.chicken-road-ot46mj 6.chicken-road-ot46mj 0l29.chicken-road-7qo8wo 17.chicken-road-7gii0p.chicken-road-b53wl4 2.chicken-road-gzjfi9 10.chicken-road-66zhd6.chicken-road-nlov46 8.chicken-road-b0gzjz.chicken-road-w9lv25.chicken-road-fwfipj.chicken-road-szf92m.chicken-road-hc522s.chicken-road-wnv4ho.chicken-road-dptl49.chicken-road-nlov46 1.chicken-road-3vbl6q.chicken-road-0rmag8.chicken-road-leihsc.chicken-road-nkno5i.chicken-road-g1ohve.chicken-road-as7npb 1.chicken-road-kc2vyf.chicken-road-ysamxl.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.chicken-road-dmzljy > input:checked ~ label,
.chicken-road-dmzljy > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.chicken-road-6tcm5w.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.chicken-road-kuu0oj 44.chicken-road-3flptk.chicken-road-01isc1.chicken-road-6qgbfz.chicken-road-4wnsfu.chicken-road-dptl49.chicken-road-mpf3tl.chicken-road-d5dj9q.chicken-road-kftsgr.chicken-road-8xldo8.chicken-road-19sj9m.chicken-road-xid4y3.chicken-road-7qo8wo 0l-12.chicken-road-nlov46 30.chicken-road-74ro1w.chicken-road-ou42kv 2.chicken-road-wbhfdn.chicken-road-ou42kv 3.chicken-road-zfkfo4 3.chicken-road-5ksbqo.chicken-road-ghd6o7 3.chicken-road-wfkit7.chicken-road-wnv4ho.chicken-road-j4u3e9.chicken-road-fkjyzn 7-3.chicken-road-nlov46 10.chicken-road-a4ptnj.chicken-road-fkjyzn 23.chicken-road-v0827m.chicken-road-n8c04p 1.chicken-road-as7npb 2.chicken-road-nlov46 3.chicken-road-n8c04p 1.chicken-road-ghd6o7 5.chicken-road-hzomut.chicken-road-ghd6o7 32.chicken-road-g7yy98.chicken-road-wnv4ho 5.chicken-road-7qo8wo 4.chicken-road-fkjyzn 9.chicken-road-fkjyzn 8.chicken-road-ghd6o7 6.chicken-road-g7p7ie.chicken-road-ezmj2i.chicken-road-yw6jz1.chicken-road-vq2avk.chicken-road-ot46mj 4.chicken-road-5bna85.chicken-road-ot46mj 6.chicken-road-ot46mj 0l29.chicken-road-7qo8wo 17.chicken-road-7gii0p.chicken-road-b53wl4 2.chicken-road-gzjfi9 10.chicken-road-66zhd6.chicken-road-nlov46 8.chicken-road-b0gzjz.chicken-road-w9lv25.chicken-road-fwfipj.chicken-road-szf92m.chicken-road-hc522s.chicken-road-wnv4ho.chicken-road-dptl49.chicken-road-nlov46 1.chicken-road-3vbl6q.chicken-road-0rmag8.chicken-road-leihsc.chicken-road-nkno5i.chicken-road-g1ohve.chicken-road-as7npb 1.chicken-road-kc2vyf.chicken-road-ysamxl.5z'/%3e%3c/svg%3e");
}

.chicken-road-dmzljy > input:not(:checked) ~ label:hover,
.chicken-road-dmzljy > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.chicken-road-6tcm5w.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.chicken-road-kuu0oj 44.chicken-road-3flptk.chicken-road-01isc1.chicken-road-6qgbfz.chicken-road-4wnsfu.chicken-road-dptl49.chicken-road-mpf3tl.chicken-road-d5dj9q.chicken-road-kftsgr.chicken-road-8xldo8.chicken-road-19sj9m.chicken-road-xid4y3.chicken-road-7qo8wo 0l-12.chicken-road-nlov46 30.chicken-road-74ro1w.chicken-road-ou42kv 2.chicken-road-wbhfdn.chicken-road-ou42kv 3.chicken-road-zfkfo4 3.chicken-road-5ksbqo.chicken-road-ghd6o7 3.chicken-road-wfkit7.chicken-road-wnv4ho.chicken-road-j4u3e9.chicken-road-fkjyzn 7-3.chicken-road-nlov46 10.chicken-road-a4ptnj.chicken-road-fkjyzn 23.chicken-road-v0827m.chicken-road-n8c04p 1.chicken-road-as7npb 2.chicken-road-nlov46 3.chicken-road-n8c04p 1.chicken-road-ghd6o7 5.chicken-road-hzomut.chicken-road-ghd6o7 32.chicken-road-g7yy98.chicken-road-wnv4ho 5.chicken-road-7qo8wo 4.chicken-road-fkjyzn 9.chicken-road-fkjyzn 8.chicken-road-ghd6o7 6.chicken-road-g7p7ie.chicken-road-ezmj2i.chicken-road-yw6jz1.chicken-road-vq2avk.chicken-road-ot46mj 4.chicken-road-5bna85.chicken-road-ot46mj 6.chicken-road-ot46mj 0l29.chicken-road-7qo8wo 17.chicken-road-7gii0p.chicken-road-b53wl4 2.chicken-road-gzjfi9 10.chicken-road-66zhd6.chicken-road-nlov46 8.chicken-road-b0gzjz.chicken-road-w9lv25.chicken-road-fwfipj.chicken-road-szf92m.chicken-road-hc522s.chicken-road-wnv4ho.chicken-road-dptl49.chicken-road-nlov46 1.chicken-road-3vbl6q.chicken-road-0rmag8.chicken-road-leihsc.chicken-road-nkno5i.chicken-road-g1ohve.chicken-road-as7npb 1.chicken-road-kc2vyf.chicken-road-ysamxl.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .chicken-road-idnnxx > .chicken-road-6csi3m {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .chicken-road-idnnxx > .chicken-road-6csi3m {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .chicken-road-idnnxx > .chicken-road-6csi3m {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .chicken-road-idnnxx > .chicken-road-6csi3m {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .chicken-road-idnnxx > .chicken-road-6csi3m {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.chicken-road-2lnw23 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.chicken-road-2lnw23.chicken-road-2dmyv8 {
  display: none;
}

.chicken-road-3se3so {
  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-3se3so {
    height: 74px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .chicken-road-3se3so {
    border-radius: 20px 20px 0 0;
  }
}

.chicken-road-bo6cgc {
  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-bo6cgc::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.chicken-road-bo6cgc::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.chicken-road-bo6cgc img {
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .chicken-road-bo6cgc {
    max-width: 300px;
    padding: 0 10px;
    font-size: 16px;
  }
  .chicken-road-bo6cgc img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .chicken-road-bo6cgc {
    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-bo6cgc img {
    max-width: 60px;
    border-radius: 7px;
  }
}

.chicken-road-ncmo5p {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .chicken-road-ncmo5p {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .chicken-road-ncmo5p {
    font-size: 14px;
  }
}

.chicken-road-3zfhu6 {
  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-3zfhu6::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-3zfhu6::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.chicken-road-3zfhu6::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-3zfhu6::after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .chicken-road-3zfhu6 {
    max-width: 300px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .chicken-road-3zfhu6 {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}

.chicken-road-ldczty {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .chicken-road-ldczty {
    top: -20px;
  }
}

.chicken-road-raj28y {
  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: 0chicken-road-spynx9 ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

@media only screen and (min-width: 1025px) {
  .chicken-road-raj28y:hover {
    background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
  }
}

@media only screen and (max-width: 1023px) {
  .chicken-road-raj28y {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .chicken-road-raj28y {
    width: 90px;
    height: 40px;
  }
}

.chicken-road-2lnw23.chicken-road-1rfe6m .chicken-road-3se3so {
  background: #2b3b67;
}

.chicken-road-2lnw23.chicken-road-1rfe6m .chicken-road-bo6cgc {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.chicken-road-2lnw23.chicken-road-1rfe6m .chicken-road-bo6cgc::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.chicken-road-2lnw23.chicken-road-1rfe6m .chicken-road-bo6cgc::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.chicken-road-2lnw23.chicken-road-1rfe6m .chicken-road-3zfhu6::before {
  background: #0e0f41;
}

.chicken-road-2lnw23.chicken-road-1rfe6m .chicken-road-3zfhu6::after {
  background: #152557;
}

.chicken-road-2lnw23.chicken-road-d2np37 .chicken-road-3se3so {
  background: #1f35fa;
}

.chicken-road-2lnw23.chicken-road-d2np37 .chicken-road-bo6cgc {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.chicken-road-2lnw23.chicken-road-d2np37 .chicken-road-bo6cgc::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.chicken-road-2lnw23.chicken-road-d2np37 .chicken-road-bo6cgc::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.chicken-road-2lnw23.chicken-road-d2np37 .chicken-road-3zfhu6::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.chicken-road-2lnw23.chicken-road-d2np37 .chicken-road-3zfhu6::after {
  background: #192ac8;
}

.chicken-road-2lnw23.chicken-road-dxf9zc .chicken-road-3se3so {
  background: #fa771f;
}

.chicken-road-2lnw23.chicken-road-dxf9zc .chicken-road-bo6cgc {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.chicken-road-2lnw23.chicken-road-dxf9zc .chicken-road-bo6cgc::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.chicken-road-2lnw23.chicken-road-dxf9zc .chicken-road-bo6cgc::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.chicken-road-2lnw23.chicken-road-dxf9zc .chicken-road-3zfhu6::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.chicken-road-2lnw23.chicken-road-dxf9zc .chicken-road-3zfhu6::after {
  background: #fa8535;
}

.chicken-road-31j9jd {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .chicken-road-31j9jd {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .chicken-road-31j9jd {
    margin: 24px 0 60px;
  }
}

.chicken-road-31j9jd h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .chicken-road-31j9jd h1 {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 18px;
  }
}

.chicken-road-315ctn {
  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-315ctn {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.chicken-road-ipch5j {
  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-ipch5j {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.chicken-road-md2j7f {
  max-width: 200px;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .chicken-road-md2j7f:hover {
    background: var(--button-bg-hover);
  }
}

.chicken-road-pgjb2a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.chicken-road-pgjb2a span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

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

@media only screen and (max-width: 767px) {
  .chicken-road-pgjb2a {
    margin-bottom: 16px;
  }
}

.chicken-road-6x87xb {
  width: 120px;
  height: 22px;
}

.chicken-road-6x87xb .chicken-road-h3r6v5 {
  fill: #c2c0ce;
}

.chicken-road-6x87xb [rating="1"] .chicken-road-h3r6v5:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.chicken-road-6x87xb [rating="2"] .chicken-road-h3r6v5:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

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

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

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

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

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

.chicken-road-y6j8lw {
  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-y6j8lw.chicken-road-cza3i1 {
  display: block;
}

.chicken-road-y6j8lw.chicken-road-2dmyv8 {
  display: none;
}

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

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

.chicken-road-pjfnm2 {
  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-e7t2nl {
  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-k4edck small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.chicken-road-3uxocf .chicken-road-h3r6v5 {
  fill: #c2c0ce;
}

.chicken-road-3uxocf [rating="1"] .chicken-road-h3r6v5:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.chicken-road-3uxocf [rating="2"] .chicken-road-h3r6v5:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

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

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

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

.chicken-road-nm4biu {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .chicken-road-nm4biu {
    margin: 18px auto 0;
  }
}

/* Review Hero Block Styles */

.chicken-road-rjej9g {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .chicken-road-rjej9g {
    padding: 0 16px;
  }
}

.chicken-road-xvpr7i {
  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-xvpr7i {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.chicken-road-2nq6yc {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .chicken-road-2nq6yc {
    padding: 12px;
    gap: 12px;
  }
}

.chicken-road-22m01n {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.chicken-road-22m01n img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chicken-road-p5vma8 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    var(--button-bg-color) 0%,
    var(--button-bg-hover) 100%
  );
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.chicken-road-d4n61v {
  flex: 1;
  min-width: 0;
}

.chicken-road-4rymq0 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .chicken-road-4rymq0 {
    font-size: 14px;
    gap: 6px;
  }
}

.chicken-road-s5grjw {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.chicken-road-s5grjw svg,
.chicken-road-s5grjw img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chicken-road-s5grjw svg path {
  fill: var(--button-bg-color);
}

.chicken-road-s5grjw svg circle {
  fill: var(--button-text-color);
}

.chicken-road-zt2shz {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .chicken-road-zt2shz {
    font-size: 12px;
  }
}

.chicken-road-zt2shz strong {
  font-weight: 600;
}

.chicken-road-nbfry1 {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.chicken-road-nbfry1 p {
  margin: 0 0 16px;
}

.chicken-road-nbfry1 p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .chicken-road-nbfry1 {
    font-size: 14px;
    line-height: 150%;
  }
}

.chicken-road-qbjjtq {
  max-width: 300px;
  width: 100%;
}

.chicken-road-qbjjtq a {
  width: 100%;
}

@media (max-width: 575px) {
  .chicken-road-qbjjtq {
    max-width: 200px;
  }
}

.chicken-road-ht3qsm {
  justify-content: center;
}

.chicken-road-r5xcgs {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.chicken-road-6ibdtj {
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .chicken-road-ag2k1j {
    padding: 0 0 50px;
    justify-content: center;
  }
}

.chicken-road-8b7u1r {
  padding: 5px 0;
  justify-content: center;
  background: color-mix(in srgb, var(--fh-bg-color), transparent 20%);
}

.chicken-road-8b7u1r .chicken-road-3gp75w {
  justify-content: center;
}

/* faq */

.chicken-road-mxvsaf {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  user-select: none;
}

.chicken-road-k9utbo {
  color: var(--text-color);
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: var(--table-1-color);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0chicken-road-g01ksq ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chicken-road-k9utbo::after {
  content: "+";
  font-weight: bold;
  transition: transform 0chicken-road-g01ksq ease;
}

.chicken-road-mxvsaf.chicken-road-205nfr .chicken-road-k9utbo::after {
  transform: rotate(45deg);
}

.chicken-road-5219ar {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0chicken-road-spynx9 ease,
    padding 0chicken-road-spynx9 ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.chicken-road-mxvsaf.chicken-road-205nfr .chicken-road-5219ar {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.chicken-road-u6d6i4 {
  margin: 25px 0;
}

.chicken-road-dmzljy > input:not(:checked) ~ label:hover,
.chicken-road-dmzljy > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.chicken-road-a6f7xu.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.chicken-road-3zf2qo 44.chicken-road-8c8gck.chicken-road-m2f0yw.chicken-road-xan85h.chicken-road-4xdtya.chicken-road-0r41l7.chicken-road-wz0jni.chicken-road-s2bpup.chicken-road-ic4b93.chicken-road-8d9egl.chicken-road-67q7y3.chicken-road-l1grpl.chicken-road-jf2uax 0l-12.chicken-road-f4hgkv 30.chicken-road-rnjlg0.chicken-road-nj2gl9 2.chicken-road-iak8ey.chicken-road-nj2gl9 3.chicken-road-k2im9a 3.chicken-road-mb0xpx.chicken-road-bbhuaq 3.chicken-road-23r7on.chicken-road-b0jw2c.chicken-road-0cf47f.chicken-road-r4kjsh 7-3.chicken-road-f4hgkv 10.chicken-road-brazgx.chicken-road-r4kjsh 23.chicken-road-decl82.chicken-road-1d4ztx 1.chicken-road-vscjv9 2.chicken-road-f4hgkv 3.chicken-road-1d4ztx 1.chicken-road-bbhuaq 5.chicken-road-fzjutj.chicken-road-bbhuaq 32.chicken-road-3sv4fa.chicken-road-b0jw2c 5.chicken-road-jf2uax 4.chicken-road-r4kjsh 9.chicken-road-r4kjsh 8.chicken-road-bbhuaq 6.chicken-road-q537vt.chicken-road-yy46p0.chicken-road-7f84i4.chicken-road-l62773.chicken-road-m9kz55 4.chicken-road-9c6wa1.chicken-road-m9kz55 6.chicken-road-m9kz55 0l29.chicken-road-jf2uax 17.chicken-road-fexx43.chicken-road-48w9j5 2.chicken-road-kl93op 10.chicken-road-e1dk3z.chicken-road-f4hgkv 8.chicken-road-hg4xh5.chicken-road-5aixcb.chicken-road-ronwdh.chicken-road-vpur2x.chicken-road-uj74q5.chicken-road-b0jw2c.chicken-road-0r41l7.chicken-road-f4hgkv 1.chicken-road-85mw0n.chicken-road-mgrywr.chicken-road-33vj9t.chicken-road-aj70fk.chicken-road-3zej9n.chicken-road-vscjv9 1.chicken-road-9almpm.chicken-road-0kk0pu.5z'/%3e%3c/svg%3e");
}

.chicken-road-e9hbeb {
  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-e9hbeb {
    gap: 16px 0;
  }
}

.chicken-road-ztyvpi {
  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-ztyvpi.chicken-road-7bp46w {
  display: block;
}

.chicken-road-ztyvpi.chicken-road-2rlp5u {
  display: none;
}

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

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

.chicken-road-c7kuqh {
  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-sq6sjd {
  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-2rna5w small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.chicken-road-tkt2kv .chicken-road-u3yxy1 {
  fill: #c2c0ce;
}

.chicken-road-tkt2kv [rating="1"] .chicken-road-u3yxy1:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.chicken-road-tkt2kv [rating="2"] .chicken-road-u3yxy1:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

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

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

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

/* review block style end */

.chicken-road-yslcjg {
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: var(--fh-bg-color);
  font-family: sans-serif;
}

.chicken-road-yslcjg textarea {
  width: 100%;
  height: 80px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  resize: none;
  box-sizing: border-box;
  font-size: 18px;
}

.chicken-road-yslcjg button {
  margin-top: 10px;
  padding: 8px 16px;
  background: var(--button-bg-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

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

/* up */

.chicken-road-k5ohat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.chicken-road-k5ohat.chicken-road-94utnu {
  opacity: 1;
  pointer-events: auto;
}

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

.chicken-road-38sbea > input:not(:checked) ~ label:hover,
.chicken-road-38sbea > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.chicken-road-owsdw5.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.chicken-road-iy9kpo 44.chicken-road-mkfpa2.chicken-road-kzuv75.chicken-road-ko9jfy.chicken-road-g1rq8f.chicken-road-g1uysf.chicken-road-t11cx7.chicken-road-q08fq2.chicken-road-o29s86.chicken-road-bjo2uh.chicken-road-4491vq.chicken-road-yly1ku.chicken-road-innlny 0l-12.chicken-road-rb5vut 30.chicken-road-gl17c9.chicken-road-3aamua 2.chicken-road-kpye68.chicken-road-3aamua 3.chicken-road-0i4peo 3.chicken-road-tg8gmk.chicken-road-5pgtxl 3.chicken-road-cd01en.chicken-road-y5ocrh.chicken-road-c5qpum.chicken-road-cz8ldc 7-3.chicken-road-rb5vut 10.chicken-road-3o6ifa.chicken-road-cz8ldc 23.chicken-road-bvpx0v.chicken-road-2bzt2d 1.chicken-road-v55sbe 2.chicken-road-rb5vut 3.chicken-road-2bzt2d 1.chicken-road-5pgtxl 5.chicken-road-o00r1l.chicken-road-5pgtxl 32.chicken-road-3521c1.chicken-road-y5ocrh 5.chicken-road-innlny 4.chicken-road-cz8ldc 9.chicken-road-cz8ldc 8.chicken-road-5pgtxl 6.chicken-road-gnnuau.chicken-road-6sprdc.chicken-road-8puanb.chicken-road-qbk1ta.chicken-road-tfzbvf 4.chicken-road-621frl.chicken-road-tfzbvf 6.chicken-road-tfzbvf 0l29.chicken-road-innlny 17.chicken-road-n7auno.chicken-road-oyni19 2.chicken-road-j5kzi7 10.chicken-road-e7i7r6.chicken-road-rb5vut 8.chicken-road-fyfz7b.chicken-road-a4f3y4.chicken-road-6ss97p.chicken-road-rei7jm.chicken-road-e85cc9.chicken-road-y5ocrh.chicken-road-g1uysf.chicken-road-rb5vut 1.chicken-road-bfwnot.chicken-road-8rsu0t.chicken-road-db8wkg.chicken-road-7kwps9.chicken-road-xhn788.chicken-road-v55sbe 1.chicken-road-luabzl.chicken-road-ce26nk.5z'/%3e%3c/svg%3e");
}

.chicken-road-hdstal {
  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-hdstal {
    gap: 16px 0;
  }
}

.chicken-road-4g1vui {
  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-4g1vui.chicken-road-rqvlv9 {
  display: block;
}

.chicken-road-4g1vui.chicken-road-su2ua2 {
  display: none;
}

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

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

.chicken-road-me9kah {
  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-uoj8y7 {
  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-94kos2 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.chicken-road-siwpfv .chicken-road-ly0vxc {
  fill: #c2c0ce;
}

.chicken-road-siwpfv [rating="1"] .chicken-road-ly0vxc:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.chicken-road-siwpfv [rating="2"] .chicken-road-ly0vxc:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

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

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

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

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

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

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

.chicken-road-4g1vui {
  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-4g1vui.chicken-road-rqvlv9 {
  display: block;
}

.chicken-road-tza8gd {
  z-index: 10;
  background: var(--button-bg-color);
  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-8lovx4 {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.chicken-road-tza8gd:hover:not(:disabled) {
  background: var(--button-bg-hover);
}

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

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

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

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

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

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

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

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

.chicken-road-l2vfkb.chicken-road-eq81my .chicken-road-0lfwh6::after {
  transform: rotate(45deg);
}

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

.chicken-road-62iya5 {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0fishroad-ivv94k ease,
    padding 0fishroad-ivv94k ease;
  padding: 0 20px;
  background: linear-gradient(180deg, #059bc0 0%, #0995b8 100%);
}

.chicken-road-l2vfkb.chicken-road-eq81my .chicken-road-62iya5 {
  max-height: 200px;
  padding: 15px 20px;
}

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

.chicken-road-8qf73i {
  position: absolute;
  max-width: 100px;
  width: 100%;
  left: 10px;
}

.chicken-road-8qf73i img {
  position: absolute;
  top: -125px;
}

@media (max-width: 992px) {
  .chicken-road-8qf73i img {
    position: absolute;
    top: -70px;
  }
}

@media (max-width: 601px) {
  .chicken-road-x7dqn1 .chicken-road-p3lb4x img {
    margin-top: -150px !important;
  }

  .chicken-road-2075u4 {
    max-width: 160px;
    position: absolute;
    top: 65px;
    left: 25px;
  }
}

.chicken-road-64j2ei {
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}

.chicken-road-64j2ei iframe {
  width: 100%;
  height: 500px;
}

/* popup */

.chicken-road-xqxcyh {
  width: 90%;
  position: fixed;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../other/bg.webp);
  background-size: cover;
  background-position: center calc(100% - 522px);
  color: #fff;
  border-radius: 8px;
  transition: bottom 0.chicken-road-6ea6dc ease;
  z-index: 9999;
  user-select: none;
  height: 75px;
  border: 1px solid rgb(70, 70, 70);
}

.chicken-road-tibtum {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.chicken-road-tibtum p {
  color: #fff900;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  font-family: Tahoma;

  z-index: -1;
  background: rgb(0 0 0 / 32%);
  height: 73px;
  padding: 25px;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  backdrop-filter: blur(5px);
}

.chicken-road-tibtum button {
  z-index: 2;
}

.chicken-road-xqxcyh.chicken-road-6hvyg0 {
  bottom: 40px;
}

.chicken-road-r9t7zn {
  position: absolute;
  bottom: 10px;
  left: 0;
  animation: move-x 7s linear infinite;
  pointer-events: none;
}

.chicken-road-a7rrpn {
  width: 18vw;
  max-width: 80px;
  min-width: 45px;
  animation: jump-y 0.chicken-road-fx3hwm infinite ease-in-out;
  transform-origin: center bottom;
  user-select: none;
}

@keyframes move-x {
  from {
    transform: translateX(-30vw);
  }
  to {
    transform: translateX(130vw);
  }
}

@keyframes jump-y {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  25% {
    transform: translateY(-18px) rotate(-8deg);
  }

  50% {
    transform: translateY(-22px) rotate(-5deg);
  }

  75% {
    transform: translateY(-10px) rotate(6deg);
  }

  100% {
    transform: translateY(0) rotate(0deg);
  }
}

.chicken-road-uch3ac {
  position: absolute;
  top: -15px;
  right: -15px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: #fff;
  font-size: 20px;
  width: 26px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
  transition: background 0.chicken-road-8j705l ease;
  z-index: 10000;
}

.chicken-road-uch3ac:hover {
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 650px) {
  .chicken-road-tibtum p {
    font-size: 16px;
    padding: 17px 15px 15px 15px;
    text-align: center;
  }

  .chicken-road-tibtum .chicken-road-i4fk5u {
    font-size: 13.5px;
  }

  .chicken-road-xqxcyh .chicken-road-a7rrpn {
    animation: jump-y 0.chicken-road-fx3hwm infinite ease-in-out;
  }

  .chicken-road-8i0570 {
    display: none;
  }
}

.chicken-road-duyrxc {
  position: absolute;
  width: 50px;
  height: auto;
  animation: rocket-fly 6s linear infinite;
  pointer-events: none;
  user-select: none;
  opacity: 0.9;
}

.chicken-road-7rn5n8 {
  top: 10px;
  animation-duration: 7s;
}

.chicken-road-xja9vb {
  bottom: 10px;
  animation-duration: 5s;
}

@keyframes rocket-fly {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(-200px);
  }
}

.chicken-road-7bvhwc {
  position: absolute;
  width: 120px;
  opacity: 1;
  pointer-events: none;
}

.chicken-road-8i0570 {
  max-width: 50px;
  top: -15px;
  left: 5%;
  z-index: 1;
  animation:
    cloud-drift 10s ease-in-out infinite,
    cloud-float 8s ease-in-out infinite;
}

.chicken-road-zqqz3t {
  max-width: 50px;
  top: 50px;
  left: 40%;
  animation:
    cloud-drift 10s ease-in-out infinite,
    cloud-float 6s ease-in-out infinite;
}

.chicken-road-vzkb3t {
  max-width: 75px;
  top: -15px;
  left: 90%;
  animation:
    cloud-drift 10s ease-in-out infinite,
    cloud-float 3s ease-in-out infinite;
}

@keyframes cloud-drift {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes cloud-float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0px);
  }
}

.chicken-road-7y0dp5 {
  position: absolute;
  color: #12e05b;
  font-weight: 700;
  font-size: 18px;
  opacity: 1;
  pointer-events: none;
  transform-origin: center;
  animation: moneyFade 2s ease-out forwards;
}

@keyframes moneyFade {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px) scale(1.3);
  }
}

.chicken-road-yt0bsk {
  background: #fdcd0670;
  border-radius: 25px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.chicken-road-yt0bsk .chicken-road-lf2hre {
  display: flex;
  align-items: center;
}

.chicken-road-5bz78f {
  display: flex;
  flex-direction: column;
}

.chicken-road-0hxiyj {
  max-width: 175px;
  width: 100%;
  margin-right: 15px;
  padding: 25px;
  background: #fff;
  border-radius: 25px;
}

.chicken-road-i48liy {
  max-width: 300px;
  width: 100%;
}

.chicken-road-5mb9us {
  max-width: 280px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  border: 1px solid black;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
}

@media (max-width: 925px) {
  .chicken-road-yt0bsk {
    flex-direction: column;
  }

  .chicken-road-lf2hre {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .chicken-road-5bz78f {
    text-align: center;
  }

  .chicken-road-yt0bsk h3 {
    margin-bottom: 0 !important;
  }
}

.chicken-road-w90b4p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
}

@media (max-width: 501px) {
  .chicken-road-w90b4p {
    font-size: 12px;
  }
}

.chicken-road-i0jg1i {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
}

.chicken-road-f2orh1 {
  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-f2orh1 {
    flex-direction: column;
  }
}

.chicken-road-oojb93 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.chicken-road-6cv9bq li:first-child {
  margin-bottom: 10px;
}

.chicken-road-6cv9bq a {
  color: #000;
}

.chicken-road-nwlssz {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .chicken-road-nwlssz {
    align-items: center;
  }

  .chicken-road-t1jg5j {
    flex-direction: column;
  }
}

.chicken-road-iir4la {
  font-size: 16px;
  color: gray;
  text-align: center;
  max-width: 500px;
  width: 100%;
}

.chicken-road-yxpk67 img {
  max-width: 75px;
  width: 100%;
  margin-right: 20px;
}

.chicken-road-lduc7y {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  justify-content: center;
}

.chicken-road-lduc7y a {
  background-color: var(--button-bg-color);
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.chicken-road-sy3t7u ease;
  padding: 20px 50px;
  text-decoration: none;
  font-weight: bold;
}
.chicken-road-lduc7y a:hover {
  text-decoration: none;

  background-color: var(--button-bg-hover);
}

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

.chicken-road-qlnous {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 991px) {
  .chicken-road-qlnous {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}
@media only screen and (max-width: 767px) {
  .chicken-road-qlnous {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.chicken-road-51vxnu {
  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-51vxnu {
    flex-direction: column;
  }
}
.chicken-road-462c21 {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}
.chicken-road-462c21 img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .chicken-road-462c21 {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}
.chicken-road-io2e4h {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}
.chicken-road-io2e4h 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-io2e4h ul {
    margin-bottom: 15px;
  }
}
.chicken-road-io2e4h ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.chicken-road-io2e4h 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-io2e4h ul li span svg {
  fill: var(--title-color);
}
.chicken-road-io2e4h ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}
@media only screen and (max-width: 767px) {
  .chicken-road-io2e4h ul li small {
    font-size: 12px;
  }
}
.chicken-road-io2e4h ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}
.chicken-road-io2e4h ul li:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .chicken-road-io2e4h {
    flex-basis: auto;
    margin: 0 auto;
  }
}
.chicken-road-nr3wz4 {
  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-nr3wz4 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.chicken-road-cj6nef {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.chicken-road-jonqrh {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0c2qtskg ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}
@media only screen and (max-width: 767px) {
  .chicken-road-jonqrh {
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .chicken-road-jonqrh:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}
.chicken-road-jonqrh.chicken-road-rsr9gb {
  background-color: #000;
}
@media only screen and (min-width: 1025px) {
  .chicken-road-jonqrh.chicken-road-rsr9gb:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.chicken-road-ddx31q {
  padding: 10px 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-ddx31q {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .chicken-road-ddx31q {
    padding: 50px 16px 68px;
  }
}
.chicken-road-v12pik {
  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-v12pik {
    flex-direction: column;
  }
}
.chicken-road-y0wa5l {
  margin-bottom: 94px;
}
@media only screen and (max-width: 767px) {
  .chicken-road-y0wa5l {
    margin-bottom: 40px;
  }
}
.chicken-road-guehgs .chicken-road-hzqtf7 {
  margin-bottom: 28px;
}
.chicken-road-guehgs .chicken-road-hzqtf7 img {
  max-height: 100px;
  width: auto;
}
.chicken-road-v3v5az {
  display: flex;
  align-items: center;
}
.chicken-road-v3v5az a + a {
  margin-left: 24px;
}
.chicken-road-v3v5az img {
  max-height: 56px;
  width: auto;
}
.chicken-road-v3v5az img + img {
  margin-left: 24px;
}
.chicken-road-1428w0 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .chicken-road-1428w0 {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}
.chicken-road-9cvwye {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .chicken-road-9cvwye {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

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

.chicken-road-lvukp6 {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
}

.chicken-road-lvukp6 label {
  font-size: 14px;
}

.chicken-road-lvukp6 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.chicken-road-lvukp6 input,
.chicken-road-lvukp6 textarea,
.chicken-road-lvukp6 button {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
}
.chicken-road-lvukp6 button {
  background-color: var(--button-bg-color);
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.chicken-road-8j705l ease;
}
.chicken-road-lvukp6 button:hover {
  background-color: var(--button-bg-hover);
}
.chicken-road-jwcb8e {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.chicken-road-eoai1y ease-in;
}

.chicken-road-jwcb8e h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#reviews .chicken-road-ldcj4i {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

#reviews .chicken-road-ldcj4i > div {
  display: none;
  padding: 20px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  flex: 1;
}

#reviews .chicken-road-ldcj4i > div.chicken-road-vxxrio {
  display: block;
  width: 100%;
  max-width: 300px;
}

#reviews button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 835px) {
  #reviews .chicken-road-ldcj4i > div.chicken-road-vxxrio {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

.chicken-road-l1droe {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin: 18px auto;
  max-width: 300px;
}

@media (max-width: 765px) {
  .chicken-road-ftjhzx .chicken-road-aqkhil a {
    font-size: 12px;
  }
}

/* app */
.chicken-road-0xlngj {
  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-0xlngj {
    flex-direction: column;
  }
}
.chicken-road-lgapnf {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}
.chicken-road-lgapnf img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .chicken-road-lgapnf {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}
.chicken-road-b7hvkd {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}
.chicken-road-b7hvkd 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-b7hvkd ul {
    margin-bottom: 15px;
  }
}
.chicken-road-b7hvkd ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.chicken-road-b7hvkd 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-b7hvkd ul li span svg {
  fill: var(--title-color);
}
.chicken-road-b7hvkd ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}
@media only screen and (max-width: 767px) {
  .chicken-road-b7hvkd ul li small {
    font-size: 12px;
  }
}
.chicken-road-b7hvkd ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}
.chicken-road-b7hvkd ul li:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .chicken-road-b7hvkd {
    flex-basis: auto;
    margin: 0 auto;
  }
}
.chicken-road-ydqsvg {
  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-ydqsvg {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.chicken-road-wec3qm {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.chicken-road-v2a0kw {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0c2qtskg ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}
@media only screen and (max-width: 767px) {
  .chicken-road-v2a0kw {
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .chicken-road-v2a0kw:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}
.chicken-road-v2a0kw.chicken-road-owg7x6 {
  background-color: #000;
}
@media only screen and (min-width: 1025px) {
  .chicken-road-v2a0kw.chicken-road-owg7x6:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.chicken-road-fnnqyr {
  padding: 10px 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-fnnqyr {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .chicken-road-fnnqyr {
    padding: 50px 16px 68px;
  }
}

.chicken-road-gheu3k {
  margin: 0 auto;
  max-width: 700px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 25px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.chicken-road-64ht35 {
    position: absolute;
    top: 30px;
    left: 20px;
    width: 105px;
    transform: rotate(339deg);
    z-index: 10;
    pointer-events: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
}

.chicken-road-64ht35 img {
  width: 100%;
  display: block;
}

.chicken-road-sn4pyh {
  max-width: 300px;
}

.chicken-road-2b1vg8 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.chicken-road-2b1vg8 .chicken-road-ztrps8:first-child {
  margin-bottom:15px;
}

.chicken-road-gheu3k .chicken-road-lpigfk {
  font-size: 40px!important;
  color: var(--menu-color)!important ;
  margin: 0;
}

@media (max-width: 619px) {
  .chicken-road-gheu3k {
    flex-direction: column;
    align-items: center;
    align-content: center;
  }
}

.chicken-road-2b1vg8 .chicken-road-p1sz9l {
  background: gray;
  border: 1px solid var(--border-color)
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.chicken-road-y39nrm, .chicken-road-qfuwzg, [class*="review-card"],
thead, thead th, table th, .chicken-road-uxn45q,
.chicken-road-yv8cx5, [class*="collapsible-header"],
.chicken-road-w5jak5, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
.chicken-road-u3y14l, .chicken-road-u3y14l :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.chicken-road-0hxiyj, .chicken-road-0hxiyj :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.chicken-road-jonqrh, .chicken-road-jonqrh :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.chicken-road-lvukp6, .chicken-road-lvukp6 :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.chicken-road-v2a0kw, .chicken-road-v2a0kw :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
