html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  height: 100%;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  background: var(--main-theme-color);
  color: var(--text-color);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

a {
  cursor: pointer;
}

* {
  outline: none;
  box-sizing: border-box;
}
*::after,
*::before {
  box-sizing: border-box;
}

svg {
  transform: translateZ(0);
}

input,
textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: normal;
  margin: 0 auto 32px;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  margin: 0 auto 32px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: normal;
  margin: 0 auto 28px;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

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

.fishroad-xexnx2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; /* выравниваем текст по центру */
  padding: 0 20px; /* отступы слева и справа */
  max-width: 300px;
  width: 100%;
  height: auto; /* чтобы высота подстраивалась под текст */
  min-height: 60px; /* но минимальная 60px */
  margin: 0 auto;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  border: none;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  white-space: normal; /* разрешаем перенос текста */
  word-break: break-word; /* переносим слова при нехватке места */
}

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

.fishroad-e0dnaf {
  cursor: pointer;
}

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

.fishroad-30vbo0 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.fishroad-30vbo0 figure {
  margin: 0;
}

.fishroad-30vbo0.fishroad-8gse44 {
  justify-content: flex-start;
  margin-right: 4px;
}

.fishroad-30vbo0.fishroad-fqu07m {
  justify-content: flex-end;
  margin-left: 4px;
}

.fishroad-30vbo0.fishroad-indgxn {
  justify-content: center;
}

.fishroad-30vbo0.fishroad-69ub9x {
  justify-content: normal;
}

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

