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

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

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

body {
  margin: 0;
}

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

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

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

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

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

a {
  cursor: pointer;
  color: var(--title-color);
  text-decoration: none;
}

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

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

svg {
  transform: translateZ(0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

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

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

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

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

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

.aviator-tj5wk0 {
  cursor: pointer;
}

.aviator-79aqla {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.aviator-ju9nr1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.aviator-ju9nr1 figure {
  margin: 0;
}

.aviator-ju9nr1.aviator-odpveg {
  justify-content: flex-start;
  margin-right: 4px;
}

.aviator-ju9nr1.aviator-firh7y {
  justify-content: flex-end;
  margin-left: 4px;
}

.aviator-ju9nr1.aviator-oe6s5q {
  justify-content: center;
}

.aviator-ju9nr1.aviator-q4efpg {
  justify-content: normal;
}

.aviator-n3j6m3 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.aviator-s4g2ai {
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .aviator-s4g2ai {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.aviator-7xtxvo {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .aviator-7xtxvo {
    flex-direction: column;
  }
}

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

.aviator-khicq3 img {
  width: 100%;
}

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

.aviator-bg20pi {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.aviator-bg20pi ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .aviator-bg20pi ul {
    margin-bottom: 15px;
  }
}

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

.aviator-bg20pi ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--title-color);
}

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

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

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

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

.aviator-bg20pi ul li:last-of-type::after {
  display: none;
}

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

.aviator-otdnkd {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--title-color);
  cursor: pointer;
}

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

.aviator-25han3 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.aviator-zcw8a3.aviator-e2q8eu {
  background-color: #000;
}

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

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

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

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

.aviator-xow1wr {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

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

.aviator-p4bjv4 {
  margin-bottom: 94px;
}

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

.aviator-zbe1r9 .aviator-bwsgo8 {
  margin-bottom: 28px;
}

.aviator-zbe1r9 .aviator-bwsgo8 img {
  max-height: 100px;
  width: auto;
}

.aviator-ez6wg7 {
  display: flex;
  align-items: center;
}

.aviator-ez6wg7 a + a {
  margin-left: 24px;
}

.aviator-ez6wg7 img {
  max-height: 56px;
  width: auto;
}

.aviator-31zdo1 img {
  max-height: 38px!important;
  width: auto;
}

.aviator-ez6wg7 img + img {
  margin-left: 24px;
}

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

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

.aviator-blqc1n {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

@media only screen and (max-width: 767px) {
  .aviator-9hesao {
    flex-wrap: wrap;
  }
}

.aviator-9hesao li {
  display: flex;
  margin: 0 7px;
}

.aviator-9hesao li svg {
  transition: 0chicken-road-spynx9 ease-in-out;
}

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

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

.aviator-pnjhjz + .aviator-pnjhjz {
  margin-left: 120px;
}

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

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

.aviator-a1kwuz {
  list-style: none;
  margin: 0;
  padding: 0;
}

.aviator-a1kwuz li {
  font-size: 16px;
}

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

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

.aviator-a1kwuz li + li {
  margin-top: 16px;
}

.aviator-0k92y7 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0chicken-road-jpdxgz ease-in-out;
}

.aviator-0k92y7.aviator-cjnc3d {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.aviator-plpwyr {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.aviator-khzmkg li {
  width: 100%;
}

.aviator-khzmkg li a {
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  transition: 0chicken-road-spynx9 ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

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

.aviator-khzmkg li a.aviator-cjnc3d {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.aviator-0jqpkf {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.aviator-0jqpkf img {
  width: 100%;
  transition: 0chicken-road-spynx9 ease-in-out;
}

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

.aviator-tevdfc {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .aviator-tevdfc {
    height: 54px;
  }
}

.aviator-yzrnyw {
  max-width: 1310px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .aviator-yzrnyw {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .aviator-yzrnyw .aviator-bwsgo8 img {
    max-width: 90px;
  }
}

.aviator-bwsgo8 img {
  max-height: 50px;
  width: auto;
}

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

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

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

.aviator-fala8f li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.aviator-ht73i2 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.aviator-ht73i2.aviator-pjs4sv {
  margin-right: 0;
}

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

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

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

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

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

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

.aviator-9o171q {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.aviator-9o171q:hover > ul {
  display: flex;
}

.aviator-9o171q:focus > ul {
  display: flex;
}

.aviator-9o171q:focus-within > ul {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

.aviator-r1c9ue {
  display: none;
}

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

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

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

@media only screen and (max-width: 1023px) {
  .aviator-r1c9ue:checked ~ .aviator-5mz049 {
    display: block;
    position: absolute;
    height: 100vh;
    background: var(--fh-bg-color);
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  .aviator-5mz049 {
    display: none;
    transition: display 0chicken-road-spynx9 ease-in-out;
  }
  .aviator-r1c9ue:checked ~ .aviator-5mz049 {
    display: block;
  }
  .aviator-r1c9ue:checked + .aviator-8b4m6j span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .aviator-r1c9ue:checked + .aviator-8b4m6j span:nth-child(2) {
    display: none;
  }
  .aviator-r1c9ue:checked + .aviator-8b4m6j span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

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

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

.aviator-bk388u img {
  margin-bottom: 3px;
}

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

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

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

@media (max-width: 600px) {
  .aviator-bk388u {
    padding: 0px 0px !important;
  }
}

.aviator-edsa5m {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .aviator-edsa5m {
    font-size: 32px;
  }
}

.aviator-3z3cdz {
  color: var(--text-color);
}

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

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

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

.aviator-uinrvw p img {
  display: block;
  margin: 0 auto;
}

.aviator-uinrvw p:first-of-type {
  margin-top: 0;
}

.aviator-uinrvw p:last-of-type {
  margin-bottom: 0;
}

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

.aviator-uinrvw ul {
  padding: 0 0 0 20px;
}

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

.aviator-uinrvw table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--table-1-color);
}

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

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

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

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

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

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

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

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

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

.aviator-qv8064 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 28px;
}

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

.aviator-qv8064 h1,
.aviator-qv8064 h2,
.aviator-qv8064 h3,
.aviator-qv8064 h4 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .aviator-qv8064 h1,
  .aviator-qv8064 h2,
  .aviator-qv8064 h3,
  .aviator-qv8064 h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.aviator-184on2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

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

.aviator-184on2 .aviator-tzyo38 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .aviator-184on2 .aviator-tzyo38 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.aviator-184on2 .aviator-tvevrp {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .aviator-184on2 .aviator-tvevrp {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .aviator-184on2 .aviator-tvevrp img {
    width: 100%;
  }
}

.aviator-tvevrp {
  margin: 0 0 28px;
}

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

.aviator-tzyo38 {
  margin: 0 0 28px;
}

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

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

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

.aviator-c5j2pu .aviator-7xi6an {
  margin-top: 30px;
  margin-bottom: 30px;
}

.aviator-insbh2 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 110px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  background: #1a1b2d;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .aviator-insbh2 {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

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

.aviator-b25o7z {
  position: relative;
  border: none;
}

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

.aviator-srdr1v {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  font-size: 24px;
  font-weight: 700;
  background: var(--fh-bg-color);
  color: var(--title-color);
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
}

.aviator-srdr1v span {
  height: 32px;
}

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

.aviator-srdr1v.aviator-hdqvv7 span {
  transform: scaleY(-1);
}

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

.aviator-7ubzle {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.aviator-7ubzle li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0chicken-road-spynx9 ease-in-out;
}

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

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

.aviator-7ubzle.aviator-77efh1 {
  display: none;
}

.aviator-4n3whv {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.aviator-4n3whv table {
  width: 100%;
  border-collapse: collapse;
}

.aviator-4n3whv table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

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

  .aviator-4n3whv table td {
    min-width: 75px;
  }
}

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

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

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

.aviator-4n3whv p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

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

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

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

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

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

.aviator-5k2zxb {
  width: 100%;
  border-collapse: collapse;
}

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

.aviator-5k2zxb tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .aviator-5k2zxb tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

.aviator-a1epbc p {
  color: var(--text-color);
}

.aviator-jbvpeu {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.aviator-xy869z {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.aviator-wm5nyo p + p {
  margin-top: 10px;
}

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

.aviator-254959 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .aviator-254959 {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 68px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #161d33;
    padding: 0 40px;
  }
}

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

.aviator-z6lbmm li {
  margin: 0 20px;
}

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

.aviator-z6lbmm li a img {
  margin-bottom: 4px;
}

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

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

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

.aviator-quj49j li {
  font-size: 16px;
  position: relative;
}

.aviator-quj49j li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.aviator-quj49j li span {
  opacity: 0.5;
}

.aviator-quj49j li + li {
  margin-left: 30px;
}

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

h2.aviator-qv8064 {
  margin: 0 0 28px;
}

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

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

.aviator-f2d40y tbody tr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 36px;
  padding: 20px 24px;
  border-radius: 10px;
  margin-bottom: 16px;
  cursor: pointer;
  background-color: var(--fh-bg-color);
}

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

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

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

.aviator-f2d40y tbody tr:last-of-type {
  margin-bottom: 0;
}

.aviator-f2d40y tbody tr td:first-of-type {
  flex-shrink: 0;
}

.aviator-f2d40y tbody tr td:first-of-type > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--rate-image-border);
}

.aviator-f2d40y tbody tr td:first-of-type > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
  padding: 2px 9px;
  width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  counter-increment: table-row;
  content: counter(table-row);
  background: var(--rate-counter-bg);
}

.aviator-f2d40y tbody tr td:last-of-type {
  margin-left: auto;
}

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

.aviator-f2d40y tbody tr td .aviator-srs3g6 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .aviator-f2d40y tbody tr td .aviator-srs3g6 {
    width: 100%;
  }
}

.aviator-f2d40y tbody tr td .aviator-o2d679 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 10px;
  width: 181px;
  height: 46px;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  transition: 0chicken-road-spynx9 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .aviator-f2d40y tbody tr td .aviator-o2d679 {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .aviator-f2d40y tbody tr td .aviator-o2d679 {
    width: 100%;
  }
}

.aviator-f2d40y tbody tr td .aviator-7wat8s {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .aviator-f2d40y tbody tr td .aviator-7wat8s:hover {
    text-decoration: none;
  }
}

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

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

.aviator-c7d0zc {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.aviator-4xygl3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .aviator-4xygl3 {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

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

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

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

.aviator-1hamg3 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0chicken-road-spynx9 ease-in-out;
}

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

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

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

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

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

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

.aviator-xye1vw img {
  width: 100%;
  height: 100%;
}

.aviator-xye1vw iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.aviator-dstnhp svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0chicken-road-spynx9 ease-in-out;
}

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

.aviator-dwh9bl {
  padding: 90px 0;
}

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

.aviator-t9x3i9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

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

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

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

.aviator-5vmk28 img {
  width: 100%;
}

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

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

.aviator-5ajraw {
  max-width: 565px;
  width: 100%;
  flex-basis: 565px;
  border-radius: 10px;
  padding: 36px 32px;
  background: radial-gradient(
    114.2% 133.85% at 7.14% 3.6%,
    rgba(35, 35, 54, 0.7) 0%,
    rgba(35, 35, 54, 0.7) 0.01%,
    rgba(35, 35, 54, 0.1) 100%
  );
  border: 1px solid #383853;
}

.aviator-5ajraw h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 16px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .aviator-5ajraw {
    flex-basis: auto;
  }
}

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

.aviator-xwa3x0 {
  background: rgba(30, 30, 53, 0.6);
  border: 1px solid #383853;
  border-radius: 6px;
  padding: 14px 20px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #a29eb6;
  transition: 0chicken-road-spynx9 ease-in-out;
}

.aviator-xwa3x0:hover {
  border: 1px solid #8c8ca2;
}

.aviator-cyw0z0 {
  margin: 20px auto 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  padding: 15px 10px;
  width: 100%;
  height: 52px;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
}

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

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

.aviator-0r0wu2 a {
  text-decoration: underline;
  color: #8babff;
}

.aviator-33o5p0 {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.aviator-33o5p0 .aviator-xwa3x0 {
  width: 50%;
  margin: 0;
}

.aviator-xvn7rm {
  border-radius: 6px;
  padding: 15px 10px;
  width: 50%;
  height: 52px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

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

.aviator-vn12cu {
  margin: 0 0 100px;
}

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

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

.aviator-gui17y {
  position: relative;
  padding: 20px 24px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .aviator-gui17y {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

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

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

.aviator-87wz3f {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

.aviator-m3le7f {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 40px;
  font-weight: 700;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .aviator-m3le7f {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.aviator-m3le7f a {
  width: 26px;
  height: 26px;
  background: #5277e7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  margin-left: 20px;
  border-radius: 4px;
  transition: 0chicken-road-spynx9 ease-in-out;
}

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

.aviator-m3le7f a svg {
  fill: #fff;
}

.aviator-m3le7f a:hover {
  background: #3d68e7;
}

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

.aviator-oc6804 {
  margin-bottom: 16px;
}

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

.aviator-rbvcll {
  font-size: 16px;
  color: var(--text-color);
}

.aviator-ezyja0 {
  display: grid;
  grid-template-areas: "play-block__left" "content-section" "play-block__right";
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
}

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

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

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

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

.aviator-zoktyz h1,
.aviator-zoktyz h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .aviator-zoktyz h1,
  .aviator-zoktyz h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

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

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

.aviator-c8n2g3 h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .aviator-c8n2g3 h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.aviator-c8n2g3 h2 {
  display: flex;
  align-items: center;
  min-height: 68px;
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 6px;
}

@media only screen and (max-width: 767px) {
  .aviator-c8n2g3 h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.aviator-c8n2g3 table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.aviator-c8n2g3 table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .aviator-c8n2g3 table tr td {
    padding: 12px 4px;
  }
}

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

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

.aviator-c8n2g3 table tr:last-of-type td {
  border-bottom: none;
}

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

.aviator-d0hilb {
  width: 100%;
  min-height: 356px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .aviator-d0hilb {
    min-height: 190px;
  }
}

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

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

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

.aviator-cyydg1.aviator-0e3571 {
  display: none;
}

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

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

.aviator-xwl6wm iframe.aviator-sxxrof {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.aviator-xwl6wm.aviator-tc0cl0 {
  opacity: 1;
  pointer-events: all;
}

.aviator-5t7m1u {
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 252px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #c2c0ce;
  margin: 0 auto;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0chicken-road-spynx9 ease-in-out;
}

.aviator-5t7m1u svg {
  margin-right: 10px;
}

.aviator-5t7m1u + .aviator-5t7m1u {
  margin-top: 14px;
}

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

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

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

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

.aviator-ezyja0 .aviator-c5j2pu {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.aviator-ezyja0 .aviator-c5j2pu h1,
.aviator-ezyja0 .aviator-c5j2pu h2 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .aviator-ezyja0 .aviator-c5j2pu h1,
  .aviator-ezyja0 .aviator-c5j2pu h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .aviator-ezyja0 .aviator-c5j2pu {
    margin: 28px 0 0;
  }
}

.aviator-siz5v1 {
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

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

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

.aviator-rjfj34 {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.aviator-86cw4w {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.aviator-86cw4w h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .aviator-86cw4w h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .aviator-86cw4w h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .aviator-86cw4w {
    max-width: 100%;
    margin: 0;
  }
}

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

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

.aviator-imyp6q {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.aviator-gvnnji .aviator-7xi6an {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .aviator-gvnnji .aviator-7xi6an {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.aviator-utnrl1 {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.aviator-utnrl1 img {
  width: 100%;
}

.aviator-hdw393 {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.aviator-venude {
  width: 100%;
  margin: 0 0 100px;
}

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

.aviator-venude .aviator-4jxr53 {
  position: relative;
}

.aviator-venude .aviator-8j3iuh {
  width: 100%;
  height: calc(100vh - 54px);
  height: 100dvh;
  height: calc(100dvh - env(safe-area-inset-bottom, 0px));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.aviator-venude .aviator-8j3iuh.aviator-0e3571 {
  display: none;
}

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

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

@media only screen and (max-width: 520px) {
  .aviator-venude .aviator-qgdp1p {
    bottom: 90px;
  }
}

.aviator-venude .aviator-qgdp1p .aviator-jqeun1 {
  max-width: 300px;
  width: 100%;
}

.aviator-venude
  .aviator-qgdp1p
  .aviator-jqeun1
  .aviator-wify8k {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .aviator-venude
    .aviator-qgdp1p
    .aviator-jqeun1
    .aviator-wify8k {
    font-size: 32px;
    text-align: center;
  }
}

.aviator-venude
  .aviator-qgdp1p
  .aviator-jqeun1
  .aviator-g33far {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .aviator-venude
    .aviator-qgdp1p
    .aviator-jqeun1
    .aviator-g33far {
    text-align: center;
  }
}

.aviator-venude .aviator-qgdp1p .aviator-pjs4sv {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .aviator-venude .aviator-qgdp1p .aviator-pjs4sv {
    flex-direction: column-reverse;
  }
}

.aviator-venude
  .aviator-qgdp1p
  .aviator-pjs4sv
  .aviator-dvyvt8 {
  border-radius: 10px;
  padding: 12px 28px;
  width: 200px;
  height: 46px;
  background: #a9afbc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0b0b10;
  cursor: pointer;
  transition: 0chicken-road-spynx9 ease-in-out;
}

.aviator-venude
  .aviator-qgdp1p
  .aviator-pjs4sv
  .aviator-dvyvt8:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .aviator-venude
    .aviator-qgdp1p
    .aviator-pjs4sv
    .aviator-dvyvt8 {
    width: 100%;
  }
}

.aviator-venude
  .aviator-qgdp1p
  .aviator-pjs4sv
  .aviator-280izf {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  width: 274px;
  height: 46px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  position: relative;
  transition: 0chicken-road-spynx9 ease-in-out;
  overflow: hidden;
}

.aviator-venude
  .aviator-qgdp1p
  .aviator-pjs4sv
  .aviator-280izf
  span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

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

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

.aviator-venude
  .aviator-qgdp1p
  .aviator-pjs4sv
  .aviator-280izf:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .aviator-venude
    .aviator-qgdp1p
    .aviator-pjs4sv
    .aviator-280izf {
    width: 100%;
  }
}

.aviator-venude .aviator-qgdp1p.aviator-0e3571 {
  display: none;
}

.aviator-venude .aviator-7c6w8u {
  display: none;
}

.aviator-venude .aviator-7c6w8u.aviator-tc0cl0 {
  display: block;
}

.aviator-venude .aviator-7c6w8u iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .aviator-venude .aviator-7c6w8u iframe {
    height: calc(100vh - 54px);
  }
}

.aviator-venude .aviator-9v5mfu {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .aviator-venude .aviator-9v5mfu {
    padding: 24px 16px 0;
  }
}

.aviator-venude .aviator-9v5mfu .aviator-wify8k {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .aviator-venude .aviator-9v5mfu .aviator-wify8k {
    margin-bottom: 24px;
  }
}

.aviator-venude .aviator-9v5mfu table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.aviator-venude .aviator-9v5mfu table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .aviator-venude .aviator-9v5mfu table tr td {
    padding: 12px 4px;
  }
}

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

@media only screen and (max-width: 767px) {
  .aviator-venude .aviator-9v5mfu table tr th {
    padding: 12px 4px;
  }
}

.aviator-venude .aviator-9v5mfu table tr:last-of-type td {
  border-bottom: none;
}

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

.aviator-fqcj2j.aviator-cjnc3d {
  display: block;
}

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

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

.aviator-fqcj2j .aviator-moyq64 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

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

.aviator-fqcj2j .aviator-280izf:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.aviator-zvgc14.aviator-cjnc3d {
  display: block;
}

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

.aviator-760mge {
  position: relative;
  top: 100px;
  margin: 0 auto;
  z-index: 999;
  max-width: 600px;
  width: 100%;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px 44px;
}

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

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

.aviator-xe3c2p {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.aviator-xe3c2p svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.aviator-suxvph {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.aviator-zly1tv.aviator-0e3571 {
  display: none;
}

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

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

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

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

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

.aviator-x2wgnv input {
  border-radius: 46px;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: none;
  font-size: 16px;
  transition: 0chicken-road-spynx9 ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

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

.aviator-x2wgnv input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.aviator-x2wgnv input:active {
  border-color: #c2c0ce;
}

.aviator-x2wgnv input:focus {
  border-color: #c2c0ce;
}

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

.aviator-5y17se {
  margin-bottom: 36px;
}

.aviator-5y17se textarea {
  border-radius: 20px;
  padding: 14px 20px;
  width: 100%;
  height: 120px;
  resize: none;
  overflow: hidden;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: 1px solid #c2c0ce;
  font-size: 16px;
}

.aviator-5y17se textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.aviator-5y17se textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.aviator-d1e38u {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.aviator-orjiy4 {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  width: 136px;
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  transition: 0chicken-road-spynx9 ease-in-out;
}

.aviator-orjiy4:hover {
  background: var(--border-color);
}

.aviator-g6e0ti {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #197bff;
  color: var(--title-color);
  border-radius: 6px;
  padding: 10px;
  width: 193px;
  height: 42px;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: 0chicken-road-spynx9 ease-in-out;
}

.aviator-g6e0ti:hover {
  background: #166ad9;
}

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

.aviator-a64c9z.aviator-0e3571 {
  display: none;
}

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

.aviator-a64c9z .aviator-orjiy4 {
  margin: 0 auto;
}

.aviator-m1w4al {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.aviator-65ocfr {
  filter: grayscale(100%);
}

.aviator-qrfy8u > input {
  display: none;
}

.aviator-qrfy8u > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.aviator-z20fej.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.aviator-jghdzg 44.aviator-ia040f.aviator-cbtomf.aviator-q98kyt.aviator-e6wvbn.aviator-gp50fm.aviator-o4fx66.aviator-tng5j6.aviator-if483d.aviator-on68t0.aviator-ud326s.aviator-eshc8b.aviator-unap4m 0l-12.aviator-d66ops 30.aviator-u7seil.aviator-mnbmm3 2.aviator-rybqpp.aviator-mnbmm3 3.aviator-zelbfg 3.aviator-1i3lit.aviator-81ttt1 3.aviator-rpnkaj.aviator-7armnn.aviator-9akyeq.aviator-occud9 7-3.aviator-d66ops 10.aviator-akfhew.aviator-occud9 23.aviator-jod8xd.aviator-zbzfqp 1.aviator-jnd6df 2.aviator-d66ops 3.aviator-zbzfqp 1.aviator-81ttt1 5.aviator-5owpsg.aviator-81ttt1 32.aviator-omdw9k.aviator-7armnn 5.aviator-unap4m 4.aviator-occud9 9.aviator-occud9 8.aviator-81ttt1 6.aviator-k3os8r.aviator-hjys8h.aviator-elnr37.aviator-dhkq8e.aviator-exr8in 4.aviator-s0azuw.aviator-exr8in 6.aviator-exr8in 0l29.aviator-unap4m 17.aviator-cuy0w4.aviator-wualhg 2.aviator-mg1vzl 10.aviator-7dao8r.aviator-d66ops 8.aviator-q0mwx8.aviator-uqbit3.aviator-pc65bb.aviator-bzo6fl.aviator-jgdd8i.aviator-7armnn.aviator-gp50fm.aviator-d66ops 1.aviator-s6xsds.aviator-k1xy1l.aviator-8edf31.aviator-hmeka7.aviator-evwozl.aviator-jnd6df 1.aviator-wxehc2.aviator-jr6xdr.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.aviator-qrfy8u > input:checked ~ label,
.aviator-qrfy8u > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.aviator-z20fej.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.aviator-jghdzg 44.aviator-ia040f.aviator-cbtomf.aviator-q98kyt.aviator-e6wvbn.aviator-gp50fm.aviator-o4fx66.aviator-tng5j6.aviator-if483d.aviator-on68t0.aviator-ud326s.aviator-eshc8b.aviator-unap4m 0l-12.aviator-d66ops 30.aviator-u7seil.aviator-mnbmm3 2.aviator-rybqpp.aviator-mnbmm3 3.aviator-zelbfg 3.aviator-1i3lit.aviator-81ttt1 3.aviator-rpnkaj.aviator-7armnn.aviator-9akyeq.aviator-occud9 7-3.aviator-d66ops 10.aviator-akfhew.aviator-occud9 23.aviator-jod8xd.aviator-zbzfqp 1.aviator-jnd6df 2.aviator-d66ops 3.aviator-zbzfqp 1.aviator-81ttt1 5.aviator-5owpsg.aviator-81ttt1 32.aviator-omdw9k.aviator-7armnn 5.aviator-unap4m 4.aviator-occud9 9.aviator-occud9 8.aviator-81ttt1 6.aviator-k3os8r.aviator-hjys8h.aviator-elnr37.aviator-dhkq8e.aviator-exr8in 4.aviator-s0azuw.aviator-exr8in 6.aviator-exr8in 0l29.aviator-unap4m 17.aviator-cuy0w4.aviator-wualhg 2.aviator-mg1vzl 10.aviator-7dao8r.aviator-d66ops 8.aviator-q0mwx8.aviator-uqbit3.aviator-pc65bb.aviator-bzo6fl.aviator-jgdd8i.aviator-7armnn.aviator-gp50fm.aviator-d66ops 1.aviator-s6xsds.aviator-k1xy1l.aviator-8edf31.aviator-hmeka7.aviator-evwozl.aviator-jnd6df 1.aviator-wxehc2.aviator-jr6xdr.5z'/%3e%3c/svg%3e");
}

.aviator-qrfy8u > input:not(:checked) ~ label:hover,
.aviator-qrfy8u > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.aviator-z20fej.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.aviator-jghdzg 44.aviator-ia040f.aviator-cbtomf.aviator-q98kyt.aviator-e6wvbn.aviator-gp50fm.aviator-o4fx66.aviator-tng5j6.aviator-if483d.aviator-on68t0.aviator-ud326s.aviator-eshc8b.aviator-unap4m 0l-12.aviator-d66ops 30.aviator-u7seil.aviator-mnbmm3 2.aviator-rybqpp.aviator-mnbmm3 3.aviator-zelbfg 3.aviator-1i3lit.aviator-81ttt1 3.aviator-rpnkaj.aviator-7armnn.aviator-9akyeq.aviator-occud9 7-3.aviator-d66ops 10.aviator-akfhew.aviator-occud9 23.aviator-jod8xd.aviator-zbzfqp 1.aviator-jnd6df 2.aviator-d66ops 3.aviator-zbzfqp 1.aviator-81ttt1 5.aviator-5owpsg.aviator-81ttt1 32.aviator-omdw9k.aviator-7armnn 5.aviator-unap4m 4.aviator-occud9 9.aviator-occud9 8.aviator-81ttt1 6.aviator-k3os8r.aviator-hjys8h.aviator-elnr37.aviator-dhkq8e.aviator-exr8in 4.aviator-s0azuw.aviator-exr8in 6.aviator-exr8in 0l29.aviator-unap4m 17.aviator-cuy0w4.aviator-wualhg 2.aviator-mg1vzl 10.aviator-7dao8r.aviator-d66ops 8.aviator-q0mwx8.aviator-uqbit3.aviator-pc65bb.aviator-bzo6fl.aviator-jgdd8i.aviator-7armnn.aviator-gp50fm.aviator-d66ops 1.aviator-s6xsds.aviator-k1xy1l.aviator-8edf31.aviator-hmeka7.aviator-evwozl.aviator-jnd6df 1.aviator-wxehc2.aviator-jr6xdr.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .aviator-v0wjr8 > .aviator-85ccgw {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .aviator-v0wjr8 > .aviator-85ccgw {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .aviator-v0wjr8 > .aviator-85ccgw {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .aviator-v0wjr8 > .aviator-85ccgw {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .aviator-v0wjr8 > .aviator-85ccgw {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.aviator-9rvk9v.aviator-0e3571 {
  display: none;
}

.aviator-kvoqxz {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  height: 110px;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .aviator-kvoqxz {
    height: 74px;
    overflow: visible;
  }
}

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

.aviator-r0zz9w {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 52px;
  gap: 16px;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  color: #fff;
  border-top-left-radius: 30px;
}

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

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

.aviator-r0zz9w img {
  border-radius: 16px;
  overflow: hidden;
}

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

@media only screen and (max-width: 767px) {
  .aviator-r0zz9w {
    max-width: 120px;
    font-size: 14px;
    border-top-left-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
  }
  .aviator-r0zz9w img {
    max-width: 60px;
    border-radius: 7px;
  }
}

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

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

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

.aviator-2jpl3m {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 52px 0 0;
  z-index: 2;
  overflow: hidden;
  border-top-right-radius: 30px;
}

.aviator-2jpl3m::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .aviator-2jpl3m::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.aviator-2jpl3m::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .aviator-2jpl3m::after {
    display: none;
  }
}

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

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

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

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

.aviator-mxs6mj {
  width: 220px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0chicken-road-spynx9 ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

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

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

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

.aviator-9rvk9v.aviator-4ah4k6 .aviator-kvoqxz {
  background: #2b3b67;
}

.aviator-9rvk9v.aviator-4ah4k6 .aviator-r0zz9w {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.aviator-9rvk9v.aviator-4ah4k6 .aviator-r0zz9w::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.aviator-9rvk9v.aviator-4ah4k6 .aviator-r0zz9w::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.aviator-9rvk9v.aviator-4ah4k6 .aviator-2jpl3m::before {
  background: #0e0f41;
}

.aviator-9rvk9v.aviator-4ah4k6 .aviator-2jpl3m::after {
  background: #152557;
}

.aviator-9rvk9v.aviator-af5kd8 .aviator-kvoqxz {
  background: #1f35fa;
}

.aviator-9rvk9v.aviator-af5kd8 .aviator-r0zz9w {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.aviator-9rvk9v.aviator-af5kd8 .aviator-r0zz9w::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.aviator-9rvk9v.aviator-af5kd8 .aviator-r0zz9w::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.aviator-9rvk9v.aviator-af5kd8 .aviator-2jpl3m::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.aviator-9rvk9v.aviator-af5kd8 .aviator-2jpl3m::after {
  background: #192ac8;
}

.aviator-9rvk9v.aviator-pv76ql .aviator-kvoqxz {
  background: #fa771f;
}

.aviator-9rvk9v.aviator-pv76ql .aviator-r0zz9w {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.aviator-9rvk9v.aviator-pv76ql .aviator-r0zz9w::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.aviator-9rvk9v.aviator-pv76ql .aviator-r0zz9w::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.aviator-9rvk9v.aviator-pv76ql .aviator-2jpl3m::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.aviator-9rvk9v.aviator-pv76ql .aviator-2jpl3m::after {
  background: #fa8535;
}

.aviator-7iw4bs {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

.aviator-1b09f5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 24px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .aviator-1b09f5 {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

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

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

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

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

.aviator-2wk0qk {
  display: flex;
  align-items: center;
  gap: 10px;
}

.aviator-2wk0qk span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.aviator-2wk0qk small {
  font-size: 14px;
  color: var(--text-color);
}

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

.aviator-xevn6a {
  width: 120px;
  height: 22px;
}

.aviator-xevn6a .aviator-yi0xwx {
  fill: #c2c0ce;
}

.aviator-xevn6a [rating="1"] .aviator-yi0xwx:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.aviator-xevn6a [rating="2"] .aviator-yi0xwx:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.aviator-xevn6a [rating="3"] .aviator-yi0xwx:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.aviator-xevn6a [rating="4"] .aviator-yi0xwx:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.aviator-xevn6a [rating="5"] .aviator-yi0xwx:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

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

.aviator-4cyw14.aviator-tc0cl0 {
  display: block;
}

.aviator-4cyw14.aviator-0e3571 {
  display: none;
}

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

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

.aviator-ezby95 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.aviator-jbmrop {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

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

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

.aviator-c66bqw {
  font-size: 16px;
  line-height: 140%;
}

.aviator-pnq9c6 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.aviator-pnq9c6 .aviator-yi0xwx {
  fill: #c2c0ce;
}

.aviator-pnq9c6 [rating="1"] .aviator-yi0xwx:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.aviator-pnq9c6 [rating="2"] .aviator-yi0xwx:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.aviator-pnq9c6 [rating="3"] .aviator-yi0xwx:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.aviator-pnq9c6 [rating="4"] .aviator-yi0xwx:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.aviator-pnq9c6 [rating="5"] .aviator-yi0xwx:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.aviator-3cyl06 {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.aviator-kcq3vt {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

.aviator-7yy0zh {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .aviator-7yy0zh {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

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

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

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

.aviator-jjgu1m img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.aviator-1q6hci {
  flex: 1;
  min-width: 0;
}

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

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

.aviator-tk4mzs {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.aviator-tk4mzs svg path {
  fill: var(--button-bg-color);
}

.aviator-tk4mzs svg circle {
  fill: var(--button-text-color);
}

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

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

.aviator-thlc25 strong {
  font-weight: 600;
}

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

.aviator-959pye p {
  margin: 0 0 16px;
}

.aviator-959pye p:last-child {
  margin-bottom: 0;
}

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

.aviator-7asso3 {
  max-width: 300px;
  width: 100%;
}

.aviator-7asso3 a {
  width: 100%;
}

@media (max-width: 575px) {
  .aviator-7asso3 {
    max-width: 200px;
  }
}

.aviator-z99i84 {
  justify-content: center;
}

.aviator-l2h05i {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aviator-1x4jx6 {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.aviator-gg9rmg .aviator-fala8f {
  justify-content: center;
}

/* faq */

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

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

.aviator-gif1ny::after {
  content: "+";
  font-weight: bold;
  transition: transform 0chicken-road-g01ksq ease;
}

.aviator-8u5zh8.aviator-cjnc3d .aviator-gif1ny::after {
  transform: rotate(45deg);
}

.aviator-yo4yzi {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0chicken-road-spynx9 ease,
    padding 0chicken-road-spynx9 ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.aviator-8u5zh8.aviator-cjnc3d .aviator-yo4yzi {
  max-height: 100%;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.aviator-nldwx9 {
  margin: 25px 0;
}

.aviator-qrfy8u > input:not(:checked) ~ label:hover,
.aviator-qrfy8u > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.aviator-9zlwkd.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.aviator-5a8w1k 44.aviator-dalm8b.aviator-g7wwj3.aviator-3d665y.aviator-prnljn.aviator-c01liu.aviator-2uw6sn.aviator-9q4reg.aviator-q7wv4l.aviator-gplt3a.aviator-0qqon9.aviator-x1rqfu.aviator-bofc3h 0l-12.aviator-c9xvdu 30.aviator-jes6qp.aviator-ijf7v4 2.aviator-lk5kn1.aviator-ijf7v4 3.aviator-aol20s 3.aviator-j1jnck.aviator-xgrrvh 3.aviator-iyrmls.aviator-mxg7xv.aviator-frg34b.aviator-i61nwh 7-3.aviator-c9xvdu 10.aviator-txgjkz.aviator-i61nwh 23.aviator-v7ehey.aviator-upxe4p 1.aviator-5t2l8q 2.aviator-c9xvdu 3.aviator-upxe4p 1.aviator-xgrrvh 5.aviator-jnzhz7.aviator-xgrrvh 32.aviator-xmscpb.aviator-mxg7xv 5.aviator-bofc3h 4.aviator-i61nwh 9.aviator-i61nwh 8.aviator-xgrrvh 6.aviator-b40lcl.aviator-t0sz3u.aviator-w1x7sq.aviator-v8pe05.aviator-arj1jt 4.aviator-cfw395.aviator-arj1jt 6.aviator-arj1jt 0l29.aviator-bofc3h 17.aviator-9ep9r9.aviator-xgslvj 2.aviator-skbmt2 10.aviator-qzd9lh.aviator-c9xvdu 8.aviator-q134xe.aviator-gvjpol.aviator-rm9yrp.aviator-x1fp3l.aviator-5fw1jl.aviator-mxg7xv.aviator-c01liu.aviator-c9xvdu 1.aviator-kar215.aviator-itoqmu.aviator-x64evq.aviator-maljro.aviator-8w5q1k.aviator-5t2l8q 1.aviator-liz21m.aviator-k4ecwm.5z'/%3e%3c/svg%3e");
}

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

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

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

.aviator-5aqkaq.aviator-fppcmf {
  display: block;
}

.aviator-5aqkaq.aviator-v4p69x {
  display: none;
}

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

.aviator-kbpeky {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.aviator-g1zfwm {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.aviator-lk9jdv {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.aviator-7wh1sd small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.aviator-xkiizd {
  font-size: 16px;
  line-height: 140%;
}

.aviator-3oehwa {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.aviator-3oehwa .aviator-rj39qy {
  fill: #c2c0ce;
}

.aviator-3oehwa [rating="1"] .aviator-rj39qy:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.aviator-3oehwa [rating="2"] .aviator-rj39qy:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.aviator-3oehwa [rating="3"] .aviator-rj39qy:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.aviator-3oehwa [rating="4"] .aviator-rj39qy:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.aviator-3oehwa [rating="5"] .aviator-rj39qy:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

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

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

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

/* up */

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

.aviator-oovki8.aviator-k12w8a {
  opacity: 1;
  pointer-events: auto;
}

/* review */
/* review */
.aviator-o7n1fu {
  margin: 25px 0;
}

.aviator-7zvnnp > input:not(:checked) ~ label:hover,
.aviator-7zvnnp > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.aviator-kwey86.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.aviator-la2htx 44.aviator-du5z9c.aviator-npxhoq.aviator-67ntpo.aviator-2hdld1.aviator-jwzszl.aviator-se6b0c.aviator-rrr99v.aviator-5x3sxk.aviator-bx7fj2.aviator-ogv75h.aviator-y9l2dh.aviator-ft6emb 0l-12.aviator-shy9iq 30.aviator-u7qknu.aviator-i05or4 2.aviator-dzsugn.aviator-i05or4 3.aviator-tcca4g 3.aviator-wi441z.aviator-jsd8mu 3.aviator-4lqbwv.aviator-i2x1we.aviator-arklpk.aviator-jnqtsc 7-3.aviator-shy9iq 10.aviator-04vb9v.aviator-jnqtsc 23.aviator-bw9fks.aviator-undr5l 1.aviator-07ewjo 2.aviator-shy9iq 3.aviator-undr5l 1.aviator-jsd8mu 5.aviator-afd6li.aviator-jsd8mu 32.aviator-tmr2f6.aviator-i2x1we 5.aviator-ft6emb 4.aviator-jnqtsc 9.aviator-jnqtsc 8.aviator-jsd8mu 6.aviator-c8gmzx.aviator-nwbpso.aviator-c343jv.aviator-dm9v64.aviator-yxs3oz 4.aviator-gx4rk8.aviator-yxs3oz 6.aviator-yxs3oz 0l29.aviator-ft6emb 17.aviator-m58b5o.aviator-cnbv45 2.aviator-9ka1jw 10.aviator-yeazoi.aviator-shy9iq 8.aviator-ixz2pb.aviator-54c5x3.aviator-ivpzsp.aviator-wtgb80.aviator-68unbo.aviator-i2x1we.aviator-jwzszl.aviator-shy9iq 1.aviator-r4fqov.aviator-19wkh9.aviator-3v0vzb.aviator-z3b87b.aviator-ar4yfc.aviator-07ewjo 1.aviator-5dzt2z.aviator-tl0s47.5z'/%3e%3c/svg%3e");
}

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

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

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

.aviator-scv88v.aviator-xun1zq {
  display: block;
}

.aviator-scv88v.aviator-k3quq4 {
  display: none;
}

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

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

.aviator-ve4td8 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.aviator-nhyedw {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.aviator-21xk78 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.aviator-uw0u5x {
  font-size: 16px;
  line-height: 140%;
}

.aviator-a7cgln {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.aviator-a7cgln .aviator-e7fjke {
  fill: #c2c0ce;
}

.aviator-a7cgln [rating="1"] .aviator-e7fjke:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.aviator-a7cgln [rating="2"] .aviator-e7fjke:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.aviator-a7cgln [rating="3"] .aviator-e7fjke:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.aviator-a7cgln [rating="4"] .aviator-e7fjke:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.aviator-a7cgln [rating="5"] .aviator-e7fjke:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.aviator-wzxbs3 {
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--registr-btn);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}
@media only screen and (min-width: 1025px) {
  .aviator-wzxbs3:hover {
    background: var(--registr-btn);
  }
}
@media only screen and (max-width: 767px) {
  .aviator-wzxbs3 {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

/* scroll */
.aviator-ubcfx4 {
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
  position: relative;
}

.aviator-h553sy {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px 0;
  width: calc(100% / 3 * 4);
  transition: transform 0chicken-road-8b09xf ease-in-out;
  margin: 0;
}

.aviator-scv88v {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
  box-sizing: border-box;
}
.aviator-scv88v.aviator-xun1zq {
  display: block;
}

.aviator-sugyr0 {
  z-index: 10;
  background: var(--button-bg-color);
  color: #000;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.aviator-3ko1vp {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.aviator-sugyr0:hover:not(:disabled) {
  background: var(--button-bg-hover);
}

#review-prev {
  left: 10px;
}
#review-next {
  right: 10px;
}

.aviator-sugyr0:disabled {
  background: rgba(0, 0, 0, 0.1);
  color: #ccc;
  cursor: not-allowed;
}

@media only screen and (max-width: 767px) {
  .aviator-h553sy {
    width: 800%;
    flex-wrap: nowrap;
    gap: 0;
  }

  .aviator-scv88v {
    max-width: calc(100% / 8);
    flex-basis: calc(100% / 8);
    margin: 0;
    padding: 16px;
    margin-right: 5px;
  }

  .aviator-sugyr0 {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  #review-prev {
    left: 5px;
  }
  #review-next {
    right: 5px;
  }
}

.aviator-8oq4i3 {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--table-1-color);
  background: linear-gradient(180deg, #06affd 0%, #0077ff 100%);
}

.aviator-ewgct6 {
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: linear-gradient(180deg, #069afd 0%, #00c3ff 100%);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0fishroad-dfa17m ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aviator-ewgct6::after {
  content: "+";
  font-weight: bold;
  transition: transform 0fishroad-dfa17m ease;
}

.aviator-8oq4i3.aviator-sl71q9 .aviator-ewgct6::after {
  transform: rotate(45deg);
}

.aviator-ewgct6:hover {
  background: rgba(255, 255, 255, 0.3);
}

.aviator-9el0hq {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0fishroad-ivv94k ease,
    padding 0fishroad-ivv94k ease;
  padding: 0 20px;
  background: linear-gradient(180deg, #059bc0 0%, #0995b8 100%);
}

.aviator-8oq4i3.aviator-sl71q9 .aviator-9el0hq {
  max-height: 100%;
  padding: 15px 20px;
}

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

.aviator-ddnjm5 {
  position: absolute;
  max-width: 100px;
  width: 100%;
  left: 10px;
}

.aviator-ddnjm5 img {
  position: absolute;
  top: -125px;
}

@media (max-width: 992px) {
  .aviator-ddnjm5 img {
    position: absolute;
    top: -70px;
  }
}

@media (max-width: 601px) {
  .aviator-bk388u .aviator-qoupmq img {
    margin-top: -150px !important;
  }

  .aviator-w772mv {
    max-width: 160px;
    position: absolute;
    top: 65px;
    left: 25px;
  }
}

.aviator-q3r0cs {
  margin-bottom: 25px;
}

.aviator-q3r0cs iframe {
  width: 100%;
  height: 500px;
}

/* popup */

.aviator-hcm6n9 {
  width: 90%;
  position: fixed;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../other/bg.webp);
  background-size: cover;
  background-position: center calc(100% - 522px);
  color: #fff;
  border-radius: 8px;
  transition: bottom 0.aviator-ny0rol ease;
  z-index: 9999;
  user-select: none;
  height: 75px;
  border: 1px solid rgb(70, 70, 70);
}

.aviator-poi393 {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.aviator-poi393 p {
  color: #fff900;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  font-family: Tahoma;

  z-index: -1;
  background: rgb(0 0 0 / 32%);
  height: 73px;
  padding: 25px;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  backdrop-filter: blur(5px);
}

.aviator-poi393 button {
  z-index: 2;
}

.aviator-hcm6n9.aviator-fuduty {
  bottom: 40px;
}

.aviator-xt4dqs {
  position: absolute;
  bottom: 10px;
  left: 0;
  animation: move-x 7s linear infinite;
  pointer-events: none;
}

.aviator-ywbxb5 {
  width: 18vw;
  max-width: 80px;
  min-width: 45px;
  animation: jump-y 0.aviator-1rwhm0 infinite ease-in-out;
  transform-origin: center bottom;
  user-select: none;
}

@keyframes move-x {
  from {
    transform: translateX(-30vw);
  }
  to {
    transform: translateX(130vw);
  }
}

@keyframes jump-y {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  25% {
    transform: translateY(-18px) rotate(-8deg);
  }

  50% {
    transform: translateY(-22px) rotate(-5deg);
  }

  75% {
    transform: translateY(-10px) rotate(6deg);
  }

  100% {
    transform: translateY(0) rotate(0deg);
  }
}

.aviator-ghn71q {
  position: absolute;
  top: -15px;
  right: -15px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: #fff;
  font-size: 20px;
  width: 26px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
  transition: background 0.aviator-mqo5fy ease;
  z-index: 10000;
}

.aviator-ghn71q:hover {
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 650px) {
  .aviator-poi393 p {
    font-size: 16px;
    padding: 17px 15px 15px 15px;
    text-align: center;
  }

  .aviator-poi393 .aviator-2tizyf {
    font-size: 13.5px;
  }

  .aviator-hcm6n9 .aviator-ywbxb5 {
    animation: jump-y 0.aviator-1rwhm0 infinite ease-in-out;
  }

  .aviator-x1rpsl {
    display: none;
  }
}

.aviator-w1c8ai {
  position: absolute;
  width: 50px;
  height: auto;
  animation: rocket-fly 6s linear infinite;
  pointer-events: none;
  user-select: none;
  opacity: 0.9;
}

.aviator-ay8vc2 {
  top: 10px;
  animation-duration: 7s;
}

.aviator-e5dzqv {
  bottom: 10px;
  animation-duration: 5s;
}

@keyframes rocket-fly {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(-200px);
  }
}

.aviator-merit9 {
  position: absolute;
  width: 120px;
  opacity: 1;
  pointer-events: none;
}

.aviator-x1rpsl {
  max-width: 50px;
  top: -15px;
  left: 5%;
  z-index: 1;
  animation:
    cloud-drift 10s ease-in-out infinite,
    cloud-float 8s ease-in-out infinite;
}

.aviator-v748bm {
  max-width: 50px;
  top: 50px;
  left: 40%;
  animation:
    cloud-drift 10s ease-in-out infinite,
    cloud-float 6s ease-in-out infinite;
}

.aviator-4jmq9f {
  max-width: 75px;
  top: -15px;
  left: 90%;
  animation:
    cloud-drift 10s ease-in-out infinite,
    cloud-float 3s ease-in-out infinite;
}

@keyframes cloud-drift {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes cloud-float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0px);
  }
}

.aviator-a7i0iz {
  position: absolute;
  color: #12e05b;
  font-weight: 700;
  font-size: 18px;
  opacity: 1;
  pointer-events: none;
  transform-origin: center;
  animation: moneyFade 2s ease-out forwards;
}

@keyframes moneyFade {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px) scale(1.3);
  }
}

.aviator-5l6t59 {
  background: #fdcd0670;
  border-radius: 25px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.aviator-5l6t59 .aviator-0bmi2t {
  display: flex;
  align-items: center;
}

.aviator-v7egau {
  display: flex;
  flex-direction: column;
}

.aviator-2od8f8 {
  max-width: 175px;
  width: 100%;
  margin-right: 15px;
  padding: 25px;
  background: #fff;
  border-radius: 25px;
}

.aviator-c7bjhi {
  max-width: 300px;
  width: 100%;
}

.aviator-z5ej0u {
  max-width: 280px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  border: 1px solid black;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
}

@media (max-width: 925px) {
  .aviator-5l6t59 {
    flex-direction: column;
  }

  .aviator-0bmi2t {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .aviator-v7egau {
    text-align: center;
  }

  .aviator-5l6t59 h3 {
    margin-bottom: 0 !important;
  }
}

.aviator-xxgrxb {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
}

@media (max-width: 501px) {
  .aviator-xxgrxb {
    font-size: 12px;
  }
}

.aviator-bbngzx {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
}

.aviator-bec9h5 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .aviator-bec9h5 {
    flex-direction: column;
  }
}

.aviator-ecbbv6 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.aviator-xw2bra li:first-child {
  margin-bottom: 10px;
}

.aviator-xw2bra a {
  color: #000;
}

.aviator-xc1btm {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .aviator-xc1btm {
    align-items: center;
  }

  .aviator-v1pvcn {
    flex-direction: column;
  }
}

.aviator-phg1cy {
  font-size: 16px;
  color: gray;
  text-align: center;
  max-width: 500px;
  width: 100%;
}

.aviator-xv4un6 img {
  max-width: 75px;
  width: 100%;
  margin-right: 20px;
}

.aviator-nb2atm {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  justify-content: center;
}

.aviator-nb2atm a {
  background-color: var(--button-bg-color);
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.aviator-382ih3 ease;
  padding: 20px 50px;
  text-decoration: none;
  font-weight: bold;
}
.aviator-nb2atm a:hover {
  text-decoration: none;

  background-color: var(--button-bg-hover);
}

.aviator-xfysoj {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 30px auto;
  padding: 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .aviator-xfysoj {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .aviator-xfysoj {
    margin: 15px auto;
  }
}
.aviator-xfysoj li {
  font-size: 16px;
  position: relative;
}
.aviator-xfysoj li a {
  color: var(--text-color);
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .aviator-xfysoj li a:hover {
    text-decoration: underline;
  }
}
.aviator-xfysoj li span {
  opacity: 0.5;
}
.aviator-xfysoj li + li {
  margin-left: 30px;
}
.aviator-xfysoj li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

.aviator-jyhjxc {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 991px) {
  .aviator-jyhjxc {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}
@media only screen and (max-width: 767px) {
  .aviator-jyhjxc {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.aviator-dj85e4 {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .aviator-dj85e4 {
    flex-direction: column;
  }
}
.aviator-yftz49 {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}
.aviator-yftz49 img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .aviator-yftz49 {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}
.aviator-eiokt6 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}
.aviator-eiokt6 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .aviator-eiokt6 ul {
    margin-bottom: 15px;
  }
}
.aviator-eiokt6 ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.aviator-eiokt6 ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--title-color);
}
.aviator-eiokt6 ul li span svg {
  fill: var(--title-color);
}
.aviator-eiokt6 ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}
@media only screen and (max-width: 767px) {
  .aviator-eiokt6 ul li small {
    font-size: 12px;
  }
}
.aviator-eiokt6 ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}
.aviator-eiokt6 ul li:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .aviator-eiokt6 {
    flex-basis: auto;
    margin: 0 auto;
  }
}
.aviator-7l7yi6 {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--title-color);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .aviator-7l7yi6 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.aviator-02c4vp {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.aviator-ja6unx {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0c2qtskg ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}
@media only screen and (max-width: 767px) {
  .aviator-ja6unx {
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .aviator-ja6unx:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}
.aviator-ja6unx.aviator-45gusq {
  background-color: #000;
}
@media only screen and (min-width: 1025px) {
  .aviator-ja6unx.aviator-45gusq:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.aviator-cn5n9x {
  padding: 10px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1200px) {
  .aviator-cn5n9x {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .aviator-cn5n9x {
    padding: 50px 16px 68px;
  }
}
.aviator-k31afu {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .aviator-k31afu {
    flex-direction: column;
  }
}
.aviator-31nffj {
  margin-bottom: 94px;
}
@media only screen and (max-width: 767px) {
  .aviator-31nffj {
    margin-bottom: 40px;
  }
}
.aviator-5d4zgp .aviator-accfyo {
  margin-bottom: 28px;
}
.aviator-5d4zgp .aviator-accfyo img {
  max-height: 100px;
  width: auto;
}
.aviator-7h2qdx {
  display: flex;
  align-items: center;
}
.aviator-7h2qdx a + a {
  margin-left: 24px;
}
.aviator-7h2qdx img {
  max-height: 56px;
  width: auto;
}
.aviator-7h2qdx img + img {
  margin-left: 24px;
}
.aviator-f9amqe {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .aviator-f9amqe {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}
.aviator-uq3y4u {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .aviator-uq3y4u {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

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

.aviator-lw0h3h {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
}

.aviator-lw0h3h label {
  font-size: 14px;
}

.aviator-lw0h3h h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.aviator-lw0h3h input,
.aviator-lw0h3h textarea,
.aviator-lw0h3h button {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
}
.aviator-lw0h3h button {
  background-color: var(--button-bg-color);
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.aviator-mqo5fy ease;
}
.aviator-lw0h3h button:hover {
  background-color: var(--button-bg-hover);
}
.aviator-vekopt {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.aviator-oo0jtk ease-in;
}

.aviator-vekopt h2 {
  color: green;
  font-weight: 500;
}

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

#reviews .aviator-nndig5 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

#reviews .aviator-nndig5 > div {
  display: none;
  padding: 20px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  flex: 1;
}

#reviews .aviator-nndig5 > div.aviator-ylddzg {
  display: block;
  width: 100%;
  max-width: 300px;
}

#reviews button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 835px) {
  #reviews .aviator-nndig5 > div.aviator-ylddzg {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

.aviator-b0ql2p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin: 18px auto;
  max-width: 300px;
}

@media (max-width: 765px) {
  .aviator-yzrnyw .aviator-ht73i2 a {
    font-size: 12px;
  }
}

/* app */
.aviator-xmjatb {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .aviator-xmjatb {
    flex-direction: column;
  }
}
.aviator-4w0tqp {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}
.aviator-4w0tqp img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .aviator-4w0tqp {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}
.aviator-re7xzy {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}
.aviator-re7xzy ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .aviator-re7xzy ul {
    margin-bottom: 15px;
  }
}
.aviator-re7xzy ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.aviator-re7xzy ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--title-color);
}
.aviator-re7xzy ul li span svg {
  fill: var(--title-color);
}
.aviator-re7xzy ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}
@media only screen and (max-width: 767px) {
  .aviator-re7xzy ul li small {
    font-size: 12px;
  }
}
.aviator-re7xzy ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}
.aviator-re7xzy ul li:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .aviator-re7xzy {
    flex-basis: auto;
    margin: 0 auto;
  }
}
.aviator-cxj9tz {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--title-color);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .aviator-cxj9tz {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.aviator-3xwfbo {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.aviator-xeg9e2 {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0c2qtskg ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}
@media only screen and (max-width: 767px) {
  .aviator-xeg9e2 {
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .aviator-xeg9e2:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}
.aviator-xeg9e2.aviator-htg1xj {
  background-color: #000;
}
@media only screen and (min-width: 1025px) {
  .aviator-xeg9e2.aviator-htg1xj:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.aviator-aymceh {
  padding: 10px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1200px) {
  .aviator-aymceh {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .aviator-aymceh {
    padding: 50px 16px 68px;
  }
}