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

.highfly-6yd748 {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.highfly-5924ko {
  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) {
  .highfly-5924ko: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;
  }
}

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

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

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

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

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

.highfly-7ohljy {
  cursor: pointer;
}

.highfly-ykyffh {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.highfly-m2jnvv {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.highfly-m2jnvv figure {
  margin: 0;
}

.highfly-m2jnvv.highfly-cvrgj8 {
  justify-content: flex-start;
  margin-right: 4px;
}

.highfly-m2jnvv.highfly-xxkgn5 {
  justify-content: flex-end;
  margin-left: 4px;
}

.highfly-m2jnvv.highfly-7x2ft0 {
  justify-content: center;
}

.highfly-m2jnvv.highfly-747ubf {
  justify-content: normal;
}

.highfly-aqcw07 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.highfly-llmlz2 img {
  width: 100%;
}

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

.highfly-24o6d8 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.highfly-24o6d8 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) {
  .highfly-24o6d8 ul {
    margin-bottom: 15px;
  }
}

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

.highfly-24o6d8 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);
}

.highfly-24o6d8 ul li span svg {
  fill: var(--title-color);
}

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

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

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

.highfly-24o6d8 ul li:last-of-type::after {
  display: none;
}

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

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

.highfly-y7h9pn {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.highfly-v7002x.highfly-58zabx {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .highfly-v7002x.highfly-58zabx:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

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

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

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

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

.highfly-utwomt {
  margin-bottom: 94px;
}

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

.highfly-9uvan2 .highfly-uenpqb {
  margin-bottom: 28px;
}

.highfly-9uvan2 .highfly-uenpqb img {
  max-height: 100px;
  width: auto;
}

.highfly-5zfyxs {
  display: flex;
  align-items: center;
}

.highfly-5zfyxs a + a {
  margin-left: 24px;
}

.highfly-5zfyxs img {
  max-height: 56px;
  width: auto;
}

.highfly-5zfyxs img + img {
  margin-left: 24px;
}

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

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

.highfly-f2uc5g {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.highfly-hd5z2d li {
  display: flex;
  margin: 0 7px;
}

.highfly-hd5z2d li svg {
  transition: 0.highfly-k8uxiq ease-in-out;
}

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

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

.highfly-xiv9jb + .highfly-xiv9jb {
  margin-left: 120px;
}

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

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

.highfly-q1sr95 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.highfly-q1sr95 li {
  font-size: 16px;
}

.highfly-q1sr95 li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.highfly-q1sr95 li + li {
  margin-top: 16px;
}

.highfly-7apf4r {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.highfly-rilful ease-in-out;
}

.highfly-7apf4r.highfly-z1yo34 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.highfly-esheh0 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.highfly-31zwv8 li {
  width: 100%;
}

.highfly-31zwv8 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.highfly-k8uxiq ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.highfly-31zwv8 li a svg {
  fill: var(--button-text-color);
}

.highfly-31zwv8 li a.highfly-z1yo34 {
  background: var(--border-color);
}

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

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

.highfly-1toxkv {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

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

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

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

.highfly-t31h8p {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.highfly-t31h8p img {
  width: 100%;
  transition: 0.highfly-k8uxiq ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .highfly-rc7olv .highfly-uenpqb img {
    max-width: 90px;
  }
}

.highfly-uenpqb img {
  max-height: 50px;
  width: auto;
}

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

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

.highfly-4n4toa {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.highfly-4n4toa li {
  font-size: 16px;
  margin: 0 20px;
}

.highfly-4n4toa li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.highfly-5cwzhd {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.highfly-5cwzhd.highfly-qm61q6 {
  margin-right: 0;
}

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

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

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

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

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

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

.highfly-qn7yek:hover > ul {
  display: flex;
}

.highfly-qn7yek:focus > ul {
  display: flex;
}

.highfly-qn7yek:focus-within > ul {
  display: flex;
}

.highfly-n14hd3 {
  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;
}

.highfly-n14hd3::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.highfly-rilful ease-in-out;
}

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

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

.highfly-qn7yek 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.highfly-k8uxiq ease-in-out;
  overflow: hidden;
}

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

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

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

.highfly-ffpcs5 {
  display: none;
}

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

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

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

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

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

.highfly-xikq80 img {
  margin-bottom: 20px;
}

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

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

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

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

.highfly-bs4l0c {
  color: var(--text-color);
}

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

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

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

.highfly-gx2f2c p img {
  display: block;
  margin: 0 auto;
}

.highfly-gx2f2c p:first-of-type {
  margin-top: 0;
}

.highfly-gx2f2c p:last-of-type {
  margin-bottom: 0;
}

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

.highfly-gx2f2c ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.highfly-4aowop {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

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

.highfly-4aowop .highfly-z17j1j {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .highfly-4aowop .highfly-z17j1j {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.highfly-4aowop .highfly-g6jbfc {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.highfly-g6jbfc {
  margin: 0 0 28px;
}

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

.highfly-z17j1j {
  margin: 0 0 28px;
}

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

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

.highfly-k7rpgi .highfly-5924ko {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.highfly-tgivck {
  position: relative;
  border: none;
}

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

.highfly-mufhl0 {
  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;
}

.highfly-mufhl0 span {
  height: 32px;
}

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

.highfly-mufhl0.highfly-ln4mno span {
  transform: scaleY(-1);
}

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

.highfly-5tyvzw {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.highfly-5tyvzw li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.highfly-k8uxiq ease-in-out;
}

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

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

.highfly-5tyvzw.highfly-53agqp {
  display: none;
}

.highfly-fcp7fa {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.highfly-fcp7fa table {
  width: 100%;
  border-collapse: collapse;
}

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

  .highfly-fcp7fa table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

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

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

.highfly-278dju {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.highfly-xktqon p {
  color: var(--text-color);
}

.highfly-yx98kv {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.highfly-fjvoz9 {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: var(--fh-bg-color);
  color: var(--updated-block-color);
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}

.highfly-9eshvt {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.highfly-gnxv5v p + p {
  margin-top: 10px;
}

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

.highfly-xnojpy {
  display: none;
}

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

.highfly-7kzdym {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.highfly-7kzdym li {
  margin: 0 20px;
}

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

.highfly-7kzdym li a img {
  margin-bottom: 4px;
}

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

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

.highfly-eceh6q li {
  font-size: 16px;
  position: relative;
}

.highfly-eceh6q li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.highfly-eceh6q li span {
  opacity: 0.5;
}

.highfly-eceh6q li + li {
  margin-left: 30px;
}

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

h2.highfly-lrc8bn {
  margin: 0 0 28px;
}

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

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

.highfly-wxrstl 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);
}

.highfly-wxrstl 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;
}

.highfly-wxrstl 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;
}

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

.highfly-wxrstl tbody tr:last-of-type {
  margin-bottom: 0;
}

.highfly-wxrstl tbody tr td:first-of-type {
  flex-shrink: 0;
}

.highfly-wxrstl 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);
}

.highfly-wxrstl 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);
}

.highfly-wxrstl tbody tr td:last-of-type {
  margin-left: auto;
}

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

.highfly-wxrstl tbody tr td .highfly-663ls4 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .highfly-wxrstl tbody tr td .highfly-663ls4 {
    width: 100%;
  }
}

.highfly-wxrstl tbody tr td .highfly-zuil8e {
  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.highfly-k8uxiq ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .highfly-wxrstl tbody tr td .highfly-zuil8e {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .highfly-wxrstl tbody tr td .highfly-zuil8e {
    width: 100%;
  }
}

.highfly-wxrstl tbody tr td .highfly-5h65ef {
  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) {
  .highfly-wxrstl tbody tr td .highfly-5h65ef:hover {
    text-decoration: none;
  }
}

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

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

.highfly-stm8j4 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.highfly-36bgje {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.highfly-toq40v img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.highfly-k8uxiq ease-in-out;
}

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

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

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

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

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

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

.highfly-qvsaxp img {
  width: 100%;
  height: 100%;
}

.highfly-qvsaxp iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.highfly-dn05vx svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.highfly-k8uxiq ease-in-out;
}

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

.highfly-asaft0 {
  padding: 90px 0;
}

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

.highfly-5rd6x0 {
  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) {
  .highfly-5rd6x0 {
    padding: 0 16px;
  }
}

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

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

.highfly-biiyrm img {
  width: 100%;
}

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

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

.highfly-ccsz0q {
  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;
}

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

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

.highfly-ydy2qb {
  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.highfly-k8uxiq ease-in-out;
}

.highfly-ydy2qb:hover {
  border: 1px solid #8c8ca2;
}

.highfly-r1njal {
  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%);
}

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

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

.highfly-b5bqq5 a {
  text-decoration: underline;
  color: #8babff;
}

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

.highfly-e7dgh0 .highfly-ydy2qb {
  width: 50%;
  margin: 0;
}

.highfly-ceha4e {
  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;
}

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

.highfly-qltodn {
  margin: 0 0 100px;
}

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

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

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

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

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

.highfly-pbdfmn {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.highfly-yqrvjj 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.highfly-k8uxiq ease-in-out;
}

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

.highfly-yqrvjj a svg {
  fill: #fff;
}

.highfly-yqrvjj a:hover {
  background: #3d68e7;
}

.highfly-chw31g {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.highfly-1emnc2 {
  margin-bottom: 16px;
}

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

.highfly-j16ox7 {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.highfly-z3tpn4 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);
}

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

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

.highfly-z3tpn4 table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.highfly-n0csx5.highfly-5kn23x {
  display: none;
}

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

.highfly-62ak80 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.highfly-62ak80 iframe.highfly-jnwuoj {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.highfly-62ak80.highfly-ysedc3 {
  opacity: 1;
  pointer-events: all;
}

.highfly-5tx8in {
  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.highfly-k8uxiq ease-in-out;
}

.highfly-5tx8in svg {
  margin-right: 10px;
}

.highfly-5tx8in + .highfly-5tx8in {
  margin-top: 14px;
}

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

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

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

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

.highfly-bqz6nh .highfly-k7rpgi {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .highfly-bqz6nh .highfly-k7rpgi {
    margin: 28px 0 0;
  }
}

.highfly-5z11cl {
  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) {
  .highfly-5z11cl {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .highfly-5z11cl {
    flex-direction: column;
  }
}

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

.highfly-pqwf0m {
  max-width: 545px;
  width: 100%;
}

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

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

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

.highfly-7rpy7i iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.highfly-9ua4f0 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.highfly-9ua4f0 h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .highfly-9ua4f0 h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .highfly-9ua4f0 h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .highfly-9ua4f0 {
    max-width: 100%;
    margin: 0;
  }
}

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

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

.highfly-nfqdlw {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

.highfly-5rcrhb span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

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

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

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

.highfly-vxvfor .highfly-5924ko {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .highfly-vxvfor .highfly-5924ko {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.highfly-kynwzk {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.highfly-kynwzk img {
  width: 100%;
}

.highfly-nco874 {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.highfly-qjj704 {
  width: 100%;
  margin: 0 0 100px;
}

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

.highfly-qjj704 .highfly-gfhrw8 {
  position: relative;
}

.highfly-qjj704 .highfly-9lktng {
  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;
}

.highfly-qjj704 .highfly-9lktng.highfly-5kn23x {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .highfly-qjj704 .highfly-q8tw6y {
    bottom: 90px;
  }
}

.highfly-qjj704 .highfly-q8tw6y .highfly-jxij3n {
  max-width: 300px;
  width: 100%;
}

.highfly-qjj704 .highfly-q8tw6y .highfly-jxij3n .highfly-xvrbr5 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .highfly-qjj704 .highfly-q8tw6y .highfly-jxij3n .highfly-xvrbr5 {
    font-size: 32px;
    text-align: center;
  }
}

.highfly-qjj704 .highfly-q8tw6y .highfly-jxij3n .highfly-ro3nw2 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .highfly-qjj704 .highfly-q8tw6y .highfly-jxij3n .highfly-ro3nw2 {
    text-align: center;
  }
}

.highfly-qjj704 .highfly-q8tw6y .highfly-qm61q6 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .highfly-qjj704 .highfly-q8tw6y .highfly-qm61q6 {
    flex-direction: column-reverse;
  }
}

.highfly-qjj704 .highfly-q8tw6y .highfly-qm61q6 .highfly-hjfqn9 {
  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.highfly-k8uxiq ease-in-out;
}

.highfly-qjj704 .highfly-q8tw6y .highfly-qm61q6 .highfly-hjfqn9:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .highfly-qjj704 .highfly-q8tw6y .highfly-qm61q6 .highfly-hjfqn9 {
    width: 100%;
  }
}

.highfly-qjj704 .highfly-q8tw6y .highfly-qm61q6 .highfly-kfqyhw {
  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.highfly-k8uxiq ease-in-out;
  overflow: hidden;
}

.highfly-qjj704 .highfly-q8tw6y .highfly-qm61q6 .highfly-kfqyhw 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);
  }
}

.highfly-qjj704 .highfly-q8tw6y .highfly-qm61q6 .highfly-kfqyhw: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;
}

.highfly-qjj704 .highfly-q8tw6y .highfly-qm61q6 .highfly-kfqyhw:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .highfly-qjj704 .highfly-q8tw6y .highfly-qm61q6 .highfly-kfqyhw {
    width: 100%;
  }
}

.highfly-qjj704 .highfly-q8tw6y.highfly-5kn23x {
  display: none;
}

.highfly-qjj704 .highfly-a181jk {
  display: none;
}

.highfly-qjj704 .highfly-a181jk.highfly-ysedc3 {
  display: block;
}

.highfly-qjj704 .highfly-a181jk iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .highfly-qjj704 .highfly-a181jk iframe {
    height: calc(100vh - 54px);
  }
}

.highfly-qjj704 .highfly-mbge38 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .highfly-qjj704 .highfly-mbge38 {
    padding: 24px 16px 0;
  }
}