.fishroad-a5vn6m {
  padding: 80px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1200px) {
  .fishroad-a5vn6m {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .fishroad-a5vn6m {
    padding: 50px 16px 68px;
  }
}
.fishroad-7hslu6 {
  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) {
  .fishroad-7hslu6 {
    flex-direction: column;
  }
}
.fishroad-281yph {
  margin-bottom: 94px;
}
@media only screen and (max-width: 767px) {
  .fishroad-281yph {
    margin-bottom: 40px;
  }
}
.fishroad-eca44x .fishroad-p7q20k {
  margin-bottom: 28px;
}
.fishroad-eca44x .fishroad-p7q20k img {
  max-height: 100px;
  width: auto;
}
.fishroad-r1en9v {
  display: flex;
  align-items: center;
}
.fishroad-r1en9v a + a {
  margin-left: 24px;
}
.fishroad-r1en9v img {
  max-height: 56px;
  width: auto;
}
.fishroad-r1en9v img + img {
  margin-left: 24px;
}
.fishroad-6zcugt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .fishroad-6zcugt {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}
.fishroad-ael8ai {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .fishroad-ael8ai {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

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

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

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

.fishroad-b563hu {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0cse657c ease-in-out;
}
.fishroad-b563hu.fishroad-gvnitz {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

.fishroad-sxfb5c {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .fishroad-sxfb5c {
    height: 54px;
  }
}
.fishroad-6hh4oc {
  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) {
  .fishroad-6hh4oc {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .fishroad-6hh4oc {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .fishroad-6hh4oc .fishroad-p7q20k img {
    max-width: 90px;
  }
}

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

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

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

.fishroad-jj9hdq {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--login-btn);
  color: var(--login-btn-color);
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .fishroad-jj9hdq {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .fishroad-jj9hdq:hover {
    background: var(--login-btn);
    opacity: 0.9;
  }
}

.fishroad-d2x40s {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: rgb(0, 132, 255);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  border: 2px solid rgb(0, 110, 255);
  cursor: pointer;
  margin-left: 10px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}
@media only screen and (min-width: 1025px) {
  .fishroad-d2x40s:hover {
    background: rgb(28, 139, 243);
  }
}
@media only screen and (max-width: 767px) {
  .fishroad-d2x40s {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

.fishroad-0zlked {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  .fishroad-0zlked {
    top: 9px;
    transform: none;
    right: auto;
    left: 0;
  }
}
.fishroad-0zlked:hover > ul {
  display: flex;
}
.fishroad-0zlked:focus > ul {
  display: flex;
}
.fishroad-0zlked:focus-within > ul {
  display: flex;
}
.fishroad-g0tbdo {
  position: relative;
  border-radius: 10px;
  height: 42px;
  padding: 5px 32px 5px 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  background: var(--login-btn);
  color: var(--login-btn-color);
  gap: 5px;
}
.fishroad-g0tbdo::after {
  border-bottom: 1px solid var(--login-btn-color);
  border-right: 1px solid var(--login-btn-color);
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0cse657c ease-in-out;
}
@media only screen and (max-width: 767px) {
  .fishroad-g0tbdo {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .fishroad-g0tbdo img {
    max-width: 20px;
  }
}
.fishroad-0zlked ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0c2qtskg ease-in-out;
  z-index: 2;
  border-radius: 10px;
  min-width: 66px;
  display: none;
  max-height: 465px;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--login-btn);
}
@media only screen and (max-width: 767px) {
  .fishroad-0zlked ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}
.fishroad-0zlked ul li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--login-btn-color);
  background: var(--login-btn);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0c2qtskg ease-in-out;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .fishroad-0zlked ul li {
    padding: 5px;
  }
}
.fishroad-0zlked ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--login-btn-color);
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .fishroad-0zlked ul li a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  .fishroad-0zlked ul li a {
    font-size: 14px;
    gap: 3px;
  }
  .fishroad-0zlked ul li a img {
    max-width: 20px;
  }
}

.fishroad-1zxqg3 {
  display: none;
}

.fishroad-exclh5 {
  width: 38px;
  height: 38px;
  display: none;
  cursor: pointer;
  border-radius: 6px;
  background: var(--login-btn);
  padding: 12px 5px;
  z-index: 99;
  margin-left: 8px;
}
@media only screen and (max-width: 1023px) {
  .fishroad-exclh5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}
.fishroad-exclh5 span {
  display: block;
  height: 1px;
  border-radius: 4px;
  width: 20px;
  background: var(--login-btn-color);
}

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

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

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

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

.fishroad-bplauc {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
.fishroad-bplauc table {
  width: 100%;
  border-collapse: collapse;
}
.fishroad-bplauc 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) {
  .fishroad-bplauc table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}
.fishroad-bplauc table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--table-2-color);
}
@media only screen and (max-width: 767px) {
  .fishroad-bplauc table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}
.fishroad-bplauc table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}
.fishroad-bplauc p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}
@media only screen and (max-width: 767px) {
  .fishroad-bplauc p {
    font-size: 16px;
    line-height: 140%;
  }
}
@media only screen and (max-width: 1200px) {
  .fishroad-bplauc {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .fishroad-bplauc {
    margin-bottom: 60px;
  }
}
.fishroad-fg9n3p {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--table-header-color);
  color: var(--title-color);
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .fishroad-fg9n3p {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}
.fishroad-akk965 {
  width: 100%;
  border-collapse: collapse;
}
@media only screen and (max-width: 500px) {
  .fishroad-akk965 {
    width: 100%;
    border-collapse: collapse;
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}
.fishroad-akk965 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) {
  .fishroad-akk965 tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}
.fishroad-akk965 tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}
.fishroad-wybh1a table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}
.fishroad-wybh1a table tr:nth-child(even) td {
  background: var(--table-2-color);
}
.fishroad-wybh1a p {
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

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

.fishroad-qzq5fe {
  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) {
  .fishroad-qzq5fe {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .fishroad-qzq5fe {
    margin: 20px auto 60px;
  }
}
@media only screen and (min-width: 992px) {
  .fishroad-qzq5fe {
    grid-template-areas: "play-block__left play-block__right" "content-section content-section";
    grid-template-columns: 65% 35%;
  }
}
.fishroad-i93u8a {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}
.fishroad-i93u8a h1,
.fishroad-i93u8a 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) {
  .fishroad-i93u8a h1,
  .fishroad-i93u8a h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .fishroad-i93u8a {
    margin: 0;
    padding-right: 20px;
  }
}
.fishroad-251snw {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}
.fishroad-251snw 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) {
  .fishroad-251snw h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}
