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

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

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

body {
  margin: 0;
}

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

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

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

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

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

a {
  cursor: pointer;
}

* {
  outline: none;
  box-sizing: border-box;
}

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

svg {
  transform: translateZ(0);
}

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

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

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

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

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

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

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

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

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

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

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

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

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

.neon-m2wsla {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.neon-aqwg3p {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  border: none;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .neon-aqwg3p: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;
  }
}

.neon-oo64rk {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

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

.neon-oo64rk h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .neon-oo64rk h1 {
    font-size: 120px;
  }
}

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

.neon-fyid5w {
  cursor: pointer;
}

.neon-4se3sb {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.neon-k1aupw {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.neon-k1aupw figure {
  margin: 0;
}

.neon-k1aupw.neon-yx9q94 {
  justify-content: flex-start;
  margin-right: 4px;
}

.neon-k1aupw.neon-yfool3 {
  justify-content: flex-end;
  margin-left: 4px;
}

.neon-k1aupw.neon-df4pgz {
  justify-content: center;
}

.neon-k1aupw.neon-diq1te {
  justify-content: normal;
}

.neon-ftewnc {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.neon-ag9z1t {
  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) {
  .neon-ag9z1t {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.neon-aaazrx {
  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) {
  .neon-aaazrx {
    flex-direction: column;
  }
}

.neon-6xcnx9 {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.neon-6xcnx9 img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .neon-6xcnx9 {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}

.neon-fxsnqo {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.neon-fxsnqo 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) {
  .neon-fxsnqo ul {
    margin-bottom: 15px;
  }
}

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

.neon-fxsnqo 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);
}

.neon-fxsnqo ul li span svg {
  fill: var(--title-color);
}

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

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

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

.neon-fxsnqo ul li:last-of-type::after {
  display: none;
}

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

.neon-4cssh0 {
  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) {
  .neon-4cssh0 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.neon-jjrjw4 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .neon-x6jhe5 {
    height: 50px;
  }
}

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

.neon-x6jhe5.neon-roc83g {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .neon-x6jhe5.neon-roc83g:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.neon-xk4s5b {
  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) {
  .neon-xk4s5b {
    padding: 80px 16px 0;
  }
}

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

.neon-s0uuh4 {
  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) {
  .neon-s0uuh4 {
    flex-direction: column;
  }
}

.neon-5rounn {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .neon-5rounn {
    margin-bottom: 40px;
  }
}

.neon-iuklyx .neon-9irsur {
  margin-bottom: 28px;
}

.neon-iuklyx .neon-9irsur img {
  max-height: 100px;
  width: auto;
}

.neon-lcsbai {
  display: flex;
  align-items: center;
}

.neon-lcsbai a + a {
  margin-left: 24px;
}

.neon-lcsbai img {
  max-height: 56px;
  width: auto;
}

.neon-lcsbai img + img {
  margin-left: 24px;
}

.neon-5iali7 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.neon-uiwypf {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

@media only screen and (max-width: 767px) {
  .neon-qoib00 {
    flex-wrap: wrap;
  }
}

.neon-qoib00 li {
  display: flex;
  margin: 0 7px;
}

.neon-qoib00 li svg {
  transition: 0.neon-pwm170 ease-in-out;
}

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

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

.neon-9fkfke + .neon-9fkfke {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .neon-9fkfke + .neon-9fkfke {
    margin: 36px 0 0;
  }
}

.neon-sgjzyq {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.neon-5lx9b0 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.neon-5lx9b0 li {
  font-size: 16px;
}

.neon-5lx9b0 li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .neon-5lx9b0 li a:hover {
    text-decoration: underline;
  }
}

.neon-5lx9b0 li + li {
  margin-top: 16px;
}

.neon-yiv55f {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.neon-ms1w8b ease-in-out;
}

.neon-yiv55f.neon-lvz6we {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.neon-yp4q5w {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.neon-yp4q5w h1,
.neon-yp4q5w h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  margin: 0 auto 32px;
}

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

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

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

.neon-pl6swg {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

@media only screen and (max-width: 767px) {
  .neon-pl6swg {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}

.neon-pl6swg li {
  width: 100%;
}

.neon-pl6swg 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: 0.neon-pwm170 ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.neon-pl6swg li a svg {
  fill: var(--button-text-color);
}

.neon-pl6swg li a.neon-lvz6we {
  background: var(--border-color);
}

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

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

.neon-dle05y {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

.neon-zslldx {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.neon-zslldx span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

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

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

.neon-y76d4q {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.neon-y76d4q img {
  width: 100%;
  transition: 0.neon-pwm170 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .neon-y76d4q:hover img {
    transform: scale(1.1);
  }
}

.neon-y8dqh8 {
  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) {
  .neon-y8dqh8 {
    height: 54px;
  }
}

.neon-mu7g03 {
  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) {
  .neon-mu7g03 {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .neon-mu7g03 .neon-9irsur img {
    max-width: 90px;
  }
}

.neon-9irsur img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .neon-9irsur {
    order: -2;
  }
}

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

.neon-ylvejm {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.neon-ylvejm li {
  font-size: 16px;
  margin: 0 20px;
}

.neon-ylvejm li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

@media only screen and (max-width: 1023px) {
  .neon-ylvejm {
    display: block;
  }
  .neon-ylvejm li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .neon-ylvejm li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .neon-ylvejm li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    border: 5px solid transparent;
    border-left: 5px solid var(--menu-color);
  }
  .neon-ylvejm li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

.neon-sbogui {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.neon-sbogui.neon-c1yy13 {
  margin-right: 0;
}

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

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

@media only screen and (min-width: 1025px) {
  .neon-9h182n:hover {
    background: var(--button-bg-color);
    opacity: 0.9;
  }
}

.neon-soqrd2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

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

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

.neon-b57uqr {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.neon-b57uqr:hover > ul {
  display: flex;
}

.neon-b57uqr:focus > ul {
  display: flex;
}

.neon-b57uqr:focus-within > ul {
  display: flex;
}

.neon-o0vqvv {
  position: relative;
  border-radius: 10px;
  height: 42px;
  padding: 5px 32px 5px 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  gap: 5px;
}

.neon-o0vqvv::after {
  border-bottom: 1px solid var(--button-text-color);
  border-right: 1px solid var(--button-text-color);
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.neon-ms1w8b ease-in-out;
}

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

.neon-b57uqr ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.neon-pwm170 ease-in-out;
  z-index: 2;
  border-radius: 10px;
  min-width: 66px;
  display: none;
  max-height: 465px;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--button-bg-color);
}

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

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

@media only screen and (max-width: 767px) {
  .neon-b57uqr ul li {
    padding: 5px;
  }
}

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

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

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

.neon-o4wwko {
  display: none;
}

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

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

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

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

.neon-wict02 {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

.neon-wict02 img {
  margin-bottom: 20px;
}

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

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

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

.neon-3dn001 {
  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) {
  .neon-3dn001 {
    font-size: 32px;
  }
}

.neon-ql9r2y {
  color: var(--text-color);
}

.neon-3e6weh {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

.neon-3e6weh p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

.neon-3e6weh p img {
  display: block;
  margin: 0 auto;
}

.neon-3e6weh p:first-of-type {
  margin-top: 0;
}

.neon-3e6weh p:last-of-type {
  margin-bottom: 0;
}

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

.neon-3e6weh ul {
  padding: 0 0 0 20px;
}

.neon-3e6weh table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.neon-3e6weh 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) {
  .neon-3e6weh table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.neon-3e6weh table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

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

.neon-3e6weh table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.neon-3e6weh iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .neon-3e6weh iframe {
    height: 200px;
  }
}

.neon-o7rygh {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

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

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

.neon-1tk7d5 {
  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) {
  .neon-1tk7d5 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.neon-1tk7d5 h1,
.neon-1tk7d5 h2,
.neon-1tk7d5 h3,
.neon-1tk7d5 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) {
  .neon-1tk7d5 h1,
  .neon-1tk7d5 h2,
  .neon-1tk7d5 h3,
  .neon-1tk7d5 h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.neon-ex257g {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

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

.neon-ex257g .neon-jfjq4t {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .neon-ex257g .neon-jfjq4t {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.neon-ex257g .neon-grqf0h {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .neon-ex257g .neon-grqf0h {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .neon-ex257g .neon-grqf0h img {
    width: 100%;
  }
}

.neon-grqf0h {
  margin: 0 0 28px;
}

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

.neon-jfjq4t {
  margin: 0 0 28px;
}

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

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

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

.neon-o7rygh .neon-aqwg3p {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

@media only screen and (max-width: 767px) {
  .neon-7ullfx {
    margin-bottom: 60px;
  }
}

.neon-6qm8j0 {
  position: relative;
  border: none;
}

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

.neon-1tnqe4 {
  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;
}

.neon-1tnqe4 span {
  height: 32px;
}

.neon-1tnqe4 span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.neon-1tnqe4.neon-y83hjx span {
  transform: scaleY(-1);
}

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

.neon-y0h2gj {
  list-style: none;
  padding: 0;
  margin: 0;
}

.neon-y0h2gj li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .neon-y0h2gj li {
    font-size: 16px;
  }
}

.neon-y0h2gj li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.neon-pwm170 ease-in-out;
}

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

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

.neon-y0h2gj.neon-o13494 {
  display: none;
}

.neon-836p9x {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.neon-836p9x table {
  width: 100%;
  border-collapse: collapse;
}

.neon-836p9x 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) {
  .neon-836p9x table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .neon-836p9x table td {
    min-width: 75px;
  }
}

.neon-836p9x table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

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

.neon-836p9x table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.neon-836p9x p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

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

@media only screen and (max-width: 1200px) {
  .neon-836p9x {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .neon-836p9x {
    margin-bottom: 60px;
  }
}

.neon-93yjbl {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fh-bg-color);
  color: var(--title-color);
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .neon-93yjbl {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.neon-se5p4c {
  width: 100%;
  border-collapse: collapse;
}

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

.neon-se5p4c 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) {
  .neon-se5p4c tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

.neon-5aqcrk table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.neon-5aqcrk table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.neon-5aqcrk p {
  color: var(--text-color);
}

.neon-zlg46o {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.neon-zxyjkg {
  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);
}

.neon-8k0fwt {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .neon-8k0fwt {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .neon-8k0fwt {
    margin-bottom: 60px;
  }
}

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

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

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

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

.neon-xdlfav p + p {
  margin-top: 10px;
}

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

.neon-b24cva {
  display: none;
}

@media only screen and (max-width: 767px) {
  .neon-b24cva {
    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;
  }
}

.neon-mmypgi {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.neon-mmypgi li {
  margin: 0 20px;
}

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

.neon-mmypgi li a img {
  margin-bottom: 4px;
}

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

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

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

.neon-ikr6tk li {
  font-size: 16px;
  position: relative;
}

.neon-ikr6tk li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.neon-ikr6tk li span {
  opacity: 0.5;
}

.neon-ikr6tk li + li {
  margin-left: 30px;
}

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

h2.neon-1tk7d5 {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  h2.neon-1tk7d5 {
    margin-bottom: 18px;
  }
}

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

.neon-l2bytb 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);
}

.neon-l2bytb tbody tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: var(--fh-bg-color);
  border-radius: 10px;
}

.neon-l2bytb 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;
}

.neon-l2bytb tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.neon-l2bytb tbody tr:last-of-type {
  margin-bottom: 0;
}

.neon-l2bytb tbody tr td:first-of-type {
  flex-shrink: 0;
}

.neon-l2bytb 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);
}

.neon-l2bytb 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);
}

.neon-l2bytb tbody tr td:last-of-type {
  margin-left: auto;
}

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

.neon-l2bytb tbody tr td .neon-0yjbi1 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .neon-l2bytb tbody tr td .neon-0yjbi1 {
    width: 100%;
  }
}

.neon-l2bytb tbody tr td .neon-mkdjww {
  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: 0.neon-pwm170 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .neon-l2bytb tbody tr td .neon-mkdjww:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .neon-l2bytb tbody tr td .neon-mkdjww {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .neon-l2bytb tbody tr td .neon-mkdjww {
    width: 100%;
  }
}

.neon-l2bytb tbody tr td .neon-q051lt {
  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) {
  .neon-l2bytb tbody tr td .neon-q051lt:hover {
    text-decoration: none;
  }
}

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

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

.neon-7kf98t {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .neon-7kf98t {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .neon-7kf98t {
    margin: 0 auto 60px;
  }
}

.neon-3oyy32 {
  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) {
  .neon-3oyy32 {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.neon-lziix4 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.neon-lr6h7v img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.neon-pwm170 ease-in-out;
}

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

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

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

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

.neon-mtatg3 {
  position: relative;
  max-width: 800px;
  height: 400px;
  width: 100%;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 520px) {
  .neon-mtatg3 {
    height: 190px;
    margin: 20px auto;
  }
}

.neon-mtatg3 img {
  width: 100%;
  height: 100%;
}

.neon-mtatg3 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

.neon-5mpgpr::before {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.neon-1eg3fy {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.neon-1eg3fy svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.neon-pwm170 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .neon-1eg3fy:hover svg {
    transform: scale(1.1);
  }
}

.neon-peqrf8 {
  padding: 90px 0;
}

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

.neon-4jfmth {
  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) {
  .neon-4jfmth {
    padding: 0 16px;
  }
}

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

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

.neon-yk9c8t img {
  width: 100%;
}

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

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

.neon-y58s92 {
  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;
}

.neon-y58s92 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) {
  .neon-y58s92 {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .neon-y58s92 {
    padding: 24px 10px;
  }
}

.neon-pvwty9 {
  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: 0.neon-pwm170 ease-in-out;
}

.neon-pvwty9:hover {
  border: 1px solid #8c8ca2;
}

.neon-8dscti {
  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%);
}

.neon-8dscti:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.neon-9lo0ml {
  max-width: 342px;
  width: 100%;
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #c0c0c0;
  text-align: center;
}

.neon-9lo0ml a {
  text-decoration: underline;
  color: #8babff;
}

.neon-8ttjf1 {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.neon-8ttjf1 .neon-pvwty9 {
  width: 50%;
  margin: 0;
}

.neon-pir9c3 {
  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;
}

.neon-pir9c3:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.neon-7knk3f {
  margin: 0 0 100px;
}

@media only screen and (max-width: 1200px) {
  .neon-7knk3f {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .neon-7knk3f {
    margin: 0 0 60px;
  }
}

.neon-rgu8o2 {
  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) {
  .neon-rgu8o2 {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.neon-kzggr1 {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .neon-kzggr1 {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}

.neon-l50kcj {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.neon-qkytdh 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: 0.neon-pwm170 ease-in-out;
}

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

.neon-qkytdh a svg {
  fill: #fff;
}

.neon-qkytdh a:hover {
  background: #3d68e7;
}

.neon-2r2uvd {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.neon-gdbo03 {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .neon-gdbo03 {
    position: absolute;
    top: 18px;
    left: 115px;
  }
}

.neon-kmjm6v {
  font-size: 16px;
  color: var(--text-color);
}

.neon-ow28o0 {
  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) {
  .neon-ow28o0 {
    padding: 0 16px;
  }
}

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

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

.neon-le34lq {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

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

.neon-i2xj7s {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

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

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

.neon-i2xj7s 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);
}

.neon-i2xj7s 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) {
  .neon-i2xj7s table tr td {
    padding: 12px 4px;
  }
}

.neon-i2xj7s table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .neon-i2xj7s table tr th {
    padding: 12px 4px;
  }
}

.neon-i2xj7s table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .neon-i2xj7s {
    margin: 0;
  }
}

.neon-1jiydn {
  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) {
  .neon-1jiydn {
    min-height: 190px;
  }
}

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

.neon-0r36ch::before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.neon-202c53 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.neon-202c53.neon-mo30tq {
  display: none;
}

.neon-2gvc94 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.neon-2gvc94 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.neon-2gvc94 iframe.neon-c9ak15 {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.neon-2gvc94.neon-eybb3q {
  opacity: 1;
  pointer-events: all;
}

.neon-dn4bct {
  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: 0.neon-pwm170 ease-in-out;
}

.neon-dn4bct svg {
  margin-right: 10px;
}

.neon-dn4bct + .neon-dn4bct {
  margin-top: 14px;
}

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

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

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

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

.neon-ow28o0 .neon-o7rygh {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.neon-ow28o0 .neon-o7rygh h1,
.neon-ow28o0 .neon-o7rygh 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) {
  .neon-ow28o0 .neon-o7rygh h1,
  .neon-ow28o0 .neon-o7rygh h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .neon-ow28o0 .neon-o7rygh {
    margin: 28px 0 0;
  }
}

.neon-57g4rb {
  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) {
  .neon-57g4rb {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .neon-57g4rb {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .neon-57g4rb {
    margin: 20px auto 60px;
  }
}

.neon-or9smb {
  max-width: 545px;
  width: 100%;
}

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

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

.neon-2h4js5 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.neon-2h4js5 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.neon-56i34b {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.neon-56i34b h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .neon-56i34b h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .neon-56i34b h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .neon-56i34b {
    max-width: 100%;
    margin: 0;
  }
}

.neon-0phtwk {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

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

.neon-kj8hav {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

.neon-46vkul span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

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

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

@media only screen and (max-width: 540px) {
  .neon-g442d5 {
    padding: 10px;
  }
}

.neon-g442d5 .neon-aqwg3p {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .neon-g442d5 .neon-aqwg3p {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .neon-g442d5 {
    flex-wrap: wrap;
  }
}

.neon-jo411n {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.neon-jo411n img {
  width: 100%;
}

.neon-rkzrc1 {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.neon-r17dvg {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.neon-74v1zm {
  width: 100%;
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .neon-74v1zm {
    margin: 0 0 60px;
  }
}

.neon-74v1zm .neon-ta5am5 {
  position: relative;
}

.neon-74v1zm .neon-886aan {
  width: 100%;
  height: calc(100vh - 54px);
  height: 100dvh;
  height: calc(100dvh - env(safe-area-inset-bottom, 0px));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.neon-74v1zm .neon-886aan.neon-mo30tq {
  display: none;
}

.neon-74v1zm .neon-ozd13d {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  max-width: 910px;
  width: 100%;
  border-radius: 20px;
  padding: 17px 40px;
  background: var(--main-theme-color);
  border: 1px solid var(--border-color);
  margin-bottom: env(safe-area-inset-bottom, 0px);
}

@media only screen and (max-width: 991px) {
  .neon-74v1zm .neon-ozd13d {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .neon-74v1zm .neon-ozd13d {
    bottom: 90px;
  }
}

.neon-74v1zm .neon-ozd13d .neon-ldxdft {
  max-width: 300px;
  width: 100%;
}

.neon-74v1zm .neon-ozd13d .neon-ldxdft .neon-pn90gs {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .neon-74v1zm .neon-ozd13d .neon-ldxdft .neon-pn90gs {
    font-size: 32px;
    text-align: center;
  }
}

.neon-74v1zm .neon-ozd13d .neon-ldxdft .neon-mt0u80 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .neon-74v1zm .neon-ozd13d .neon-ldxdft .neon-mt0u80 {
    text-align: center;
  }
}

.neon-74v1zm .neon-ozd13d .neon-c1yy13 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .neon-74v1zm .neon-ozd13d .neon-c1yy13 {
    flex-direction: column-reverse;
  }
}

.neon-74v1zm .neon-ozd13d .neon-c1yy13 .neon-89lin6 {
  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: 0.neon-pwm170 ease-in-out;
}

.neon-74v1zm .neon-ozd13d .neon-c1yy13 .neon-89lin6:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .neon-74v1zm .neon-ozd13d .neon-c1yy13 .neon-89lin6 {
    width: 100%;
  }
}

.neon-74v1zm .neon-ozd13d .neon-c1yy13 .neon-sxg1dk {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  width: 274px;
  height: 46px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  position: relative;
  transition: 0.neon-pwm170 ease-in-out;
  overflow: hidden;
}

.neon-74v1zm .neon-ozd13d .neon-c1yy13 .neon-sxg1dk span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

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

.neon-74v1zm .neon-ozd13d .neon-c1yy13 .neon-sxg1dk:before {
  content: "";
  border-radius: 10px;
  position: absolute;
  height: 100%;
  width: 32px;
  top: 0;
  left: -16px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.75) 50%,
    transparent 100%
  );
  z-index: 0;
  backdrop-filter: blur(5px);
  animation: slideLeftRight 2s infinite;
}

.neon-74v1zm .neon-ozd13d .neon-c1yy13 .neon-sxg1dk:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .neon-74v1zm .neon-ozd13d .neon-c1yy13 .neon-sxg1dk {
    width: 100%;
  }
}

.neon-74v1zm .neon-ozd13d.neon-mo30tq {
  display: none;
}

.neon-74v1zm .neon-q14zwj {
  display: none;
}

.neon-74v1zm .neon-q14zwj.neon-eybb3q {
  display: block;
}

.neon-74v1zm .neon-q14zwj iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .neon-74v1zm .neon-q14zwj iframe {
    height: calc(100vh - 54px);
  }
}

.neon-74v1zm .neon-k8ybbs {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .neon-74v1zm .neon-k8ybbs {
    padding: 24px 16px 0;
  }
}

.neon-74v1zm .neon-k8ybbs .neon-pn90gs {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .neon-74v1zm .neon-k8ybbs .neon-pn90gs {
    margin-bottom: 24px;
  }
}

.neon-74v1zm .neon-k8ybbs 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);
}

.neon-74v1zm .neon-k8ybbs 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) {
  .neon-74v1zm .neon-k8ybbs table tr td {
    padding: 12px 4px;
  }
}

.neon-74v1zm .neon-k8ybbs table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .neon-74v1zm .neon-k8ybbs table tr th {
    padding: 12px 4px;
  }
}

.neon-74v1zm .neon-k8ybbs table tr:last-of-type td {
  border-bottom: none;
}

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

.neon-4izbuo.neon-lvz6we {
  display: block;
}

.neon-4izbuo iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.neon-4izbuo .neon-rqb9qv {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  color: #000;
  border: 1px solid #000;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
}

.neon-4izbuo .neon-4l3kvu {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.neon-4izbuo .neon-sxg1dk {
  bottom: 20px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  height: 46px;
  width: 100%;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  z-index: 10000;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: 0.neon-pwm170 ease-in-out;
}

.neon-4izbuo .neon-sxg1dk:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

.neon-7kvlfo {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
  overflow: auto;
}

.neon-7kvlfo.neon-lvz6we {
  display: block;
}

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

.neon-ikuzw3 {
  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;
}

.neon-aj1kk5 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.neon-ns8uoh {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.neon-ns8uoh svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.neon-ad1cm1 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.neon-di1mke.neon-mo30tq {
  display: none;
}

.neon-d2ddg3 {
  font-size: 16px;
  line-height: 140%;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .neon-d2ddg3 {
    margin-bottom: 20px;
  }
}

.neon-mv2ou2 {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

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

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

.neon-mv2ou2 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: 0.neon-pwm170 ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.neon-mv2ou2 input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.neon-mv2ou2 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.neon-mv2ou2 input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.neon-mv2ou2 input:active {
  border-color: #c2c0ce;
}

.neon-mv2ou2 input:focus {
  border-color: #c2c0ce;
}

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

.neon-hdjdve {
  margin-bottom: 36px;
}

.neon-hdjdve 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;
}

.neon-hdjdve textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.neon-hdjdve textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.neon-xefenw {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.neon-epukp0 {
  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: 0.neon-pwm170 ease-in-out;
}

.neon-epukp0:hover {
  background: var(--border-color);
}

.neon-hwpdz9 {
  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: 0.neon-pwm170 ease-in-out;
}

.neon-hwpdz9:hover {
  background: #166ad9;
}

.neon-phe5b1 {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.neon-phe5b1.neon-mo30tq {
  display: none;
}

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

.neon-phe5b1 .neon-epukp0 {
  margin: 0 auto;
}

.neon-oicj1c {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.neon-btm0nz {
  filter: grayscale(100%);
}

.neon-affnaq > input {
  display: none;
}

.neon-affnaq > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.neon-t62xdd.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.neon-qeumtc 44.neon-ee3i0w.neon-wgc6n1.neon-qisupg.neon-vme661.neon-f6oxrc.neon-rb49wq.neon-9fmvu6.neon-mkjjqr.neon-vchme5.neon-zrza6d.neon-3ca4nt.neon-8rftsj 0l-12.neon-o1k9m5 30.neon-ch40gz.neon-y8hldj 2.neon-023urd.neon-y8hldj 3.neon-snywz3 3.neon-kq2w8i.neon-c4dfvc 3.neon-bdx53x.neon-l5rz0v.neon-rm33vw.neon-0456h6 7-3.neon-o1k9m5 10.neon-gq48ym.neon-0456h6 23.neon-5irjuw.neon-0ikyz7 1.neon-w1t0ep 2.neon-o1k9m5 3.neon-0ikyz7 1.neon-c4dfvc 5.neon-bm8sk8.neon-c4dfvc 32.neon-cynpcz.neon-l5rz0v 5.neon-8rftsj 4.neon-0456h6 9.neon-0456h6 8.neon-c4dfvc 6.neon-sroquf.neon-ct5quk.neon-dhi6u0.neon-o6p5v1.neon-quyvpd 4.neon-5i9iuk.neon-quyvpd 6.neon-quyvpd 0l29.neon-8rftsj 17.neon-icr1uy.neon-yx0da4 2.neon-ib1uy5 10.neon-k28xpz.neon-o1k9m5 8.neon-zxe7ky.neon-axktr2.neon-y4qsxv.neon-xt9a5u.neon-mksmt9.neon-l5rz0v.neon-f6oxrc.neon-o1k9m5 1.neon-g3fpls.neon-4aec1q.neon-5dgtnk.neon-687y5y.neon-tybil2.neon-w1t0ep 1.neon-syb3m2.neon-bj6ixv.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.neon-affnaq > input:checked ~ label,
.neon-affnaq > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.neon-t62xdd.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.neon-qeumtc 44.neon-ee3i0w.neon-wgc6n1.neon-qisupg.neon-vme661.neon-f6oxrc.neon-rb49wq.neon-9fmvu6.neon-mkjjqr.neon-vchme5.neon-zrza6d.neon-3ca4nt.neon-8rftsj 0l-12.neon-o1k9m5 30.neon-ch40gz.neon-y8hldj 2.neon-023urd.neon-y8hldj 3.neon-snywz3 3.neon-kq2w8i.neon-c4dfvc 3.neon-bdx53x.neon-l5rz0v.neon-rm33vw.neon-0456h6 7-3.neon-o1k9m5 10.neon-gq48ym.neon-0456h6 23.neon-5irjuw.neon-0ikyz7 1.neon-w1t0ep 2.neon-o1k9m5 3.neon-0ikyz7 1.neon-c4dfvc 5.neon-bm8sk8.neon-c4dfvc 32.neon-cynpcz.neon-l5rz0v 5.neon-8rftsj 4.neon-0456h6 9.neon-0456h6 8.neon-c4dfvc 6.neon-sroquf.neon-ct5quk.neon-dhi6u0.neon-o6p5v1.neon-quyvpd 4.neon-5i9iuk.neon-quyvpd 6.neon-quyvpd 0l29.neon-8rftsj 17.neon-icr1uy.neon-yx0da4 2.neon-ib1uy5 10.neon-k28xpz.neon-o1k9m5 8.neon-zxe7ky.neon-axktr2.neon-y4qsxv.neon-xt9a5u.neon-mksmt9.neon-l5rz0v.neon-f6oxrc.neon-o1k9m5 1.neon-g3fpls.neon-4aec1q.neon-5dgtnk.neon-687y5y.neon-tybil2.neon-w1t0ep 1.neon-syb3m2.neon-bj6ixv.5z'/%3e%3c/svg%3e");
}

.neon-affnaq > input:not(:checked) ~ label:hover,
.neon-affnaq > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.neon-t62xdd.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.neon-qeumtc 44.neon-ee3i0w.neon-wgc6n1.neon-qisupg.neon-vme661.neon-f6oxrc.neon-rb49wq.neon-9fmvu6.neon-mkjjqr.neon-vchme5.neon-zrza6d.neon-3ca4nt.neon-8rftsj 0l-12.neon-o1k9m5 30.neon-ch40gz.neon-y8hldj 2.neon-023urd.neon-y8hldj 3.neon-snywz3 3.neon-kq2w8i.neon-c4dfvc 3.neon-bdx53x.neon-l5rz0v.neon-rm33vw.neon-0456h6 7-3.neon-o1k9m5 10.neon-gq48ym.neon-0456h6 23.neon-5irjuw.neon-0ikyz7 1.neon-w1t0ep 2.neon-o1k9m5 3.neon-0ikyz7 1.neon-c4dfvc 5.neon-bm8sk8.neon-c4dfvc 32.neon-cynpcz.neon-l5rz0v 5.neon-8rftsj 4.neon-0456h6 9.neon-0456h6 8.neon-c4dfvc 6.neon-sroquf.neon-ct5quk.neon-dhi6u0.neon-o6p5v1.neon-quyvpd 4.neon-5i9iuk.neon-quyvpd 6.neon-quyvpd 0l29.neon-8rftsj 17.neon-icr1uy.neon-yx0da4 2.neon-ib1uy5 10.neon-k28xpz.neon-o1k9m5 8.neon-zxe7ky.neon-axktr2.neon-y4qsxv.neon-xt9a5u.neon-mksmt9.neon-l5rz0v.neon-f6oxrc.neon-o1k9m5 1.neon-g3fpls.neon-4aec1q.neon-5dgtnk.neon-687y5y.neon-tybil2.neon-w1t0ep 1.neon-syb3m2.neon-bj6ixv.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .neon-p9yfxz > .neon-jjag3p {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .neon-p9yfxz > .neon-jjag3p {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .neon-p9yfxz > .neon-jjag3p {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .neon-p9yfxz > .neon-jjag3p {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .neon-p9yfxz > .neon-jjag3p {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.neon-mijawi {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.neon-mijawi.neon-mo30tq {
  display: none;
}

.neon-rs5scm {
  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) {
  .neon-rs5scm {
    height: 74px;
    overflow: visible;
  }
}

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

.neon-6jv5tv {
  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;
}

.neon-6jv5tv::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.neon-6jv5tv::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.neon-6jv5tv img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.neon-2e54ay {
  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;
}

.neon-2e54ay::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) {
  .neon-2e54ay::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.neon-2e54ay::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) {
  .neon-2e54ay::after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .neon-2e54ay {
    max-width: 300px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .neon-2e54ay {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}

.neon-7ikjhg {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .neon-7ikjhg {
    top: -20px;
  }
}

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

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

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

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

.neon-mijawi.neon-tnh6fa .neon-rs5scm {
  background: #2b3b67;
}

.neon-mijawi.neon-tnh6fa .neon-6jv5tv {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.neon-mijawi.neon-tnh6fa .neon-6jv5tv::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.neon-mijawi.neon-tnh6fa .neon-6jv5tv::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.neon-mijawi.neon-tnh6fa .neon-2e54ay::before {
  background: #0e0f41;
}

.neon-mijawi.neon-tnh6fa .neon-2e54ay::after {
  background: #152557;
}

.neon-mijawi.neon-c3cosz .neon-rs5scm {
  background: #1f35fa;
}

.neon-mijawi.neon-c3cosz .neon-6jv5tv {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.neon-mijawi.neon-c3cosz .neon-6jv5tv::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.neon-mijawi.neon-c3cosz .neon-6jv5tv::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.neon-mijawi.neon-c3cosz .neon-2e54ay::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.neon-mijawi.neon-c3cosz .neon-2e54ay::after {
  background: #192ac8;
}

.neon-mijawi.neon-hco4ht .neon-rs5scm {
  background: #fa771f;
}

.neon-mijawi.neon-hco4ht .neon-6jv5tv {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.neon-mijawi.neon-hco4ht .neon-6jv5tv::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.neon-mijawi.neon-hco4ht .neon-6jv5tv::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.neon-mijawi.neon-hco4ht .neon-2e54ay::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.neon-mijawi.neon-hco4ht .neon-2e54ay::after {
  background: #fa8535;
}

.neon-zr8rrh {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

.neon-qldez6 {
  display: flex;
  align-items: center;
  color: var(--text-color);
  gap: 6px;
  font-weight: 700;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .neon-qldez6 {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

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

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

.neon-al60va {
  display: flex;
  align-items: center;
  gap: 10px;
}

.neon-al60va span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.neon-al60va small {
  font-size: 14px;
  color: var(--text-color);
}

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

.neon-7o35ko {
  width: 120px;
  height: 22px;
}

.neon-7o35ko .neon-h1jk1c {
  fill: #c2c0ce;
}

.neon-7o35ko [rating="1"] .neon-h1jk1c:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.neon-7o35ko [rating="2"] .neon-h1jk1c:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.neon-7o35ko [rating="3"] .neon-h1jk1c:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.neon-7o35ko [rating="4"] .neon-h1jk1c:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.neon-7o35ko [rating="5"] .neon-h1jk1c:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.neon-s2djsv {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

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

.neon-kwatw4 {
  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);
}

.neon-kwatw4.neon-eybb3q {
  display: block;
}

.neon-kwatw4.neon-mo30tq {
  display: none;
}

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

.neon-zir9bz {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.neon-il8h0w {
  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);
}

.neon-r7jps0 {
  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;
}

.neon-xby2iz small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.neon-na061j {
  font-size: 16px;
  line-height: 140%;
}

.neon-x9uso1 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.neon-x9uso1 .neon-h1jk1c {
  fill: #c2c0ce;
}

.neon-x9uso1 [rating="1"] .neon-h1jk1c:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.neon-x9uso1 [rating="2"] .neon-h1jk1c:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.neon-x9uso1 [rating="3"] .neon-h1jk1c:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.neon-x9uso1 [rating="4"] .neon-h1jk1c:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.neon-x9uso1 [rating="5"] .neon-h1jk1c:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.neon-sv1837 {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.neon-1dv4iq {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .neon-1dv4iq {
    padding: 0 16px;
  }
}

.neon-wnyd6s {
  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) {
  .neon-wnyd6s {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

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

@media only screen and (max-width: 767px) {
  .neon-fgs21q {
    padding: 12px;
    gap: 12px;
  }
}

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

.neon-gumw4j img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.neon-990nnh {
  flex: 1;
  min-width: 0;
}

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

@media only screen and (max-width: 767px) {
  .neon-uomyh2 {
    font-size: 14px;
    gap: 6px;
  }
}

.neon-3005zg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.neon-3005zg svg,
.neon-3005zg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.neon-3005zg svg path {
  fill: var(--button-bg-color);
}

.neon-3005zg svg circle {
  fill: var(--button-text-color);
}

.neon-j5iny0 {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

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

.neon-j5iny0 strong {
  font-weight: 600;
}

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

.neon-fgt1os p {
  margin: 0 0 16px;
}

.neon-fgt1os p:last-child {
  margin-bottom: 0;
}

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

.neon-1uwhdh {
  max-width: 300px;
  width: 100%;
}

.neon-1uwhdh a {
  width: 100%;
}

@media (max-width: 575px) {
  .neon-1uwhdh {
    max-width: 200px;
  }
}

.neon-fcq3qt {
  justify-content: center;
}

.neon-c3scg0 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.neon-h0h9xk {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.neon-rzey1b .neon-ylvejm {
  justify-content: center;
}

/* faq */

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

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

.neon-no3eez::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.neon-hb787z ease;
}

.neon-6amo46.neon-lvz6we .neon-no3eez::after {
  transform: rotate(45deg);
}

.neon-g2bvjx {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.neon-pwm170 ease, padding 0.neon-pwm170 ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.neon-6amo46.neon-lvz6we .neon-g2bvjx {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.neon-r59the {
  margin: 25px 0;
}

.neon-affnaq > input:not(:checked) ~ label:hover,
.neon-affnaq > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.neon-acc4g2.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.neon-7u40ko 44.neon-kvejj4.neon-nt9cae.neon-zfjbfy.neon-t0sb46.neon-blt404.neon-o3a4km.neon-ytdkb2.neon-5yiu2f.neon-l0tw4x.neon-hampo6.neon-hukbkg.neon-diel9q 0l-12.neon-p4i62o 30.neon-es9yl9.neon-iz94ej 2.neon-5xz3xe.neon-iz94ej 3.neon-9symps 3.neon-bqrm0n.neon-kfpuix 3.neon-so439y.neon-k1yta9.neon-m9zcg8.neon-d5aw3m 7-3.neon-p4i62o 10.neon-61ap0f.neon-d5aw3m 23.neon-mk6vdd.neon-3d01zs 1.neon-prwa4t 2.neon-p4i62o 3.neon-3d01zs 1.neon-kfpuix 5.neon-8d6r6c.neon-kfpuix 32.neon-8utbyk.neon-k1yta9 5.neon-diel9q 4.neon-d5aw3m 9.neon-d5aw3m 8.neon-kfpuix 6.neon-6kgu32.neon-ten904.neon-oea4h1.neon-44sqdm.neon-6a6b4n 4.neon-4l88xm.neon-6a6b4n 6.neon-6a6b4n 0l29.neon-diel9q 17.neon-i4j8c5.neon-71uc5v 2.neon-iuzcbt 10.neon-apib3p.neon-p4i62o 8.neon-86jqjc.neon-ms1o95.neon-4bdaet.neon-o4zk1g.neon-v75t8l.neon-k1yta9.neon-blt404.neon-p4i62o 1.neon-5pamrd.neon-k9o3gh.neon-qs4cgy.neon-ncvjb5.neon-ulk2bu.neon-prwa4t 1.neon-l2eik9.neon-wzd7jd.5z'/%3e%3c/svg%3e");
}

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

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

.neon-llq51r {
  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);
}

.neon-llq51r.neon-jl9yzn {
  display: block;
}

.neon-llq51r.neon-12oo8p {
  display: none;
}

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

.neon-b4vxv0 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.neon-d1pbhx {
  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);
}

.neon-ln8rj7 {
  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;
}

.neon-acq53f small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.neon-0uhcxt {
  font-size: 16px;
  line-height: 140%;
}

.neon-pggaxh {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.neon-pggaxh .neon-cse3ap {
  fill: #c2c0ce;
}

.neon-pggaxh [rating="1"] .neon-cse3ap:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.neon-pggaxh [rating="2"] .neon-cse3ap:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.neon-pggaxh [rating="3"] .neon-cse3ap:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.neon-pggaxh [rating="4"] .neon-cse3ap:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.neon-pggaxh [rating="5"] .neon-cse3ap:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

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

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

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

/* up */

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

.neon-r08neo.neon-7a357h {
  opacity: 1;
  pointer-events: auto;
}
