@charset "UTF-8";
:root {
  --width: 1480px;
  --display-width: var(--width);
  --offsets: 30px;
  --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

body {
  background: var(--main-theme-color);
}

.highfly-lrngb8 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.highfly-uxujza {
  max-width: 100%;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-color);
}

a {
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}

b {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

ol:not([class]),
ul:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

caption {
  margin: 5px 0;
  font-size: 24px;
}

ol[class],
ul[class] {
  list-style: none;
}

ol.highfly-yny0xq,
ul.highfly-yny0xq {
  padding-left: 20px;
}

ul.highfly-yny0xq {
  list-style: disc;
}

ol.highfly-yny0xq {
  list-style: numbers;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--title-color);
}

h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
  }
}

.highfly-merfm1 > .highfly-kuu1ny,
.highfly-merfm1 > .highfly-ho5pik,
.highfly-merfm1 > blockquote,
.highfly-merfm1 > h1,
.highfly-merfm1 > h2,
.highfly-merfm1 > h3,
.highfly-merfm1 > h4,
.highfly-merfm1 > h5,
.highfly-merfm1 > h6,
.highfly-merfm1 > ol,
.highfly-merfm1 > p,
.highfly-merfm1 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.highfly-merfm1 > ol,
.highfly-merfm1 > ul {
  padding-left: 50px;
}

.highfly-merfm1 blockquote,
blockquote {
  margin-top: 1rem;
  border-left: 5px solid var(--button-bg-color);
  padding: 1rem var(--offsets) 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f0f8ffff;
}

.highfly-merfm1:not(:last-child) {
  margin-bottom: 2rem;
}

.highfly-merfm1 > :not(:first-child) {
  margin-top: 2rem;
}

.highfly-merfm1 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.highfly-merfm1:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .highfly-merfm1:first-child {
    margin-top: 20px;
  }
}

.highfly-merfm1 > p:last-of-type {
  margin-bottom: 32px;
}

.highfly-merfm1 > .highfly-trc1wc:not(:first-child) {
  margin: 64px auto 16px auto;
}