.fishroad-251snw 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) {
  .fishroad-251snw h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}
.fishroad-251snw 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);
}
.fishroad-251snw 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) {
  .fishroad-251snw table tr td {
    padding: 12px 4px;
  }
}
.fishroad-251snw table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
  border-left: none;
  border-right: none;
}
@media only screen and (max-width: 767px) {
  .fishroad-251snw table tr th {
    padding: 12px 4px;
  }
}
.fishroad-251snw table tr:last-of-type td {
  border-bottom: none;
}
@media only screen and (min-width: 992px) {
  .fishroad-251snw {
    margin: 0;
  }
}
.fishroad-4xz5w0 {
  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) {
  .fishroad-4xz5w0 {
    min-height: 190px;
  }
}
.fishroad-d0terr {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(5px);
}
.fishroad-d0terr::before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}
.fishroad-1tz3q6 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.fishroad-1tz3q6.fishroad-s5kpw4 {
  display: none;
}
.fishroad-lfiet9 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}
.fishroad-lfiet9 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fishroad-lfiet9 iframe.fishroad-5a45zm {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}
.fishroad-lfiet9.fishroad-8kkqcs {
  opacity: 1;
  pointer-events: all;
}
.fishroad-23pfa3 {
  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: 0c2qtskg ease-in-out;
}
.fishroad-23pfa3 svg {
  margin-right: 10px;
}
.fishroad-23pfa3 + .fishroad-23pfa3 {
  margin-top: 14px;
}
@media only screen and (min-width: 1025px) {
  .fishroad-23pfa3:hover {
    background: #a8a6b3;
  }
}
.fishroad-hfrv3g {
  background: linear-gradient(
    180deg,
    rgba(99, 211, 246, 1) 0%,
    rgba(0, 171, 229, 0.62) 100%
  );
}
@media only screen and (min-width: 1025px) {
  .fishroad-hfrv3g:hover {
    background: linear-gradient(
      180deg,
      rgba(99, 211, 246, 1) 0%,
      rgba(0, 171, 229, 0.62) 100%
    );
  }
}
@media only screen and (max-width: 767px) {
  .fishroad-23pfa3 {
    height: 42px;
    max-width: 220px;
  }
}
.fishroad-qzq5fe .fishroad-g43qwj {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}
.fishroad-qzq5fe .fishroad-g43qwj h1,
.fishroad-qzq5fe .fishroad-g43qwj 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) {
  .fishroad-qzq5fe .fishroad-g43qwj h1,
  .fishroad-qzq5fe .fishroad-g43qwj h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}
@media only screen and (min-width: 991px) {
  .fishroad-qzq5fe .fishroad-g43qwj {
    margin: 28px 0 0;
  }
}

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

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

