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-dfc08r {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.chicken-road-99vaee {
  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-99vaee: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-nucb7s {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

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

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

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

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

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

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

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

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

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

.chicken-road-e10umt.chicken-road-umwr7z {
  justify-content: center;
}

.chicken-road-e10umt.chicken-road-shnviv {
  justify-content: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.chicken-road-jajo4k {
  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-jajo4k {
    height: 50px;
  }
}

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

.chicken-road-jajo4k.chicken-road-ijbvd3 {
  background-color: #000;
}

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

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

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

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

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

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

.chicken-road-5kizzm .chicken-road-13x5f0 {
  margin-bottom: 28px;
}

.chicken-road-5kizzm .chicken-road-13x5f0 img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.chicken-road-qmobko.chicken-road-zzm5jy {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

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

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

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

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

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

.chicken-road-ogt2zn 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-ogt2zn li a svg {
  fill: var(--button-text-color);
}

.chicken-road-ogt2zn li a.chicken-road-zzm5jy {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

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

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

.chicken-road-4rkkq9 {
  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-4rkkq9 {
    height: 54px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.chicken-road-xxtmlw.chicken-road-kaxku1 {
  margin-right: 0;
}

.chicken-road-cbc4hg {
  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-cbc4hg {
    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-cbc4hg:hover {
    background: var(--button-bg-color);
    opacity: 0.9;
  }
}

.chicken-road-sixqy8 {
  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-sixqy8:hover {
    background: var(--button-bg-hover);
  }
}

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

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

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

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

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

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

.chicken-road-972mbg {
  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-972mbg::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-972mbg {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .chicken-road-972mbg img {
    max-width: 20px;
  }
}

.chicken-road-xsy674 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-xsy674 ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.chicken-road-xsy674 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-xsy674 ul li {
    padding: 5px;
  }
}

.chicken-road-xsy674 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-xsy674 ul li a:hover {
    text-decoration: underline;
  }
}

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

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

.chicken-road-rt17wi {
  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-rt17wi {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.chicken-road-nv3rmq .chicken-road-99vaee {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

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

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

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

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

.chicken-road-ts856v.chicken-road-jqz64i span {
  transform: scaleY(-1);
}

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

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

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

.chicken-road-w3wbr7 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-w3wbr7 li a:hover {
    background: var(--main-theme-color);
  }
}

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

.chicken-road-w3wbr7.chicken-road-jnkkgd {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

.chicken-road-eg2pup {
  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-eg2pup {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.chicken-road-smnvkn 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-smnvkn h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.chicken-road-c8bh3w tbody tr td .chicken-road-31q4lq {
  display: flex;
  flex-direction: column;
  text-align: center;
}

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

.chicken-road-c8bh3w tbody tr td .chicken-road-abs2nd {
  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-c8bh3w tbody tr td .chicken-road-abs2nd:hover {
    background: var(--button-bg-hover);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.chicken-road-cmbrmz 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-cmbrmz:hover svg {
    transform: scale(1.1);
  }
}

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

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

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

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

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

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

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

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

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

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

.chicken-road-fmf6om {
  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-fmf6om:hover {
  border: 1px solid #8c8ca2;
}

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

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

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

.chicken-road-qm8jrt .chicken-road-fmf6om {
  width: 50%;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

.chicken-road-3byo0k 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-3byo0k a {
    margin: 1px 0 4px;
  }
}

.chicken-road-3byo0k a svg {
  fill: #fff;
}

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

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

.chicken-road-63c9da {
  margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.chicken-road-tn2usm.chicken-road-vj602h {
  display: none;
}

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

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

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

.chicken-road-nu1cxt.chicken-road-ph1u77 {
  opacity: 1;
  pointer-events: all;
}

.chicken-road-mjbi1k {
  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-mjbi1k svg {
  margin-right: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.chicken-road-yk4mjr {
  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-yk4mjr {
    padding: 10px;
  }
}

.chicken-road-yk4mjr .chicken-road-99vaee {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.chicken-road-jbs7sa .chicken-road-kev0eb {
  position: relative;
}

.chicken-road-jbs7sa .chicken-road-nhz5xr {
  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-jbs7sa .chicken-road-nhz5xr.chicken-road-vj602h {
  display: none;
}

.chicken-road-jbs7sa .chicken-road-sy94ad {
  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-jbs7sa .chicken-road-sy94ad {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

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

.chicken-road-jbs7sa .chicken-road-sy94ad .chicken-road-c8mxc8 {
  max-width: 300px;
  width: 100%;
}

.chicken-road-jbs7sa
  .chicken-road-sy94ad
  .chicken-road-c8mxc8
  .chicken-road-2jxnhn {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .chicken-road-jbs7sa
    .chicken-road-sy94ad
    .chicken-road-c8mxc8
    .chicken-road-2jxnhn {
    font-size: 32px;
    text-align: center;
  }
}

.chicken-road-jbs7sa
  .chicken-road-sy94ad
  .chicken-road-c8mxc8
  .chicken-road-cq63jk {
  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-jbs7sa
    .chicken-road-sy94ad
    .chicken-road-c8mxc8
    .chicken-road-cq63jk {
    text-align: center;
  }
}

.chicken-road-jbs7sa .chicken-road-sy94ad .chicken-road-kaxku1 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

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

.chicken-road-jbs7sa
  .chicken-road-sy94ad
  .chicken-road-kaxku1
  .chicken-road-s6gtdj {
  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-jbs7sa
  .chicken-road-sy94ad
  .chicken-road-kaxku1
  .chicken-road-s6gtdj:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .chicken-road-jbs7sa
    .chicken-road-sy94ad
    .chicken-road-kaxku1
    .chicken-road-s6gtdj {
    width: 100%;
  }
}

.chicken-road-jbs7sa
  .chicken-road-sy94ad
  .chicken-road-kaxku1
  .chicken-road-af81fz {
  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-jbs7sa
  .chicken-road-sy94ad
  .chicken-road-kaxku1
  .chicken-road-af81fz
  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-jbs7sa
  .chicken-road-sy94ad
  .chicken-road-kaxku1
  .chicken-road-af81fz: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-jbs7sa
  .chicken-road-sy94ad
  .chicken-road-kaxku1
  .chicken-road-af81fz:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .chicken-road-jbs7sa
    .chicken-road-sy94ad
    .chicken-road-kaxku1
    .chicken-road-af81fz {
    width: 100%;
  }
}

.chicken-road-jbs7sa .chicken-road-sy94ad.chicken-road-vj602h {
  display: none;
}

.chicken-road-jbs7sa .chicken-road-1u4hkg {
  display: none;
}

.chicken-road-jbs7sa .chicken-road-1u4hkg.chicken-road-ph1u77 {
  display: block;
}

.chicken-road-jbs7sa .chicken-road-1u4hkg iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .chicken-road-jbs7sa .chicken-road-1u4hkg iframe {
    height: calc(100vh - 54px);
  }
}

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

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

.chicken-road-jbs7sa .chicken-road-g3veuw .chicken-road-2jxnhn {
  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-jbs7sa .chicken-road-g3veuw .chicken-road-2jxnhn {
    margin-bottom: 24px;
  }
}

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

.chicken-road-jbs7sa .chicken-road-g3veuw 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-jbs7sa .chicken-road-g3veuw table tr th {
    padding: 12px 4px;
  }
}

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

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

.chicken-road-pbj7ru.chicken-road-zzm5jy {
  display: block;
}

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

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

.chicken-road-pbj7ru .chicken-road-af81fz {
  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-pbj7ru .chicken-road-af81fz:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.chicken-road-n9lfut.chicken-road-zzm5jy {
  display: block;
}

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

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

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

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

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

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

.chicken-road-ddi4iv.chicken-road-vj602h {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.chicken-road-2cilcg {
  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-2cilcg:hover {
  background: var(--border-color);
}

.chicken-road-dyft0i {
  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-dyft0i:hover {
  background: #166ad9;
}

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

.chicken-road-egcv8k.chicken-road-vj602h {
  display: none;
}

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

.chicken-road-egcv8k .chicken-road-2cilcg {
  margin: 0 auto;
}

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

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

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

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

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

.chicken-road-zgxdbk > 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-mww4rk.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.chicken-road-26ormr 44.chicken-road-wnk604.chicken-road-tpjif5.chicken-road-q9kcfe.chicken-road-xv1467.chicken-road-gd3mr5.chicken-road-hcfud0.chicken-road-1r9n2z.chicken-road-tm4dic.chicken-road-m1n0c4.chicken-road-dvjvn7.chicken-road-tt1f4l.chicken-road-ih58p9 0l-12.chicken-road-0gsz89 30.chicken-road-1rdaql.chicken-road-1zpbm1 2.chicken-road-bvdlkt.chicken-road-1zpbm1 3.chicken-road-1zz22l 3.chicken-road-7a69b5.chicken-road-cbd9yu 3.chicken-road-m9s7sa.chicken-road-1b0shf.chicken-road-4cd52j.chicken-road-5gjzjr 7-3.chicken-road-0gsz89 10.chicken-road-cpsd8l.chicken-road-5gjzjr 23.chicken-road-qoxwsc.chicken-road-8syevf 1.chicken-road-kjzk2o 2.chicken-road-0gsz89 3.chicken-road-8syevf 1.chicken-road-cbd9yu 5.chicken-road-ir5mxf.chicken-road-cbd9yu 32.chicken-road-ig412f.chicken-road-1b0shf 5.chicken-road-ih58p9 4.chicken-road-5gjzjr 9.chicken-road-5gjzjr 8.chicken-road-cbd9yu 6.chicken-road-6r89dl.chicken-road-984g9i.chicken-road-tup48u.chicken-road-5xf9bf.chicken-road-fj182g 4.chicken-road-xaobvb.chicken-road-fj182g 6.chicken-road-fj182g 0l29.chicken-road-ih58p9 17.chicken-road-6pxlz5.chicken-road-9qnua0 2.chicken-road-lwf81q 10.chicken-road-i5gj1y.chicken-road-0gsz89 8.chicken-road-4js71w.chicken-road-d2zr27.chicken-road-fgdja7.chicken-road-9ingjx.chicken-road-9x625x.chicken-road-1b0shf.chicken-road-gd3mr5.chicken-road-0gsz89 1.chicken-road-lgqrnw.chicken-road-p04xfy.chicken-road-eo1ki9.chicken-road-h7jjxj.chicken-road-2j8nkh.chicken-road-kjzk2o 1.chicken-road-0sa1f6.chicken-road-a4hemz.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.chicken-road-zgxdbk > input:checked ~ label,
.chicken-road-zgxdbk > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.chicken-road-mww4rk.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.chicken-road-26ormr 44.chicken-road-wnk604.chicken-road-tpjif5.chicken-road-q9kcfe.chicken-road-xv1467.chicken-road-gd3mr5.chicken-road-hcfud0.chicken-road-1r9n2z.chicken-road-tm4dic.chicken-road-m1n0c4.chicken-road-dvjvn7.chicken-road-tt1f4l.chicken-road-ih58p9 0l-12.chicken-road-0gsz89 30.chicken-road-1rdaql.chicken-road-1zpbm1 2.chicken-road-bvdlkt.chicken-road-1zpbm1 3.chicken-road-1zz22l 3.chicken-road-7a69b5.chicken-road-cbd9yu 3.chicken-road-m9s7sa.chicken-road-1b0shf.chicken-road-4cd52j.chicken-road-5gjzjr 7-3.chicken-road-0gsz89 10.chicken-road-cpsd8l.chicken-road-5gjzjr 23.chicken-road-qoxwsc.chicken-road-8syevf 1.chicken-road-kjzk2o 2.chicken-road-0gsz89 3.chicken-road-8syevf 1.chicken-road-cbd9yu 5.chicken-road-ir5mxf.chicken-road-cbd9yu 32.chicken-road-ig412f.chicken-road-1b0shf 5.chicken-road-ih58p9 4.chicken-road-5gjzjr 9.chicken-road-5gjzjr 8.chicken-road-cbd9yu 6.chicken-road-6r89dl.chicken-road-984g9i.chicken-road-tup48u.chicken-road-5xf9bf.chicken-road-fj182g 4.chicken-road-xaobvb.chicken-road-fj182g 6.chicken-road-fj182g 0l29.chicken-road-ih58p9 17.chicken-road-6pxlz5.chicken-road-9qnua0 2.chicken-road-lwf81q 10.chicken-road-i5gj1y.chicken-road-0gsz89 8.chicken-road-4js71w.chicken-road-d2zr27.chicken-road-fgdja7.chicken-road-9ingjx.chicken-road-9x625x.chicken-road-1b0shf.chicken-road-gd3mr5.chicken-road-0gsz89 1.chicken-road-lgqrnw.chicken-road-p04xfy.chicken-road-eo1ki9.chicken-road-h7jjxj.chicken-road-2j8nkh.chicken-road-kjzk2o 1.chicken-road-0sa1f6.chicken-road-a4hemz.5z'/%3e%3c/svg%3e");
}

.chicken-road-zgxdbk > input:not(:checked) ~ label:hover,
.chicken-road-zgxdbk > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.chicken-road-mww4rk.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.chicken-road-26ormr 44.chicken-road-wnk604.chicken-road-tpjif5.chicken-road-q9kcfe.chicken-road-xv1467.chicken-road-gd3mr5.chicken-road-hcfud0.chicken-road-1r9n2z.chicken-road-tm4dic.chicken-road-m1n0c4.chicken-road-dvjvn7.chicken-road-tt1f4l.chicken-road-ih58p9 0l-12.chicken-road-0gsz89 30.chicken-road-1rdaql.chicken-road-1zpbm1 2.chicken-road-bvdlkt.chicken-road-1zpbm1 3.chicken-road-1zz22l 3.chicken-road-7a69b5.chicken-road-cbd9yu 3.chicken-road-m9s7sa.chicken-road-1b0shf.chicken-road-4cd52j.chicken-road-5gjzjr 7-3.chicken-road-0gsz89 10.chicken-road-cpsd8l.chicken-road-5gjzjr 23.chicken-road-qoxwsc.chicken-road-8syevf 1.chicken-road-kjzk2o 2.chicken-road-0gsz89 3.chicken-road-8syevf 1.chicken-road-cbd9yu 5.chicken-road-ir5mxf.chicken-road-cbd9yu 32.chicken-road-ig412f.chicken-road-1b0shf 5.chicken-road-ih58p9 4.chicken-road-5gjzjr 9.chicken-road-5gjzjr 8.chicken-road-cbd9yu 6.chicken-road-6r89dl.chicken-road-984g9i.chicken-road-tup48u.chicken-road-5xf9bf.chicken-road-fj182g 4.chicken-road-xaobvb.chicken-road-fj182g 6.chicken-road-fj182g 0l29.chicken-road-ih58p9 17.chicken-road-6pxlz5.chicken-road-9qnua0 2.chicken-road-lwf81q 10.chicken-road-i5gj1y.chicken-road-0gsz89 8.chicken-road-4js71w.chicken-road-d2zr27.chicken-road-fgdja7.chicken-road-9ingjx.chicken-road-9x625x.chicken-road-1b0shf.chicken-road-gd3mr5.chicken-road-0gsz89 1.chicken-road-lgqrnw.chicken-road-p04xfy.chicken-road-eo1ki9.chicken-road-h7jjxj.chicken-road-2j8nkh.chicken-road-kjzk2o 1.chicken-road-0sa1f6.chicken-road-a4hemz.5z'/%3e%3c/svg%3e");
}

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

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

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

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

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

#rating-0 {
  display: none;
}

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

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

.chicken-road-de3qdo.chicken-road-vj602h {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.chicken-road-de3qdo.chicken-road-x4gyys .chicken-road-peg3ca {
  background: #2b3b67;
}

.chicken-road-de3qdo.chicken-road-x4gyys .chicken-road-zn8qrq {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.chicken-road-de3qdo.chicken-road-x4gyys .chicken-road-zn8qrq::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.chicken-road-de3qdo.chicken-road-x4gyys .chicken-road-zn8qrq::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.chicken-road-de3qdo.chicken-road-x4gyys .chicken-road-9gp1l1::before {
  background: #0e0f41;
}

.chicken-road-de3qdo.chicken-road-x4gyys .chicken-road-9gp1l1::after {
  background: #152557;
}

.chicken-road-de3qdo.chicken-road-gblwc1 .chicken-road-peg3ca {
  background: #1f35fa;
}

.chicken-road-de3qdo.chicken-road-gblwc1 .chicken-road-zn8qrq {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.chicken-road-de3qdo.chicken-road-gblwc1 .chicken-road-zn8qrq::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.chicken-road-de3qdo.chicken-road-gblwc1 .chicken-road-zn8qrq::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.chicken-road-de3qdo.chicken-road-gblwc1 .chicken-road-9gp1l1::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.chicken-road-de3qdo.chicken-road-gblwc1 .chicken-road-9gp1l1::after {
  background: #192ac8;
}

.chicken-road-de3qdo.chicken-road-ca70xc .chicken-road-peg3ca {
  background: #fa771f;
}

.chicken-road-de3qdo.chicken-road-ca70xc .chicken-road-zn8qrq {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.chicken-road-de3qdo.chicken-road-ca70xc .chicken-road-zn8qrq::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.chicken-road-de3qdo.chicken-road-ca70xc .chicken-road-zn8qrq::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.chicken-road-de3qdo.chicken-road-ca70xc .chicken-road-9gp1l1::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.chicken-road-de3qdo.chicken-road-ca70xc .chicken-road-9gp1l1::after {
  background: #fa8535;
}

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

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

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

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

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

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

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

.chicken-road-ixvzhd {
  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-ixvzhd:hover {
    background: var(--button-bg-hover);
  }
}

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

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

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

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

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

.chicken-road-6scbgv .chicken-road-47yyr4 {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

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

.chicken-road-4t8evc.chicken-road-vj602h {
  display: none;
}

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

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

.chicken-road-xx6d8s {
  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-76s7o9 {
  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-18ijml small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.chicken-road-b26yca .chicken-road-47yyr4 {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

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

.chicken-road-fvm9t2 {
  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-fvm9t2 {
    padding: 12px;
    gap: 12px;
  }
}

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

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

.chicken-road-a4f9qw {
  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-o3y880 {
  flex: 1;
  min-width: 0;
}

.chicken-road-gd7m6q {
  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-gd7m6q {
    font-size: 14px;
    gap: 6px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.chicken-road-s4o45c .chicken-road-f0ta52 {
  justify-content: center;
}

/* faq */

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

.chicken-road-pf6gcm {
  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-pf6gcm::after {
  content: "+";
  font-weight: bold;
  transition: transform 0chicken-road-g01ksq ease;
}

.chicken-road-xp3eel.chicken-road-zzm5jy .chicken-road-pf6gcm::after {
  transform: rotate(45deg);
}

.chicken-road-qgpyst {
  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-xp3eel.chicken-road-zzm5jy .chicken-road-qgpyst {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

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

.chicken-road-zgxdbk > input:not(:checked) ~ label:hover,
.chicken-road-zgxdbk > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.chicken-road-k6k1tg.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.chicken-road-45fjgj 44.chicken-road-5q0b9v.chicken-road-a9jcgm.chicken-road-6ws8pv.chicken-road-5zwl9d.chicken-road-p8y5kf.chicken-road-sjp3vm.chicken-road-enn2a3.chicken-road-kujf4m.chicken-road-5pfbfx.chicken-road-c0123b.chicken-road-9g32k7.chicken-road-1fdqj0 0l-12.chicken-road-dtdm9k 30.chicken-road-44f2u8.chicken-road-rwd31u 2.chicken-road-41gul9.chicken-road-rwd31u 3.chicken-road-0fwpmh 3.chicken-road-bs497e.chicken-road-s2iz18 3.chicken-road-5n7ndz.chicken-road-0o1hq4.chicken-road-rj9c50.chicken-road-wfmos8 7-3.chicken-road-dtdm9k 10.chicken-road-332osr.chicken-road-wfmos8 23.chicken-road-tzolu0.chicken-road-o1xo1n 1.chicken-road-ve4wa0 2.chicken-road-dtdm9k 3.chicken-road-o1xo1n 1.chicken-road-s2iz18 5.chicken-road-gdsvj4.chicken-road-s2iz18 32.chicken-road-pfaujo.chicken-road-0o1hq4 5.chicken-road-1fdqj0 4.chicken-road-wfmos8 9.chicken-road-wfmos8 8.chicken-road-s2iz18 6.chicken-road-7mhlf5.chicken-road-r90omw.chicken-road-6b6ygr.chicken-road-j6oxfs.chicken-road-jv1hvs 4.chicken-road-5aa5d6.chicken-road-jv1hvs 6.chicken-road-jv1hvs 0l29.chicken-road-1fdqj0 17.chicken-road-tbdvdp.chicken-road-fwfnnc 2.chicken-road-vbu9hv 10.chicken-road-v377gf.chicken-road-dtdm9k 8.chicken-road-zl08vs.chicken-road-qflaaf.chicken-road-gyokp8.chicken-road-ln22ua.chicken-road-ts95s8.chicken-road-0o1hq4.chicken-road-p8y5kf.chicken-road-dtdm9k 1.chicken-road-gzjgqv.chicken-road-8bxqxt.chicken-road-iw97wj.chicken-road-sh3135.chicken-road-htelll.chicken-road-ve4wa0 1.chicken-road-t3cb0w.chicken-road-0hpaez.5z'/%3e%3c/svg%3e");
}

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

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

.chicken-road-a1fxvf.chicken-road-epwznv {
  display: none;
}

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

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

.chicken-road-mf46gm {
  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-udt27q {
  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-59isb0 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.chicken-road-q6nmmg .chicken-road-kp5x1z {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.chicken-road-g817kh 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-g817kh 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-kfwo9j {
  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-kfwo9j.chicken-road-ha9u4a {
  opacity: 1;
  pointer-events: auto;
}

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

.chicken-road-gaxupe > input:not(:checked) ~ label:hover,
.chicken-road-gaxupe > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.chicken-road-f5hgpq.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.chicken-road-bsfuh4 44.chicken-road-xnz1qs.chicken-road-40ubg0.chicken-road-hwxbm6.chicken-road-hm47qb.chicken-road-e677gd.chicken-road-vuaecy.chicken-road-fwvfs0.chicken-road-9d4zkh.chicken-road-m9ebk8.chicken-road-bv1y56.chicken-road-ys9bws.chicken-road-ud4mcj 0l-12.chicken-road-d1mzkx 30.chicken-road-6819eq.chicken-road-pjqwkp 2.chicken-road-7so8lr.chicken-road-pjqwkp 3.chicken-road-oqg081 3.chicken-road-e79iq6.chicken-road-w7wtif 3.chicken-road-0au8ci.chicken-road-2w6ww2.chicken-road-ifc2qe.chicken-road-sv75wb 7-3.chicken-road-d1mzkx 10.chicken-road-wcdxcj.chicken-road-sv75wb 23.chicken-road-ctveti.chicken-road-65ahl2 1.chicken-road-3im4rb 2.chicken-road-d1mzkx 3.chicken-road-65ahl2 1.chicken-road-w7wtif 5.chicken-road-sqo609.chicken-road-w7wtif 32.chicken-road-xwjq4y.chicken-road-2w6ww2 5.chicken-road-ud4mcj 4.chicken-road-sv75wb 9.chicken-road-sv75wb 8.chicken-road-w7wtif 6.chicken-road-4mn1ni.chicken-road-wvwksg.chicken-road-pjvppo.chicken-road-z097vp.chicken-road-vodonr 4.chicken-road-mwfbtz.chicken-road-vodonr 6.chicken-road-vodonr 0l29.chicken-road-ud4mcj 17.chicken-road-lpo75u.chicken-road-cpemoi 2.chicken-road-yvzjk0 10.chicken-road-tyg1or.chicken-road-d1mzkx 8.chicken-road-9ko0ow.chicken-road-3rhzdf.chicken-road-gcn9h2.chicken-road-rl2s54.chicken-road-e1jvy1.chicken-road-2w6ww2.chicken-road-e677gd.chicken-road-d1mzkx 1.chicken-road-amepd1.chicken-road-qsxxln.chicken-road-j55vgt.chicken-road-3nri8k.chicken-road-8z7v6y.chicken-road-3im4rb 1.chicken-road-7srhm4.chicken-road-qr3v56.5z'/%3e%3c/svg%3e");
}

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

.chicken-road-5qeyfk {
  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-5qeyfk.chicken-road-e5k1gp {
  display: block;
}

.chicken-road-5qeyfk.chicken-road-z4mhev {
  display: none;
}

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

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

.chicken-road-3p38zr {
  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-ygv773 {
  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-fve5c0 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.chicken-road-iew7p5 .chicken-road-aqd4dp {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.chicken-road-zpb19d {
  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-5qeyfk {
  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-5qeyfk.chicken-road-e5k1gp {
  display: block;
}

.chicken-road-kld089 {
  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-f8z59l {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

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

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

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

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

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

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

.chicken-road-fo4nbf {
  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-mitx54 {
  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-mitx54::after {
  content: "+";
  font-weight: bold;
  transition: transform 0fishroad-dfa17m ease;
}

.chicken-road-fo4nbf.chicken-road-q3lmqf .chicken-road-mitx54::after {
  transform: rotate(45deg);
}

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

.chicken-road-0hfswt {
  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-fo4nbf.chicken-road-q3lmqf .chicken-road-0hfswt {
  max-height: 200px;
  padding: 15px 20px;
}

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

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

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

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

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

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

.chicken-road-occfqe {
  margin-bottom: 25px;
}

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

/* popup */

.chicken-road-yxkllz {
  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-glk5nk ease;
  z-index: 9999;
  user-select: none;
  height: 75px;
  border: 1px solid rgb(70, 70, 70);
}

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

.chicken-road-dcb31j 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-dcb31j button {
  z-index: 2;
}

.chicken-road-yxkllz.chicken-road-be93kn {
  bottom: 40px;
}

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

.chicken-road-4upgbf {
  width: 18vw;
  max-width: 80px;
  min-width: 45px;
  animation: jump-y 0.chicken-road-z2xvau 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-7l41lo {
  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-hrfv10 ease;
  z-index: 10000;
}

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

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

  .chicken-road-dcb31j .chicken-road-lxbu5a {
    font-size: 13.5px;
  }

  .chicken-road-yxkllz .chicken-road-4upgbf {
    animation: jump-y 0.chicken-road-z2xvau infinite ease-in-out;
  }

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

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

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

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

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

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

.chicken-road-wsvyjp {
  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-bkhxhp {
  max-width: 50px;
  top: 50px;
  left: 40%;
  animation:
    cloud-drift 10s ease-in-out infinite,
    cloud-float 6s ease-in-out infinite;
}

.chicken-road-mv9aer {
  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-lqykcw {
  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-jjsvph {
  background: #fdcd0670;
  border-radius: 25px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.chicken-road-jjsvph .chicken-road-cjoiah {
  display: flex;
  align-items: center;
}

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

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

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

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

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

  .chicken-road-m1y8lo {
    text-align: center;
  }

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

.chicken-road-058xi0 {
  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-058xi0 {
    font-size: 12px;
  }
}

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

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

.chicken-road-8u8spv li:first-child {
  margin-bottom: 10px;
}

.chicken-road-8u8spv a {
  color: #000;
}

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

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

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

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

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

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

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

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

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

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

.chicken-road-l2v3sr {
  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-l2v3sr {
    flex-direction: column;
  }
}
.chicken-road-iym6ji {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}
.chicken-road-iym6ji img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .chicken-road-iym6ji {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}
.chicken-road-lo66pf {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}
.chicken-road-lo66pf 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-lo66pf ul {
    margin-bottom: 15px;
  }
}
.chicken-road-lo66pf ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.chicken-road-lo66pf 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-lo66pf ul li span svg {
  fill: var(--title-color);
}
.chicken-road-lo66pf ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}
@media only screen and (max-width: 767px) {
  .chicken-road-lo66pf ul li small {
    font-size: 12px;
  }
}
.chicken-road-lo66pf ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}
.chicken-road-lo66pf ul li:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .chicken-road-lo66pf {
    flex-basis: auto;
    margin: 0 auto;
  }
}
.chicken-road-f7zn3m {
  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-f7zn3m {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.chicken-road-p7qvxl {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.chicken-road-517323 {
  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-517323 {
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .chicken-road-517323:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}
.chicken-road-517323.chicken-road-r27w3u {
  background-color: #000;
}
@media only screen and (min-width: 1025px) {
  .chicken-road-517323.chicken-road-r27w3u:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.chicken-road-9fxrtm {
  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-9fxrtm {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .chicken-road-9fxrtm {
    padding: 50px 16px 68px;
  }
}
.chicken-road-l9e8m6 {
  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-l9e8m6 {
    flex-direction: column;
  }
}
.chicken-road-b6erxp {
  margin-bottom: 94px;
}
@media only screen and (max-width: 767px) {
  .chicken-road-b6erxp {
    margin-bottom: 40px;
  }
}
.chicken-road-yly92u .chicken-road-bysc2t {
  margin-bottom: 28px;
}
.chicken-road-yly92u .chicken-road-bysc2t img {
  max-height: 100px;
  width: auto;
}
.chicken-road-h0zlld {
  display: flex;
  align-items: center;
}
.chicken-road-h0zlld a + a {
  margin-left: 24px;
}
.chicken-road-h0zlld img {
  max-height: 56px;
  width: auto;
}
.chicken-road-h0zlld img + img {
  margin-left: 24px;
}
.chicken-road-c2i0ez {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .chicken-road-c2i0ez {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}
.chicken-road-bs0pwg {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .chicken-road-bs0pwg {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.chicken-road-vrdjht {
  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-gt0pdq .chicken-road-xxtmlw a {
    font-size: 12px;
  }
}

/* app */
.chicken-road-5kgv2q {
  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-5kgv2q {
    flex-direction: column;
  }
}
.chicken-road-jno4rl {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}
.chicken-road-jno4rl img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .chicken-road-jno4rl {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}
.chicken-road-fiq0ga {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}
.chicken-road-fiq0ga 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-fiq0ga ul {
    margin-bottom: 15px;
  }
}
.chicken-road-fiq0ga ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.chicken-road-fiq0ga 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-fiq0ga ul li span svg {
  fill: var(--title-color);
}
.chicken-road-fiq0ga ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}
@media only screen and (max-width: 767px) {
  .chicken-road-fiq0ga ul li small {
    font-size: 12px;
  }
}
.chicken-road-fiq0ga ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}
.chicken-road-fiq0ga ul li:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .chicken-road-fiq0ga {
    flex-basis: auto;
    margin: 0 auto;
  }
}
.chicken-road-azynq2 {
  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-azynq2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.chicken-road-1yw7ny {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.chicken-road-9799t5 {
  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-9799t5 {
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .chicken-road-9799t5:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}
.chicken-road-9799t5.chicken-road-3jhyr1 {
  background-color: #000;
}
@media only screen and (min-width: 1025px) {
  .chicken-road-9799t5.chicken-road-3jhyr1:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

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