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-gzel4m {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}
@media only screen and (max-width: 767px) {
  .fishroad-gzel4m {
    padding: 54px 0 0;
  }
}

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

.fishroad-hprbw5 {
  cursor: pointer;
}

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

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

.fishroad-fn8nzj figure {
  margin: 0;
}

.fishroad-fn8nzj.fishroad-6oljja {
  justify-content: flex-start;
  margin-right: 4px;
}

.fishroad-fn8nzj.fishroad-k3f37b {
  justify-content: flex-end;
  margin-left: 4px;
}

.fishroad-fn8nzj.fishroad-ukmtpz {
  justify-content: center;
}

.fishroad-fn8nzj.fishroad-wuqd6k {
  justify-content: normal;
}

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

.fishroad-vgvtyv {
  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-vgvtyv {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .fishroad-vgvtyv {
    padding: 50px 16px 68px;
  }
}
.fishroad-j0cpdn {
  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-j0cpdn {
    flex-direction: column;
  }
}
.fishroad-f9o006 {
  margin-bottom: 94px;
}
@media only screen and (max-width: 767px) {
  .fishroad-f9o006 {
    margin-bottom: 40px;
  }
}
.fishroad-fvq6fi .fishroad-18o9xg {
  margin-bottom: 28px;
}
.fishroad-fvq6fi .fishroad-18o9xg img {
  max-height: 100px;
  width: auto;
}
.fishroad-165gtb {
  display: flex;
  align-items: center;
}
.fishroad-165gtb a + a {
  margin-left: 24px;
}
.fishroad-165gtb img {
  max-height: 56px;
  width: auto;
}
.fishroad-165gtb img + img {
  margin-left: 24px;
}
.fishroad-t2au8k {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .fishroad-t2au8k {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}
.fishroad-qv2fcg {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .fishroad-qv2fcg {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

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

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

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  .fishroad-j12sdc {
    display: none;
  }
  .fishroad-j12sdc::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 300%;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
  }
}
.fishroad-vk0vi4 {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.fishroad-vk0vi4 li {
  font-size: 16px;
  margin: 0 20px;
}
.fishroad-vk0vi4 li a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .fishroad-vk0vi4 li a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 1023px) {
  .fishroad-vk0vi4 {
    display: block;
  }
  .fishroad-vk0vi4 li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .fishroad-vk0vi4 li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .fishroad-vk0vi4 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-vk0vi4 li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

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

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

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

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

.fishroad-iy4o4l {
  display: none;
}

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

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

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

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

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

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

.fishroad-avykq5 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 1200px) {
  .fishroad-avykq5 {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .fishroad-avykq5 {
    margin-bottom: 60px;
  }
}
.fishroad-yn2jx6 {
  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-3zrla0 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 1200px) {
  .fishroad-3zrla0 {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .fishroad-3zrla0 {
    margin-bottom: 60px;
  }
}
.fishroad-73bldp {
  border-radius: 10px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding: 20px 32px 20px;
}
.fishroad-73bldp h3 {
  position: relative;
  color: var(--title-color);
  font-size: 20px;
  cursor: pointer;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .fishroad-73bldp h3 {
    font-size: 16px;
    font-weight: 600;
  }
}
.fishroad-73bldp p {
  padding: 0;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
  color: var(--text-color);
}
.fishroad-73bldp p + p {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .fishroad-73bldp p {
    font-size: 16px;
  }
}

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

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

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

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

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

.fishroad-durj4g {
  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-durj4g {
    height: 190px;
    margin: 20px auto;
  }
}
.fishroad-durj4g img {
  width: 100%;
  height: 100%;
}
.fishroad-durj4g iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}
@media only screen and (max-width: 520px) {
  .fishroad-durj4g iframe {
    height: 190px;
  }
}
.fishroad-q7ajbr {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(3px);
}
.fishroad-q7ajbr::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-whaiu3 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}
.fishroad-whaiu3 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0c2qtskg ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .fishroad-whaiu3:hover svg {
    transform: scale(1.1);
  }
}

.fishroad-po6aob {
  padding: 90px 0;
}
@media only screen and (max-width: 767px) {
  .fishroad-po6aob {
    padding: 40px 0;
  }
}
.fishroad-lhvfjr {
  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-lhvfjr {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 991px) {
  .fishroad-lhvfjr {
    flex-direction: column-reverse;
  }
}
.fishroad-cjbrlz {
  max-width: 520px;
  width: 100%;
  flex-basis: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}
.fishroad-cjbrlz img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .fishroad-cjbrlz {
    max-width: 565px;
    flex-basis: auto;
    margin: 24px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .fishroad-cjbrlz {
    margin: 10px 0 0;
  }
}
.fishroad-4ia8zq {
  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-4ia8zq 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-4ia8zq {
    flex-basis: auto;
  }
}
@media only screen and (max-width: 767px) {
  .fishroad-4ia8zq {
    padding: 24px 10px;
  }
}
.fishroad-66lq90 {
  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-66lq90:hover {
  border: 1px solid #8c8ca2;
}
.fishroad-knpf7r {
  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-knpf7r:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}
.fishroad-hm39f6 {
  max-width: 342px;
  width: 100%;
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #c0c0c0;
  text-align: center;
}
.fishroad-hm39f6 a {
  text-decoration: underline;
  color: #8babff;
}
.fishroad-1i12k0 {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}
.fishroad-1i12k0 .fishroad-66lq90 {
  width: 50%;
  margin: 0;
}
.fishroad-vdenth {
  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-vdenth:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

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

.fishroad-mcm87g {
  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-mcm87g {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .fishroad-mcm87g {
    margin: 20px auto 60px;
  }
}
@media only screen and (min-width: 992px) {
  .fishroad-mcm87g {
    grid-template-areas: "play-block__left play-block__right" "content-section content-section";
    grid-template-columns: 65% 35%;
  }
}
.fishroad-9tclu2 {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}
.fishroad-9tclu2 h1,
.fishroad-9tclu2 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-9tclu2 h1,
  .fishroad-9tclu2 h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .fishroad-9tclu2 {
    margin: 0;
    padding-right: 20px;
  }
}
.fishroad-aeclb8 {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}
.fishroad-aeclb8 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-aeclb8 h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}
.fishroad-aeclb8 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-aeclb8 h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}
.fishroad-aeclb8 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-aeclb8 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-aeclb8 table tr td {
    padding: 12px 4px;
  }
}
.fishroad-aeclb8 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-aeclb8 table tr th {
    padding: 12px 4px;
  }
}
.fishroad-aeclb8 table tr:last-of-type td {
  border-bottom: none;
}
@media only screen and (min-width: 992px) {
  .fishroad-aeclb8 {
    margin: 0;
  }
}
.fishroad-mn5fv4 {
  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-mn5fv4 {
    min-height: 190px;
  }
}
.fishroad-tpc4iy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(5px);
}
.fishroad-tpc4iy::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-wu3gmi {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.fishroad-wu3gmi.fishroad-m9thrq {
  display: none;
}
.fishroad-kyygpw {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}
.fishroad-kyygpw iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fishroad-kyygpw iframe.fishroad-ozath8 {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}
.fishroad-kyygpw.fishroad-50kljw {
  opacity: 1;
  pointer-events: all;
}
.fishroad-m1hxou {
  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-m1hxou svg {
  margin-right: 10px;
}
.fishroad-m1hxou + .fishroad-m1hxou {
  margin-top: 14px;
}
@media only screen and (min-width: 1025px) {
  .fishroad-m1hxou:hover {
    background: #a8a6b3;
  }
}
.fishroad-0t89un {
  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-0t89un: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-m1hxou {
    height: 42px;
    max-width: 220px;
  }
}
.fishroad-mcm87g .fishroad-5gacqx {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}
.fishroad-mcm87g .fishroad-5gacqx h1,
.fishroad-mcm87g .fishroad-5gacqx 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-mcm87g .fishroad-5gacqx h1,
  .fishroad-mcm87g .fishroad-5gacqx h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}
@media only screen and (min-width: 991px) {
  .fishroad-mcm87g .fishroad-5gacqx {
    margin: 28px 0 0;
  }
}

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

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

.fishroad-l3sues {
  width: 100%;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .fishroad-l3sues {
    margin: 0 0 60px;
  }
}
.fishroad-l3sues .fishroad-8nwgmp {
  position: relative;
}
.fishroad-l3sues .fishroad-tkshqb {
  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-l3sues .fishroad-tkshqb {
    height: calc(100vh - 54px);
  }
}
.fishroad-l3sues .fishroad-tkshqb.fishroad-m9thrq {
  display: none;
}
.fishroad-l3sues .fishroad-wu7m9z {
  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-l3sues .fishroad-wu7m9z {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}
@media only screen and (max-width: 520px) {
  .fishroad-l3sues .fishroad-wu7m9z {
    bottom: 90px;
  }
}
.fishroad-l3sues .fishroad-wu7m9z .fishroad-illrxh {
  max-width: 300px;
  width: 100%;
}
.fishroad-l3sues .fishroad-wu7m9z .fishroad-illrxh .fishroad-xh0xiu {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}
@media only screen and (max-width: 767px) {
  .fishroad-l3sues .fishroad-wu7m9z .fishroad-illrxh .fishroad-xh0xiu {
    font-size: 32px;
    text-align: center;
  }
}
.fishroad-l3sues .fishroad-wu7m9z .fishroad-illrxh .fishroad-xdcqyi {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}
@media only screen and (max-width: 767px) {
  .fishroad-l3sues .fishroad-wu7m9z .fishroad-illrxh .fishroad-xdcqyi {
    text-align: center;
  }
}
.fishroad-l3sues .fishroad-wu7m9z .fishroad-mkx92x {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .fishroad-l3sues .fishroad-wu7m9z .fishroad-mkx92x {
    flex-direction: column-reverse;
  }
}
.fishroad-l3sues .fishroad-wu7m9z .fishroad-mkx92x .fishroad-1egnyz {
  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-l3sues .fishroad-wu7m9z .fishroad-mkx92x .fishroad-1egnyz:hover {
  background: #a8a6b3;
}
@media only screen and (max-width: 767px) {
  .fishroad-l3sues .fishroad-wu7m9z .fishroad-mkx92x .fishroad-1egnyz {
    width: 100%;
  }
}
.fishroad-l3sues .fishroad-wu7m9z .fishroad-mkx92x .fishroad-u8w6wo {
  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-l3sues .fishroad-wu7m9z .fishroad-mkx92x .fishroad-u8w6wo: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-l3sues .fishroad-wu7m9z .fishroad-mkx92x .fishroad-u8w6wo {
    width: 100%;
  }
}
.fishroad-l3sues .fishroad-wu7m9z.fishroad-m9thrq {
  display: none;
}
.fishroad-l3sues .fishroad-e5n6b0 {
  display: none;
}
.fishroad-l3sues .fishroad-e5n6b0.fishroad-50kljw {
  display: block;
}
.fishroad-l3sues .fishroad-e5n6b0 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}
@media only screen and (max-width: 767px) {
  .fishroad-l3sues .fishroad-e5n6b0 iframe {
    height: calc(100vh - 54px);
  }
}
.fishroad-l3sues .fishroad-6oyg4v {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}
@media only screen and (max-width: 1200px) {
  .fishroad-l3sues .fishroad-6oyg4v {
    padding: 24px 16px 0;
  }
}
.fishroad-l3sues .fishroad-6oyg4v .fishroad-xh0xiu {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .fishroad-l3sues .fishroad-6oyg4v .fishroad-xh0xiu {
    margin-bottom: 24px;
  }
}
.fishroad-l3sues .fishroad-6oyg4v 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-l3sues .fishroad-6oyg4v 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-l3sues .fishroad-6oyg4v table tr td {
    padding: 12px 4px;
  }
}
.fishroad-l3sues .fishroad-6oyg4v 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-l3sues .fishroad-6oyg4v table tr th {
    padding: 12px 4px;
  }
}
.fishroad-l3sues .fishroad-6oyg4v table tr:last-of-type td {
  border-bottom: none;
}