.fishroad-7csuog {
  width: 100%;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .fishroad-7csuog {
    margin: 0 0 60px;
  }
}
.fishroad-7csuog .fishroad-hakoud {
  position: relative;
}
.fishroad-7csuog .fishroad-fat8kb {
  width: 100%;
  height: calc(100vh - 66px);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .fishroad-7csuog .fishroad-fat8kb {
    height: calc(100vh - 54px);
  }
}
.fishroad-7csuog .fishroad-fat8kb.fishroad-s5kpw4 {
  display: none;
}
.fishroad-7csuog .fishroad-89yvl1 {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  max-width: 910px;
  width: 100%;
  border-radius: 20px;
  padding: 17px 40px;
  background: var(--main-theme-color);
  border: 1px solid var(--border-color);
}
@media only screen and (max-width: 991px) {
  .fishroad-7csuog .fishroad-89yvl1 {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}
@media only screen and (max-width: 520px) {
  .fishroad-7csuog .fishroad-89yvl1 {
    bottom: 90px;
  }
}
.fishroad-7csuog .fishroad-89yvl1 .fishroad-9ftaj5 {
  max-width: 300px;
  width: 100%;
}
.fishroad-7csuog .fishroad-89yvl1 .fishroad-9ftaj5 .fishroad-n669ib {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}
@media only screen and (max-width: 767px) {
  .fishroad-7csuog .fishroad-89yvl1 .fishroad-9ftaj5 .fishroad-n669ib {
    font-size: 32px;
    text-align: center;
  }
}
.fishroad-7csuog .fishroad-89yvl1 .fishroad-9ftaj5 .fishroad-ofof3w {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}
@media only screen and (max-width: 767px) {
  .fishroad-7csuog .fishroad-89yvl1 .fishroad-9ftaj5 .fishroad-ofof3w {
    text-align: center;
  }
}
.fishroad-7csuog .fishroad-89yvl1 .fishroad-ilmknl {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .fishroad-7csuog .fishroad-89yvl1 .fishroad-ilmknl {
    flex-direction: column-reverse;
  }
}
.fishroad-7csuog .fishroad-89yvl1 .fishroad-ilmknl .fishroad-12s8pc {
  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: 0c2qtskg ease-in-out;
}
.fishroad-7csuog .fishroad-89yvl1 .fishroad-ilmknl .fishroad-12s8pc:hover {
  background: #a8a6b3;
}
@media only screen and (max-width: 767px) {
  .fishroad-7csuog .fishroad-89yvl1 .fishroad-ilmknl .fishroad-12s8pc {
    width: 100%;
  }
}
.fishroad-7csuog .fishroad-89yvl1 .fishroad-ilmknl .fishroad-fkmdfh {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  width: 274px;
  height: 46px;
  background: linear-gradient(
    180deg,
    rgba(99, 211, 246, 1) 0%,
    rgba(0, 171, 229, 0.62) 100%
  );
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  transition: 0c2qtskg ease-in-out;
}
.fishroad-7csuog .fishroad-89yvl1 .fishroad-ilmknl .fishroad-fkmdfh:hover {
  background: linear-gradient(
    180deg,
    rgb(22, 190, 241) 0%,
    rgba(0, 171, 229, 0.62) 100%
  );
}
@media only screen and (max-width: 767px) {
  .fishroad-7csuog .fishroad-89yvl1 .fishroad-ilmknl .fishroad-fkmdfh {
    width: 100%;
  }
}
.fishroad-7csuog .fishroad-89yvl1.fishroad-s5kpw4 {
  display: none;
}
.fishroad-7csuog .fishroad-omtpup {
  display: none;
}
.fishroad-7csuog .fishroad-omtpup.fishroad-8kkqcs {
  display: block;
}
.fishroad-7csuog .fishroad-omtpup iframe {
  width: 100%;
  height: calc(100vh - 66px);
}
@media only screen and (max-width: 767px) {
  .fishroad-7csuog .fishroad-omtpup iframe {
    height: calc(100vh - 54px);
  }
}
.fishroad-7csuog .fishroad-abq59p {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}
@media only screen and (max-width: 1200px) {
  .fishroad-7csuog .fishroad-abq59p {
    padding: 24px 16px 0;
  }
}
.fishroad-7csuog .fishroad-abq59p .fishroad-n669ib {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .fishroad-7csuog .fishroad-abq59p .fishroad-n669ib {
    margin-bottom: 24px;
  }
}
.fishroad-7csuog .fishroad-abq59p 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);
}
.fishroad-7csuog .fishroad-abq59p 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) {
  .fishroad-7csuog .fishroad-abq59p table tr td {
    padding: 12px 4px;
  }
}
.fishroad-7csuog .fishroad-abq59p table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-2-color);
  border-top: none;
}
@media only screen and (max-width: 767px) {
  .fishroad-7csuog .fishroad-abq59p table tr th {
    padding: 12px 4px;
  }
}
.fishroad-7csuog .fishroad-abq59p table tr:last-of-type td {
  border-bottom: none;
}

