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

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

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

.nv-xw07do {
  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) {
  .nv-xw07do: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;
  }
}

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

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

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

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

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

.nv-q4zror {
  cursor: pointer;
}

.nv-cm805j {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.nv-l8m8k1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.nv-l8m8k1 figure {
  margin: 0;
}

.nv-l8m8k1.nv-w7vro0 {
  justify-content: flex-start;
  margin-right: 4px;
}

.nv-l8m8k1.nv-df6fwt {
  justify-content: flex-end;
  margin-left: 4px;
}

.nv-l8m8k1.nv-71tiis {
  justify-content: center;
}

.nv-l8m8k1.nv-mvjicu {
  justify-content: normal;
}

.nv-cyunki {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.nv-1kborz {
  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) {
  .nv-1kborz {
    flex-direction: column;
  }
}

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

.nv-j95el0 img {
  width: 100%;
}

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

.nv-s010im {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.nv-s010im 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);
}

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

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

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

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

.nv-s010im ul li:last-of-type::after {
  display: none;
}

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

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

.nv-m24v6j {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.nv-dn3sra.nv-br4d0v {
  background-color: #000;
}

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

.nv-cb73tr {
  padding: 80px 0 0;
  background: var(--footer-bg-color, var(--fh-bg-color));
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

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

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

.nv-pasqs1 {
  margin-bottom: 94px;
}

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

.nv-fnx8wi .nv-tqfu1l {
  margin-bottom: 28px;
}

.nv-fnx8wi .nv-tqfu1l img {
  max-height: 100px;
  width: auto;
}

.nv-21gnd5 {
  display: flex;
  align-items: center;
}

.nv-21gnd5 a + a {
  margin-left: 24px;
}

.nv-21gnd5 img {
  max-height: 56px;
  width: auto;
}

.nv-21gnd5 img + img {
  margin-left: 24px;
}

.nv-syx25i {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.nv-hoznp9 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.nv-joczh3 li {
  display: flex;
  margin: 0 7px;
}

.nv-joczh3 li svg {
  transition: 0.3s ease-in-out;
}

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

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

.nv-6cn535 + .nv-6cn535 {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .nv-6cn535 + .nv-6cn535 {
    margin: 36px 0 0;
  }
}

.nv-3ls8p3 {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.nv-kai2y2 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nv-kai2y2 li {
  font-size: 16px;
}

.nv-kai2y2 li a {
  color: var(--footer-text-color);
  text-decoration: none;
}

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

.nv-kai2y2 li + li {
  margin-top: 16px;
}

.nv-3r2qup {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s ease-in-out;
}

.nv-3r2qup.nv-3d03wf {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

.nv-8q2vmd h1,
.nv-8q2vmd h2, .nv-8q2vmd #h2_0 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .nv-8q2vmd h1,
  .nv-8q2vmd h2, .nv-8q2vmd #h2_0 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

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

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

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

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

.nv-3ssugl li {
  width: 100%;
}

.nv-3ssugl 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.3s ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.nv-3ssugl li a svg {
  fill: var(--button-text-color);
}

.nv-3ssugl li a.nv-3d03wf {
  background: var(--border-color);
}

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

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

.nv-979ka2 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

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

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

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

.nv-g14bxp {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.nv-g14bxp img {
  width: 100%;
  transition: 0.3s ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .nv-fyaxlw .nv-tqfu1l img {
    max-width: 90px;
  }
}

.nv-tqfu1l img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .nv-tqfu1l {
    order: -2;
  }
}

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

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

.nv-l270p5 li {
  font-size: 16px;
  margin: 0 20px;
}

.nv-l270p5 li a {
  color: var(--header-text-color, var(--menu-color));
  text-decoration: none;
}

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

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

.nv-owy125 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.nv-owy125.nv-wlws39 {
  margin-right: 0;
}

.nv-k6fkf0 {
  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) {
  .nv-k6fkf0 {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

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

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

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

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

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

.nv-n52j93:hover > ul {
  display: flex;
}

.nv-n52j93:focus > ul {
  display: flex;
}

.nv-n52j93:focus-within > ul {
  display: flex;
}

.nv-sd848v {
  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;
}

.nv-sd848v::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.15s ease-in-out;
}

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

.nv-n52j93 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.3s 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) {
  .nv-n52j93 ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.nv-n52j93 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.3s ease-in-out;
  overflow: hidden;
}

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

.nv-n52j93 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) {
  .nv-n52j93 ul li a:hover {
    text-decoration: underline;
  }
}

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

.nv-db5p72 {
  display: none;
}

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

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

@media only screen and (max-width: 1023px) {
  .nv-db5p72:checked ~ .nv-zghrur {
    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;
  }
  .nv-zghrur {
    display: none;
    transition: display 0.3s ease-in-out;
  }
  .nv-db5p72:checked ~ .nv-zghrur {
    display: block;
  }
  .nv-db5p72:checked + .nv-gsq350 span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .nv-db5p72:checked + .nv-gsq350 span:nth-child(2) {
    display: none;
  }
  .nv-db5p72:checked + .nv-gsq350 span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

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

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

.nv-bmalo1 img {
  margin-bottom: 20px;
}

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

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

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

.nv-ooz0zl {
  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) {
  .nv-ooz0zl {
    font-size: 32px;
  }
}

.nv-y1y4bg {
  color: var(--text-color);
}

.nv-o9tsk9 {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.nv-o9tsk9 p img {
  display: block;
  margin: 0 auto;
}

.nv-o9tsk9 p:first-of-type {
  margin-top: 0;
}

.nv-o9tsk9 p:last-of-type {
  margin-bottom: 0;
}

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

.nv-o9tsk9 ul {
  padding: 0 0 0 20px;
}

.nv-o9tsk9 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

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

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

.nv-o9tsk9 table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.nv-o9tsk9 iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

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

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

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

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

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

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

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

.nv-aiumx9 .nv-qibu5q {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.nv-aiumx9 .nv-4kknj2 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .nv-aiumx9 .nv-4kknj2 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .nv-aiumx9 .nv-4kknj2 img {
    width: 100%;
  }
}

.nv-4kknj2 {
  margin: 0 0 28px;
}

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

.nv-qibu5q {
  margin: 0 0 28px;
}

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

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

.nv-en5k6z .nv-xw07do {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.nv-7w7ibi {
  position: relative;
  border: none;
}

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

.nv-xrmr2i {
  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;
}

.nv-xrmr2i span {
  height: 32px;
}

.nv-xrmr2i span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.nv-xrmr2i.nv-g0bbyl span {
  transform: scaleY(-1);
}

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

.nv-ota4z2 {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.nv-ota4z2 li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

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

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

.nv-ota4z2.nv-ta04oi {
  display: none;
}

.nv-oel8bx {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.nv-oel8bx table {
  width: 100%;
  border-collapse: collapse;
}

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

  .nv-oel8bx table td {
    min-width: 75px;
  }
}

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

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

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

.nv-oel8bx p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

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

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

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

.nv-l3eu3c {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--table-head-bg-color, var(--fh-bg-color));
  color: var(--table-head-text-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) {
  .nv-l3eu3c {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.nv-gqfb45 {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

.nv-thhita table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.nv-thhita table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.nv-thhita p {
  color: var(--text-color);
}

.nv-5p41lp {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.nv-uzz9xf {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: var(--card-bg-color, var(--fh-bg-color));
  color: var(--card-text-color, var(--text-color));
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}

.nv-g3ib3j {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.nv-pxsts7 h3 {
  position: relative;
  color: var(--card-text-color, var(--title-color));
  font-size: 26px;
  cursor: pointer;
  margin: 0 0 20px;
}

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

.nv-pxsts7 p {
  padding: 0;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
  color: var(--card-text-color, var(--text-color));
}

.nv-pxsts7 p + p {
  margin-top: 10px;
}

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

.nv-dp35oz {
  display: none;
}

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

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

.nv-hhab6a li {
  margin: 0 20px;
}

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

.nv-hhab6a li a img {
  margin-bottom: 4px;
}

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

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

.nv-zd7hnw li {
  font-size: 16px;
  position: relative;
}

.nv-zd7hnw li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.nv-zd7hnw li span {
  opacity: 0.5;
}

.nv-zd7hnw li + li {
  margin-left: 30px;
}

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

h2.nv-0og80c {
  margin: 0 0 28px;
}

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

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

.nv-jnov27 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);
}

.nv-jnov27 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;
}

.nv-jnov27 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;
}

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

.nv-jnov27 tbody tr:last-of-type {
  margin-bottom: 0;
}

.nv-jnov27 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.nv-jnov27 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);
}

.nv-jnov27 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);
}

.nv-jnov27 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.nv-jnov27 tbody tr td .nv-tiqu66 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .nv-jnov27 tbody tr td .nv-tiqu66 {
    width: 100%;
  }
}

.nv-jnov27 tbody tr td .nv-yc3tzk {
  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.3s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .nv-jnov27 tbody tr td .nv-yc3tzk {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .nv-jnov27 tbody tr td .nv-yc3tzk {
    width: 100%;
  }
}

.nv-jnov27 tbody tr td .nv-cr9lf7 {
  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) {
  .nv-jnov27 tbody tr td .nv-cr9lf7:hover {
    text-decoration: none;
  }
}

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

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

.nv-nz3mmf {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.nv-zmyasz img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

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

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

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

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

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

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

.nv-47n15e img {
  width: 100%;
  height: 100%;
}

.nv-47n15e iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.nv-43c33o svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .nv-43c33o:hover svg {
    transform: scale(1.1);
  }
}

.nv-wc912p {
  padding: 90px 0;
}

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

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

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

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

.nv-98mo0y img {
  width: 100%;
}

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

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

.nv-2yi02n {
  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;
}

.nv-2yi02n 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) {
  .nv-2yi02n {
    flex-basis: auto;
  }
}

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

.nv-s6l7dj {
  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.3s ease-in-out;
}

.nv-s6l7dj:hover {
  border: 1px solid #8c8ca2;
}

.nv-3it94a {
  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%);
}

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

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

.nv-m1bh9z a {
  text-decoration: underline;
  color: #8babff;
}

.nv-bnxmli {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.nv-bnxmli .nv-s6l7dj {
  width: 50%;
  margin: 0;
}

.nv-3wj06h {
  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;
}

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

.nv-pt4c4c {
  margin: 0 0 100px;
}

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

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

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

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

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

.nv-xz2fjh {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.nv-86aukr 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.3s ease-in-out;
}

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

.nv-86aukr a svg {
  fill: #fff;
}

.nv-86aukr a:hover {
  background: #3d68e7;
}

.nv-0wwm26 {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.nv-h6jela {
  margin-bottom: 16px;
}

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

.nv-96t9lt {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.nv-zf7j46 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);
}

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

.nv-zf7j46 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) {
  .nv-zf7j46 table tr th {
    padding: 12px 4px;
  }
}

.nv-zf7j46 table tr:last-of-type td {
  border-bottom: none;
}

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

.nv-tyikhg {
  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) {
  .nv-tyikhg {
    min-height: 190px;
  }
}

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

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

.nv-ysb068 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.nv-ysb068.nv-ihncob {
  display: none;
}

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

.nv-sb2pcx iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nv-sb2pcx iframe.nv-lfdziw {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.nv-sb2pcx.nv-sdnspk {
  opacity: 1;
  pointer-events: all;
}

.nv-oodkrj {
  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.3s ease-in-out;
}

.nv-oodkrj svg {
  margin-right: 10px;
}

.nv-oodkrj + .nv-oodkrj {
  margin-top: 14px;
}

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

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

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

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

.nv-od4ju5 .nv-en5k6z {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .nv-od4ju5 .nv-en5k6z {
    margin: 28px 0 0;
  }
}

.nv-96f01m {
  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) {
  .nv-96f01m {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .nv-96f01m {
    flex-direction: column;
  }
}

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

.nv-wvwmyq {
  max-width: 545px;
  width: 100%;
}

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

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

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

.nv-gdxop4 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nv-8okpqk {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.nv-8okpqk h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .nv-8okpqk h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .nv-8okpqk h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .nv-8okpqk {
    max-width: 100%;
    margin: 0;
  }
}

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

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

.nv-1sr1mc {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

.nv-1llms2 span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

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

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

@media only screen and (max-width: 540px) {
  .nv-3j7p6c {
    padding: 10px;
  }
}

.nv-3j7p6c .nv-xw07do {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .nv-3j7p6c .nv-xw07do {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .nv-3j7p6c {
    flex-wrap: wrap;
  }
}

.nv-bf4qey {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.nv-bf4qey img {
  width: 100%;
}

.nv-jzt248 {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.nv-hz8vo5 {
  width: 100%;
  margin: 0 0 100px;
}

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

.nv-hz8vo5 .nv-jn8oz1 {
  position: relative;
}

.nv-hz8vo5 .nv-uukm6x {
  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;
}

.nv-hz8vo5 .nv-uukm6x.nv-ihncob {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .nv-hz8vo5 .nv-t7oo03 {
    bottom: 90px;
  }
}

.nv-hz8vo5 .nv-t7oo03 .nv-lc5abo {
  max-width: 300px;
  width: 100%;
}

.nv-hz8vo5 .nv-t7oo03 .nv-lc5abo .nv-v7sc6c {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .nv-hz8vo5 .nv-t7oo03 .nv-lc5abo .nv-v7sc6c {
    font-size: 32px;
    text-align: center;
  }
}

.nv-hz8vo5 .nv-t7oo03 .nv-lc5abo .nv-wyp1cn {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .nv-hz8vo5 .nv-t7oo03 .nv-lc5abo .nv-wyp1cn {
    text-align: center;
  }
}

.nv-hz8vo5 .nv-t7oo03 .nv-wlws39 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .nv-hz8vo5 .nv-t7oo03 .nv-wlws39 {
    flex-direction: column-reverse;
  }
}

.nv-hz8vo5 .nv-t7oo03 .nv-wlws39 .nv-f6w3a0 {
  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.3s ease-in-out;
}

.nv-hz8vo5 .nv-t7oo03 .nv-wlws39 .nv-f6w3a0:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .nv-hz8vo5 .nv-t7oo03 .nv-wlws39 .nv-f6w3a0 {
    width: 100%;
  }
}

.nv-hz8vo5 .nv-t7oo03 .nv-wlws39 .nv-cfaal1 {
  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.3s ease-in-out;
  overflow: hidden;
}

.nv-hz8vo5 .nv-t7oo03 .nv-wlws39 .nv-cfaal1 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);
  }
}

.nv-hz8vo5 .nv-t7oo03 .nv-wlws39 .nv-cfaal1: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;
}

.nv-hz8vo5 .nv-t7oo03 .nv-wlws39 .nv-cfaal1:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .nv-hz8vo5 .nv-t7oo03 .nv-wlws39 .nv-cfaal1 {
    width: 100%;
  }
}

.nv-hz8vo5 .nv-t7oo03.nv-ihncob {
  display: none;
}

.nv-hz8vo5 .nv-4h43c6 {
  display: none;
}

.nv-hz8vo5 .nv-4h43c6.nv-sdnspk {
  display: block;
}

.nv-hz8vo5 .nv-4h43c6 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .nv-hz8vo5 .nv-4h43c6 iframe {
    height: calc(100vh - 54px);
  }
}

.nv-hz8vo5 .nv-p6yt4p {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .nv-hz8vo5 .nv-p6yt4p {
    padding: 24px 16px 0;
  }
}

.nv-hz8vo5 .nv-p6yt4p .nv-v7sc6c {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .nv-hz8vo5 .nv-p6yt4p .nv-v7sc6c {
    margin-bottom: 24px;
  }
}

.nv-hz8vo5 .nv-p6yt4p 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);
}

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

