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

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

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

body {
  margin: 0;
}

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

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

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

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

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

a {
  cursor: pointer;
}

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

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

svg {
  transform: translateZ(0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.staxino-36kuo0 {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.staxino-hvlrcg {
  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) {
  .staxino-hvlrcg: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;
  }
}

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

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

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

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

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

.staxino-xhzhp6 {
  cursor: pointer;
}

.staxino-asovvj {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.staxino-u729hc {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.staxino-u729hc figure {
  margin: 0;
}

.staxino-u729hc.staxino-3zo2b4 {
  justify-content: flex-start;
  margin-right: 4px;
}

.staxino-u729hc.staxino-oci3w2 {
  justify-content: flex-end;
  margin-left: 4px;
}

.staxino-u729hc.staxino-cbaejq {
  justify-content: center;
}

.staxino-u729hc.staxino-hzrgr9 {
  justify-content: normal;
}

.staxino-u07xl4 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.staxino-75umnu {
  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) {
  .staxino-75umnu {
    flex-direction: column;
  }
}

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

.staxino-ppoj0v img {
  width: 100%;
}

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

.staxino-d8p0kh {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.staxino-d8p0kh 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);
}

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

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

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

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

.staxino-d8p0kh ul li:last-of-type::after {
  display: none;
}

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

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

.staxino-bmqp6h {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .staxino-081ust {
    height: 50px;
  }
}

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

.staxino-081ust.staxino-mb2thx {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .staxino-081ust.staxino-mb2thx:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

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

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

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

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

.staxino-4emvvp {
  margin-bottom: 94px;
}

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

.staxino-ddjgi3 .staxino-v0kjao {
  margin-bottom: 28px;
}

.staxino-ddjgi3 .staxino-v0kjao img {
  max-height: 100px;
  width: auto;
}

.staxino-xhnbag {
  display: flex;
  align-items: center;
}

.staxino-xhnbag a + a {
  margin-left: 24px;
}

.staxino-xhnbag img {
  max-height: 56px;
  width: auto;
}

.staxino-xhnbag img + img {
  margin-left: 24px;
}

.staxino-9odeyk {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.staxino-z6u7ux {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.staxino-hxq9dl li {
  display: flex;
  margin: 0 7px;
}

.staxino-hxq9dl li svg {
  transition: 0.staxino-jtg58q ease-in-out;
}

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

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

.staxino-7rk6va + .staxino-7rk6va {
  margin-left: 120px;
}

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

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

.staxino-uhv574 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.staxino-uhv574 li {
  font-size: 16px;
}

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

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

.staxino-uhv574 li + li {
  margin-top: 16px;
}

.staxino-og5bv7 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.staxino-dnexno ease-in-out;
}

.staxino-og5bv7.staxino-il254j {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.staxino-laoh2b {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.staxino-ynog86 li {
  width: 100%;
}

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

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

.staxino-ynog86 li a.staxino-il254j {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.staxino-oc25kw {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.staxino-oc25kw img {
  width: 100%;
  transition: 0.staxino-jtg58q ease-in-out;
}

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

.staxino-wy7pnw {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
}

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

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

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

@media only screen and (max-width: 767px) {
  .staxino-wo96zc .staxino-v0kjao img {
    max-width: 90px;
  }
}

.staxino-v0kjao img {
  max-height: 50px;
  width: auto;
}

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

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

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

.staxino-vijij8 li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.staxino-0v2gmj {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.staxino-0v2gmj.staxino-7uu5sn {
  margin-right: 0;
}

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

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

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

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

.staxino-8gpu4q {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.staxino-8gpu4q:hover > ul {
  display: flex;
}

.staxino-8gpu4q:focus > ul {
  display: flex;
}

.staxino-8gpu4q:focus-within > ul {
  display: flex;
}

.staxino-gsy40l {
  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;
}

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

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

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

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

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

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

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

.staxino-o0836o {
  display: none;
}

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

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

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

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

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

.staxino-0zlokf img {
  margin-bottom: 20px;
}

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

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

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

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

.staxino-ktmh7x {
  color: var(--text-color);
}

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

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

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

.staxino-dbj2dk p img {
  display: block;
  margin: 0 auto;
}

.staxino-dbj2dk p:first-of-type {
  margin-top: 0;
}

.staxino-dbj2dk p:last-of-type {
  margin-bottom: 0;
}

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

.staxino-dbj2dk ul {
  padding: 0 0 0 20px;
}

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

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

.staxino-dbj2dk 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) {
  .staxino-dbj2dk table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

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

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

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

.staxino-5gvh2x {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

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

.staxino-5gvh2x .staxino-0gfett {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .staxino-5gvh2x .staxino-0gfett {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.staxino-5gvh2x .staxino-yn3mvz {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .staxino-5gvh2x .staxino-yn3mvz {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .staxino-5gvh2x .staxino-yn3mvz img {
    width: 100%;
  }
}

.staxino-yn3mvz {
  margin: 0 0 28px;
}

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

.staxino-0gfett {
  margin: 0 0 28px;
}

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

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

.staxino-ve31dj .staxino-hvlrcg {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.staxino-xwgsc0 {
  position: relative;
  border: none;
}

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

.staxino-atlehp {
  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;
}

.staxino-atlehp span {
  height: 32px;
}

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

.staxino-atlehp.staxino-2kgrhv span {
  transform: scaleY(-1);
}

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

.staxino-c2b7gc {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.staxino-c2b7gc li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.staxino-jtg58q ease-in-out;
}

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

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

.staxino-c2b7gc.staxino-1tp7ht {
  display: none;
}

.staxino-le3cag {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.staxino-le3cag table {
  width: 100%;
  border-collapse: collapse;
}

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

  .staxino-le3cag table td {
    min-width: 75px;
  }
}

.staxino-le3cag 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) {
  .staxino-le3cag table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

.staxino-ogmspf {
  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) {
  .staxino-ogmspf {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.staxino-x9uowk {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

.staxino-1v4v10 table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.staxino-1v4v10 p {
  color: var(--text-color);
}

.staxino-ipusea {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.staxino-jzmsz4 {
  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);
}

.staxino-41zsnp {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.staxino-v7gxkh p + p {
  margin-top: 10px;
}

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

.staxino-7dncwb {
  display: none;
}

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

.staxino-5mdwzu {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.staxino-5mdwzu li {
  margin: 0 20px;
}

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

.staxino-5mdwzu li a img {
  margin-bottom: 4px;
}

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

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

.staxino-jrhhiu li {
  font-size: 16px;
  position: relative;
}

.staxino-jrhhiu li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.staxino-jrhhiu li span {
  opacity: 0.5;
}

.staxino-jrhhiu li + li {
  margin-left: 30px;
}

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

h2.staxino-7sk5q4 {
  margin: 0 0 28px;
}

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

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

.staxino-np9f1f 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);
}

.staxino-np9f1f 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;
}

.staxino-np9f1f 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;
}

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

.staxino-np9f1f tbody tr:last-of-type {
  margin-bottom: 0;
}

.staxino-np9f1f tbody tr td:first-of-type {
  flex-shrink: 0;
}

.staxino-np9f1f 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);
}

.staxino-np9f1f 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);
}

.staxino-np9f1f tbody tr td:last-of-type {
  margin-left: auto;
}

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

.staxino-np9f1f tbody tr td .staxino-gbyqb2 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .staxino-np9f1f tbody tr td .staxino-gbyqb2 {
    width: 100%;
  }
}

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

@media only screen and (min-width: 1025px) {
  .staxino-np9f1f tbody tr td .staxino-22udrk:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .staxino-np9f1f tbody tr td .staxino-22udrk {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .staxino-np9f1f tbody tr td .staxino-22udrk {
    width: 100%;
  }
}

.staxino-np9f1f tbody tr td .staxino-5sgz6z {
  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) {
  .staxino-np9f1f tbody tr td .staxino-5sgz6z:hover {
    text-decoration: none;
  }
}

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

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

.staxino-ezqi7i {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.staxino-snhbxv img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.staxino-jtg58q ease-in-out;
}

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

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

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

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

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

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

.staxino-037q87 img {
  width: 100%;
  height: 100%;
}

.staxino-037q87 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.staxino-i044ae svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.staxino-jtg58q ease-in-out;
}

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

.staxino-8hj04n {
  padding: 90px 0;
}

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

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

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

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

.staxino-hqqo64 img {
  width: 100%;
}

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

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

.staxino-vx3gqk {
  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;
}

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

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

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

.staxino-j1jt3y:hover {
  border: 1px solid #8c8ca2;
}

.staxino-0v1hg9 {
  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%);
}

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

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

.staxino-m2fd9c a {
  text-decoration: underline;
  color: #8babff;
}

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

.staxino-kjk7n7 .staxino-j1jt3y {
  width: 50%;
  margin: 0;
}

.staxino-2e359e {
  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;
}

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

.staxino-6yin4m {
  margin: 0 0 100px;
}

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

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

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

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

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

.staxino-3tfr4o {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

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

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

.staxino-gb5edt a svg {
  fill: #fff;
}

.staxino-gb5edt a:hover {
  background: #3d68e7;
}

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

.staxino-nas0hv {
  margin-bottom: 16px;
}

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

.staxino-yavc6b {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

.staxino-38jugk {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

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

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

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

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

.staxino-h2xkgn 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);
}

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

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

.staxino-h2xkgn table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

.staxino-7rc5o0 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.staxino-7rc5o0.staxino-ku6ruk {
  display: none;
}

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

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

.staxino-oxn74k iframe.staxino-nxxxfr {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.staxino-oxn74k.staxino-o8vjg8 {
  opacity: 1;
  pointer-events: all;
}

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

.staxino-7yeiox svg {
  margin-right: 10px;
}

.staxino-7yeiox + .staxino-7yeiox {
  margin-top: 14px;
}

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

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

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

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

.staxino-koi3ex .staxino-ve31dj {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .staxino-koi3ex .staxino-ve31dj {
    margin: 28px 0 0;
  }
}

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

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

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

.staxino-o3hbpz {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.staxino-90g0y2 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.staxino-pc8s0z .staxino-hvlrcg {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .staxino-pc8s0z .staxino-hvlrcg {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.staxino-8vs5rd {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.staxino-8vs5rd img {
  width: 100%;
}

.staxino-8h4syr {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.staxino-3a7k08 {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.staxino-l8oep6 {
  width: 100%;
  margin: 0 0 100px;
}

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

.staxino-l8oep6 .staxino-ol9yu6 {
  position: relative;
}

.staxino-l8oep6 .staxino-arj55o {
  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;
}

.staxino-l8oep6 .staxino-arj55o.staxino-ku6ruk {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .staxino-l8oep6 .staxino-2da1n6 {
    bottom: 90px;
  }
}

.staxino-l8oep6 .staxino-2da1n6 .staxino-d1v9mc {
  max-width: 300px;
  width: 100%;
}

.staxino-l8oep6 .staxino-2da1n6 .staxino-d1v9mc .staxino-m2j2r0 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .staxino-l8oep6 .staxino-2da1n6 .staxino-d1v9mc .staxino-m2j2r0 {
    font-size: 32px;
    text-align: center;
  }
}

.staxino-l8oep6 .staxino-2da1n6 .staxino-d1v9mc .staxino-1m2280 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .staxino-l8oep6 .staxino-2da1n6 .staxino-d1v9mc .staxino-1m2280 {
    text-align: center;
  }
}

.staxino-l8oep6 .staxino-2da1n6 .staxino-7uu5sn {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .staxino-l8oep6 .staxino-2da1n6 .staxino-7uu5sn {
    flex-direction: column-reverse;
  }
}

.staxino-l8oep6 .staxino-2da1n6 .staxino-7uu5sn .staxino-stb6jc {
  border-radius: 10px;
  padding: 12px 28px;
  width: 200px;
  height: 46px;
  background: #a9afbc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0b0b10;
  cursor: pointer;
  transition: 0.staxino-jtg58q ease-in-out;
}

.staxino-l8oep6 .staxino-2da1n6 .staxino-7uu5sn .staxino-stb6jc:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .staxino-l8oep6 .staxino-2da1n6 .staxino-7uu5sn .staxino-stb6jc {
    width: 100%;
  }
}

.staxino-l8oep6 .staxino-2da1n6 .staxino-7uu5sn .staxino-ln1hmc {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  width: 274px;
  height: 46px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  position: relative;
  transition: 0.staxino-jtg58q ease-in-out;
  overflow: hidden;
}

.staxino-l8oep6 .staxino-2da1n6 .staxino-7uu5sn .staxino-ln1hmc 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);
  }
}

.staxino-l8oep6 .staxino-2da1n6 .staxino-7uu5sn .staxino-ln1hmc: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;
}

.staxino-l8oep6 .staxino-2da1n6 .staxino-7uu5sn .staxino-ln1hmc:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .staxino-l8oep6 .staxino-2da1n6 .staxino-7uu5sn .staxino-ln1hmc {
    width: 100%;
  }
}

.staxino-l8oep6 .staxino-2da1n6.staxino-ku6ruk {
  display: none;
}

.staxino-l8oep6 .staxino-m33fki {
  display: none;
}

.staxino-l8oep6 .staxino-m33fki.staxino-o8vjg8 {
  display: block;
}

.staxino-l8oep6 .staxino-m33fki iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .staxino-l8oep6 .staxino-m33fki iframe {
    height: calc(100vh - 54px);
  }
}

.staxino-l8oep6 .staxino-h8ebcn {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .staxino-l8oep6 .staxino-h8ebcn {
    padding: 24px 16px 0;
  }
}

.staxino-l8oep6 .staxino-h8ebcn .staxino-m2j2r0 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .staxino-l8oep6 .staxino-h8ebcn .staxino-m2j2r0 {
    margin-bottom: 24px;
  }
}

.staxino-l8oep6 .staxino-h8ebcn 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);
}

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

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

.staxino-l8oep6 .staxino-h8ebcn table tr:last-of-type td {
  border-bottom: none;
}

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

.staxino-r18eu1.staxino-il254j {
  display: block;
}

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

.staxino-r18eu1 .staxino-lxlqt9 {
  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;
}

.staxino-r18eu1 .staxino-wflkv0 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

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

.staxino-r18eu1 .staxino-ln1hmc:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.staxino-ffj7up.staxino-il254j {
  display: block;
}

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

.staxino-wg2ns6 {
  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;
}

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

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

.staxino-oxeukt {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.staxino-oxeukt svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.staxino-mai554 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.staxino-7n97yw.staxino-ku6ruk {
  display: none;
}

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

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

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

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

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

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

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

.staxino-vbosr9 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.staxino-vbosr9 input:active {
  border-color: #c2c0ce;
}

.staxino-vbosr9 input:focus {
  border-color: #c2c0ce;
}

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

.staxino-lq44w6 {
  margin-bottom: 36px;
}

.staxino-lq44w6 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;
}

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

.staxino-lq44w6 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.staxino-7lrzh7 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

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

.staxino-xl8vn4:hover {
  background: var(--border-color);
}

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

.staxino-nhtfge:hover {
  background: #166ad9;
}

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

.staxino-ym0rhs.staxino-ku6ruk {
  display: none;
}

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

.staxino-ym0rhs .staxino-xl8vn4 {
  margin: 0 auto;
}

.staxino-d81ese {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.staxino-1rbuts {
  filter: grayscale(100%);
}

.staxino-3t5eqp > input {
  display: none;
}

.staxino-3t5eqp > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.staxino-qgduaz.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.staxino-ubftc5 44.staxino-fbjfjm.staxino-c1xj9y.staxino-7vilfb.staxino-m59mry.staxino-g2bkpt.staxino-feyp3w.staxino-7vog3c.staxino-dj3zv6.staxino-cmr0x8.staxino-dfpdxb.staxino-4fsesd.staxino-2fplo8 0l-12.staxino-ai289z 30.staxino-2kp15i.staxino-8ygun3 2.staxino-ldhpxm.staxino-8ygun3 3.staxino-94gowm 3.staxino-nlexwh.staxino-z040rk 3.staxino-2epcsr.staxino-9pabwb.staxino-vthz5h.staxino-dhiw3l 7-3.staxino-ai289z 10.staxino-ofzsuq.staxino-dhiw3l 23.staxino-nzsoln.staxino-1n1o4b 1.staxino-l9uzap 2.staxino-ai289z 3.staxino-1n1o4b 1.staxino-z040rk 5.staxino-8wqord.staxino-z040rk 32.staxino-842bq9.staxino-9pabwb 5.staxino-2fplo8 4.staxino-dhiw3l 9.staxino-dhiw3l 8.staxino-z040rk 6.staxino-n6umuo.staxino-n4dok3.staxino-b1b7f8.staxino-idthoj.staxino-sqeump 4.staxino-p35ld5.staxino-sqeump 6.staxino-sqeump 0l29.staxino-2fplo8 17.staxino-61vhqn.staxino-6bexrd 2.staxino-d2ibts 10.staxino-wvd72w.staxino-ai289z 8.staxino-8zzlw4.staxino-ti7svm.staxino-90lels.staxino-smwqza.staxino-7vmtqi.staxino-9pabwb.staxino-g2bkpt.staxino-ai289z 1.staxino-ajconk.staxino-ei3q6v.staxino-zjfe50.staxino-82szt0.staxino-ac90mz.staxino-l9uzap 1.staxino-4i40fc.staxino-772v6a.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.staxino-3t5eqp > input:checked ~ label,
.staxino-3t5eqp > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.staxino-qgduaz.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.staxino-ubftc5 44.staxino-fbjfjm.staxino-c1xj9y.staxino-7vilfb.staxino-m59mry.staxino-g2bkpt.staxino-feyp3w.staxino-7vog3c.staxino-dj3zv6.staxino-cmr0x8.staxino-dfpdxb.staxino-4fsesd.staxino-2fplo8 0l-12.staxino-ai289z 30.staxino-2kp15i.staxino-8ygun3 2.staxino-ldhpxm.staxino-8ygun3 3.staxino-94gowm 3.staxino-nlexwh.staxino-z040rk 3.staxino-2epcsr.staxino-9pabwb.staxino-vthz5h.staxino-dhiw3l 7-3.staxino-ai289z 10.staxino-ofzsuq.staxino-dhiw3l 23.staxino-nzsoln.staxino-1n1o4b 1.staxino-l9uzap 2.staxino-ai289z 3.staxino-1n1o4b 1.staxino-z040rk 5.staxino-8wqord.staxino-z040rk 32.staxino-842bq9.staxino-9pabwb 5.staxino-2fplo8 4.staxino-dhiw3l 9.staxino-dhiw3l 8.staxino-z040rk 6.staxino-n6umuo.staxino-n4dok3.staxino-b1b7f8.staxino-idthoj.staxino-sqeump 4.staxino-p35ld5.staxino-sqeump 6.staxino-sqeump 0l29.staxino-2fplo8 17.staxino-61vhqn.staxino-6bexrd 2.staxino-d2ibts 10.staxino-wvd72w.staxino-ai289z 8.staxino-8zzlw4.staxino-ti7svm.staxino-90lels.staxino-smwqza.staxino-7vmtqi.staxino-9pabwb.staxino-g2bkpt.staxino-ai289z 1.staxino-ajconk.staxino-ei3q6v.staxino-zjfe50.staxino-82szt0.staxino-ac90mz.staxino-l9uzap 1.staxino-4i40fc.staxino-772v6a.5z'/%3e%3c/svg%3e");
}

.staxino-3t5eqp > input:not(:checked) ~ label:hover,
.staxino-3t5eqp > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.staxino-qgduaz.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.staxino-ubftc5 44.staxino-fbjfjm.staxino-c1xj9y.staxino-7vilfb.staxino-m59mry.staxino-g2bkpt.staxino-feyp3w.staxino-7vog3c.staxino-dj3zv6.staxino-cmr0x8.staxino-dfpdxb.staxino-4fsesd.staxino-2fplo8 0l-12.staxino-ai289z 30.staxino-2kp15i.staxino-8ygun3 2.staxino-ldhpxm.staxino-8ygun3 3.staxino-94gowm 3.staxino-nlexwh.staxino-z040rk 3.staxino-2epcsr.staxino-9pabwb.staxino-vthz5h.staxino-dhiw3l 7-3.staxino-ai289z 10.staxino-ofzsuq.staxino-dhiw3l 23.staxino-nzsoln.staxino-1n1o4b 1.staxino-l9uzap 2.staxino-ai289z 3.staxino-1n1o4b 1.staxino-z040rk 5.staxino-8wqord.staxino-z040rk 32.staxino-842bq9.staxino-9pabwb 5.staxino-2fplo8 4.staxino-dhiw3l 9.staxino-dhiw3l 8.staxino-z040rk 6.staxino-n6umuo.staxino-n4dok3.staxino-b1b7f8.staxino-idthoj.staxino-sqeump 4.staxino-p35ld5.staxino-sqeump 6.staxino-sqeump 0l29.staxino-2fplo8 17.staxino-61vhqn.staxino-6bexrd 2.staxino-d2ibts 10.staxino-wvd72w.staxino-ai289z 8.staxino-8zzlw4.staxino-ti7svm.staxino-90lels.staxino-smwqza.staxino-7vmtqi.staxino-9pabwb.staxino-g2bkpt.staxino-ai289z 1.staxino-ajconk.staxino-ei3q6v.staxino-zjfe50.staxino-82szt0.staxino-ac90mz.staxino-l9uzap 1.staxino-4i40fc.staxino-772v6a.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .staxino-76tx5y > .staxino-c7xiiz {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .staxino-76tx5y > .staxino-c7xiiz {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .staxino-76tx5y > .staxino-c7xiiz {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .staxino-76tx5y > .staxino-c7xiiz {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .staxino-76tx5y > .staxino-c7xiiz {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.staxino-xpt6yw.staxino-ku6ruk {
  display: none;
}

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

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

.staxino-uh3jie {
  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;
}

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

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

.staxino-uh3jie img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.staxino-8gxlh0 {
  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;
}

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

.staxino-8gxlh0::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) {
  .staxino-8gxlh0::after {
    display: none;
  }
}

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

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

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

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

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

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

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

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

.staxino-xpt6yw.staxino-ckpkg3 .staxino-gipvod {
  background: #2b3b67;
}

.staxino-xpt6yw.staxino-ckpkg3 .staxino-uh3jie {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.staxino-xpt6yw.staxino-ckpkg3 .staxino-uh3jie::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.staxino-xpt6yw.staxino-ckpkg3 .staxino-uh3jie::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.staxino-xpt6yw.staxino-ckpkg3 .staxino-8gxlh0::before {
  background: #0e0f41;
}

.staxino-xpt6yw.staxino-ckpkg3 .staxino-8gxlh0::after {
  background: #152557;
}

.staxino-xpt6yw.staxino-x3awr3 .staxino-gipvod {
  background: #1f35fa;
}

.staxino-xpt6yw.staxino-x3awr3 .staxino-uh3jie {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.staxino-xpt6yw.staxino-x3awr3 .staxino-uh3jie::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.staxino-xpt6yw.staxino-x3awr3 .staxino-uh3jie::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.staxino-xpt6yw.staxino-x3awr3 .staxino-8gxlh0::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.staxino-xpt6yw.staxino-x3awr3 .staxino-8gxlh0::after {
  background: #192ac8;
}

.staxino-xpt6yw.staxino-b0huke .staxino-gipvod {
  background: #fa771f;
}

.staxino-xpt6yw.staxino-b0huke .staxino-uh3jie {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.staxino-xpt6yw.staxino-b0huke .staxino-uh3jie::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.staxino-xpt6yw.staxino-b0huke .staxino-uh3jie::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.staxino-xpt6yw.staxino-b0huke .staxino-8gxlh0::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.staxino-xpt6yw.staxino-b0huke .staxino-8gxlh0::after {
  background: #fa8535;
}

.staxino-k32vdp {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.staxino-5ydn27 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.staxino-5ydn27 span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.staxino-5ydn27 small {
  font-size: 14px;
  color: var(--text-color);
}

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

.staxino-yj821n {
  width: 120px;
  height: 22px;
}

.staxino-yj821n .staxino-pkvxki {
  fill: #c2c0ce;
}

.staxino-yj821n [rating="1"] .staxino-pkvxki:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.staxino-yj821n [rating="2"] .staxino-pkvxki:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.staxino-yj821n [rating="3"] .staxino-pkvxki:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.staxino-yj821n [rating="4"] .staxino-pkvxki:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.staxino-yj821n [rating="5"] .staxino-pkvxki:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.staxino-bc5sox {
  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);
}

.staxino-bc5sox.staxino-o8vjg8 {
  display: block;
}

.staxino-bc5sox.staxino-ku6ruk {
  display: none;
}

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

.staxino-fv1amg {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.staxino-sfjfx5 {
  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);
}

.staxino-x3gvo1 {
  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;
}

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

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

.staxino-47lnfz {
  font-size: 16px;
  line-height: 140%;
}

.staxino-h97w6p {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.staxino-h97w6p .staxino-pkvxki {
  fill: #c2c0ce;
}

.staxino-h97w6p [rating="1"] .staxino-pkvxki:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.staxino-h97w6p [rating="2"] .staxino-pkvxki:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.staxino-h97w6p [rating="3"] .staxino-pkvxki:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.staxino-h97w6p [rating="4"] .staxino-pkvxki:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.staxino-h97w6p [rating="5"] .staxino-pkvxki:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.staxino-h0lh6g {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.staxino-wigj0w img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staxino-c1pr2s {
  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;
}

.staxino-t59d14 {
  flex: 1;
  min-width: 0;
}

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

.staxino-pj5x4d {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.staxino-pj5x4d svg path {
  fill: var(--button-bg-color);
}

.staxino-pj5x4d svg circle {
  fill: var(--button-text-color);
}

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

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

.staxino-p8ut1s strong {
  font-weight: 600;
}

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

.staxino-iiwnfr p {
  margin: 0 0 16px;
}

.staxino-iiwnfr p:last-child {
  margin-bottom: 0;
}

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

.staxino-7y1ovg {
  max-width: 300px;
  width: 100%;
}

.staxino-7y1ovg a {
  width: 100%;
}

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

.staxino-ckmult {
  justify-content: center;
}

.staxino-ub34ex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.staxino-egk7i0 {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.staxino-plhqf8 .staxino-vijij8 {
  justify-content: center;
}

/* faq */

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

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

.staxino-kz9bxm::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.staxino-vp0k0c ease;
}

.staxino-5fomeo.staxino-il254j .staxino-kz9bxm::after {
  transform: rotate(45deg);
}

.staxino-z2uv0g {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.staxino-jtg58q ease, padding 0.staxino-jtg58q ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.staxino-5fomeo.staxino-il254j .staxino-z2uv0g {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.staxino-87wu3f {
  margin: 25px 0;
}

.staxino-3t5eqp > input:not(:checked) ~ label:hover,
.staxino-3t5eqp > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.staxino-il9414.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.staxino-5dzxfa 44.staxino-6gjy8r.staxino-d0hv2y.staxino-hfjwx5.staxino-vmogzv.staxino-yrfnxx.staxino-y6tw49.staxino-tx1fi3.staxino-g1h9l2.staxino-jlcwh7.staxino-o8avxo.staxino-37yxyf.staxino-5h3g0t 0l-12.staxino-3cej10 30.staxino-rldl8m.staxino-upedef 2.staxino-6kh93u.staxino-upedef 3.staxino-gr6psq 3.staxino-45g4wm.staxino-iq3ty4 3.staxino-c9bu9j.staxino-g4xaa2.staxino-sggta2.staxino-6tjnfe 7-3.staxino-3cej10 10.staxino-93fod8.staxino-6tjnfe 23.staxino-20gqtm.staxino-7pnhqv 1.staxino-3veoej 2.staxino-3cej10 3.staxino-7pnhqv 1.staxino-iq3ty4 5.staxino-szr4nt.staxino-iq3ty4 32.staxino-do53pv.staxino-g4xaa2 5.staxino-5h3g0t 4.staxino-6tjnfe 9.staxino-6tjnfe 8.staxino-iq3ty4 6.staxino-psnpv6.staxino-tbpl61.staxino-t6vxuc.staxino-kn02ks.staxino-o5sx0b 4.staxino-aqo73n.staxino-o5sx0b 6.staxino-o5sx0b 0l29.staxino-5h3g0t 17.staxino-xp7nzs.staxino-afy0if 2.staxino-qo0gao 10.staxino-l9rzmt.staxino-3cej10 8.staxino-i4rtwr.staxino-fssq3x.staxino-v1qzhb.staxino-9bqiqq.staxino-d59mqp.staxino-g4xaa2.staxino-yrfnxx.staxino-3cej10 1.staxino-wq7stq.staxino-ejej8l.staxino-vj8kwb.staxino-oblewz.staxino-ystmu0.staxino-3veoej 1.staxino-zr6n8r.staxino-0xd1s1.5z'/%3e%3c/svg%3e");
}

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

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

.staxino-n8xt4j {
  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);
}

.staxino-n8xt4j.staxino-da2x71 {
  display: block;
}

.staxino-n8xt4j.staxino-7sgjin {
  display: none;
}

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

.staxino-b5b0qp {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.staxino-90i475 {
  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);
}

.staxino-swmwq3 {
  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;
}

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

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

.staxino-300dzl {
  font-size: 16px;
  line-height: 140%;
}

.staxino-rot0g0 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.staxino-rot0g0 .staxino-clb9f1 {
  fill: #c2c0ce;
}

.staxino-rot0g0 [rating="1"] .staxino-clb9f1:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.staxino-rot0g0 [rating="2"] .staxino-clb9f1:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.staxino-rot0g0 [rating="3"] .staxino-clb9f1:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.staxino-rot0g0 [rating="4"] .staxino-clb9f1:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.staxino-rot0g0 [rating="5"] .staxino-clb9f1:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.staxino-99pnen 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;
}

.staxino-99pnen 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 */

.staxino-iil510 {
  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);
}

.staxino-iil510.staxino-5wteqx {
  opacity: 1;
  pointer-events: auto;
}

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

.staxino-rx38ms label {
  font-size: 14px;
}

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

.staxino-85ggt1 h2 {
  color: green;
  font-weight: 500;
}

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

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.staxino-9pssdt, .staxino-51jift, [class*="review-card"],
thead, thead th, table th, .staxino-t3k1kp,
.staxino-w3lns7, [class*="collapsible-header"],
.staxino-ipusea, [class*="updated-block"] {
  color: #ece7dc !important;
}