.fishroad-c5ocsc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background: var(--main-theme-color);
}
.fishroad-c5ocsc.fishroad-gesn4i {
  display: block;
}
.fishroad-c5ocsc iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}
.fishroad-c5ocsc .fishroad-jiw3tr {
  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-c5ocsc .fishroad-70tpy4 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}
.fishroad-c5ocsc .fishroad-u8w6wo {
  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-c5ocsc .fishroad-u8w6wo:hover {
  background: linear-gradient(
    180deg,
    rgb(6, 137, 177) 0%,
    rgba(0, 171, 229, 0.62) 100%
  );
}

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

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

.fishroad-7whtde.fishroad-m9thrq {
  display: none;
}
.fishroad-mo3i5x {
  font-size: 16px;
  line-height: 140%;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 36px;
}
@media only screen and (max-width: 767px) {
  .fishroad-mo3i5x {
    margin-bottom: 20px;
  }
}
.fishroad-naaj04 {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}
.fishroad-naaj04 span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}
.fishroad-naaj04 small {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.8;
  display: block;
  margin-bottom: 16px;
}
.fishroad-naaj04 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-naaj04 input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}
.fishroad-naaj04 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}
.fishroad-naaj04 input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}
.fishroad-naaj04 input:active {
  border-color: #c2c0ce;
}
.fishroad-naaj04 input:focus {
  border-color: #c2c0ce;
}
@media only screen and (max-width: 767px) {
  .fishroad-naaj04 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.fishroad-3r157b {
  margin-bottom: 36px;
}
.fishroad-3r157b 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-3r157b textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}
.fishroad-3r157b textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .fishroad-3r157b {
    margin-bottom: 24px;
  }
}
.fishroad-1jndhi {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.fishroad-8un57e {
  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-8un57e:hover {
  background: var(--border-color);
}
.fishroad-3wm8s6 {
  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-3wm8s6:hover {
  background: #166ad9;
}

.fishroad-pr3iog {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.fishroad-pr3iog.fishroad-m9thrq {
  display: none;
}
.fishroad-tcah3v {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--title-color);
  margin: 16px 0 20px;
}
.fishroad-pr3iog .fishroad-8un57e {
  margin: 0 auto;
}

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

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

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

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

.fishroad-hbklbm > 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-2caexy.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.fishroad-16kt7n 44.fishroad-eanssj.fishroad-wv20t6.fishroad-65bgfr.fishroad-6y0lg2.fishroad-ztg1eb.fishroad-xmlf6q.fishroad-gqjo1e.fishroad-qbzdbj.fishroad-4340st.fishroad-odni3j.fishroad-aocy85.fishroad-n0qouj 0l-12.fishroad-a0n8i3 30.fishroad-8s5li5.fishroad-835r1p 2.fishroad-7d0o84.fishroad-835r1p 3.fishroad-vvx2j5 3.fishroad-l6ij4o.fishroad-3p69eg 3.fishroad-qd119k.fishroad-tust5o.fishroad-jgerse.fishroad-ws3z56 7-3.fishroad-a0n8i3 10.fishroad-n9cpxr.fishroad-ws3z56 23.fishroad-b53cw4.fishroad-9i9yg4 1.fishroad-i0lkzi 2.fishroad-a0n8i3 3.fishroad-9i9yg4 1.fishroad-3p69eg 5.fishroad-jsz51f.fishroad-3p69eg 32.fishroad-3vy86s.fishroad-tust5o 5.fishroad-n0qouj 4.fishroad-ws3z56 9.fishroad-ws3z56 8.fishroad-3p69eg 6.fishroad-vzbutk.fishroad-1jwm3y.fishroad-cfx9vq.fishroad-25jkf3.fishroad-6wbkuw 4.fishroad-ha5ev9.fishroad-6wbkuw 6.fishroad-6wbkuw 0l29.fishroad-n0qouj 17.fishroad-pdazlq.fishroad-i4zf59 2.fishroad-gk7mcm 10.fishroad-0o2a5v.fishroad-a0n8i3 8.fishroad-yk6ld0.fishroad-g0k29r.fishroad-ea7ptg.fishroad-l4ckbp.fishroad-4d9jv3.fishroad-tust5o.fishroad-ztg1eb.fishroad-a0n8i3 1.fishroad-agul05.fishroad-s2qucl.fishroad-0ydkyi.fishroad-hprqzt.fishroad-g615zb.fishroad-i0lkzi 1.fishroad-4hb4lp.fishroad-9a46f6.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.fishroad-hbklbm > input:checked ~ label,
.fishroad-hbklbm > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.fishroad-2caexy.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.fishroad-16kt7n 44.fishroad-eanssj.fishroad-wv20t6.fishroad-65bgfr.fishroad-6y0lg2.fishroad-ztg1eb.fishroad-xmlf6q.fishroad-gqjo1e.fishroad-qbzdbj.fishroad-4340st.fishroad-odni3j.fishroad-aocy85.fishroad-n0qouj 0l-12.fishroad-a0n8i3 30.fishroad-8s5li5.fishroad-835r1p 2.fishroad-7d0o84.fishroad-835r1p 3.fishroad-vvx2j5 3.fishroad-l6ij4o.fishroad-3p69eg 3.fishroad-qd119k.fishroad-tust5o.fishroad-jgerse.fishroad-ws3z56 7-3.fishroad-a0n8i3 10.fishroad-n9cpxr.fishroad-ws3z56 23.fishroad-b53cw4.fishroad-9i9yg4 1.fishroad-i0lkzi 2.fishroad-a0n8i3 3.fishroad-9i9yg4 1.fishroad-3p69eg 5.fishroad-jsz51f.fishroad-3p69eg 32.fishroad-3vy86s.fishroad-tust5o 5.fishroad-n0qouj 4.fishroad-ws3z56 9.fishroad-ws3z56 8.fishroad-3p69eg 6.fishroad-vzbutk.fishroad-1jwm3y.fishroad-cfx9vq.fishroad-25jkf3.fishroad-6wbkuw 4.fishroad-ha5ev9.fishroad-6wbkuw 6.fishroad-6wbkuw 0l29.fishroad-n0qouj 17.fishroad-pdazlq.fishroad-i4zf59 2.fishroad-gk7mcm 10.fishroad-0o2a5v.fishroad-a0n8i3 8.fishroad-yk6ld0.fishroad-g0k29r.fishroad-ea7ptg.fishroad-l4ckbp.fishroad-4d9jv3.fishroad-tust5o.fishroad-ztg1eb.fishroad-a0n8i3 1.fishroad-agul05.fishroad-s2qucl.fishroad-0ydkyi.fishroad-hprqzt.fishroad-g615zb.fishroad-i0lkzi 1.fishroad-4hb4lp.fishroad-9a46f6.5z'/%3e%3c/svg%3e");
}

.fishroad-hbklbm > input:not(:checked) ~ label:hover,
.fishroad-hbklbm > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.fishroad-2caexy.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.fishroad-16kt7n 44.fishroad-eanssj.fishroad-wv20t6.fishroad-65bgfr.fishroad-6y0lg2.fishroad-ztg1eb.fishroad-xmlf6q.fishroad-gqjo1e.fishroad-qbzdbj.fishroad-4340st.fishroad-odni3j.fishroad-aocy85.fishroad-n0qouj 0l-12.fishroad-a0n8i3 30.fishroad-8s5li5.fishroad-835r1p 2.fishroad-7d0o84.fishroad-835r1p 3.fishroad-vvx2j5 3.fishroad-l6ij4o.fishroad-3p69eg 3.fishroad-qd119k.fishroad-tust5o.fishroad-jgerse.fishroad-ws3z56 7-3.fishroad-a0n8i3 10.fishroad-n9cpxr.fishroad-ws3z56 23.fishroad-b53cw4.fishroad-9i9yg4 1.fishroad-i0lkzi 2.fishroad-a0n8i3 3.fishroad-9i9yg4 1.fishroad-3p69eg 5.fishroad-jsz51f.fishroad-3p69eg 32.fishroad-3vy86s.fishroad-tust5o 5.fishroad-n0qouj 4.fishroad-ws3z56 9.fishroad-ws3z56 8.fishroad-3p69eg 6.fishroad-vzbutk.fishroad-1jwm3y.fishroad-cfx9vq.fishroad-25jkf3.fishroad-6wbkuw 4.fishroad-ha5ev9.fishroad-6wbkuw 6.fishroad-6wbkuw 0l29.fishroad-n0qouj 17.fishroad-pdazlq.fishroad-i4zf59 2.fishroad-gk7mcm 10.fishroad-0o2a5v.fishroad-a0n8i3 8.fishroad-yk6ld0.fishroad-g0k29r.fishroad-ea7ptg.fishroad-l4ckbp.fishroad-4d9jv3.fishroad-tust5o.fishroad-ztg1eb.fishroad-a0n8i3 1.fishroad-agul05.fishroad-s2qucl.fishroad-0ydkyi.fishroad-hprqzt.fishroad-g615zb.fishroad-i0lkzi 1.fishroad-4hb4lp.fishroad-9a46f6.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .fishroad-36r4sm > .fishroad-6v26ez {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .fishroad-36r4sm > .fishroad-6v26ez {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .fishroad-36r4sm > .fishroad-6v26ez {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .fishroad-36r4sm > .fishroad-6v26ez {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .fishroad-36r4sm > .fishroad-6v26ez {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.fishroad-r7r7bf {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}
.fishroad-r7r7bf.fishroad-m9thrq {
  display: none;
}
.fishroad-0wb90w {
  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-0wb90w {
    height: 74px;
    overflow: visible;
  }
}
@media only screen and (max-width: 767px) {
  .fishroad-0wb90w {
    border-radius: 20px 20px 0 0;
  }
}
.fishroad-93vorz {
  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-93vorz::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}
.fishroad-93vorz::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}
.fishroad-93vorz img {
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .fishroad-93vorz {
    max-width: 300px;
    padding: 0 10px;
    font-size: 16px;
  }
  .fishroad-93vorz img {
    max-width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .fishroad-93vorz {
    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-93vorz img {
    max-width: 60px;
    border-radius: 7px;
  }
}
.fishroad-xlific {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .fishroad-xlific {
    font-size: 16px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .fishroad-xlific {
    font-size: 14px;
  }
}
.fishroad-yw2q3x {
  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-yw2q3x::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-yw2q3x::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}
.fishroad-yw2q3x::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-yw2q3x::after {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .fishroad-yw2q3x {
    max-width: 300px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .fishroad-yw2q3x {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}
.fishroad-8yosik {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .fishroad-8yosik {
    top: -20px;
  }
}
.fishroad-wl3kks {
  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-wl3kks:hover {
    background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
  }
}
@media only screen and (max-width: 1023px) {
  .fishroad-wl3kks {
    width: 200px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .fishroad-wl3kks {
    width: 90px;
    height: 40px;
  }
}
.fishroad-r7r7bf.fishroad-jn70zq .fishroad-0wb90w {
  background: #2b3b67;
}
.fishroad-r7r7bf.fishroad-jn70zq .fishroad-93vorz {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}
.fishroad-r7r7bf.fishroad-jn70zq .fishroad-93vorz::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}
.fishroad-r7r7bf.fishroad-jn70zq .fishroad-93vorz::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}
.fishroad-r7r7bf.fishroad-jn70zq .fishroad-yw2q3x::before {
  background: #0e0f41;
}
.fishroad-r7r7bf.fishroad-jn70zq .fishroad-yw2q3x::after {
  background: #152557;
}
.fishroad-r7r7bf.fishroad-r223cc .fishroad-0wb90w {
  background: #1f35fa;
}
.fishroad-r7r7bf.fishroad-r223cc .fishroad-93vorz {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}
.fishroad-r7r7bf.fishroad-r223cc .fishroad-93vorz::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}
.fishroad-r7r7bf.fishroad-r223cc .fishroad-93vorz::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}
.fishroad-r7r7bf.fishroad-r223cc .fishroad-yw2q3x::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}
.fishroad-r7r7bf.fishroad-r223cc .fishroad-yw2q3x::after {
  background: #192ac8;
}
.fishroad-r7r7bf.fishroad-izpn5t .fishroad-0wb90w {
  background: #fa771f;
}
.fishroad-r7r7bf.fishroad-izpn5t .fishroad-93vorz {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}
.fishroad-r7r7bf.fishroad-izpn5t .fishroad-93vorz::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}
.fishroad-r7r7bf.fishroad-izpn5t .fishroad-93vorz::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}
.fishroad-r7r7bf.fishroad-izpn5t .fishroad-yw2q3x::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}
.fishroad-r7r7bf.fishroad-izpn5t .fishroad-yw2q3x::after {
  background: #fa8535;
}

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

/*# sourceMappingURL=index.fishroad-27gwsx.fishroad-wjqoty */
: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;
  }
}