.fishroad-upd5zo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background: var(--main-theme-color);
}
.fishroad-upd5zo.fishroad-gvnitz {
  display: block;
}
.fishroad-upd5zo iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}
.fishroad-upd5zo .fishroad-8xhdgd {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(
    180deg,
    rgb(5, 108, 139) 0%,
    rgba(0, 171, 229, 0.62) 100%
  );
  color: #000;
  border: 1px solid #000;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
}
.fishroad-upd5zo .fishroad-b71dv6 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}
.fishroad-upd5zo .fishroad-fkmdfh {
  bottom: 20px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  height: 46px;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgb(5, 108, 139) 0%,
    rgba(0, 171, 229, 0.62) 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: 0c2qtskg ease-in-out;
}
.fishroad-upd5zo .fishroad-fkmdfh:hover {
  background: linear-gradient(
    180deg,
    rgb(6, 137, 177) 0%,
    rgba(0, 171, 229, 0.62) 100%
  );
}

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

.fishroad-f3e2jf {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.fishroad-tfnhgr {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.fishroad-tfnhgr.fishroad-s5kpw4 {
  display: none;
}
.fishroad-9bqkt5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--title-color);
  margin: 16px 0 20px;
}
.fishroad-tfnhgr .fishroad-pio464 {
  margin: 0 auto;
}

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

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

.fishroad-kg364o {
  filter: grayscale(100%);
}

.fishroad-q1qbx1 > input {
  display: none;
}