.nv-hz8vo5 .nv-p6yt4p 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) {
  .nv-hz8vo5 .nv-p6yt4p table tr th {
    padding: 12px 4px;
  }
}

.nv-hz8vo5 .nv-p6yt4p table tr:last-of-type td {
  border-bottom: none;
}

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

.nv-ion6gc.nv-3d03wf {
  display: block;
}

.nv-ion6gc iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.nv-ion6gc .nv-ophs48 {
  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;
}

.nv-ion6gc .nv-wz3us1 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.nv-ion6gc .nv-cfaal1 {
  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.3s ease-in-out;
}

.nv-ion6gc .nv-cfaal1:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.nv-qo5d9r.nv-3d03wf {
  display: block;
}

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

.nv-70hgvj {
  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;
}

.nv-111mov {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.nv-u1pgc7 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.nv-u1pgc7 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.nv-u7ng1x {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nv-i9hacy.nv-ihncob {
  display: none;
}

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

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

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

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

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

.nv-wxp53z 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.3s ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

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

.nv-wxp53z input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.nv-wxp53z input:active {
  border-color: #c2c0ce;
}

.nv-wxp53z input:focus {
  border-color: #c2c0ce;
}

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

.nv-cnqngd {
  margin-bottom: 36px;
}

.nv-cnqngd 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;
}

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

.nv-cnqngd textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.nv-62aczy {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nv-u1kx3u {
  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.3s ease-in-out;
}

.nv-u1kx3u:hover {
  background: var(--border-color);
}

.nv-alwslb {
  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.3s ease-in-out;
}

.nv-alwslb:hover {
  background: #166ad9;
}

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

.nv-q461at.nv-ihncob {
  display: none;
}

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

.nv-q461at .nv-u1kx3u {
  margin: 0 auto;
}

.nv-6depc0 {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.nv-thcf0i {
  filter: grayscale(100%);
}

.nv-wpuudc > input {
  display: none;
}

.nv-wpuudc > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.nv-wpuudc > input:checked ~ label,
.nv-wpuudc > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.nv-wpuudc > input:not(:checked) ~ label:hover,
.nv-wpuudc > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .nv-iza2bh > .nv-jbo6uu {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .nv-iza2bh > .nv-jbo6uu {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .nv-iza2bh > .nv-jbo6uu {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .nv-iza2bh > .nv-jbo6uu {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .nv-iza2bh > .nv-jbo6uu {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.nv-4j0w4v {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.nv-4j0w4v.nv-ihncob {
  display: none;
}

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

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

.nv-acjq3x {
  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;
}

.nv-acjq3x::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.nv-acjq3x::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.nv-acjq3x img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.nv-cws9xq {
  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;
}

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

.nv-cws9xq::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) {
  .nv-cws9xq::after {
    display: none;
  }
}

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

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

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

@media only screen and (max-width: 1023px) {
  .nv-q4g1xo {
    top: -20px;
  }
}

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

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

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

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

.nv-4j0w4v.nv-9pcax1 .nv-tb5m1n {
  background: #2b3b67;
}

.nv-4j0w4v.nv-9pcax1 .nv-acjq3x {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.nv-4j0w4v.nv-9pcax1 .nv-acjq3x::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.nv-4j0w4v.nv-9pcax1 .nv-acjq3x::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.nv-4j0w4v.nv-9pcax1 .nv-cws9xq::before {
  background: #0e0f41;
}

.nv-4j0w4v.nv-9pcax1 .nv-cws9xq::after {
  background: #152557;
}

.nv-4j0w4v.nv-qkycoo .nv-tb5m1n {
  background: #1f35fa;
}

.nv-4j0w4v.nv-qkycoo .nv-acjq3x {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.nv-4j0w4v.nv-qkycoo .nv-acjq3x::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.nv-4j0w4v.nv-qkycoo .nv-acjq3x::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.nv-4j0w4v.nv-qkycoo .nv-cws9xq::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.nv-4j0w4v.nv-qkycoo .nv-cws9xq::after {
  background: #192ac8;
}

.nv-4j0w4v.nv-z0nycn .nv-tb5m1n {
  background: #fa771f;
}

.nv-4j0w4v.nv-z0nycn .nv-acjq3x {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.nv-4j0w4v.nv-z0nycn .nv-acjq3x::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.nv-4j0w4v.nv-z0nycn .nv-acjq3x::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.nv-4j0w4v.nv-z0nycn .nv-cws9xq::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.nv-4j0w4v.nv-z0nycn .nv-cws9xq::after {
  background: #fa8535;
}

.nv-ykrn1u {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.nv-xfwjkv {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.nv-quyvdt {
  width: 120px;
  height: 22px;
}

.nv-quyvdt .nv-mrwroc {
  fill: #c2c0ce;
}

.nv-quyvdt [rating="1"] .nv-mrwroc:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.nv-quyvdt [rating="2"] .nv-mrwroc:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.nv-quyvdt [rating="3"] .nv-mrwroc:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.nv-quyvdt [rating="4"] .nv-mrwroc:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.nv-quyvdt [rating="5"] .nv-mrwroc:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.nv-kjp1so {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--card-bg-color, var(--fh-bg-color));
}

.nv-kjp1so.nv-sdnspk {
  display: block;
}

.nv-kjp1so.nv-ihncob {
  display: none;
}

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

.nv-knv9qb {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.nv-hbxh42 {
  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);
}

.nv-w4gv5j {
  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;
}

.nv-cxvabf small {
  font-size: 14px;
  display: block;
  color: var(--card-text-color, var(--text-color));
}

.nv-cxvabf span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--card-text-color, var(--text-color));
}

.nv-l9cjkg {
  font-size: 16px;
  line-height: 140%;
}

.nv-jyv9g1 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.nv-jyv9g1 .nv-mrwroc {
  fill: #c2c0ce;
}

.nv-jyv9g1 [rating="1"] .nv-mrwroc:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.nv-jyv9g1 [rating="2"] .nv-mrwroc:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.nv-jyv9g1 [rating="3"] .nv-mrwroc:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.nv-jyv9g1 [rating="4"] .nv-mrwroc:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.nv-jyv9g1 [rating="5"] .nv-mrwroc:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.nv-vtvrdd {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .nv-vtvrdd {
    padding: 0 16px;
  }
}

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

.nv-hqtrzi {
  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) {
  .nv-hqtrzi {
    padding: 12px;
    gap: 12px;
  }
}

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

.nv-saubfn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nv-ao4m36 {
  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;
}

.nv-511qki {
  flex: 1;
  min-width: 0;
}

.nv-x605ev {
  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) {
  .nv-x605ev {
    font-size: 14px;
    gap: 6px;
  }
}

.nv-yea4of {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.nv-yea4of svg,
.nv-yea4of img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nv-yea4of svg path {
  fill: var(--button-bg-color);
}

.nv-yea4of svg circle {
  fill: var(--button-text-color);
}

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

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

.nv-bu52cz strong {
  font-weight: 600;
}

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

.nv-hlgxj8 p {
  margin: 0 0 16px;
}

.nv-hlgxj8 p:last-child {
  margin-bottom: 0;
}

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

.nv-xde29d {
  max-width: 300px;
  width: 100%;
}

.nv-xde29d a {
  width: 100%;
}

@media (max-width: 575px) {
  .nv-xde29d {
    max-width: 200px;
  }
}

.nv-7sqnhv {
  justify-content: center;
}

.nv-g93z06 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nv-3ttqje {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.nv-5tai0b .nv-l270p5 {
  justify-content: center;
}

/* faq */

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

.nv-shfjez {
  color: var(--card-text-color, var(--text-color));
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: var(--card-bg-color, var(--table-1-color));
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nv-shfjez::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.2s ease;
}

.nv-wadhdq.nv-3d03wf .nv-shfjez::after {
  transform: rotate(45deg);
}

.nv-381vvr {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 20px;
  background: var(--card-bg-color, var(--table-2-color));
}

.nv-wadhdq.nv-3d03wf .nv-381vvr {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.nv-peqa5w {
  margin: 25px 0;
}

.nv-wpuudc > input:not(:checked) ~ label:hover,
.nv-wpuudc > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.cq7ih8k.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.ca1htwy 44.c0qc033.cy1nf3t.cao00uo.cg9q3q9.cb59oft.c0valsg.cfa4pdd.czcpb25.caldkfw.cjqj31r.cx7y7dy.crlmzyi 0l-12.cybp9ms 30.ciziov1.ckbbo6a 2.czn6w9d.ckbbo6a 3.cncg5gs 3.c1n432k.cu1l72z 3.civgv2f.cd76s09.czf8y3b.cycpasd 7-3.cybp9ms 10.ca75k4v.cycpasd 23.cyl3h1s.cocipg2 1.c60i6k6 2.cybp9ms 3.cocipg2 1.cu1l72z 5.c1vjhgy.cu1l72z 32.c6hjr10.cd76s09 5.crlmzyi 4.cycpasd 9.cycpasd 8.cu1l72z 6.ca199jd.c965o8c.ceb8y14.ckmmcup.cmbuwpe 4.czyqfxv.cmbuwpe 6.cmbuwpe 0l29.crlmzyi 17.c05czpl.c5bj14t 2.ci3rou5 10.cptw62e.cybp9ms 8.c1gtinm.cr63o7t.czc6wmw.c5lovfu.c85bwqy.cd76s09.cb59oft.cybp9ms 1.c6u0nuj.cvyilq4.c57kfrk.ch6xhgd.cee040v.c60i6k6 1.c0f0w6p.ciyrzm1.5z'/%3e%3c/svg%3e");
}

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

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

.nv-pu77n3 {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--card-bg-color, var(--fh-bg-color));
}

.nv-pu77n3.nv-eqk00c {
  display: block;
}

.nv-pu77n3.nv-f72op6 {
  display: none;
}

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

.nv-8kijqr {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.nv-n3z8pq {
  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);
}

.nv-r8wwbz {
  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;
}

.nv-b9yprl small {
  font-size: 14px;
  display: block;
  color: var(--card-text-color, var(--text-color));
}

.nv-b9yprl span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--card-text-color, var(--text-color));
}

.nv-ykw9jh {
  font-size: 16px;
  line-height: 140%;
}

.nv-ot4acm {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.nv-ot4acm .nv-fzrs4w {
  fill: #c2c0ce;
}

.nv-ot4acm [rating="1"] .nv-fzrs4w:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.nv-ot4acm [rating="2"] .nv-fzrs4w:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.nv-ot4acm [rating="3"] .nv-fzrs4w:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.nv-ot4acm [rating="4"] .nv-fzrs4w:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.nv-ot4acm [rating="5"] .nv-fzrs4w:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

.nv-2r1koy {
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: var(--card-bg-color, var(--fh-bg-color));
  font-family: sans-serif;
}

.nv-2r1koy 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;
}

.nv-2r1koy button {
  margin-top: 10px;
  padding: 8px 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

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

/* up */

.nv-jki5ye {
  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);
}

.nv-jki5ye.nv-ivyzra {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.nv-w35j46 {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.nv-w35j46 label {
  font-size: 14px;
}

.nv-w35j46 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.nv-w35j46 input,
.nv-w35j46 textarea,
.nv-w35j46 button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.nv-w35j46 button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
}
.nv-w35j46 button:hover {
  background-color: var(--button-bg-hover);
}
.nv-bee9or {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.4s ease-in;
}

.nv-bee9or h2 {
  color: green;
  font-weight: 500;
}

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

/* h2->p SEO fix */
.nv-8q2vmd #h2_0 { color: var(--title-color); }

/* hide-empty-content-table: hide the Casino Review section when {{TABLE}} produced no table (empty slot) */
.nv-thhita:not(:has(table)) { display: none; }

 .nv-daisji,
  .nv-daisji * {
    box-sizing: border-box;
  }

  .nv-u2s5ke,
  .nv-u2s5ke body {
    overflow: hidden;
  }

  .nv-daisji {
    --fsbp-bg: var(--fh-bg-color, var(--main-theme-color, #111827));
    --fsbp-card-bg: var(--card-bg-color, #ffffff);
    --fsbp-card-text: var(--card-text-color, #111111);
    --fsbp-title: var(--button-text-color, #ffffff);
    --fsbp-accent: var(--button-bg-color, var(--main-theme-color, #e6007e));
    --fsbp-accent-hover: var(--button-bg-hover, var(--main-theme-color, #cc006f));
    --fsbp-button-text: var(--button-text-color, #ffffff);
    --fsbp-border: var(--border-color, rgba(255, 255, 255, 0.18));

    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 24px;
    font-family: inherit;
    backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 220ms ease,
      visibility 220ms ease;
  }

  .nv-daisji.nv-h4h75n {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nv-xwhunu {
    width: min(400px, calc(100vw - 32px));
    overflow: hidden;
    color: var(--fsbp-card-text);
    text-align: center;
    background: var(--fsbp-card-bg);
    border: 1px solid color-mix(in srgb, var(--fsbp-border) 55%, transparent);
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
    transform: translateY(18px) scale(0.96);
    transition: transform 260ms ease;
  }

  .nv-daisji.nv-h4h75n .nv-xwhunu {
    transform: translateY(0) scale(1);
  }

  .nv-1if4od {
    padding: 24px 28px 22px;
    color: var(--fsbp-title);
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0)),
      var(--fsbp-accent);
  }

  .nv-94232t {
    margin: 0;
    color: inherit;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.15;
    text-transform: uppercase;
  }

  .nv-qdp1l3 {
    padding: 42px 34px 40px;
  }

  .nv-6dtob3 {
    max-width: 290px;
    margin: 0 auto 32px;
    color: var(--fsbp-card-text);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .nv-ucmr6k {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(248px, 100%);
    min-height: 50px;
    padding: 13px 24px;
    color: var(--fsbp-button-text);
    font: inherit;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    background: var(--fsbp-accent);
    border: 0;
    border-radius: 999px;
    box-shadow: 0 10px 24px color-mix(in srgb, var(--fsbp-accent) 34%, transparent);
    cursor: pointer;
    transition:
      background-color 180ms ease,
      box-shadow 180ms ease,
      transform 180ms ease;
  }

  .nv-ucmr6k:hover,
  .nv-ucmr6k:focus-visible {
    background: var(--fsbp-accent-hover);
    box-shadow: 0 12px 28px color-mix(in srgb, var(--fsbp-accent-hover) 38%, transparent);
    outline: none;
    transform: translateY(-1px);
  }

  .nv-ucmr6k:active {
    transform: translateY(0);
  }

  @supports not (background: color-mix(in srgb, #000 50%, transparent)) {
    .nv-daisji {
      background: rgba(226, 230, 236, 0.86);
    }

    .nv-xwhunu {
      border-color: rgba(0, 0, 0, 0.08);
    }

    .nv-ucmr6k {
      box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    }
  }

  @media (max-width: 520px) {
    .nv-daisji {
      padding: 16px;
    }

    .nv-xwhunu {
      border-radius: 22px;
    }

    .nv-1if4od {
      padding: 21px 22px 19px;
    }

    .nv-94232t {
      font-size: 19px;
    }

    .nv-qdp1l3 {
      padding: 34px 24px 32px;
    }

    .nv-6dtob3 {
      margin-bottom: 26px;
      font-size: 18px;
    }

    .nv-ucmr6k {
      font-size: 17px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .nv-daisji,
    .nv-xwhunu,
    .nv-ucmr6k {
      transition: none;
    }
  }
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.nv-mrjrrn, .nv-mwf311, [class*="review-card"],
thead, thead th, table th, .nv-lrcp62,
.nv-xrbq16, [class*="collapsible-header"],
.nv-5p41lp, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
.nv-dn3sra, .nv-dn3sra :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
.nv-xw07do, .nv-xw07do :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.nv-3ssugl li a, .nv-3ssugl li a :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.nv-k6fkf0, .nv-k6fkf0 :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.nv-jpylcj, .nv-jpylcj :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.nv-sd848v, .nv-sd848v :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.nv-n52j93 ul, .nv-n52j93 ul :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.nv-n52j93 ul li, .nv-n52j93 ul li :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.nv-gsq350, .nv-gsq350 :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.nv-jnov27 tbody tr td .nv-yc3tzk, .nv-jnov27 tbody tr td .nv-yc3tzk :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.nv-w1fs99, .nv-w1fs99 :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.nv-2r1koy button, .nv-2r1koy button :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
/* up */ .nv-jki5ye, /* up */ .nv-jki5ye :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.nv-w35j46 button, .nv-w35j46 button :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--button-text-color) !important; }

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
