@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-n5e6pk {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.highfly-pvxn9h {
  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-snmo6t,
ul.highfly-snmo6t {
  padding-left: 20px;
}

ul.highfly-snmo6t {
  list-style: disc;
}

ol.highfly-snmo6t {
  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-4cpu96 > .highfly-o94n92,
.highfly-4cpu96 > .highfly-df9716,
.highfly-4cpu96 > blockquote,
.highfly-4cpu96 > h1,
.highfly-4cpu96 > h2,
.highfly-4cpu96 > h3,
.highfly-4cpu96 > h4,
.highfly-4cpu96 > h5,
.highfly-4cpu96 > h6,
.highfly-4cpu96 > ol,
.highfly-4cpu96 > p,
.highfly-4cpu96 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.highfly-4cpu96 > ol,
.highfly-4cpu96 > ul {
  padding-left: 50px;
}

.highfly-4cpu96 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-4cpu96:not(:last-child) {
  margin-bottom: 2rem;
}

.highfly-4cpu96 > :not(:first-child) {
  margin-top: 2rem;
}

.highfly-4cpu96 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.highfly-4cpu96:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .highfly-4cpu96:first-child {
    margin-top: 20px;
  }
}

.highfly-4cpu96 > p:last-of-type {
  margin-bottom: 32px;
}

.highfly-4cpu96 > .highfly-wpcmdl:not(:first-child) {
  margin: 64px auto 16px auto;
}

.highfly-zdnope > .highfly-wpcmdl {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.highfly-df9716 {
  overflow: auto;
}

.highfly-df9716::-webkit-scrollbar {
  height: 5px;
}

.highfly-df9716 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.highfly-df9716 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.highfly-df9716 table thead,
table thead {
  border-bottom: none;
}

.highfly-df9716 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.highfly-df9716 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.highfly-df9716 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.highfly-df9716 .highfly-9fnmmf {
  table-layout: auto;
}

.highfly-df9716 .highfly-9fnmmf th {
  word-break: normal;
}

.highfly-df9716 .highfly-9fnmmf td {
  word-break: normal;
}

.highfly-n5e6pk .highfly-n5e6pk {
  padding-right: 0;
  padding-left: 0;
}

.highfly-gmpfff {
  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-j08rbf {
  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-rhwvmg {
  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-o94n92 {
  margin-top: 24px;
}

.highfly-o94n92.highfly-6hz4hp {
  text-align: left;
}

.highfly-o94n92.highfly-n41sos {
  text-align: right;
}

.highfly-o94n92.highfly-ayvtru {
  text-align: center;
}

.highfly-zu76t9 {
  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-t2u4wn ease-in-out;
  cursor: pointer;
}

.highfly-zu76t9:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.highfly-zu76t9 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .highfly-zu76t9 {
    min-width: unset;
  }
}

.highfly-94kw2k {
  background-color: var(--fh-bg-color);
}

.highfly-92q4tb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.highfly-w7bn71 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.highfly-w7bn71 img {
  max-height: 80px;
  object-fit: contain;
}

.highfly-a22trj {
  flex: 1 1;
}

.highfly-6ajm0u {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.highfly-7mcj4k {
  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-7mcj4k 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-7mcj4k.highfly-zdui4f span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.highfly-7mcj4k.highfly-zdui4f span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.highfly-7mcj4k.highfly-zdui4f span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.highfly-a22trj + .highfly-6ajm0u {
  margin-left: 20px;
}

.highfly-ih6yy5 {
  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-ih6yy5 > svg {
  max-width: 24px;
  max-height: 24px;
}

.highfly-ih6yy5 + .highfly-ih6yy5 {
  margin-left: 5px;
}

.highfly-jsiucc {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.highfly-jsiucc:hover {
  background-color: var(--button-bg-hover);
}

.highfly-0lpi9f {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.highfly-t2u4wn ease-in-out;
  border: 1px solid var(--border-color);
}

.highfly-0lpi9f:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.highfly-j1xp8b {
  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-a22trj {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .highfly-j1xp8b {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .highfly-a22trj {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .highfly-ih6yy5 {
    min-width: unset;
    flex: 1 1;
  }
}

.highfly-n9rc6j {
  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-n9rc6j:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.highfly-n9rc6j:hover .highfly-u9vsw6 {
  opacity: 1;
  pointer-events: auto;
}

.highfly-qaf4e5 {
  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-o0kcp6 ease-in-out;
  gap: 4px;
}

.highfly-qaf4e5 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.highfly-qaf4e5 .highfly-gmpfff img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.highfly-da4txh,
.highfly-qaf4e5:hover {
  color: var(--button-bg-hover);
}

.highfly-ydi9v8 {
  position: relative;
}

.highfly-ydi9v8 .highfly-qaf4e5 {
  margin-right: 0;
  padding-right: 4px;
}

.highfly-mran83 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.highfly-ydi9v8.highfly-zdui4f .highfly-mran83 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.highfly-ydi9v8.highfly-zdui4f .highfly-u9vsw6 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.highfly-ydi9v8.highfly-zdui4f .highfly-u9vsw6::before {
  display: none;
}

.highfly-mran83 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.highfly-u9vsw6 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.highfly-kayp5d 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.highfly-u9vsw6::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.highfly-u9vsw6:hover {
  color: var(--fh-bg-color);
}

.highfly-gzldbr {
  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-kayp5d 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.highfly-o0kcp6 ease-in-out;
  -o-transition: 0.highfly-o0kcp6 ease-in-out;
  transition: 0.highfly-o0kcp6 ease-in-out;
}

.highfly-gzldbr .highfly-gmpfff img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.highfly-8a7h9g,
.highfly-gzldbr:hover {
  color: var(--button-bg-hover);
}

.highfly-uoc8s2 {
  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-uoc8s2.highfly-3g3adn {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.highfly-uoc8s2.highfly-3g3adn:after,
.highfly-uoc8s2.highfly-3g3adn:before {
  content: "";
  position: absolute;
  margin: auto;
}

.highfly-uoc8s2.highfly-3g3adn: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-uoc8s2.highfly-3g3adn:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.highfly-uoc8s2.highfly-3g3adn > * {
  z-index: 1;
}

.highfly-uoc8s2 b,
.highfly-uoc8s2 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.highfly-uoc8s2 .highfly-ah15sd {
  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-uoc8s2 .highfly-z9th9y {
  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-uoc8s2 .highfly-gmpfff {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.highfly-uoc8s2 .highfly-ae1cy8 {
  margin-top: 12px;
}

.highfly-ae1cy8 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.highfly-7m4mye {
  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-ae1cy8 .highfly-tysug4 {
  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-t2u4wn ease-in-out;
}

.highfly-ae1cy8 .highfly-tysug4:hover {
  background: rgba(255, 255, 255, 0.3);
}

.highfly-7f4tzb {
  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-uoc8s2.highfly-be8169 {
  gap: 12px;
  padding: 16px;
}

.highfly-uoc8s2.highfly-be8169 .highfly-7f4tzb {
  min-width: 240px;
}

.highfly-uoc8s2.highfly-be8169 .highfly-7f4tzb.highfly-nwws8h {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .highfly-uoc8s2 .highfly-ah15sd {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .highfly-uoc8s2 .highfly-z9th9y {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .highfly-uoc8s2 .highfly-gmpfff {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .highfly-uoc8s2.highfly-be8169 .highfly-gmpfff {
    max-width: 126px;
  }
  .highfly-uoc8s2 .highfly-ae1cy8 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .highfly-uoc8s2 .highfly-7m4mye {
    max-width: unset;
  }
  .highfly-7f4tzb {
    min-width: unset;
    width: 100%;
  }
  .highfly-uoc8s2 .highfly-7f4tzb {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .highfly-uoc8s2.highfly-be8169 {
    grid-template-rows: auto 1fr auto;
  }
  .highfly-uoc8s2.highfly-be8169 .highfly-7f4tzb {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .highfly-uoc8s2 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .highfly-uoc8s2 .highfly-ah15sd {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .highfly-uoc8s2 .highfly-gmpfff {
    max-width: 78px;
  }
  .highfly-uoc8s2 .highfly-ae1cy8 {
    margin-top: -12px;
  }
  .highfly-uoc8s2.highfly-be8169 {
    gap: 8px;
  }
  .highfly-uoc8s2.highfly-be8169 .highfly-ah15sd {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .highfly-uoc8s2.highfly-be8169 .highfly-z9th9y {
    grid-column: 1/3;
  }
  .highfly-uoc8s2.highfly-be8169 .highfly-gmpfff {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .highfly-uoc8s2.highfly-be8169 .highfly-gmpfff img {
    max-width: 114px;
  }
}

.highfly-7f4tzb.highfly-9k0t0u,
.highfly-7f4tzb.highfly-qeyfxk,
.highfly-7f4tzb.highfly-zki9xu {
  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-t2u4wn ease-in-out;
}

.highfly-7f4tzb.highfly-9k0t0u,
.highfly-7f4tzb.highfly-zki9xu {
  padding: 10px;
}

.highfly-7f4tzb.highfly-9k0t0u:hover,
.highfly-7f4tzb.highfly-qeyfxk:hover,
.highfly-7f4tzb.highfly-zki9xu:hover {
  background: var(--button-bg-hover);
}

.highfly-7f4tzb.highfly-9k0t0u:hover svg path,
.highfly-7f4tzb.highfly-zki9xu:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.highfly-7f4tzb.highfly-nwws8h {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.highfly-t2u4wn ease-in-out;
  background: var(--button-bg-color);
}

.highfly-7f4tzb.highfly-nwws8h:hover {
  background-color: var(--button-bg-hover);
}

.highfly-7f4tzb.highfly-qeyfxk: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-7f4tzb.highfly-qeyfxk:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.highfly-7f4tzb.highfly-nwws8h:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.highfly-8u0mct {
  max-width: 650px;
}

.highfly-2ckf6f {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.highfly-m6u5mg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.highfly-0qvel4 {
  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-o0kcp6 ease-in-out;
  cursor: pointer;
}

.highfly-0qvel4:hover {
  opacity: 0.5;
}

.highfly-0qvel4:focus {
  outline: 0;
}

.highfly-0qvel4:focus .highfly-to1wgl,
.highfly-0qvel4:hover .highfly-to1wgl {
  fill: red;
  fill-opacity: 1;
}

.highfly-0qvel4:hover {
  cursor: pointer;
}

.highfly-dp3hil {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.highfly-8u0mct.highfly-ayvtru {
  margin: 0 auto;
}

.highfly-8u0mct.highfly-n41sos {
  margin-left: auto;
}

.highfly-f8hd37 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.highfly-cnxf0x {
  padding-bottom: 50px;
}

.highfly-lve59l {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.highfly-1re7ic {
  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-85rait {
  margin-top: 24px;
}

.highfly-6kiznc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.highfly-lecpm2 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.highfly-toskkd {
  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-j7ux9w {
  width: 468px;
}

.highfly-toskkd .highfly-u9vsw6 {
  margin: 0.highfly-zmzxbu 0;
}

.highfly-zy8myx {
  display: flex;
  min-width: 224px;
}

.highfly-dh0a1f {
  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-o0kcp6 ease-in-out;
}

.highfly-27sku2,
.highfly-dh0a1f:hover {
  color: var(--text-color);
}

.highfly-tkx7km {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.highfly-ahx7t7 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .highfly-f8hd37 {
    padding: 16px;
  }
  .highfly-tkx7km {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .highfly-ahx7t7 {
    align-items: center;
  }
  .highfly-j7ux9w {
    width: unset;
  }
  .highfly-zy8myx {
    min-width: unset;
  }
  .highfly-toskkd {
    max-height: unset;
  }
  .highfly-lve59l {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .highfly-f8hd37 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.highfly-zz24nr {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.highfly-zz24nr:not(:last-child) {
  margin-bottom: 16px;
}

.highfly-s4plpy {
  outline: 0;
}

.highfly-s4plpy .highfly-2l9s7c {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.highfly-k0638i {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .highfly-k0638i {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.highfly-k0638i::-webkit-details-marker {
  display: none;
}

.highfly-k0638i: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-k0638i: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-k0638i:after {
  transform: unset;
}

.highfly-2l9s7c {
  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-2l9s7c 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-o0kcp6 ease-in-out;
  -o-transition: 0.highfly-o0kcp6 ease-in-out;
  transition: 0.highfly-o0kcp6 ease-in-out;
}

.highfly-mo7x51 {
  padding: 16px 0 0 0;
}

.highfly-mo7x51 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .highfly-mo7x51 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .highfly-k0638i {
    flex-wrap: wrap;
    gap: 12px;
  }
  .highfly-k0638i::after {
    margin-left: auto;
  }
  .highfly-2l9s7c {
    order: 3;
    flex: 1 1 100%;
  }
  .highfly-k0638i {
    font-size: 14px;
    line-height: 130%;
  }
  .highfly-2l9s7c svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.highfly-2fz86f {
  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-9dpux9 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.highfly-2fz86f.highfly-zdui4f .highfly-9dpux9 {
  margin-bottom: 12px;
}

.highfly-9dpux9::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-2fz86f.highfly-zdui4f .highfly-9dpux9::after {
  transform: unset;
}

.highfly-3m45g8 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.highfly-uc0cbx {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.highfly-o0kcp6 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.highfly-uc0cbx: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-2fz86f.highfly-zdui4f .highfly-3m45g8 {
  max-height: 100%;
}

.highfly-obq9yf {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.highfly-3hwyxk {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.highfly-u3r388 {
  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-74tizy {
  margin-right: 4px;
}

.highfly-aghz9y {
  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-o0kcp6 ease-in-out;
}

.highfly-aghz9y svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.highfly-gqwpwg,
.highfly-aghz9y:hover {
  color: var(--text-color);
}

.highfly-q1hqnv {
  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-q1hqnv img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.highfly-q1hqnv .highfly-samp08 {
  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-q1hqnv .highfly-t452ri {
  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-395q2g {
  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-rmuat6 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.highfly-b3gl85 .highfly-n5e6pk {
  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-b3gl85 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.highfly-qu0s3o {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.highfly-wncpgr {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.highfly-pbwciw {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.highfly-e303y0 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-pbwciw:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.highfly-91gl3q {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.highfly-q51mfx {
  -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-o0kcp6 ease-in-out;
  transition: transform 0.highfly-o0kcp6 ease-in-out;
  -o-transition: transform 0.highfly-o0kcp6 ease-in-out;
  transition:
    transform 0.highfly-o0kcp6 ease-in-out,
    -webkit-transform 0.highfly-o0kcp6 ease-in-out;
  cursor: pointer;
}

.highfly-q51mfx svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.highfly-q51mfx: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-1pw41h {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .highfly-1pw41h {
    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-6re2fu {
  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-0mapmx {
  position: relative;
  width: 100%;
}

.highfly-6re2fu.highfly-kkej75 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.highfly-6re2fu.highfly-ayvtru {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.highfly-6re2fu.highfly-n41sos {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.highfly-3783bt {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.highfly-5qx8st {
  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-o0kcp6 ease-in-out;
  cursor: pointer;
}

.highfly-5qx8st:hover {
  opacity: 0.5;
}

.highfly-6re2fu.highfly-xz4481 .highfly-5qx8st {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.highfly-6re2fu.highfly-xz4481 .highfly-3783bt {
  cursor: pointer;
}

.highfly-5gtg3e {
  fill: #0009;
}

.highfly-ndjcdy {
  fill: #fff;
}

.highfly-5qx8st:hover .highfly-5gtg3e {
  fill: red;
}

.highfly-5qx8st svg path {
  -webkit-transition: 0.highfly-o0kcp6 ease-in-out;
  -o-transition: 0.highfly-o0kcp6 ease-in-out;
  transition: 0.highfly-o0kcp6 ease-in-out;
}

.highfly-4iz3jt {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.highfly-4iz3jt > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.highfly-4iz3jt.highfly-9toej8 > :not(.get-image) {
  grid-column: 1/3;
}

.highfly-t04i9k:not(._h1-block) .highfly-4iz3jt > .highfly-wpcmdl {
  grid-row: 1/2;
  grid-column: 1/3;
}

.highfly-4iz3jt.highfly-9toej8 .highfly-5nxtd4 {
  grid-column: 2/3;
}

.highfly-4iz3jt.highfly-9toej8 > .highfly-gmpfff {
  grid-column: 1/2;
}

.highfly-4iz3jt.highfly-9toej8 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.highfly-4iz3jt > p:first-of-type {
  margin-top: 0;
}

.highfly-4iz3jt .highfly-gmpfff {
  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-t04i9k:not(._h1-block) .highfly-wpcmdl ~ .highfly-gmpfff {
  grid-row: 2/10;
}

.highfly-t04i9k.highfly-ck8zi9 .highfly-wpcmdl ~ .highfly-gmpfff {
  grid-row: 1/10;
}

.highfly-t04i9k.highfly-ck8zi9 > .highfly-wpcmdl {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.highfly-t04i9k.highfly-ck8zi9 .highfly-gmpfff {
  grid-row: 1/10;
}

.highfly-4iz3jt.highfly-jtj4sc .highfly-gmpfff {
  align-items: flex-start;
}

.highfly-4iz3jt.highfly-ayvtru .highfly-5nxtd4 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.highfly-4iz3jt.highfly-ayvtru .highfly-gmpfff {
  align-items: center;
}

.highfly-4iz3jt.highfly-jey6qz .highfly-gmpfff {
  align-items: flex-end;
}

.highfly-5nxtd4 > :first-child {
  margin-top: 0;
}

.highfly-5nxtd4 > :last-child {
  margin-bottom: 0;
}

* + .highfly-cykyvy,
.highfly-t04i9k + .highfly-t04i9k {
  margin-top: 2rem;
}

.highfly-hnrugn td::before,
.highfly-hnrugn th::after {
  display: none !important;
}

.highfly-hnrugn #link-selector {
  color: #000;
}

.highfly-hnrugn .highfly-6w4sx0 {
  color: #135e96;
}

.highfly-hnrugn .highfly-6rur59 *,
.highfly-hnrugn .highfly-djbdss p,
.highfly-hnrugn .highfly-zggoks * {
  color: #000;
}

.highfly-hnrugn .highfly-98r3d7 {
  background: 0 0 !important;
}

.highfly-hnrugn .highfly-1yj8fu {
  color: #000;
}

.highfly-hnrugn .highfly-lehytq.highfly-s8ftfi {
  color: #fff;
}

.highfly-hnrugn .highfly-0yzhlu {
  color: #000;
}

.highfly-hnrugn
  .highfly-g9gsqo
  .highfly-nd0max.highfly-s8ftfi.highfly-uefokt {
  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-sln0zt,
body .highfly-9xbw6q {
  color: #000;
  background: var(--color-body) !important;
}

.highfly-sln0zt .highfly-j1xiup .highfly-p60ku7,
body .highfly-9xbw6q .highfly-j1xiup .highfly-p60ku7 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .highfly-uc0cbx:focus,
  .highfly-uc0cbx:hover {
    color: #f9cb16;
  }
  .highfly-s7d7zl:focus,
  .highfly-s7d7zl:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .highfly-mp5vfw:focus img,
  .highfly-mp5vfw:focus svg,
  .highfly-mp5vfw:hover img,
  .highfly-mp5vfw:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .highfly-q1hqnv {
    display: none;
  }
}

@media (min-width: 1024px) {
  .highfly-ydi9v8:hover .highfly-mran83 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .highfly-mran83 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .highfly-q6vrlq {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .highfly-gyq1e1 {
    grid-template-columns: repeat(4, 1fr);
  }
  .highfly-3n9917 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .highfly-sp1v6c .highfly-q3igea {
    grid-template-columns: 1fr;
  }
  .highfly-sp1v6c .highfly-763zqs {
    -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-sp1v6c .highfly-8vl6ai {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .highfly-sp1v6c .highfly-p5svzi {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .highfly-sp1v6c .highfly-dmn2d9 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .highfly-sp1v6c .highfly-8vl6ai:not(:first-child) {
    border: none;
  }
  .highfly-sp1v6c .highfly-8vl6ai:first-child .highfly-p5svzi {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .highfly-sp1v6c .highfly-8vl6ai:last-child .highfly-p5svzi {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .highfly-92q4tb {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .highfly-w7bn71 {
    max-width: 100px;
  }
  .highfly-a22trj {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .highfly-6ajm0u {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .highfly-6ajm0u svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .highfly-7mcj4k {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .highfly-a22trj + .highfly-6ajm0u {
    margin-left: auto;
  }
  .highfly-540b8k {
    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-540b8k.highfly-zdui4f {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .highfly-j1xp8b {
    -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-n9rc6j {
    width: 100%;
  }
  .highfly-n9rc6j:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .highfly-qaf4e5 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .highfly-qaf4e5 svg {
    margin-right: 4px;
  }
  .highfly-ydi9v8 {
    -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-mran83 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .highfly-mran83 {
    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-u9vsw6 {
    display: none;
    width: 100%;
  }
  .highfly-ydi9v8.highfly-zdui4f .highfly-u9vsw6 {
    padding: 0 0 0 48px;
  }
  .highfly-gzldbr {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .highfly-1re7ic .highfly-gmpfff {
    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-y0476u {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .highfly-y0476u + .highfly-y0476u {
    margin-right: 0;
  }
  .highfly-y0476u + .highfly-gmpfff {
    margin: 0;
  }
  .highfly-q6vrlq {
    grid-template-columns: repeat(4, 1fr);
  }
  .highfly-gyq1e1 {
    grid-template-columns: repeat(3, 1fr);
  }
  .highfly-wsx5ty,
  .highfly-8w8ng3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .highfly-4iz3jt {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .highfly-4iz3jt.highfly-9toej8 .highfly-5nxtd4 {
    grid-column: auto;
    grid-row: auto;
  }
  .highfly-4iz3jt > .highfly-wpcmdl {
    grid-column: 1/2;
  }
  .highfly-4iz3jt.highfly-9toej8 > :not(.get-image) {
    grid-column: 1/2;
  }
  .highfly-4iz3jt .highfly-gmpfff,
  .highfly-4iz3jt.highfly-9toej8 > .highfly-gmpfff {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .highfly-4iz3jt.highfly-9toej8 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .highfly-t04i9k.highfly-ck8zi9 .highfly-4iz3jt > .highfly-gmpfff {
    grid-row: 1/2;
  }
  .highfly-4iz3jt .highfly-wpcmdl ~ .highfly-gmpfff,
  .highfly-4iz3jt.highfly-9toej8 .highfly-wpcmdl ~ .highfly-gmpfff {
    grid-row: 2/3;
  }
  .highfly-t04i9k.highfly-ck8zi9 .highfly-wpcmdl ~ .highfly-gmpfff {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .highfly-4cpu96:first-child .highfly-zda1mg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .highfly-4cpu96:first-child .highfly-zda1mg h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .highfly-4cpu96 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .highfly-4cpu96 {
    padding: 0;
  }
  .highfly-o94n92 {
    margin-top: 1rem;
  }
  .highfly-s4plpy {
    border-radius: 5px;
  }
  .highfly-o6pkff {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .highfly-9dpux9::after {
    display: inline-block;
  }
  .highfly-9dpux9 {
    margin: 0;
    width: 100%;
  }
  .highfly-3m45g8 {
    width: 100%;
  }
  .highfly-3m45g8.highfly-7fhw34 {
    -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-3m45g8.highfly-7fhw34 .highfly-gru1f8 {
    width: 100%;
  }
  .highfly-3m45g8.highfly-7fhw34 .highfly-gru1f8:not(:last-child) {
    margin-right: 0;
  }
  .highfly-uc0cbx {
    width: 100%;
    text-align: center;
  }
  .highfly-2fz86f.highfly-zdui4f .highfly-3m45g8 {
    margin-top: 1rem;
  }
  .highfly-q6vrlq {
    grid-template-columns: repeat(3, 1fr);
  }
  .highfly-3n9917,
  .highfly-gyq1e1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .highfly-wsx5ty,
  .highfly-8w8ng3,
  .highfly-kw3gxf {
    grid-template-columns: 1fr;
  }
  .highfly-p6vwa8 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .highfly-wm2hx5 {
    min-width: 300px;
    max-width: 325px;
  }
  .highfly-p5svzi {
    cursor: auto;
  }
  .highfly-rzhfzf .highfly-p5svzi {
    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-1pw41h {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .highfly-u9vsw6 {
    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-1pw41h {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.highfly-y0476u p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .highfly-6ajm0u {
    margin: 0 -0.2rem;
  }
  .highfly-y0476u {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .highfly-jkhfp5 {
    -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-okk6zk {
    max-width: 100%;
  }
  .highfly-q6vrlq {
    grid-template-columns: repeat(2, 1fr);
  }
  .highfly-3n9917,
  .highfly-gyq1e1 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .highfly-92q4tb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .highfly-6ajm0u {
    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-94kw2k {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .highfly-ih6yy5 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .highfly-x0wnif,
  .highfly-xu7ofr {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .highfly-zu76t9 {
    width: 100%;
  }
  .highfly-q6vrlq {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .highfly-1pw41h {
    top: 127px !important;
  }
}

.highfly-9rfzrk {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .highfly-9rfzrk {
  }
}

@media (max-width: 767px) {
  .highfly-9rfzrk {
    margin-bottom: 12px;
  }
}

.highfly-9rfzrk img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.highfly-r6biv3 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.highfly-r6biv3 > .highfly-r6rskq {
  flex: 1 1;
}

@media (max-width: 767px) {
  .highfly-r6biv3 {
    flex-direction: column;
    gap: 12px;
  }
}

.highfly-hayr1b {
  display: flex;
}

.highfly-hayr1b .highfly-gjuqpe {
  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-hayr1b .highfly-fs80vw {
  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-hayr1b .highfly-qddvai {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.highfly-hayr1b .highfly-p2oi63 {
  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-hayr1b .highfly-p2oi63:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.highfly-hayr1b .highfly-avgenl {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.highfly-sz6zkm {
  border: unset;
  background-color: unset;
}

.highfly-sz6zkm tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.highfly-sz6zkm .highfly-k0wl0v,
.highfly-sz6zkm .highfly-m0zy4c {
  flex: 0 1 330px;
}

.highfly-sz6zkm .highfly-cn9gj1 {
  flex: 1 1;
}

.highfly-sz6zkm 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-sz6zkm tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.highfly-sz6zkm tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.highfly-sz6zkm tr td p {
  color: #fff;
  margin: 0;
}

.highfly-sz6zkm tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.highfly-sz6zkm tr.highfly-k0wl0v td p {
  padding: 16px 0;
}

.highfly-sz6zkm tr.highfly-k0wl0v td p:not(:last-child),
.highfly-sz6zkm tr.highfly-m0zy4c td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.highfly-sz6zkm tr.highfly-k0wl0v td p:first-child,
.highfly-sz6zkm tr.highfly-m0zy4c td p:first-child {
  padding-top: 0;
}

.highfly-sz6zkm tr.highfly-m0zy4c td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.highfly-sz6zkm tr.highfly-m0zy4c td p:last-child {
  padding-bottom: 0;
}

.highfly-sz6zkm .highfly-m0zy4c img {
  max-width: 32px;
}

.highfly-sz6zkm .highfly-cn9gj1 {
  min-width: 718px;
}

.highfly-sz6zkm .highfly-cn9gj1 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.highfly-sz6zkm .highfly-cn9gj1 td {
  display: flex;
}

.highfly-sz6zkm .highfly-cn9gj1 td:last-child .highfly-90h59e,
.highfly-sz6zkm .highfly-cn9gj1 td:last-child .highfly-evxbxq,
.highfly-sz6zkm .highfly-cn9gj1 td:last-child .highfly-5dwo7t {
  flex: 1 1 50%;
}

.highfly-sz6zkm .highfly-cn9gj1 td:last-child .highfly-vsen1v {
  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-sz6zkm .highfly-cn9gj1 td:last-child .highfly-mjw2ql,
.highfly-sz6zkm .highfly-cn9gj1 td:last-child .highfly-fwmwfj {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.highfly-sz6zkm .highfly-cn9gj1 td:last-child .highfly-90h59e,
.highfly-sz6zkm .highfly-cn9gj1 td:last-child .highfly-evxbxq {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.highfly-sz6zkm .highfly-cn9gj1 td:last-child .highfly-90h59e span,
.highfly-sz6zkm .highfly-cn9gj1 td:last-child .highfly-evxbxq span {
  font-weight: 800;
}

.highfly-sz6zkm .highfly-cn9gj1 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .highfly-sz6zkm .highfly-cn9gj1 td .highfly-5dwo7t:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .highfly-sz6zkm tr.highfly-k0wl0v td p:last-child {
    padding-bottom: 0;
  }
  .highfly-sz6zkm .highfly-m0zy4c > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .highfly-sz6zkm .highfly-m0zy4c > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .highfly-sz6zkm tr.highfly-k0wl0v td p:not(:last-child),
  .highfly-sz6zkm tr.highfly-m0zy4c td p:not(:last-child) {
    border-bottom: unset;
  }
  .highfly-sz6zkm tr.highfly-m0zy4c td p:last-child {
    padding-bottom: 12px;
  }
  .highfly-sz6zkm .highfly-cn9gj1 td:last-child .highfly-90h59e,
  .highfly-sz6zkm .highfly-cn9gj1 td:last-child .highfly-evxbxq,
  .highfly-sz6zkm .highfly-cn9gj1 td:last-child .highfly-5dwo7t {
    flex: 1 1 50%;
    padding: 0;
  }
  .highfly-sz6zkm .highfly-cn9gj1 td:last-child .highfly-90h59e,
  .highfly-sz6zkm .highfly-cn9gj1 td:last-child .highfly-evxbxq {
    margin-top: 16px;
  }
  .highfly-sz6zkm .highfly-cn9gj1 td:last-child .highfly-5dwo7t {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .highfly-sz6zkm .highfly-cn9gj1 td:last-child .highfly-90h59e {
    border-right: 1px solid var(--border-color);
  }
  .highfly-sz6zkm .highfly-cn9gj1 td:last-child .highfly-5dwo7t:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .highfly-sz6zkm .highfly-cn9gj1 td:last-child .highfly-5dwo7t:last-child {
    padding-bottom: 0;
  }
}

.highfly-5dwo7t {
  display: flex;
  flex-direction: column;
}

.highfly-sz6zkm .highfly-cn9gj1 td .highfly-5dwo7t {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.highfly-sz6zkm .highfly-cn9gj1 td .highfly-5dwo7t:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.highfly-sz6zkm .highfly-cn9gj1 td .highfly-5dwo7t:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .highfly-sz6zkm .highfly-cn9gj1 td .highfly-5dwo7t:not(:first-child) {
    padding-left: 0;
  }
  .highfly-sz6zkm .highfly-cn9gj1 td .highfly-5dwo7t:not(:last-of-type) {
    border-right: unset;
  }
}

.highfly-sz6zkm .highfly-abpufc {
  flex: 0 1 485px;
}

.highfly-sz6zkm .highfly-guyb2g {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.highfly-sz6zkm .highfly-guyb2g li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.highfly-sz6zkm .highfly-guyb2g li.highfly-ul1r0j {
  padding: 6px 12px;
}

.highfly-sz6zkm .highfly-guyb2g li a,
.highfly-sz6zkm .highfly-guyb2g 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-sz6zkm .highfly-0d9ex3,
.highfly-sz6zkm .highfly-7o6pag {
  flex: 1 1;
}

.highfly-sz6zkm .highfly-uz66om,
.highfly-sz6zkm .highfly-9t39nr {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.highfly-sz6zkm .highfly-uz66om li,
.highfly-sz6zkm .highfly-9t39nr li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.highfly-sz6zkm .highfly-7o6pag img {
  max-width: 32px;
}

.highfly-sz6zkm .highfly-0d9ex3 img {
  max-width: 32px;
}

.highfly-sz6zkm .highfly-nbyk55 {
  min-width: 280px;
}

.highfly-sz6zkm .highfly-nbyk55 img {
  max-width: 146px;
}

.highfly-sz6zkm .highfly-nbyk55 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .highfly-sz6zkm .highfly-k0wl0v,
  .highfly-sz6zkm .highfly-m0zy4c {
    flex: 0 1 auto;
  }
  .highfly-sz6zkm .highfly-cn9gj1 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .highfly-sz6zkm .highfly-k0wl0v,
  .highfly-sz6zkm .highfly-abpufc,
  .highfly-sz6zkm .highfly-m0zy4c,
  .highfly-sz6zkm .highfly-cn9gj1 {
    flex: 1 1 calc(50% - 20px);
  }
  .highfly-sz6zkm .highfly-0d9ex3,
  .highfly-sz6zkm .highfly-nbyk55,
  .highfly-sz6zkm .highfly-7o6pag {
    flex: 1 1 30%;
  }
  .highfly-sz6zkm .highfly-nbyk55 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .highfly-sz6zkm .highfly-k0wl0v,
  .highfly-sz6zkm .highfly-abpufc,
  .highfly-sz6zkm .highfly-0d9ex3,
  .highfly-sz6zkm .highfly-m0zy4c,
  .highfly-sz6zkm .highfly-cn9gj1,
  .highfly-sz6zkm .highfly-nbyk55,
  .highfly-sz6zkm .highfly-7o6pag {
    flex: 1 1 100%;
  }
}

.highfly-harhqw .highfly-tgclcs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.highfly-harhqw .highfly-3jbvv1 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.highfly-harhqw .highfly-vkmua6 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.highfly-harhqw .highfly-umrrrz {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.highfly-harhqw .highfly-umrrrz > :nth-child(3) {
  margin-top: 0;
}

.highfly-harhqw .highfly-gmpfff {
  grid-column: 2/3;
  grid-row: 1/10;
}

.highfly-harhqw .highfly-oouvzi {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.highfly-harhqw .highfly-o94n92 {
  grid-column: 1/2;
}

.highfly-harhqw > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.highfly-harhqw .highfly-3jbvv1: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-harhqw .highfly-3jbvv1:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.highfly-harhqw .highfly-zu76t9 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .highfly-harhqw .highfly-3jbvv1:not(:last-child):before {
    bottom: 8px;
  }
  .highfly-harhqw .highfly-3jbvv1:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .highfly-harhqw .highfly-umrrrz {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .highfly-harhqw .highfly-gmpfff {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .highfly-harhqw .highfly-gmpfff img {
    width: 100%;
    height: auto;
  }
  .highfly-harhqw .highfly-zu76t9 {
    width: 100%;
    min-width: unset;
  }
}

.highfly-1xzlln .highfly-hqud6r {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.highfly-1xzlln .highfly-eeyy0e {
  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-1xzlln .highfly-gmpfff {
  height: 100%;
}

.highfly-1xzlln .highfly-gmpfff img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.highfly-1xzlln .highfly-hmttfc {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.highfly-1xzlln .highfly-2u68yn {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.highfly-1xzlln .highfly-j1pk3v {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .highfly-1xzlln .highfly-eeyy0e {
    flex: 1 1 100%;
  }
  .highfly-1xzlln .highfly-7f4tzb {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .highfly-1xzlln .highfly-eeyy0e {
    flex-direction: column;
  }
  .highfly-1xzlln .highfly-gmpfff {
    width: 100%;
    height: auto;
  }
  .highfly-1xzlln .highfly-gmpfff img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .highfly-1xzlln .highfly-hmttfc {
    padding: 0 16px 16px 16px;
  }
  .highfly-1xzlln .highfly-7f4tzb {
    min-width: unset;
    width: 100%;
  }
}

.highfly-y78om5 .highfly-mgo28k {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.highfly-y78om5 .highfly-w0t609 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.highfly-y78om5 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-y78om5 .highfly-v876lm {
  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-y78om5 .highfly-w0t609:hover .highfly-v876lm {
  display: flex;
}

.highfly-y78om5 .highfly-u4053q {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.highfly-y78om5 .highfly-sk7epk {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.highfly-8r4rny {
  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-8r4rny.highfly-cfbp7b {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.highfly-t2u4wn ease-in-out;
}

.highfly-8r4rny.highfly-cfbp7b:hover {
  color: #f9cb16;
  background-color: transparent;
}

.highfly-y78om5 .highfly-tn5t1h {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.highfly-t2u4wn ease-in-out;
}

.highfly-y78om5 .highfly-tn5t1h:hover {
  color: #196948;
  background-color: #f9cb16;
}

.highfly-y78om5 .highfly-tn5t1h:after,
.highfly-8r4rny.highfly-cfbp7b:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.highfly-8r4rny.highfly-cfbp7b:after {
  background-image: url(../images/Cash.svg);
}

.highfly-y78om5 .highfly-tn5t1h:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .highfly-y78om5 .highfly-mgo28k {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .highfly-y78om5 .highfly-mgo28k {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .highfly-y78om5 .highfly-mgo28k {
    grid-template-columns: 1fr;
  }
  .highfly-y78om5 .highfly-w0t609 {
    height: auto;
  }
  .highfly-y78om5 .highfly-w0t609 .highfly-v876lm {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .highfly-y78om5 .highfly-u4053q,
  .highfly-y78om5 .highfly-sk7epk {
    text-align: left;
  }
  .highfly-y78om5 .highfly-sk7epk {
    margin-bottom: 8px;
  }
  .highfly-y78om5 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.highfly-tt4aa0 {
  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-tt4aa0.highfly-xz4481 {
  display: block;
}

.highfly-tt4aa0 .highfly-dc8i8z {
  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-tt4aa0 .highfly-ggh0ml {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.highfly-tt4aa0 .highfly-mlqbrg {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.highfly-tt4aa0 .highfly-v1u1z7 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.highfly-tt4aa0 .highfly-8r4rny {
  min-width: 296px;
  margin-bottom: 0;
}

.highfly-tt4aa0 .highfly-fjw17z {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.highfly-tt4aa0 .highfly-3xuevh {
  position: relative;
  flex: 1 1;
}

.highfly-tt4aa0 .highfly-3xuevh iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .highfly-tt4aa0 .highfly-ggh0ml {
    flex-wrap: wrap;
    gap: 8px;
  }
  .highfly-tt4aa0 .highfly-mlqbrg {
    order: 1;
  }
  .highfly-tt4aa0 .highfly-v1u1z7 {
    order: 3;
    flex: 1 1 100%;
  }
  .highfly-tt4aa0 .highfly-8r4rny {
    width: 100%;
    min-width: unset;
  }
  .highfly-tt4aa0 .highfly-fjw17z {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .highfly-4iz3jt > .highfly-wpcmdl {
    margin-bottom: 0;
  }
  .highfly-4iz3jt > .highfly-o94n92,
  .highfly-4iz3jt > p {
    margin-top: 0;
  }
}

.highfly-0un342 img,
.highfly-y0476u img {
  width: auto;
  object-fit: contain;
}

.highfly-0un342 {
  align-items: center;
}

.highfly-0un342 img {
  max-height: 76px;
}

.highfly-y0476u img {
  max-height: 64px;
}

.highfly-dyvual {
  overflow: auto;
}

.highfly-tbxr8b {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.highfly-w2rv8g:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.highfly-yestc8 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.highfly-vy6c19 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.highfly-yestc8 .highfly-gmpfff {
  margin-right: 20px;
  flex-shrink: 0;
}

.highfly-yestc8 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.highfly-wek6l0 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.highfly-wek6l0 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .highfly-yestc8 {
    padding: 15px 10px;
  }
  .highfly-wek6l0 {
    padding: 15px 10px;
  }
  .highfly-yestc8 .highfly-gmpfff {
    margin-right: 10px;
  }
}

.highfly-5ai9hu {
  overflow-x: auto;
}

.highfly-sd0o9d {
  border-collapse: collapse;
  width: 100%;
}

.highfly-5ai9hu th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.highfly-5ai9hu td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.highfly-5ai9hu td.highfly-vrl0f3 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.highfly-5ai9hu td.highfly-helr6v {
  border-right: none;
}

.highfly-5ai9hu td.highfly-helr6v .highfly-gmpfff {
  justify-content: flex-start;
}

.highfly-5ai9hu td.highfly-helr6v .highfly-gmpfff img {
  height: auto;
  width: 90px;
}

.highfly-5ai9hu td.highfly-9yh6d9,
.highfly-5ai9hu td.highfly-54sqqt {
  font-weight: 600;
  text-align: right;
}

.highfly-5ai9hu td.highfly-k5dzi7,
.highfly-5ai9hu td.highfly-9yh6d9 {
  padding-bottom: 10px;
  border-bottom: none;
}

.highfly-5ai9hu td.highfly-9yh6d9,
.highfly-5ai9hu td.highfly-54sqqt {
  border-left: none;
}

.highfly-5ai9hu td.highfly-k5dzi7,
.highfly-5ai9hu td.highfly-wgiiws {
  border-right: none;
}

.highfly-5ai9hu td.highfly-wgiiws,
.highfly-5ai9hu td.highfly-54sqqt {
  border-top: none;
  padding-top: 10px;
}

.highfly-oc4e7f {
  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-oc4e7f .highfly-7f4tzb {
  min-width: unset;
  width: 100%;
}

.highfly-oc4e7f .highfly-7f4tzb.highfly-9k0t0u {
  grid-column: 1/2;
  grid-row: 1/2;
}

.highfly-oc4e7f .highfly-7f4tzb.highfly-zki9xu {
  grid-column: 2/3;
  grid-row: 1/2;
}

.highfly-oc4e7f .highfly-z7cauj {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .highfly-oc4e7f {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .highfly-oc4e7f .highfly-7f4tzb.highfly-9k0t0u {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .highfly-oc4e7f .highfly-7f4tzb.highfly-zki9xu {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .highfly-oc4e7f .highfly-z7cauj {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.highfly-15c5xi {
  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-va35ny {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.highfly-zdnope p a img {
  margin: 0 auto;
  display: block;
}

.highfly-zdnope table {
  margin-bottom: 17px;
}

/* contanct form */
.highfly-o9offc {
  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-o9offc label {
  font-size: 14px;
}

.highfly-o9offc h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.highfly-o9offc input,
.highfly-o9offc textarea,
.highfly-o9offc 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-o9offc button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.highfly-t2u4wn ease;
}
.highfly-o9offc button:hover {
  background-color: #691204;
}
.highfly-61rkjo {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.highfly-uetpnd ease-in;
}

.highfly-61rkjo h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}