.highfly-6zkvxg > .highfly-trc1wc {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.highfly-ho5pik {
  overflow: auto;
}

.highfly-ho5pik::-webkit-scrollbar {
  height: 5px;
}

.highfly-ho5pik table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.highfly-ho5pik table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.highfly-ho5pik table thead,
table thead {
  border-bottom: none;
}

.highfly-ho5pik table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.highfly-ho5pik table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.highfly-ho5pik table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.highfly-ho5pik .highfly-98mxk1 {
  table-layout: auto;
}

.highfly-ho5pik .highfly-98mxk1 th {
  word-break: normal;
}

.highfly-ho5pik .highfly-98mxk1 td {
  word-break: normal;
}

.highfly-lrngb8 .highfly-lrngb8 {
  padding-right: 0;
  padding-left: 0;
}

.highfly-33yran {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.highfly-mvs5qj {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  font-family: var(--ff-primary);
  color: var(--text-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.highfly-4uz4vu {
  display: inline-block;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  background: -o-linear-gradient(
    150deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
  background: linear-gradient(
    300deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
}

html {
  font-size: 17px;
}

.highfly-kuu1ny {
  margin-top: 24px;
}

.highfly-kuu1ny.highfly-y2c9sk {
  text-align: left;
}

.highfly-kuu1ny.highfly-rrdm2a {
  text-align: right;
}

.highfly-kuu1ny.highfly-8zxn22 {
  text-align: center;
}

.highfly-xto5gk {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transform-origin: center;
  transition: 0.highfly-oachz7 ease-in-out;
  cursor: pointer;
}

.highfly-xto5gk:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.highfly-xto5gk {
  min-width: 328px;
}

@media (max-width: 768px) {
  .highfly-xto5gk {
    min-width: unset;
  }
}

.highfly-i17yh5 {
  background-color: var(--fh-bg-color);
}

.highfly-hny85n {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.highfly-h38v0x {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.highfly-h38v0x img {
  max-height: 44px;
  object-fit: contain;
}

.highfly-onvo7o {
  flex: 1 1;
}

.highfly-ox06qk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.highfly-p95enf {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
}

.highfly-p95enf span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.highfly-p95enf.highfly-y8656s span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.highfly-p95enf.highfly-y8656s span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.highfly-p95enf.highfly-y8656s span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.highfly-onvo7o + .highfly-ox06qk {
  margin-left: 20px;
}

.highfly-say79c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #196948;
  transition: 250ms;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;
}

.highfly-say79c > svg {
  max-width: 24px;
  max-height: 24px;
}

.highfly-say79c + .highfly-say79c {
  margin-left: 5px;
}

.highfly-kxu031 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.highfly-kxu031:hover {
  background-color: var(--button-bg-hover);
}

.highfly-2x85og {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.highfly-oachz7 ease-in-out;
  border: 1px solid var(--border-color);
}

.highfly-2x85og:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.highfly-avfdha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

@media (max-width: 1100px) {
  .highfly-onvo7o {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .highfly-avfdha {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .highfly-onvo7o {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .highfly-say79c {
    min-width: unset;
    flex: 1 1;
  }
}

.highfly-q375d2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.highfly-q375d2:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.highfly-q375d2:hover .highfly-5dhwt1 {
  opacity: 1;
  pointer-events: auto;
}

.highfly-nnq7dg {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.highfly-ni395f ease-in-out;
  gap: 4px;
}

.highfly-nnq7dg > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.highfly-nnq7dg .highfly-33yran img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.highfly-zklmom,
.highfly-nnq7dg:hover {
  color: var(--button-bg-hover);
}

.highfly-yej472 {
  position: relative;
}

.highfly-yej472 .highfly-nnq7dg {
  margin-right: 0;
  padding-right: 4px;
}

.highfly-cp50ma svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.highfly-yej472.highfly-y8656s .highfly-cp50ma svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.highfly-yej472.highfly-y8656s .highfly-5dhwt1 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.highfly-yej472.highfly-y8656s .highfly-5dhwt1::before {
  display: none;
}

.highfly-cp50ma svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.highfly-5dhwt1 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.highfly-egyvyo 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.highfly-5dhwt1::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.highfly-5dhwt1:hover {
  color: var(--fh-bg-color);
}

.highfly-ba3av8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.highfly-egyvyo 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.highfly-ni395f ease-in-out;
  -o-transition: 0.highfly-ni395f ease-in-out;
  transition: 0.highfly-ni395f ease-in-out;
}

.highfly-ba3av8 .highfly-33yran img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.highfly-3400tn,
.highfly-ba3av8:hover {
  color: var(--button-bg-hover);
}

.highfly-bvan2q {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr auto;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.highfly-bvan2q.highfly-v5hzlg {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.highfly-bvan2q.highfly-v5hzlg:after,
.highfly-bvan2q.highfly-v5hzlg:before {
  content: "";
  position: absolute;
  margin: auto;
}

.highfly-bvan2q.highfly-v5hzlg:before {
  width: 1000px;
  top: 0;
  height: 1000px;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: var(--border-color);
  background: var(--border-color);
  background: conic-gradient(var(--border-color), var(--button-bg-color));
  animation: rotate 2s linear infinite;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.highfly-bvan2q.highfly-v5hzlg:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.highfly-bvan2q.highfly-v5hzlg > * {
  z-index: 1;
}

.highfly-bvan2q b,
.highfly-bvan2q strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.highfly-bvan2q .highfly-gulpl6 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.highfly-bvan2q .highfly-c53aat {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
}

.highfly-bvan2q .highfly-33yran {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.highfly-bvan2q .highfly-cqotpn {
  margin-top: 12px;
}

.highfly-cqotpn {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.highfly-7fvi96 {
  flex: 1 1;
  color: var(--button-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 2px dashed var(--border-color);
  padding: 12px;
  max-width: 220px;
}

.highfly-cqotpn .highfly-ssfb3k {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.highfly-oachz7 ease-in-out;
}

.highfly-cqotpn .highfly-ssfb3k:hover {
  background: rgba(255, 255, 255, 0.3);
}

.highfly-hkresq {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
  justify-content: space-between;
  border-radius: 8px;
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.highfly-bvan2q.highfly-xerhqb {
  gap: 12px;
  padding: 16px;
}

.highfly-bvan2q.highfly-xerhqb .highfly-hkresq {
  min-width: 240px;
}

.highfly-bvan2q.highfly-xerhqb .highfly-hkresq.highfly-1him8f {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .highfly-bvan2q .highfly-gulpl6 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .highfly-bvan2q .highfly-c53aat {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .highfly-bvan2q .highfly-33yran {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .highfly-bvan2q.highfly-xerhqb .highfly-33yran {
    max-width: 126px;
  }
  .highfly-bvan2q .highfly-cqotpn {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .highfly-bvan2q .highfly-7fvi96 {
    max-width: unset;
  }
  .highfly-hkresq {
    min-width: unset;
    width: 100%;
  }
  .highfly-bvan2q .highfly-hkresq {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .highfly-bvan2q.highfly-xerhqb {
    grid-template-rows: auto 1fr auto;
  }
  .highfly-bvan2q.highfly-xerhqb .highfly-hkresq {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .highfly-bvan2q {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .highfly-bvan2q .highfly-gulpl6 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .highfly-bvan2q .highfly-33yran {
    max-width: 78px;
  }
  .highfly-bvan2q .highfly-cqotpn {
    margin-top: -12px;
  }
  .highfly-bvan2q.highfly-xerhqb {
    gap: 8px;
  }
  .highfly-bvan2q.highfly-xerhqb .highfly-gulpl6 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .highfly-bvan2q.highfly-xerhqb .highfly-c53aat {
    grid-column: 1/3;
  }
  .highfly-bvan2q.highfly-xerhqb .highfly-33yran {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .highfly-bvan2q.highfly-xerhqb .highfly-33yran img {
    max-width: 114px;
  }
}

.highfly-hkresq.highfly-sh20jc,
.highfly-hkresq.highfly-hr5qcd,
.highfly-hkresq.highfly-5awygv {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.highfly-oachz7 ease-in-out;
}

.highfly-hkresq.highfly-sh20jc,
.highfly-hkresq.highfly-5awygv {
  padding: 10px;
}

.highfly-hkresq.highfly-sh20jc:hover,
.highfly-hkresq.highfly-hr5qcd:hover,
.highfly-hkresq.highfly-5awygv:hover {
  background: var(--button-bg-hover);
}

.highfly-hkresq.highfly-sh20jc:hover svg path,
.highfly-hkresq.highfly-5awygv:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.highfly-hkresq.highfly-1him8f {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.highfly-oachz7 ease-in-out;
  background: var(--button-bg-color);
}

.highfly-hkresq.highfly-1him8f:hover {
  background-color: var(--button-bg-hover);
}

.highfly-hkresq.highfly-hr5qcd:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(../images/mini-gift.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}

@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.highfly-hkresq.highfly-hr5qcd:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.highfly-hkresq.highfly-1him8f:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.highfly-dpl806 {
  max-width: 650px;
}

.highfly-9qdmk5 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.highfly-akr91t {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.highfly-652x6u {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.highfly-ni395f ease-in-out;
  cursor: pointer;
}

.highfly-652x6u:hover {
  opacity: 0.5;
}

.highfly-652x6u:focus {
  outline: 0;
}

.highfly-652x6u:focus .highfly-s29q9r,
.highfly-652x6u:hover .highfly-s29q9r {
  fill: red;
  fill-opacity: 1;
}

.highfly-652x6u:hover {
  cursor: pointer;
}

.highfly-cjyikz {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.highfly-dpl806.highfly-8zxn22 {
  margin: 0 auto;
}

.highfly-dpl806.highfly-rrdm2a {
  margin-left: auto;
}

.highfly-uc9741 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.highfly-mt6bzf {
  padding-bottom: 50px;
}

.highfly-mpwns3 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.highfly-0v5n52 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: wrap row-reverse;
  flex-flow: wrap row-reverse;
  gap: 20px;
}

.highfly-0w0rwg {
  margin-top: 24px;
}

.highfly-qc1cf8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.highfly-zl2xsr {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.highfly-a762yr {
  display: flex;
  gap: 12px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
}

.highfly-8unzsa {
  width: 468px;
}

.highfly-a762yr .highfly-5dhwt1 {
  margin: 0.highfly-993yan 0;
}

.highfly-8jz3cc {
  display: flex;
  min-width: 224px;
}

.highfly-l52knm {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.highfly-ni395f ease-in-out;
}

.highfly-6y8io5,
.highfly-l52knm:hover {
  color: var(--text-color);
}

.highfly-2ib032 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.highfly-h4ipqf {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .highfly-uc9741 {
    padding: 16px;
  }
  .highfly-2ib032 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .highfly-h4ipqf {
    align-items: center;
  }
  .highfly-8unzsa {
    width: unset;
  }
  .highfly-8jz3cc {
    min-width: unset;
  }
  .highfly-a762yr {
    max-height: unset;
  }
  .highfly-mpwns3 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .highfly-uc9741 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.highfly-4l82u8 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.highfly-4l82u8:not(:last-child) {
  margin-bottom: 16px;
}

.highfly-djsrce {
  outline: 0;
}

.highfly-djsrce .highfly-3vqwjd {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.highfly-6p3hwl {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .highfly-6p3hwl {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.highfly-6p3hwl::-webkit-details-marker {
  display: none;
}

.highfly-6p3hwl:before {
  content: "?";
  display: flex;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--text-color);
  background: var(--button-bg-color);
  background-repeat: no-repeat;
  background-position: center;
}

.highfly-6p3hwl:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .highfly-6p3hwl:after {
  transform: unset;
}

.highfly-3vqwjd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-faq-item-title);
}

.highfly-3vqwjd svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-faq-item-title);
  -webkit-transition: 0.highfly-ni395f ease-in-out;
  -o-transition: 0.highfly-ni395f ease-in-out;
  transition: 0.highfly-ni395f ease-in-out;
}

.highfly-tt192e {
  padding: 16px 0 0 0;
}

.highfly-tt192e * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .highfly-tt192e :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .highfly-6p3hwl {
    flex-wrap: wrap;
    gap: 12px;
  }
  .highfly-6p3hwl::after {
    margin-left: auto;
  }
  .highfly-3vqwjd {
    order: 3;
    flex: 1 1 100%;
  }
  .highfly-6p3hwl {
    font-size: 14px;
    line-height: 130%;
  }
  .highfly-3vqwjd svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.highfly-7g41yl {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
  margin: 0;
}

.highfly-wpc5bz {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.highfly-7g41yl.highfly-y8656s .highfly-wpc5bz {
  margin-bottom: 12px;
}

.highfly-wpc5bz::after {
  content: "";
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 250ms;
}

.highfly-7g41yl.highfly-y8656s .highfly-wpc5bz::after {
  transform: unset;
}

.highfly-7o0a8c {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.highfly-g5f40g {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.highfly-ni395f ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.highfly-g5f40g:before {
  content: "";
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/list-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.highfly-7g41yl.highfly-y8656s .highfly-7o0a8c {
  max-height: 100%;
}

.highfly-huvx66 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.highfly-49mu6p {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.highfly-lf3bx7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.highfly-3njot6 {
  margin-right: 4px;
}

.highfly-i3ce37 {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--button-bg-color);
  padding: 4px 0;
  transition: color 0.highfly-ni395f ease-in-out;
}

.highfly-i3ce37 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.highfly-im3j4g,
.highfly-i3ce37:hover {
  color: var(--text-color);
}

.highfly-uk0oav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border-radius: 12px 12px 0 0;
  padding: 8px;
  gap: 0 8px;
  background-color: #008f5e;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}

.highfly-uk0oav img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.highfly-uk0oav .highfly-h6udm1 {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.highfly-uk0oav .highfly-skn0o8 {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
  color: var(--title-color);
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.highfly-6n2i6f {
  display: flex;
  align-items: center;
  grid-column: 3/4;
  grid-row: 1/3;
  color: #196948;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--title-color);
  margin-top: 0;
}

.highfly-dc7vam {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.highfly-btdumk .highfly-lrngb8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.highfly-btdumk {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.highfly-oobd7e {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.highfly-yjd2gx {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.highfly-x4hatk {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.highfly-va9z9f 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.highfly-x4hatk:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.highfly-cwyf4n {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.highfly-13ddou {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px #223c5059;
  box-shadow: 0 0 20px 5px #223c5059;
  background-color: var(--button-bg-color);
  -webkit-transition: -webkit-transform 0.highfly-ni395f ease-in-out;
  transition: transform 0.highfly-ni395f ease-in-out;
  -o-transition: transform 0.highfly-ni395f ease-in-out;
  transition:
    transform 0.highfly-ni395f ease-in-out,
    -webkit-transform 0.highfly-ni395f ease-in-out;
  cursor: pointer;
}

.highfly-13ddou svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.highfly-13ddou:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  bottom: 18px;
  right: 80px;
  padding: 1em;
  max-width: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
  box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}

#cookie-law-div a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cookie-law-div a:hover {
  opacity: 0.7;
}

#cookie-law-div p {
  margin: 0;
  color: #000;
  padding-right: 50px;
}

#cookie-law-div button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0.5em;
  top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: none;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
}

#cookie-law-div button:hover {
  opacity: 1;
}

.highfly-38shce {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .highfly-38shce {
    left: calc(50% - 60px);
  }
}

#cookie-law-div {
  border-radius: 0;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

#cookie-law-div p {
  padding-bottom: 50px;
}

body::-webkit-scrollbar-track {
  background-color: var(--fh-bg-color);
}

body::-webkit-scrollbar-thumb {
  border: 1px solid var(--fh-bg-color);
  border-radius: 10px;
  height: 20%;
  background: var(--button-bg-color);
}

.highfly-2bldrf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.highfly-m0yj7n {
  position: relative;
  width: 100%;
}

.highfly-2bldrf.highfly-vwskpl {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.highfly-2bldrf.highfly-8zxn22 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.highfly-2bldrf.highfly-rrdm2a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.highfly-c8chwe {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.highfly-5gl79v {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.highfly-ni395f ease-in-out;
  cursor: pointer;
}

.highfly-5gl79v:hover {
  opacity: 0.5;
}

.highfly-2bldrf.highfly-fwm0ei .highfly-5gl79v {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.highfly-2bldrf.highfly-fwm0ei .highfly-c8chwe {
  cursor: pointer;
}

.highfly-xbo3xr {
  fill: #0009;
}

.highfly-izpdm1 {
  fill: #fff;
}

.highfly-5gl79v:hover .highfly-xbo3xr {
  fill: red;
}

.highfly-5gl79v svg path {
  -webkit-transition: 0.highfly-ni395f ease-in-out;
  -o-transition: 0.highfly-ni395f ease-in-out;
  transition: 0.highfly-ni395f ease-in-out;
}

.highfly-aumuty {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.highfly-aumuty > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.highfly-aumuty.highfly-mhy6zr > :not(.get-image) {
  grid-column: 1/3;
}

.highfly-z5jeli:not(._h1-block) .highfly-aumuty > .highfly-trc1wc {
  grid-row: 1/2;
  grid-column: 1/3;
}

.highfly-aumuty.highfly-mhy6zr .highfly-lf6mx4 {
  grid-column: 2/3;
}

.highfly-aumuty.highfly-mhy6zr > .highfly-33yran {
  grid-column: 1/2;
}

.highfly-aumuty.highfly-mhy6zr > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.highfly-aumuty > p:first-of-type {
  margin-top: 0;
}

.highfly-aumuty .highfly-33yran {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/10;
  border-radius: 12px;
  overflow: hidden;
}

.highfly-z5jeli:not(._h1-block) .highfly-trc1wc ~ .highfly-33yran {
  grid-row: 2/10;
}

.highfly-z5jeli.highfly-t7bfao .highfly-trc1wc ~ .highfly-33yran {
  grid-row: 1/10;
}

.highfly-z5jeli.highfly-t7bfao > .highfly-trc1wc {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.highfly-z5jeli.highfly-t7bfao .highfly-33yran {
  grid-row: 1/10;
}

.highfly-aumuty.highfly-7vvxuq .highfly-33yran {
  align-items: flex-start;
}

.highfly-aumuty.highfly-8zxn22 .highfly-lf6mx4 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.highfly-aumuty.highfly-8zxn22 .highfly-33yran {
  align-items: center;
}

.highfly-aumuty.highfly-h8c3o8 .highfly-33yran {
  align-items: flex-end;
}

.highfly-lf6mx4 > :first-child {
  margin-top: 0;
}

.highfly-lf6mx4 > :last-child {
  margin-bottom: 0;
}

* + .highfly-ll2cmo,
.highfly-z5jeli + .highfly-z5jeli {
  margin-top: 2rem;
}

.highfly-y7z282 td::before,
.highfly-y7z282 th::after {
  display: none !important;
}

.highfly-y7z282 #link-selector {
  color: #000;
}

.highfly-y7z282 .highfly-exqz1k {
  color: #135e96;
}

.highfly-y7z282 .highfly-uj8mn1 *,
.highfly-y7z282 .highfly-wxpguo p,
.highfly-y7z282 .highfly-cq9pm2 * {
  color: #000;
}

.highfly-y7z282 .highfly-r40njo {
  background: 0 0 !important;
}

.highfly-y7z282 .highfly-o2atj8 {
  color: #000;
}

.highfly-y7z282 .highfly-v2fmsg.highfly-rghfu4 {
  color: #fff;
}

.highfly-y7z282 .highfly-hb5rda {
  color: #000;
}

.highfly-y7z282
  .highfly-s3bx6v
  .highfly-54xf8f.highfly-rghfu4.highfly-716luk {
  background: #ccc;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  color: #000 !important;
}

.highfly-duq6p0,
body .highfly-hqaruu {
  color: #000;
  background: var(--color-body) !important;
}

.highfly-duq6p0 .highfly-6i72kk .highfly-iru2nj,
body .highfly-hqaruu .highfly-6i72kk .highfly-iru2nj {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .highfly-g5f40g:focus,
  .highfly-g5f40g:hover {
    color: #f9cb16;
  }
  .highfly-7rqmfb:focus,
  .highfly-7rqmfb:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .highfly-g2g3a6:focus img,
  .highfly-g2g3a6:focus svg,
  .highfly-g2g3a6:hover img,
  .highfly-g2g3a6:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .highfly-uk0oav {
    display: none;
  }
}

@media (min-width: 1024px) {
  .highfly-yej472:hover .highfly-cp50ma svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .highfly-cp50ma {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .highfly-sm25s1 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .highfly-4i77eu {
    grid-template-columns: repeat(4, 1fr);
  }
  .highfly-r012h6 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .highfly-12v971 .highfly-7n11lu {
    grid-template-columns: 1fr;
  }
  .highfly-12v971 .highfly-70uh6y {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    overflow: auto;
    margin-right: 0;
    border-style: none;
    border-radius: 16px 16px 0 0;
    padding: 0;
  }
  .highfly-12v971 .highfly-pnj7oz {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .highfly-12v971 .highfly-lterh8 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .highfly-12v971 .highfly-k41tw4 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .highfly-12v971 .highfly-pnj7oz:not(:first-child) {
    border: none;
  }
  .highfly-12v971 .highfly-pnj7oz:first-child .highfly-lterh8 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .highfly-12v971 .highfly-pnj7oz:last-child .highfly-lterh8 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .highfly-hny85n {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .highfly-h38v0x {
    max-width: 100px;
  }
  .highfly-onvo7o {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .highfly-ox06qk {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .highfly-ox06qk svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .highfly-p95enf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .highfly-onvo7o + .highfly-ox06qk {
    margin-left: auto;
  }
  .highfly-gx5u3w {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--fh-bg-color);
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
  }
  .highfly-gx5u3w.highfly-y8656s {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .highfly-avfdha {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 32px 16px 12px 16px;
  }
  .highfly-q375d2 {
    width: 100%;
  }
  .highfly-q375d2:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .highfly-nnq7dg {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .highfly-nnq7dg svg {
    margin-right: 4px;
  }
  .highfly-yej472 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .highfly-cp50ma svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .highfly-cp50ma {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 5px 16px 30%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
  }
  .highfly-5dhwt1 {
    display: none;
    width: 100%;
  }
  .highfly-yej472.highfly-y8656s .highfly-5dhwt1 {
    padding: 0 0 0 48px;
  }
  .highfly-ba3av8 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .highfly-0v5n52 .highfly-33yran {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .highfly-blywr2 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .highfly-blywr2 + .highfly-blywr2 {
    margin-right: 0;
  }
  .highfly-blywr2 + .highfly-33yran {
    margin: 0;
  }
  .highfly-sm25s1 {
    grid-template-columns: repeat(4, 1fr);
  }
  .highfly-4i77eu {
    grid-template-columns: repeat(3, 1fr);
  }
  .highfly-rfgfym,
  .highfly-13y0g4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .highfly-aumuty {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .highfly-aumuty.highfly-mhy6zr .highfly-lf6mx4 {
    grid-column: auto;
    grid-row: auto;
  }
  .highfly-aumuty > .highfly-trc1wc {
    grid-column: 1/2;
  }
  .highfly-aumuty.highfly-mhy6zr > :not(.get-image) {
    grid-column: 1/2;
  }
  .highfly-aumuty .highfly-33yran,
  .highfly-aumuty.highfly-mhy6zr > .highfly-33yran {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .highfly-aumuty.highfly-mhy6zr > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .highfly-z5jeli.highfly-t7bfao .highfly-aumuty > .highfly-33yran {
    grid-row: 1/2;
  }
  .highfly-aumuty .highfly-trc1wc ~ .highfly-33yran,
  .highfly-aumuty.highfly-mhy6zr .highfly-trc1wc ~ .highfly-33yran {
    grid-row: 2/3;
  }
  .highfly-z5jeli.highfly-t7bfao .highfly-trc1wc ~ .highfly-33yran {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .highfly-merfm1:first-child .highfly-2fiqap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .highfly-merfm1:first-child .highfly-2fiqap h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .highfly-merfm1 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .highfly-merfm1 {
    padding: 0;
  }
  .highfly-kuu1ny {
    margin-top: 1rem;
  }
  .highfly-djsrce {
    border-radius: 5px;
  }
  .highfly-osck3o {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .highfly-wpc5bz::after {
    display: inline-block;
  }
  .highfly-wpc5bz {
    margin: 0;
    width: 100%;
  }
  .highfly-7o0a8c {
    width: 100%;
  }
  .highfly-7o0a8c.highfly-qiqvei {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .highfly-7o0a8c.highfly-qiqvei .highfly-d8zvpc {
    width: 100%;
  }
  .highfly-7o0a8c.highfly-qiqvei .highfly-d8zvpc:not(:last-child) {
    margin-right: 0;
  }
  .highfly-g5f40g {
    width: 100%;
    text-align: center;
  }
  .highfly-7g41yl.highfly-y8656s .highfly-7o0a8c {
    margin-top: 1rem;
  }
  .highfly-sm25s1 {
    grid-template-columns: repeat(3, 1fr);
  }
  .highfly-r012h6,
  .highfly-4i77eu {
    grid-template-columns: repeat(2, 1fr);
  }
  .highfly-rfgfym,
  .highfly-13y0g4,
  .highfly-opk05d {
    grid-template-columns: 1fr;
  }
  .highfly-zc9mx1 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .highfly-sv5ka5 {
    min-width: 300px;
    max-width: 325px;
  }
  .highfly-lterh8 {
    cursor: auto;
  }
  .highfly-0yswb6 .highfly-lterh8 {
    padding: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .highfly-38shce {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .highfly-5dhwt1 {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #cookie-law-div {
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .highfly-38shce {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.highfly-blywr2 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .highfly-ox06qk {
    margin: 0 -0.2rem;
  }
  .highfly-blywr2 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .highfly-jppmnu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .highfly-dnfn4m {
    max-width: 100%;
  }
  .highfly-sm25s1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .highfly-r012h6,
  .highfly-4i77eu {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .highfly-hny85n {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .highfly-ox06qk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .highfly-i17yh5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .highfly-say79c {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .highfly-z7kt2m,
  .highfly-ps9tpt {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .highfly-xto5gk {
    width: 100%;
  }
  .highfly-sm25s1 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .highfly-38shce {
    top: 127px !important;
  }
}

.highfly-iwaian {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .highfly-iwaian {
  }
}

@media (max-width: 767px) {
  .highfly-iwaian {
    margin-bottom: 12px;
  }
}

.highfly-iwaian img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.highfly-5hrhbm {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.highfly-5hrhbm > .highfly-qqqkb0 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .highfly-5hrhbm {
    flex-direction: column;
    gap: 12px;
  }
}

.highfly-nsrsqp {
  display: flex;
}

.highfly-nsrsqp .highfly-x9y3xo {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 8px;
  border-radius: 4px 0 0 4px;
}

.highfly-nsrsqp .highfly-ds4q1f {
  display: flex;
  align-items: center;
  flex: 1 1;
  background-color: var(--fh-bg-color);
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}

.highfly-nsrsqp .highfly-rjtg88 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.highfly-nsrsqp .highfly-ee7r1n {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 32px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.highfly-nsrsqp .highfly-ee7r1n:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.highfly-nsrsqp .highfly-0bs5cp {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.highfly-3ns36u {
  border: unset;
  background-color: unset;
}

.highfly-3ns36u tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.highfly-3ns36u .highfly-d1wv84,
.highfly-3ns36u .highfly-rhp56a {
  flex: 0 1 330px;
}

.highfly-3ns36u .highfly-a3ah02 {
  flex: 1 1;
}

.highfly-3ns36u tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.highfly-3ns36u tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.highfly-3ns36u tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.highfly-3ns36u tr td p {
  color: #fff;
  margin: 0;
}

.highfly-3ns36u tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.highfly-3ns36u tr.highfly-d1wv84 td p {
  padding: 16px 0;
}

.highfly-3ns36u tr.highfly-d1wv84 td p:not(:last-child),
.highfly-3ns36u tr.highfly-rhp56a td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.highfly-3ns36u tr.highfly-d1wv84 td p:first-child,
.highfly-3ns36u tr.highfly-rhp56a td p:first-child {
  padding-top: 0;
}

.highfly-3ns36u tr.highfly-rhp56a td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.highfly-3ns36u tr.highfly-rhp56a td p:last-child {
  padding-bottom: 0;
}

.highfly-3ns36u .highfly-rhp56a img {
  max-width: 32px;
}

.highfly-3ns36u .highfly-a3ah02 {
  min-width: 718px;
}

.highfly-3ns36u .highfly-a3ah02 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.highfly-3ns36u .highfly-a3ah02 td {
  display: flex;
}

.highfly-3ns36u .highfly-a3ah02 td:last-child .highfly-xuwevf,
.highfly-3ns36u .highfly-a3ah02 td:last-child .highfly-182nwl,
.highfly-3ns36u .highfly-a3ah02 td:last-child .highfly-je4gh7 {
  flex: 1 1 50%;
}

.highfly-3ns36u .highfly-a3ah02 td:last-child .highfly-oj16k5 {
  flex: 1 1 100%;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.highfly-3ns36u .highfly-a3ah02 td:last-child .highfly-66mdlb,
.highfly-3ns36u .highfly-a3ah02 td:last-child .highfly-idtpu1 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.highfly-3ns36u .highfly-a3ah02 td:last-child .highfly-xuwevf,
.highfly-3ns36u .highfly-a3ah02 td:last-child .highfly-182nwl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.highfly-3ns36u .highfly-a3ah02 td:last-child .highfly-xuwevf span,
.highfly-3ns36u .highfly-a3ah02 td:last-child .highfly-182nwl span {
  font-weight: 800;
}

.highfly-3ns36u .highfly-a3ah02 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .highfly-3ns36u .highfly-a3ah02 td .highfly-je4gh7:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .highfly-3ns36u tr.highfly-d1wv84 td p:last-child {
    padding-bottom: 0;
  }
  .highfly-3ns36u .highfly-rhp56a > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .highfly-3ns36u .highfly-rhp56a > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .highfly-3ns36u tr.highfly-d1wv84 td p:not(:last-child),
  .highfly-3ns36u tr.highfly-rhp56a td p:not(:last-child) {
    border-bottom: unset;
  }
  .highfly-3ns36u tr.highfly-rhp56a td p:last-child {
    padding-bottom: 12px;
  }
  .highfly-3ns36u .highfly-a3ah02 td:last-child .highfly-xuwevf,
  .highfly-3ns36u .highfly-a3ah02 td:last-child .highfly-182nwl,
  .highfly-3ns36u .highfly-a3ah02 td:last-child .highfly-je4gh7 {
    flex: 1 1 50%;
    padding: 0;
  }
  .highfly-3ns36u .highfly-a3ah02 td:last-child .highfly-xuwevf,
  .highfly-3ns36u .highfly-a3ah02 td:last-child .highfly-182nwl {
    margin-top: 16px;
  }
  .highfly-3ns36u .highfly-a3ah02 td:last-child .highfly-je4gh7 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .highfly-3ns36u .highfly-a3ah02 td:last-child .highfly-xuwevf {
    border-right: 1px solid var(--border-color);
  }
  .highfly-3ns36u .highfly-a3ah02 td:last-child .highfly-je4gh7:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .highfly-3ns36u .highfly-a3ah02 td:last-child .highfly-je4gh7:last-child {
    padding-bottom: 0;
  }
}

.highfly-je4gh7 {
  display: flex;
  flex-direction: column;
}

.highfly-3ns36u .highfly-a3ah02 td .highfly-je4gh7 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.highfly-3ns36u .highfly-a3ah02 td .highfly-je4gh7:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.highfly-3ns36u .highfly-a3ah02 td .highfly-je4gh7:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .highfly-3ns36u .highfly-a3ah02 td .highfly-je4gh7:not(:first-child) {
    padding-left: 0;
  }
  .highfly-3ns36u .highfly-a3ah02 td .highfly-je4gh7:not(:last-of-type) {
    border-right: unset;
  }
}

.highfly-3ns36u .highfly-6yq5ev {
  flex: 0 1 485px;
}

.highfly-3ns36u .highfly-upezzv {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.highfly-3ns36u .highfly-upezzv li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.highfly-3ns36u .highfly-upezzv li.highfly-n1o3t3 {
  padding: 6px 12px;
}

.highfly-3ns36u .highfly-upezzv li a,
.highfly-3ns36u .highfly-upezzv li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.highfly-3ns36u .highfly-1xar6p,
.highfly-3ns36u .highfly-f1wr4g {
  flex: 1 1;
}

.highfly-3ns36u .highfly-le0wt6,
.highfly-3ns36u .highfly-16eulb {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.highfly-3ns36u .highfly-le0wt6 li,
.highfly-3ns36u .highfly-16eulb li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.highfly-3ns36u .highfly-f1wr4g img {
  max-width: 32px;
}

.highfly-3ns36u .highfly-1xar6p img {
  max-width: 32px;
}

.highfly-3ns36u .highfly-9mho2z {
  min-width: 280px;
}

.highfly-3ns36u .highfly-9mho2z img {
  max-width: 146px;
}

.highfly-3ns36u .highfly-9mho2z td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .highfly-3ns36u .highfly-d1wv84,
  .highfly-3ns36u .highfly-rhp56a {
    flex: 0 1 auto;
  }
  .highfly-3ns36u .highfly-a3ah02 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .highfly-3ns36u .highfly-d1wv84,
  .highfly-3ns36u .highfly-6yq5ev,
  .highfly-3ns36u .highfly-rhp56a,
  .highfly-3ns36u .highfly-a3ah02 {
    flex: 1 1 calc(50% - 20px);
  }
  .highfly-3ns36u .highfly-1xar6p,
  .highfly-3ns36u .highfly-9mho2z,
  .highfly-3ns36u .highfly-f1wr4g {
    flex: 1 1 30%;
  }
  .highfly-3ns36u .highfly-9mho2z {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .highfly-3ns36u .highfly-d1wv84,
  .highfly-3ns36u .highfly-6yq5ev,
  .highfly-3ns36u .highfly-1xar6p,
  .highfly-3ns36u .highfly-rhp56a,
  .highfly-3ns36u .highfly-a3ah02,
  .highfly-3ns36u .highfly-9mho2z,
  .highfly-3ns36u .highfly-f1wr4g {
    flex: 1 1 100%;
  }
}

.highfly-s9c4be .highfly-suev4n {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.highfly-s9c4be .highfly-34xdom {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.highfly-s9c4be .highfly-rpvtux {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.highfly-s9c4be .highfly-hgky5i {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.highfly-s9c4be .highfly-hgky5i > :nth-child(3) {
  margin-top: 0;
}

.highfly-s9c4be .highfly-33yran {
  grid-column: 2/3;
  grid-row: 1/10;
}

.highfly-s9c4be .highfly-fgpvc5 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.highfly-s9c4be .highfly-kuu1ny {
  grid-column: 1/2;
}

.highfly-s9c4be > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.highfly-s9c4be .highfly-34xdom:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  min-width: 44px;
  height: 24px;
  background-image: url(../images/how-to_arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fh-bg-color);
  z-index: 1;
}

.highfly-s9c4be .highfly-34xdom:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.highfly-s9c4be .highfly-xto5gk {
  min-width: 240px;
}

@media (max-width: 768px) {
  .highfly-s9c4be .highfly-34xdom:not(:last-child):before {
    bottom: 8px;
  }
  .highfly-s9c4be .highfly-34xdom:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .highfly-s9c4be .highfly-hgky5i {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .highfly-s9c4be .highfly-33yran {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .highfly-s9c4be .highfly-33yran img {
    width: 100%;
    height: auto;
  }
  .highfly-s9c4be .highfly-xto5gk {
    width: 100%;
    min-width: unset;
  }
}

.highfly-ib087c .highfly-hbvdg3 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.highfly-ib087c .highfly-k6bz6y {
  display: flex;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  overflow: hidden;
}

.highfly-ib087c .highfly-33yran {
  height: 100%;
}

.highfly-ib087c .highfly-33yran img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.highfly-ib087c .highfly-0kfj1w {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.highfly-ib087c .highfly-wv41v6 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.highfly-ib087c .highfly-5rn39o {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .highfly-ib087c .highfly-k6bz6y {
    flex: 1 1 100%;
  }
  .highfly-ib087c .highfly-hkresq {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .highfly-ib087c .highfly-k6bz6y {
    flex-direction: column;
  }
  .highfly-ib087c .highfly-33yran {
    width: 100%;
    height: auto;
  }
  .highfly-ib087c .highfly-33yran img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .highfly-ib087c .highfly-0kfj1w {
    padding: 0 16px 16px 16px;
  }
  .highfly-ib087c .highfly-hkresq {
    min-width: unset;
    width: 100%;
  }
}

.highfly-d5kvkg .highfly-6nbeac {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.highfly-d5kvkg .highfly-tatdzc {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.highfly-d5kvkg img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.highfly-d5kvkg .highfly-ifhhj6 {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(15, 39, 23, 0.95);
  z-index: 1;
  transition: 0.2s;
}

.highfly-d5kvkg .highfly-tatdzc:hover .highfly-ifhhj6 {
  display: flex;
}

.highfly-d5kvkg .highfly-h9n4pd {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.highfly-d5kvkg .highfly-sqkghz {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.highfly-grup7x {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: unset;
  width: auto;
  cursor: pointer;
}

.highfly-grup7x.highfly-jlkc6j {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.highfly-oachz7 ease-in-out;
}

.highfly-grup7x.highfly-jlkc6j:hover {
  color: #f9cb16;
  background-color: transparent;
}

.highfly-d5kvkg .highfly-veaztr {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.highfly-oachz7 ease-in-out;
}

.highfly-d5kvkg .highfly-veaztr:hover {
  color: #196948;
  background-color: #f9cb16;
}

.highfly-d5kvkg .highfly-veaztr:after,
.highfly-grup7x.highfly-jlkc6j:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.highfly-grup7x.highfly-jlkc6j:after {
  background-image: url(../images/Cash.svg);
}

.highfly-d5kvkg .highfly-veaztr:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .highfly-d5kvkg .highfly-6nbeac {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .highfly-d5kvkg .highfly-6nbeac {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .highfly-d5kvkg .highfly-6nbeac {
    grid-template-columns: 1fr;
  }
  .highfly-d5kvkg .highfly-tatdzc {
    height: auto;
  }
  .highfly-d5kvkg .highfly-tatdzc .highfly-ifhhj6 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .highfly-d5kvkg .highfly-h9n4pd,
  .highfly-d5kvkg .highfly-sqkghz {
    text-align: left;
  }
  .highfly-d5kvkg .highfly-sqkghz {
    margin-bottom: 8px;
  }
  .highfly-d5kvkg img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.highfly-tvvfxo {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 39, 23, 0.9);
  z-index: 990;
}

.highfly-tvvfxo.highfly-fwm0ei {
  display: block;
}

.highfly-tvvfxo .highfly-u0d0kh {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 860px;
  height: 580px;
  background-color: #318562;
  border-radius: 12px;
  overflow: hidden;
}

.highfly-tvvfxo .highfly-wsxzef {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.highfly-tvvfxo .highfly-216z11 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.highfly-tvvfxo .highfly-x0mpye {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.highfly-tvvfxo .highfly-grup7x {
  min-width: 296px;
  margin-bottom: 0;
}

.highfly-tvvfxo .highfly-c2s5t3 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.highfly-tvvfxo .highfly-macqnd {
  position: relative;
  flex: 1 1;
}

.highfly-tvvfxo .highfly-macqnd iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .highfly-tvvfxo .highfly-wsxzef {
    flex-wrap: wrap;
    gap: 8px;
  }
  .highfly-tvvfxo .highfly-216z11 {
    order: 1;
  }
  .highfly-tvvfxo .highfly-x0mpye {
    order: 3;
    flex: 1 1 100%;
  }
  .highfly-tvvfxo .highfly-grup7x {
    width: 100%;
    min-width: unset;
  }
  .highfly-tvvfxo .highfly-c2s5t3 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .highfly-aumuty > .highfly-trc1wc {
    margin-bottom: 0;
  }
  .highfly-aumuty > .highfly-kuu1ny,
  .highfly-aumuty > p {
    margin-top: 0;
  }
}

.highfly-iiokaj img,
.highfly-blywr2 img {
  width: auto;
  object-fit: contain;
}

.highfly-iiokaj {
  align-items: center;
}

.highfly-iiokaj img {
  max-height: 76px;
}

.highfly-blywr2 img {
  max-height: 64px;
}

.highfly-bdohrg {
  overflow: auto;
}

.highfly-t1mb7m {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.highfly-jt93lg:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.highfly-ozvxkw {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.highfly-c4y6dv {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.highfly-ozvxkw .highfly-33yran {
  margin-right: 20px;
  flex-shrink: 0;
}

.highfly-ozvxkw img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.highfly-k3p5qe {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.highfly-k3p5qe > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .highfly-ozvxkw {
    padding: 15px 10px;
  }
  .highfly-k3p5qe {
    padding: 15px 10px;
  }
  .highfly-ozvxkw .highfly-33yran {
    margin-right: 10px;
  }
}

.highfly-yrixtt {
  overflow-x: auto;
}

.highfly-u9s2aq {
  border-collapse: collapse;
  width: 100%;
}

.highfly-yrixtt th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.highfly-yrixtt td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.highfly-yrixtt td.highfly-bm56i3 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.highfly-yrixtt td.highfly-w9ussj {
  border-right: none;
}

.highfly-yrixtt td.highfly-w9ussj .highfly-33yran {
  justify-content: flex-start;
}

.highfly-yrixtt td.highfly-w9ussj .highfly-33yran img {
  height: auto;
  width: 90px;
}

.highfly-yrixtt td.highfly-r4700w,
.highfly-yrixtt td.highfly-0l0ur9 {
  font-weight: 600;
  text-align: right;
}

.highfly-yrixtt td.highfly-u0u1i0,
.highfly-yrixtt td.highfly-r4700w {
  padding-bottom: 10px;
  border-bottom: none;
}

.highfly-yrixtt td.highfly-r4700w,
.highfly-yrixtt td.highfly-0l0ur9 {
  border-left: none;
}

.highfly-yrixtt td.highfly-u0u1i0,
.highfly-yrixtt td.highfly-7tgt0a {
  border-right: none;
}

.highfly-yrixtt td.highfly-7tgt0a,
.highfly-yrixtt td.highfly-0l0ur9 {
  border-top: none;
  padding-top: 10px;
}

.highfly-pgu1ty {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--fh-bg-color);
  margin-top: 20px;
}

.highfly-pgu1ty .highfly-hkresq {
  min-width: unset;
  width: 100%;
}

.highfly-pgu1ty .highfly-hkresq.highfly-sh20jc {
  grid-column: 1/2;
  grid-row: 1/2;
}

.highfly-pgu1ty .highfly-hkresq.highfly-5awygv {
  grid-column: 2/3;
  grid-row: 1/2;
}

.highfly-pgu1ty .highfly-d5pm7m {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .highfly-pgu1ty {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .highfly-pgu1ty .highfly-hkresq.highfly-sh20jc {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .highfly-pgu1ty .highfly-hkresq.highfly-5awygv {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .highfly-pgu1ty .highfly-d5pm7m {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.highfly-ygdqjg {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

.highfly-f3cngo {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.highfly-6zkvxg p a img {
  margin: 0 auto;
  display: block;
}

.highfly-6zkvxg table {
  margin-bottom: 17px;
}

/* contanct form */
.highfly-v1lbju {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.highfly-v1lbju label {
  font-size: 14px;
}

.highfly-v1lbju h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.highfly-v1lbju input,
.highfly-v1lbju textarea,
.highfly-v1lbju button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.highfly-v1lbju button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.highfly-oachz7 ease;
}
.highfly-v1lbju button:hover {
  background-color: #691204;
}
.highfly-g3i7nm {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.highfly-afcy78 ease-in;
}

.highfly-g3i7nm h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}