.highfly-qjj704 .highfly-mbge38 .highfly-xvrbr5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .highfly-qjj704 .highfly-mbge38 .highfly-xvrbr5 {
    margin-bottom: 24px;
  }
}

.highfly-qjj704 .highfly-mbge38 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);
}

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

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

.highfly-qjj704 .highfly-mbge38 table tr:last-of-type td {
  border-bottom: none;
}

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

.highfly-ziln73.highfly-z1yo34 {
  display: block;
}

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

.highfly-ziln73 .highfly-c3dv97 {
  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;
}

.highfly-ziln73 .highfly-urcmj7 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.highfly-ziln73 .highfly-kfqyhw {
  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.highfly-k8uxiq ease-in-out;
}

.highfly-ziln73 .highfly-kfqyhw:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.highfly-k73k81.highfly-z1yo34 {
  display: block;
}

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

.highfly-8n76i9 {
  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;
}

.highfly-6g5o3b {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.highfly-88yb3i {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.highfly-88yb3i svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.highfly-3htxxz {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.highfly-69p4bj.highfly-5kn23x {
  display: none;
}

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

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

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

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

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

.highfly-nchm2f 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.highfly-k8uxiq ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

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

.highfly-nchm2f input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.highfly-nchm2f input:active {
  border-color: #c2c0ce;
}

.highfly-nchm2f input:focus {
  border-color: #c2c0ce;
}

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

.highfly-2iqwso {
  margin-bottom: 36px;
}

.highfly-2iqwso 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;
}

.highfly-2iqwso textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.highfly-2iqwso textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.highfly-mq78ls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.highfly-hw97hl {
  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.highfly-k8uxiq ease-in-out;
}

.highfly-hw97hl:hover {
  background: var(--border-color);
}

.highfly-ygnv59 {
  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.highfly-k8uxiq ease-in-out;
}

.highfly-ygnv59:hover {
  background: #166ad9;
}

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

.highfly-w9lm8b.highfly-5kn23x {
  display: none;
}

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

.highfly-w9lm8b .highfly-hw97hl {
  margin: 0 auto;
}

.highfly-3ddy86 {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.highfly-osxij5 {
  filter: grayscale(100%);
}

.highfly-68fuio > input {
  display: none;
}

.highfly-68fuio > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.highfly-0w3mgg.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.highfly-8oz9tg 44.highfly-jck4l0.highfly-p2z7b9.highfly-n5uuzw.highfly-nurt8p.highfly-pydlcj.highfly-fy3e1m.highfly-v5seke.highfly-ulvfxi.highfly-pmnieo.highfly-prvbv3.highfly-otga4f.highfly-fi13yz 0l-12.highfly-xd57sc 30.highfly-sy93ya.highfly-be4h86 2.highfly-71o6tb.highfly-be4h86 3.highfly-hlc9oa 3.highfly-ykz2cy.highfly-hwyzd7 3.highfly-so7bnh.highfly-g8fd89.highfly-aljdp1.highfly-z4gwnu 7-3.highfly-xd57sc 10.highfly-f5ucue.highfly-z4gwnu 23.highfly-yiru2s.highfly-4g1mfy 1.highfly-hmlg15 2.highfly-xd57sc 3.highfly-4g1mfy 1.highfly-hwyzd7 5.highfly-vzn7ss.highfly-hwyzd7 32.highfly-xjq9l4.highfly-g8fd89 5.highfly-fi13yz 4.highfly-z4gwnu 9.highfly-z4gwnu 8.highfly-hwyzd7 6.highfly-glt7qg.highfly-zbmbua.highfly-2ihm6y.highfly-qneqv4.highfly-60uy3f 4.highfly-iz1k8k.highfly-60uy3f 6.highfly-60uy3f 0l29.highfly-fi13yz 17.highfly-1129wr.highfly-cvj2bo 2.highfly-3azekw 10.highfly-kq3h3d.highfly-xd57sc 8.highfly-bv2xw9.highfly-6n2gfm.highfly-lnrvle.highfly-4n7kqc.highfly-vlv9q5.highfly-g8fd89.highfly-pydlcj.highfly-xd57sc 1.highfly-xsg0y8.highfly-ril2j4.highfly-nggfok.highfly-ri7qyf.highfly-1el1mj.highfly-hmlg15 1.highfly-z01pvx.highfly-s98byl.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.highfly-68fuio > input:checked ~ label,
.highfly-68fuio > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.highfly-0w3mgg.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.highfly-8oz9tg 44.highfly-jck4l0.highfly-p2z7b9.highfly-n5uuzw.highfly-nurt8p.highfly-pydlcj.highfly-fy3e1m.highfly-v5seke.highfly-ulvfxi.highfly-pmnieo.highfly-prvbv3.highfly-otga4f.highfly-fi13yz 0l-12.highfly-xd57sc 30.highfly-sy93ya.highfly-be4h86 2.highfly-71o6tb.highfly-be4h86 3.highfly-hlc9oa 3.highfly-ykz2cy.highfly-hwyzd7 3.highfly-so7bnh.highfly-g8fd89.highfly-aljdp1.highfly-z4gwnu 7-3.highfly-xd57sc 10.highfly-f5ucue.highfly-z4gwnu 23.highfly-yiru2s.highfly-4g1mfy 1.highfly-hmlg15 2.highfly-xd57sc 3.highfly-4g1mfy 1.highfly-hwyzd7 5.highfly-vzn7ss.highfly-hwyzd7 32.highfly-xjq9l4.highfly-g8fd89 5.highfly-fi13yz 4.highfly-z4gwnu 9.highfly-z4gwnu 8.highfly-hwyzd7 6.highfly-glt7qg.highfly-zbmbua.highfly-2ihm6y.highfly-qneqv4.highfly-60uy3f 4.highfly-iz1k8k.highfly-60uy3f 6.highfly-60uy3f 0l29.highfly-fi13yz 17.highfly-1129wr.highfly-cvj2bo 2.highfly-3azekw 10.highfly-kq3h3d.highfly-xd57sc 8.highfly-bv2xw9.highfly-6n2gfm.highfly-lnrvle.highfly-4n7kqc.highfly-vlv9q5.highfly-g8fd89.highfly-pydlcj.highfly-xd57sc 1.highfly-xsg0y8.highfly-ril2j4.highfly-nggfok.highfly-ri7qyf.highfly-1el1mj.highfly-hmlg15 1.highfly-z01pvx.highfly-s98byl.5z'/%3e%3c/svg%3e");
}

.highfly-68fuio > input:not(:checked) ~ label:hover,
.highfly-68fuio > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.highfly-0w3mgg.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.highfly-8oz9tg 44.highfly-jck4l0.highfly-p2z7b9.highfly-n5uuzw.highfly-nurt8p.highfly-pydlcj.highfly-fy3e1m.highfly-v5seke.highfly-ulvfxi.highfly-pmnieo.highfly-prvbv3.highfly-otga4f.highfly-fi13yz 0l-12.highfly-xd57sc 30.highfly-sy93ya.highfly-be4h86 2.highfly-71o6tb.highfly-be4h86 3.highfly-hlc9oa 3.highfly-ykz2cy.highfly-hwyzd7 3.highfly-so7bnh.highfly-g8fd89.highfly-aljdp1.highfly-z4gwnu 7-3.highfly-xd57sc 10.highfly-f5ucue.highfly-z4gwnu 23.highfly-yiru2s.highfly-4g1mfy 1.highfly-hmlg15 2.highfly-xd57sc 3.highfly-4g1mfy 1.highfly-hwyzd7 5.highfly-vzn7ss.highfly-hwyzd7 32.highfly-xjq9l4.highfly-g8fd89 5.highfly-fi13yz 4.highfly-z4gwnu 9.highfly-z4gwnu 8.highfly-hwyzd7 6.highfly-glt7qg.highfly-zbmbua.highfly-2ihm6y.highfly-qneqv4.highfly-60uy3f 4.highfly-iz1k8k.highfly-60uy3f 6.highfly-60uy3f 0l29.highfly-fi13yz 17.highfly-1129wr.highfly-cvj2bo 2.highfly-3azekw 10.highfly-kq3h3d.highfly-xd57sc 8.highfly-bv2xw9.highfly-6n2gfm.highfly-lnrvle.highfly-4n7kqc.highfly-vlv9q5.highfly-g8fd89.highfly-pydlcj.highfly-xd57sc 1.highfly-xsg0y8.highfly-ril2j4.highfly-nggfok.highfly-ri7qyf.highfly-1el1mj.highfly-hmlg15 1.highfly-z01pvx.highfly-s98byl.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .highfly-esdmv2 > .highfly-py5nwj {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .highfly-esdmv2 > .highfly-py5nwj {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .highfly-esdmv2 > .highfly-py5nwj {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .highfly-esdmv2 > .highfly-py5nwj {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .highfly-esdmv2 > .highfly-py5nwj {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.highfly-jihjbe.highfly-5kn23x {
  display: none;
}

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

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

.highfly-29k0vg {
  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;
}

.highfly-29k0vg::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.highfly-29k0vg::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.highfly-29k0vg img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.highfly-6g75ub {
  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;
}

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

.highfly-6g75ub::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) {
  .highfly-6g75ub::after {
    display: none;
  }
}

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

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

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

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

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

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

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

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

.highfly-jihjbe.highfly-d4zxs4 .highfly-uc1j1r {
  background: #2b3b67;
}

.highfly-jihjbe.highfly-d4zxs4 .highfly-29k0vg {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.highfly-jihjbe.highfly-d4zxs4 .highfly-29k0vg::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.highfly-jihjbe.highfly-d4zxs4 .highfly-29k0vg::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.highfly-jihjbe.highfly-d4zxs4 .highfly-6g75ub::before {
  background: #0e0f41;
}

.highfly-jihjbe.highfly-d4zxs4 .highfly-6g75ub::after {
  background: #152557;
}

.highfly-jihjbe.highfly-9cwl6l .highfly-uc1j1r {
  background: #1f35fa;
}

.highfly-jihjbe.highfly-9cwl6l .highfly-29k0vg {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.highfly-jihjbe.highfly-9cwl6l .highfly-29k0vg::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.highfly-jihjbe.highfly-9cwl6l .highfly-29k0vg::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.highfly-jihjbe.highfly-9cwl6l .highfly-6g75ub::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.highfly-jihjbe.highfly-9cwl6l .highfly-6g75ub::after {
  background: #192ac8;
}

.highfly-jihjbe.highfly-ngdje5 .highfly-uc1j1r {
  background: #fa771f;
}

.highfly-jihjbe.highfly-ngdje5 .highfly-29k0vg {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.highfly-jihjbe.highfly-ngdje5 .highfly-29k0vg::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.highfly-jihjbe.highfly-ngdje5 .highfly-29k0vg::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.highfly-jihjbe.highfly-ngdje5 .highfly-6g75ub::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.highfly-jihjbe.highfly-ngdje5 .highfly-6g75ub::after {
  background: #fa8535;
}

.highfly-mdzimo {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.highfly-d5w62e {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.highfly-h1af9m {
  width: 120px;
  height: 22px;
}

.highfly-h1af9m .highfly-4ehkb9 {
  fill: #c2c0ce;
}

.highfly-h1af9m [rating="1"] .highfly-4ehkb9:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.highfly-h1af9m [rating="2"] .highfly-4ehkb9:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.highfly-h1af9m [rating="3"] .highfly-4ehkb9:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.highfly-h1af9m [rating="4"] .highfly-4ehkb9:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.highfly-h1af9m [rating="5"] .highfly-4ehkb9:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

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

.highfly-885hyp.highfly-ysedc3 {
  display: block;
}

.highfly-885hyp.highfly-5kn23x {
  display: none;
}

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

.highfly-x54nys {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.highfly-2ukvp5 {
  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);
}

.highfly-81uwul {
  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;
}

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

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

.highfly-p58bhz {
  font-size: 16px;
  line-height: 140%;
}

.highfly-n38m80 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.highfly-n38m80 .highfly-4ehkb9 {
  fill: #c2c0ce;
}

.highfly-n38m80 [rating="1"] .highfly-4ehkb9:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.highfly-n38m80 [rating="2"] .highfly-4ehkb9:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.highfly-n38m80 [rating="3"] .highfly-4ehkb9:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.highfly-n38m80 [rating="4"] .highfly-4ehkb9:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.highfly-n38m80 [rating="5"] .highfly-4ehkb9:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.highfly-yn4nue {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.highfly-jr6ae8 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.highfly-jhdien {
  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;
}

.highfly-t0s2jh {
  flex: 1;
  min-width: 0;
}

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

.highfly-r2a8es {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.highfly-r2a8es svg path {
  fill: var(--button-bg-color);
}

.highfly-r2a8es svg circle {
  fill: var(--button-text-color);
}

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

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

.highfly-ep8hso strong {
  font-weight: 600;
}

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

.highfly-eios6v p {
  margin: 0 0 16px;
}

.highfly-eios6v p:last-child {
  margin-bottom: 0;
}

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

.highfly-jmz4ic {
  max-width: 300px;
  width: 100%;
}

.highfly-jmz4ic a {
  width: 100%;
}

@media (max-width: 575px) {
  .highfly-jmz4ic {
    max-width: 200px;
  }
}

.highfly-tm8uly {
  justify-content: center;
}

.highfly-26br5q {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.highfly-vmx8fz {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.highfly-xkuehn .highfly-4n4toa {
  justify-content: center;
}

/* faq */

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

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

.highfly-pd3uwy::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.highfly-i4hrs5 ease;
}

.highfly-ejzspj.highfly-z1yo34 .highfly-pd3uwy::after {
  transform: rotate(45deg);
}

.highfly-5qpa4z {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.highfly-k8uxiq ease, padding 0.highfly-k8uxiq ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.highfly-ejzspj.highfly-z1yo34 .highfly-5qpa4z {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.highfly-10516q {
  margin: 25px 0;
}

.highfly-68fuio > input:not(:checked) ~ label:hover,
.highfly-68fuio > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.highfly-dh5uex.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.highfly-k5nvdv 44.highfly-w1l3o4.highfly-9gqxpv.highfly-gio5ex.highfly-h22jv7.highfly-j5euef.highfly-vpfjpi.highfly-afwvid.highfly-zou8r6.highfly-4rt598.highfly-riivpa.highfly-5dpppl.highfly-nvoxwa 0l-12.highfly-dojcqq 30.highfly-br04fq.highfly-jimu7c 2.highfly-y7nakd.highfly-jimu7c 3.highfly-dr0xt9 3.highfly-tpyygi.highfly-non35f 3.highfly-putikd.highfly-48scxo.highfly-f5u4f0.highfly-spjr42 7-3.highfly-dojcqq 10.highfly-gnoeqa.highfly-spjr42 23.highfly-7gx602.highfly-tips47 1.highfly-50ds0y 2.highfly-dojcqq 3.highfly-tips47 1.highfly-non35f 5.highfly-5lh8vh.highfly-non35f 32.highfly-b3so92.highfly-48scxo 5.highfly-nvoxwa 4.highfly-spjr42 9.highfly-spjr42 8.highfly-non35f 6.highfly-y4cou7.highfly-dh1s6s.highfly-7kgxea.highfly-bslu3r.highfly-ar33g4 4.highfly-7ad9jn.highfly-ar33g4 6.highfly-ar33g4 0l29.highfly-nvoxwa 17.highfly-ro83yg.highfly-5botk9 2.highfly-d2ici7 10.highfly-d09g3n.highfly-dojcqq 8.highfly-vgwxl6.highfly-25qcxl.highfly-y93qou.highfly-yjjsjf.highfly-3wf72y.highfly-48scxo.highfly-j5euef.highfly-dojcqq 1.highfly-wm79kl.highfly-z4wbjh.highfly-sye120.highfly-rvoi3i.highfly-yfb7qi.highfly-50ds0y 1.highfly-kxmdbi.highfly-6oz0wd.5z'/%3e%3c/svg%3e");
}

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

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

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

.highfly-yrn485.highfly-ni47s8 {
  display: block;
}

.highfly-yrn485.highfly-6xpdib {
  display: none;
}

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

.highfly-ulwi6u {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.highfly-23qz0g {
  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);
}

.highfly-9hp353 {
  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;
}

.highfly-75g5p6 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.highfly-kia8cc {
  font-size: 16px;
  line-height: 140%;
}

.highfly-mvl1zb {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.highfly-mvl1zb .highfly-wpxr4a {
  fill: #c2c0ce;
}

.highfly-mvl1zb [rating="1"] .highfly-wpxr4a:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.highfly-mvl1zb [rating="2"] .highfly-wpxr4a:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.highfly-mvl1zb [rating="3"] .highfly-wpxr4a:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.highfly-mvl1zb [rating="4"] .highfly-wpxr4a:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.highfly-mvl1zb [rating="5"] .highfly-wpxr4a:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.highfly-9iwqvx 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;
}

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

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

/* up */

.highfly-1nj2mf {
  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);
}

.highfly-1nj2mf.highfly-rh58to {
  opacity: 1;
  pointer-events: auto;
}