.fishroad-q1qbx1 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.fishroad-zgc0th.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.fishroad-x1zlcf 44.fishroad-3ttq9u.fishroad-3shqaq.fishroad-tz3hpo.fishroad-peydpm.fishroad-ftwl25.fishroad-sos695.fishroad-a6mahl.fishroad-lh7vuw.fishroad-it5eoc.fishroad-s1pupc.fishroad-xlhra9.fishroad-pfv9vh 0l-12.fishroad-wg51g8 30.fishroad-hie3hx.fishroad-kzl8h9 2.fishroad-5mav2k.fishroad-kzl8h9 3.fishroad-xd68nw 3.fishroad-bwkwsi.fishroad-ds7p3n 3.fishroad-gmks09.fishroad-1f2hh0.fishroad-3o2443.fishroad-uz688m 7-3.fishroad-wg51g8 10.fishroad-e9691q.fishroad-uz688m 23.fishroad-3rqv5h.fishroad-wonzvv 1.fishroad-wj2tm5 2.fishroad-wg51g8 3.fishroad-wonzvv 1.fishroad-ds7p3n 5.fishroad-c5j0tf.fishroad-ds7p3n 32.fishroad-296bs6.fishroad-1f2hh0 5.fishroad-pfv9vh 4.fishroad-uz688m 9.fishroad-uz688m 8.fishroad-ds7p3n 6.fishroad-3l2zcu.fishroad-wso0zl.fishroad-wai2vn.fishroad-1ew471.fishroad-44x8h3 4.fishroad-ytpbqz.fishroad-44x8h3 6.fishroad-44x8h3 0l29.fishroad-pfv9vh 17.fishroad-6i7qwu.fishroad-e8xdb2 2.fishroad-bstgse 10.fishroad-obobiq.fishroad-wg51g8 8.fishroad-bc1q6x.fishroad-ezq31r.fishroad-fyny9h.fishroad-jbg7vg.fishroad-4fp90q.fishroad-1f2hh0.fishroad-ftwl25.fishroad-wg51g8 1.fishroad-06bqrk.fishroad-lj7w9k.fishroad-v50y38.fishroad-07ndfo.fishroad-7sad37.fishroad-wj2tm5 1.fishroad-q6kjox.fishroad-y45lbv.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.fishroad-q1qbx1 > input:checked ~ label,
.fishroad-q1qbx1 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.fishroad-zgc0th.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.fishroad-x1zlcf 44.fishroad-3ttq9u.fishroad-3shqaq.fishroad-tz3hpo.fishroad-peydpm.fishroad-ftwl25.fishroad-sos695.fishroad-a6mahl.fishroad-lh7vuw.fishroad-it5eoc.fishroad-s1pupc.fishroad-xlhra9.fishroad-pfv9vh 0l-12.fishroad-wg51g8 30.fishroad-hie3hx.fishroad-kzl8h9 2.fishroad-5mav2k.fishroad-kzl8h9 3.fishroad-xd68nw 3.fishroad-bwkwsi.fishroad-ds7p3n 3.fishroad-gmks09.fishroad-1f2hh0.fishroad-3o2443.fishroad-uz688m 7-3.fishroad-wg51g8 10.fishroad-e9691q.fishroad-uz688m 23.fishroad-3rqv5h.fishroad-wonzvv 1.fishroad-wj2tm5 2.fishroad-wg51g8 3.fishroad-wonzvv 1.fishroad-ds7p3n 5.fishroad-c5j0tf.fishroad-ds7p3n 32.fishroad-296bs6.fishroad-1f2hh0 5.fishroad-pfv9vh 4.fishroad-uz688m 9.fishroad-uz688m 8.fishroad-ds7p3n 6.fishroad-3l2zcu.fishroad-wso0zl.fishroad-wai2vn.fishroad-1ew471.fishroad-44x8h3 4.fishroad-ytpbqz.fishroad-44x8h3 6.fishroad-44x8h3 0l29.fishroad-pfv9vh 17.fishroad-6i7qwu.fishroad-e8xdb2 2.fishroad-bstgse 10.fishroad-obobiq.fishroad-wg51g8 8.fishroad-bc1q6x.fishroad-ezq31r.fishroad-fyny9h.fishroad-jbg7vg.fishroad-4fp90q.fishroad-1f2hh0.fishroad-ftwl25.fishroad-wg51g8 1.fishroad-06bqrk.fishroad-lj7w9k.fishroad-v50y38.fishroad-07ndfo.fishroad-7sad37.fishroad-wj2tm5 1.fishroad-q6kjox.fishroad-y45lbv.5z'/%3e%3c/svg%3e");
}

.fishroad-q1qbx1 > input:not(:checked) ~ label:hover,
.fishroad-q1qbx1 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.fishroad-zgc0th.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.fishroad-x1zlcf 44.fishroad-3ttq9u.fishroad-3shqaq.fishroad-tz3hpo.fishroad-peydpm.fishroad-ftwl25.fishroad-sos695.fishroad-a6mahl.fishroad-lh7vuw.fishroad-it5eoc.fishroad-s1pupc.fishroad-xlhra9.fishroad-pfv9vh 0l-12.fishroad-wg51g8 30.fishroad-hie3hx.fishroad-kzl8h9 2.fishroad-5mav2k.fishroad-kzl8h9 3.fishroad-xd68nw 3.fishroad-bwkwsi.fishroad-ds7p3n 3.fishroad-gmks09.fishroad-1f2hh0.fishroad-3o2443.fishroad-uz688m 7-3.fishroad-wg51g8 10.fishroad-e9691q.fishroad-uz688m 23.fishroad-3rqv5h.fishroad-wonzvv 1.fishroad-wj2tm5 2.fishroad-wg51g8 3.fishroad-wonzvv 1.fishroad-ds7p3n 5.fishroad-c5j0tf.fishroad-ds7p3n 32.fishroad-296bs6.fishroad-1f2hh0 5.fishroad-pfv9vh 4.fishroad-uz688m 9.fishroad-uz688m 8.fishroad-ds7p3n 6.fishroad-3l2zcu.fishroad-wso0zl.fishroad-wai2vn.fishroad-1ew471.fishroad-44x8h3 4.fishroad-ytpbqz.fishroad-44x8h3 6.fishroad-44x8h3 0l29.fishroad-pfv9vh 17.fishroad-6i7qwu.fishroad-e8xdb2 2.fishroad-bstgse 10.fishroad-obobiq.fishroad-wg51g8 8.fishroad-bc1q6x.fishroad-ezq31r.fishroad-fyny9h.fishroad-jbg7vg.fishroad-4fp90q.fishroad-1f2hh0.fishroad-ftwl25.fishroad-wg51g8 1.fishroad-06bqrk.fishroad-lj7w9k.fishroad-v50y38.fishroad-07ndfo.fishroad-7sad37.fishroad-wj2tm5 1.fishroad-q6kjox.fishroad-y45lbv.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .fishroad-q5czlo > .fishroad-jjrv2r {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .fishroad-q5czlo > .fishroad-jjrv2r {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .fishroad-q5czlo > .fishroad-jjrv2r {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .fishroad-q5czlo > .fishroad-jjrv2r {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .fishroad-q5czlo > .fishroad-jjrv2r {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

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

/*# sourceMappingURL=index.fishroad-a8hxrm.fishroad-ber31g */
:root {
  --login-btn: #edeef8;
  --login-btn-color: #1f1f1f;
  --registr-btn: linear-gradient(
    180deg,
    rgb(5, 108, 139) 0%,
    rgba(0, 171, 229, 0.62) 100%
  );
  --button-bg-color: rgba(99, 211, 246, 1) 0%;
  --button-text-color: #ffffff;
  --fh-bg-color: linear-gradient(
    180deg,
    rgba(99, 211, 246, 1) 0%,
    rgb(4, 126, 167) 100%
  );
  --text-color: #000000;
  --title-color: #000000;
  --menu-color: #000000;
  --mobile-bg-color: #f7f7f7;
  --table-header-color: linear-gradient(138cgrr857, #6262d9 0%, #9d62d9 74.32%);
  --table-1-color: #ffffff;
  --table-2-color: #eeeeee;
  --main-theme-color: #ffffff;
  --button-bg-hover: rgb(168, 235, 255) 0%;
  --border-color: #00acfc;
  --rate-image-border: #3b3b3b;
  --rate-counter-bg: #11182c;
  --rate-counter-bg-top: linear-gradient(138deg, #6262d9 0%, #9d62d9 100%);
  --footer-menu-color: #fff;
  --footer-text-color: #fff;
  --games-nav-bg-color: #ffffff;
  --games-nav-border-color: #f3f3f3;
  --games-nav-text-color: #000000;
  --updated-block-color: #000000;
}

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

.fishroad-719dtz {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--table-1-color);
  background: var(--registr-btn);
}

.fishroad-mhphrr {
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0fishroad-dfa17m ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.fishroad-719dtz.fishroad-qjcer1 .fishroad-mhphrr::after {
  transform: rotate(45deg);
}

.fishroad-mhphrr:hover {
  background: rgba(255, 255, 255, 0.3);
}

.fishroad-ibrwvz {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0fishroad-ivv94k ease, padding 0fishroad-ivv94k ease;
  padding: 0 20px;
  background: var(--registr-btn);
}

.fishroad-719dtz.fishroad-qjcer1 .fishroad-ibrwvz {
  max-height: 200px;
  padding: 15px 20px;
}

/* review */
.fishroad-5xihc1 {
  margin: 25px 0;
}

.fishroad-jfsqjm > input:not(:checked) ~ label:hover,
.fishroad-jfsqjm > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.fishroad-i515s4.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.fishroad-96onmp 44.fishroad-n6jeqy.fishroad-a11r2y.fishroad-ibipij.fishroad-5kp8qx.fishroad-4qrq4f.fishroad-favipp.fishroad-kjvqoh.fishroad-oeffae.fishroad-nvx93b.fishroad-hw264y.fishroad-46ow7b.fishroad-i50rdg 0l-12.fishroad-s0dg1d 30.fishroad-gdd04j.fishroad-m0stp2 2.fishroad-csxfw6.fishroad-m0stp2 3.fishroad-ajupr2 3.fishroad-jxr3hd.fishroad-3fwjvz 3.fishroad-pmj6px.fishroad-lio2sq.fishroad-ngh0ap.fishroad-e539mg 7-3.fishroad-s0dg1d 10.fishroad-4xoe3b.fishroad-e539mg 23.fishroad-5jobqw.fishroad-5wj0w7 1.fishroad-83dbjo 2.fishroad-s0dg1d 3.fishroad-5wj0w7 1.fishroad-3fwjvz 5.fishroad-zqv1fg.fishroad-3fwjvz 32.fishroad-0yh3jl.fishroad-lio2sq 5.fishroad-i50rdg 4.fishroad-e539mg 9.fishroad-e539mg 8.fishroad-3fwjvz 6.fishroad-r5b5en.fishroad-0e3zs3.fishroad-pf5p7e.fishroad-y70xa1.fishroad-b1c17a 4.fishroad-wpaejk.fishroad-b1c17a 6.fishroad-b1c17a 0l29.fishroad-i50rdg 17.fishroad-1qo9y2.fishroad-pd4pt9 2.fishroad-q0uk7w 10.fishroad-33k2ad.fishroad-s0dg1d 8.fishroad-9t4350.fishroad-w4bnko.fishroad-4utm1n.fishroad-y77qqs.fishroad-zt2dat.fishroad-lio2sq.fishroad-4qrq4f.fishroad-s0dg1d 1.fishroad-xsepuv.fishroad-iz0goo.fishroad-70nfk9.fishroad-tnmgge.fishroad-m7ybt9.fishroad-83dbjo 1.fishroad-ut9zdp.fishroad-ei5522.5z'/%3e%3c/svg%3e");
}

.fishroad-7i6ruk {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .fishroad-7i6ruk {
    gap: 16px 0;
  }
}

.fishroad-y1hv2g {
  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);
}

.fishroad-y1hv2g.fishroad-t241jf {
  display: block;
}

.fishroad-y1hv2g.fishroad-m30wu5 {
  display: none;
}

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

.fishroad-k1q1jb {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.fishroad-ajn505 {
  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);
}

.fishroad-cotra3 {
  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;
}

.fishroad-21j23q small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.fishroad-21j23q span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.fishroad-fl870a {
  font-size: 16px;
  line-height: 140%;
}

.fishroad-bbv913 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.fishroad-bbv913 .fishroad-aznetk {
  fill: #c2c0ce;
}

.fishroad-bbv913 [rating="3"] .fishroad-aznetk:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.fishroad-bbv913 [rating="4"] .fishroad-aznetk:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.fishroad-bbv913 [rating="5"] .fishroad-aznetk:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.fishroad-dtbl8w {
  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: rgb(0, 132, 255);
  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) {
  .fishroad-dtbl8w:hover {
    background: rgb(28, 139, 243);
  }
}
@media only screen and (max-width: 767px) {
  .fishroad-dtbl8w {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

/* scroll */
.fishroad-slider-window {
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
  position: relative;
}

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

.fishroad-y1hv2g {
  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;
}
.fishroad-y1hv2g.fishroad-t241jf {
  display: block;
}

.fishroad-slider-btn {
  z-index: 10;
  background: rgb(66 148 181 / 57%);
  color: white;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.fishroad-js-nav {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.fishroad-slider-btn:hover:not(:disabled) {
  background: rgba(53, 119, 145, 0.57);
}

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

.fishroad-slider-btn:disabled {
  background: rgba(0, 0, 0, 0.1);
  color: #ccc;
  cursor: not-allowed;
}

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

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

  .fishroad-slider-btn {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  #review-prev {
    left: 5px;
  }
  #review-next {
    right: 5px;
  }
}
