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

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

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

.herospin-qcpz7h {
  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) {
  .herospin-qcpz7h: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;
  }
}

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

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

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

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

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

.herospin-x1uxb9 {
  cursor: pointer;
}

.herospin-bzjz5c {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.herospin-g7wva6 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.herospin-g7wva6 figure {
  margin: 0;
}

.herospin-g7wva6.herospin-r5gay9 {
  justify-content: flex-start;
  margin-right: 4px;
}

.herospin-g7wva6.herospin-p1nszf {
  justify-content: flex-end;
  margin-left: 4px;
}

.herospin-g7wva6.herospin-rob1vg {
  justify-content: center;
}

.herospin-g7wva6.herospin-m68062 {
  justify-content: normal;
}

.herospin-75bqtp {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.herospin-bzt7ub img {
  width: 100%;
}

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

.herospin-1s5a0d {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.herospin-1s5a0d 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) {
  .herospin-1s5a0d ul {
    margin-bottom: 15px;
  }
}

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

.herospin-1s5a0d 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);
}

.herospin-1s5a0d ul li span svg {
  fill: var(--title-color);
}

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

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

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

.herospin-1s5a0d ul li:last-of-type::after {
  display: none;
}

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

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

.herospin-cl8oa2 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .herospin-2dh6az {
    height: 50px;
  }
}

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

.herospin-2dh6az.herospin-9yz6sz {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .herospin-2dh6az.herospin-9yz6sz:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.herospin-fqft4y {
  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) {
  .herospin-fqft4y {
    padding: 80px 16px 0;
  }
}

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

.herospin-6ejdf3 {
  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) {
  .herospin-6ejdf3 {
    flex-direction: column;
  }
}

.herospin-fl2v40 {
  margin-bottom: 94px;
}

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

.herospin-j1r3c5 .herospin-k7b01q {
  margin-bottom: 28px;
}

.herospin-j1r3c5 .herospin-k7b01q img {
  max-height: 100px;
  width: auto;
}

.herospin-q51k1s {
  display: flex;
  align-items: center;
}

.herospin-q51k1s a + a {
  margin-left: 24px;
}

.herospin-q51k1s img {
  max-height: 56px;
  width: auto;
}

.herospin-q51k1s img + img {
  margin-left: 24px;
}

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

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

.herospin-jekbf8 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.herospin-qubopw li {
  display: flex;
  margin: 0 7px;
}

.herospin-qubopw li svg {
  transition: 0.herospin-7hj9hf ease-in-out;
}

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

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

.herospin-8nedsi + .herospin-8nedsi {
  margin-left: 120px;
}

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

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

.herospin-0ozuh3 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.herospin-0ozuh3 li {
  font-size: 16px;
}

.herospin-0ozuh3 li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.herospin-0ozuh3 li + li {
  margin-top: 16px;
}

.herospin-gzu7mo {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.herospin-roadi1 ease-in-out;
}

.herospin-gzu7mo.herospin-gjfx14 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.herospin-bjsq06 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.herospin-k671qp li {
  width: 100%;
}

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

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

.herospin-k671qp li a.herospin-gjfx14 {
  background: var(--border-color);
}

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

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

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

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

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

.herospin-1trhi2 span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

.herospin-1trhi2 small {
  display: block;
  color: var(--text-color);
  opacity: 0.8;
  font-size: 14px;
}

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

.herospin-pfykb4 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.herospin-pfykb4 img {
  width: 100%;
  transition: 0.herospin-7hj9hf ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .herospin-sa09ap .herospin-k7b01q img {
    max-width: 90px;
  }
}

.herospin-k7b01q img {
  max-height: 50px;
  width: auto;
}

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

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

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

.herospin-y3z75b li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.herospin-ewkw7v {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.herospin-ewkw7v.herospin-senk3u {
  margin-right: 0;
}

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

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

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

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

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

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

.herospin-fagt9h:hover > ul {
  display: flex;
}

.herospin-fagt9h:focus > ul {
  display: flex;
}

.herospin-fagt9h:focus-within > ul {
  display: flex;
}

.herospin-9qinoy {
  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;
}

.herospin-9qinoy::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.herospin-roadi1 ease-in-out;
}

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

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

.herospin-fagt9h 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.herospin-7hj9hf ease-in-out;
  overflow: hidden;
}

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

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

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

.herospin-npj8f6 {
  display: none;
}

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

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

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

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

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

.herospin-y15omg img {
  margin-bottom: 20px;
}

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

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

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

.herospin-62oan8 {
  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) {
  .herospin-62oan8 {
    font-size: 32px;
  }
}

.herospin-l8ly8v {
  color: var(--text-color);
}

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

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

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

.herospin-e7riqc p img {
  display: block;
  margin: 0 auto;
}

.herospin-e7riqc p:first-of-type {
  margin-top: 0;
}

.herospin-e7riqc p:last-of-type {
  margin-bottom: 0;
}

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

.herospin-e7riqc ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.herospin-fx5m0l {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

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

.herospin-fx5m0l .herospin-urdgy8 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .herospin-fx5m0l .herospin-urdgy8 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.herospin-fx5m0l .herospin-cfb3mt {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .herospin-fx5m0l .herospin-cfb3mt {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .herospin-fx5m0l .herospin-cfb3mt img {
    width: 100%;
  }
}

.herospin-cfb3mt {
  margin: 0 0 28px;
}

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

.herospin-urdgy8 {
  margin: 0 0 28px;
}

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

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

.herospin-eoxqyd .herospin-qcpz7h {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.herospin-0073kf {
  position: relative;
  border: none;
}

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

.herospin-424u8g {
  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;
}

.herospin-424u8g span {
  height: 32px;
}

.herospin-424u8g span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.herospin-424u8g.herospin-a5zbfi span {
  transform: scaleY(-1);
}

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

.herospin-qx7pb8 {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.herospin-qx7pb8 li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.herospin-7hj9hf ease-in-out;
}

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

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

.herospin-qx7pb8.herospin-eaj60r {
  display: none;
}

.herospin-c6sikx {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.herospin-c6sikx table {
  width: 100%;
  border-collapse: collapse;
}

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

  .herospin-c6sikx table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.herospin-f2dtiw {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.herospin-sgt2s8 p {
  color: var(--text-color);
}

.herospin-d8qycb {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.herospin-5r1l9a {
  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);
}

.herospin-109ll2 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.herospin-xcrob5 p + p {
  margin-top: 10px;
}

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

.herospin-jcsmei {
  display: none;
}

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

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

.herospin-e971r5 li {
  margin: 0 20px;
}

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

.herospin-e971r5 li a img {
  margin-bottom: 4px;
}

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

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

.herospin-hdjq3k li {
  font-size: 16px;
  position: relative;
}

.herospin-hdjq3k li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.herospin-hdjq3k li span {
  opacity: 0.5;
}

.herospin-hdjq3k li + li {
  margin-left: 30px;
}

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

h2.herospin-xyoraq {
  margin: 0 0 28px;
}

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

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

.herospin-yi4c86 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);
}

.herospin-yi4c86 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;
}

.herospin-yi4c86 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;
}

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

.herospin-yi4c86 tbody tr:last-of-type {
  margin-bottom: 0;
}

.herospin-yi4c86 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.herospin-yi4c86 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);
}

.herospin-yi4c86 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);
}

.herospin-yi4c86 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.herospin-yi4c86 tbody tr td .herospin-nne5c3 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .herospin-yi4c86 tbody tr td .herospin-nne5c3 {
    width: 100%;
  }
}

.herospin-yi4c86 tbody tr td .herospin-2dzzd9 {
  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.herospin-7hj9hf ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .herospin-yi4c86 tbody tr td .herospin-2dzzd9:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .herospin-yi4c86 tbody tr td .herospin-2dzzd9 {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .herospin-yi4c86 tbody tr td .herospin-2dzzd9 {
    width: 100%;
  }
}

.herospin-yi4c86 tbody tr td .herospin-kxpkjy {
  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) {
  .herospin-yi4c86 tbody tr td .herospin-kxpkjy:hover {
    text-decoration: none;
  }
}

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

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

.herospin-ky0l6h {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.herospin-1pctf5 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.herospin-7hj9hf ease-in-out;
}

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

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

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

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

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

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

.herospin-fimzic img {
  width: 100%;
  height: 100%;
}

.herospin-fimzic iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.herospin-50fpbw svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.herospin-7hj9hf ease-in-out;
}

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

.herospin-31mby7 {
  padding: 90px 0;
}

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

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

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

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

.herospin-hsxxu2 img {
  width: 100%;
}

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

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

.herospin-pe1eyb {
  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;
}

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

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

.herospin-lm1rd0 {
  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.herospin-7hj9hf ease-in-out;
}

.herospin-lm1rd0:hover {
  border: 1px solid #8c8ca2;
}

.herospin-1deh1h {
  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%);
}

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

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

.herospin-xqfn2m a {
  text-decoration: underline;
  color: #8babff;
}

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

.herospin-oq45d4 .herospin-lm1rd0 {
  width: 50%;
  margin: 0;
}

.herospin-758z49 {
  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;
}

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

.herospin-qtho42 {
  margin: 0 0 100px;
}

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

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

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

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

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

.herospin-taexb2 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.herospin-7olrmu 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.herospin-7hj9hf ease-in-out;
}

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

.herospin-7olrmu a svg {
  fill: #fff;
}

.herospin-7olrmu a:hover {
  background: #3d68e7;
}

.herospin-737mte {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.herospin-gu999u {
  margin-bottom: 16px;
}

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

.herospin-ygi980 {
  font-size: 16px;
  color: var(--text-color);
}

.herospin-4zockb {
  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) {
  .herospin-4zockb {
    padding: 0 16px;
  }
}

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

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

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

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

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

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

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

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

.herospin-asf2zk 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);
}

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

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

.herospin-asf2zk table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.herospin-xa98cu.herospin-bc229l {
  display: none;
}

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

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

.herospin-on0467 iframe.herospin-9f88lv {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.herospin-on0467.herospin-u91yqx {
  opacity: 1;
  pointer-events: all;
}

.herospin-zdkfwb {
  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.herospin-7hj9hf ease-in-out;
}

.herospin-zdkfwb svg {
  margin-right: 10px;
}

.herospin-zdkfwb + .herospin-zdkfwb {
  margin-top: 14px;
}

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

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

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

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

.herospin-4zockb .herospin-eoxqyd {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.herospin-4zockb .herospin-eoxqyd h1,
.herospin-4zockb .herospin-eoxqyd 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) {
  .herospin-4zockb .herospin-eoxqyd h1,
  .herospin-4zockb .herospin-eoxqyd h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .herospin-4zockb .herospin-eoxqyd {
    margin: 28px 0 0;
  }
}

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

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

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

.herospin-cwz4s4 {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.herospin-6k65co {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.herospin-6k65co h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .herospin-6k65co h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .herospin-6k65co h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .herospin-6k65co {
    max-width: 100%;
    margin: 0;
  }
}

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

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

.herospin-h37jaa {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.herospin-gs471w .herospin-qcpz7h {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .herospin-gs471w .herospin-qcpz7h {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.herospin-6blgey {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.herospin-6blgey img {
  width: 100%;
}

.herospin-14lht2 {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.herospin-3prqng {
  width: 100%;
  margin: 0 0 100px;
}

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

.herospin-3prqng .herospin-a497ay {
  position: relative;
}

.herospin-3prqng .herospin-xxeywv {
  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;
}

.herospin-3prqng .herospin-xxeywv.herospin-bc229l {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .herospin-3prqng .herospin-f1wcvr {
    bottom: 90px;
  }
}

.herospin-3prqng .herospin-f1wcvr .herospin-ylbr0l {
  max-width: 300px;
  width: 100%;
}

.herospin-3prqng .herospin-f1wcvr .herospin-ylbr0l .herospin-gglp0a {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .herospin-3prqng .herospin-f1wcvr .herospin-ylbr0l .herospin-gglp0a {
    font-size: 32px;
    text-align: center;
  }
}

.herospin-3prqng .herospin-f1wcvr .herospin-ylbr0l .herospin-hpepik {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .herospin-3prqng .herospin-f1wcvr .herospin-ylbr0l .herospin-hpepik {
    text-align: center;
  }
}

.herospin-3prqng .herospin-f1wcvr .herospin-senk3u {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .herospin-3prqng .herospin-f1wcvr .herospin-senk3u {
    flex-direction: column-reverse;
  }
}

.herospin-3prqng .herospin-f1wcvr .herospin-senk3u .herospin-8nfg9l {
  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.herospin-7hj9hf ease-in-out;
}

.herospin-3prqng .herospin-f1wcvr .herospin-senk3u .herospin-8nfg9l:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .herospin-3prqng .herospin-f1wcvr .herospin-senk3u .herospin-8nfg9l {
    width: 100%;
  }
}

.herospin-3prqng .herospin-f1wcvr .herospin-senk3u .herospin-velnr9 {
  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.herospin-7hj9hf ease-in-out;
  overflow: hidden;
}

.herospin-3prqng .herospin-f1wcvr .herospin-senk3u .herospin-velnr9 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);
  }
}

.herospin-3prqng .herospin-f1wcvr .herospin-senk3u .herospin-velnr9: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;
}

.herospin-3prqng .herospin-f1wcvr .herospin-senk3u .herospin-velnr9:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .herospin-3prqng .herospin-f1wcvr .herospin-senk3u .herospin-velnr9 {
    width: 100%;
  }
}

.herospin-3prqng .herospin-f1wcvr.herospin-bc229l {
  display: none;
}

.herospin-3prqng .herospin-nfzjj7 {
  display: none;
}

.herospin-3prqng .herospin-nfzjj7.herospin-u91yqx {
  display: block;
}

.herospin-3prqng .herospin-nfzjj7 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .herospin-3prqng .herospin-nfzjj7 iframe {
    height: calc(100vh - 54px);
  }
}

.herospin-3prqng .herospin-n9gz4m {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .herospin-3prqng .herospin-n9gz4m {
    padding: 24px 16px 0;
  }
}

.herospin-3prqng .herospin-n9gz4m .herospin-gglp0a {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .herospin-3prqng .herospin-n9gz4m .herospin-gglp0a {
    margin-bottom: 24px;
  }
}

.herospin-3prqng .herospin-n9gz4m 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);
}

.herospin-3prqng .herospin-n9gz4m 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) {
  .herospin-3prqng .herospin-n9gz4m table tr td {
    padding: 12px 4px;
  }
}

.herospin-3prqng .herospin-n9gz4m 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) {
  .herospin-3prqng .herospin-n9gz4m table tr th {
    padding: 12px 4px;
  }
}

.herospin-3prqng .herospin-n9gz4m table tr:last-of-type td {
  border-bottom: none;
}

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

.herospin-4rde4j.herospin-gjfx14 {
  display: block;
}

.herospin-4rde4j iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.herospin-4rde4j .herospin-99m37f {
  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;
}

.herospin-4rde4j .herospin-u6f4zs {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.herospin-4rde4j .herospin-velnr9 {
  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.herospin-7hj9hf ease-in-out;
}

.herospin-4rde4j .herospin-velnr9:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.herospin-zklpz7.herospin-gjfx14 {
  display: block;
}

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

.herospin-wbc9kx {
  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;
}

.herospin-2tld85 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.herospin-0lny26 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.herospin-0lny26 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.herospin-e3vua2 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.herospin-7trp94.herospin-bc229l {
  display: none;
}

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

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

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

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

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

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

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

.herospin-yh38ce input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.herospin-yh38ce input:active {
  border-color: #c2c0ce;
}

.herospin-yh38ce input:focus {
  border-color: #c2c0ce;
}

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

.herospin-8r65p3 {
  margin-bottom: 36px;
}

.herospin-8r65p3 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;
}

.herospin-8r65p3 textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.herospin-8r65p3 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.herospin-2rluyu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.herospin-f947pl {
  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.herospin-7hj9hf ease-in-out;
}

.herospin-f947pl:hover {
  background: var(--border-color);
}

.herospin-cfa6mx {
  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.herospin-7hj9hf ease-in-out;
}

.herospin-cfa6mx:hover {
  background: #166ad9;
}

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

.herospin-x8zfu2.herospin-bc229l {
  display: none;
}

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

.herospin-x8zfu2 .herospin-f947pl {
  margin: 0 auto;
}

.herospin-vu5n8b {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.herospin-tn32zn {
  filter: grayscale(100%);
}

.herospin-6wa7fr > input {
  display: none;
}

.herospin-6wa7fr > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.herospin-cis0cp.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.herospin-n0505x 44.herospin-xxgyyj.herospin-t2kjbn.herospin-yddz31.herospin-s62zaw.herospin-gjwrbd.herospin-irf44h.herospin-nuvgpk.herospin-7ff4wx.herospin-7pvlbc.herospin-dnlnv5.herospin-dqvutv.herospin-gghcxu 0l-12.herospin-77s0r0 30.herospin-zhyo7s.herospin-k61lvu 2.herospin-dxyl55.herospin-k61lvu 3.herospin-yyhakm 3.herospin-uld2cf.herospin-jou4nu 3.herospin-q8fk38.herospin-w24vss.herospin-ygtyp0.herospin-957shr 7-3.herospin-77s0r0 10.herospin-mwleju.herospin-957shr 23.herospin-ff51z4.herospin-86h8ft 1.herospin-soaouy 2.herospin-77s0r0 3.herospin-86h8ft 1.herospin-jou4nu 5.herospin-1b13c8.herospin-jou4nu 32.herospin-6hx3b7.herospin-w24vss 5.herospin-gghcxu 4.herospin-957shr 9.herospin-957shr 8.herospin-jou4nu 6.herospin-ghtzvx.herospin-dpoj2o.herospin-uq17ok.herospin-mqhitq.herospin-5l27da 4.herospin-v9abby.herospin-5l27da 6.herospin-5l27da 0l29.herospin-gghcxu 17.herospin-ltjb48.herospin-roegki 2.herospin-yftd09 10.herospin-v5dgbv.herospin-77s0r0 8.herospin-cebthz.herospin-jihbg5.herospin-1eajvw.herospin-l3xffb.herospin-6c966p.herospin-w24vss.herospin-gjwrbd.herospin-77s0r0 1.herospin-u3v8el.herospin-b2d88w.herospin-ppvp0s.herospin-8bwcit.herospin-8nknrv.herospin-soaouy 1.herospin-u2qqn2.herospin-0m8ivz.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.herospin-6wa7fr > input:checked ~ label,
.herospin-6wa7fr > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.herospin-cis0cp.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.herospin-n0505x 44.herospin-xxgyyj.herospin-t2kjbn.herospin-yddz31.herospin-s62zaw.herospin-gjwrbd.herospin-irf44h.herospin-nuvgpk.herospin-7ff4wx.herospin-7pvlbc.herospin-dnlnv5.herospin-dqvutv.herospin-gghcxu 0l-12.herospin-77s0r0 30.herospin-zhyo7s.herospin-k61lvu 2.herospin-dxyl55.herospin-k61lvu 3.herospin-yyhakm 3.herospin-uld2cf.herospin-jou4nu 3.herospin-q8fk38.herospin-w24vss.herospin-ygtyp0.herospin-957shr 7-3.herospin-77s0r0 10.herospin-mwleju.herospin-957shr 23.herospin-ff51z4.herospin-86h8ft 1.herospin-soaouy 2.herospin-77s0r0 3.herospin-86h8ft 1.herospin-jou4nu 5.herospin-1b13c8.herospin-jou4nu 32.herospin-6hx3b7.herospin-w24vss 5.herospin-gghcxu 4.herospin-957shr 9.herospin-957shr 8.herospin-jou4nu 6.herospin-ghtzvx.herospin-dpoj2o.herospin-uq17ok.herospin-mqhitq.herospin-5l27da 4.herospin-v9abby.herospin-5l27da 6.herospin-5l27da 0l29.herospin-gghcxu 17.herospin-ltjb48.herospin-roegki 2.herospin-yftd09 10.herospin-v5dgbv.herospin-77s0r0 8.herospin-cebthz.herospin-jihbg5.herospin-1eajvw.herospin-l3xffb.herospin-6c966p.herospin-w24vss.herospin-gjwrbd.herospin-77s0r0 1.herospin-u3v8el.herospin-b2d88w.herospin-ppvp0s.herospin-8bwcit.herospin-8nknrv.herospin-soaouy 1.herospin-u2qqn2.herospin-0m8ivz.5z'/%3e%3c/svg%3e");
}

.herospin-6wa7fr > input:not(:checked) ~ label:hover,
.herospin-6wa7fr > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.herospin-cis0cp.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.herospin-n0505x 44.herospin-xxgyyj.herospin-t2kjbn.herospin-yddz31.herospin-s62zaw.herospin-gjwrbd.herospin-irf44h.herospin-nuvgpk.herospin-7ff4wx.herospin-7pvlbc.herospin-dnlnv5.herospin-dqvutv.herospin-gghcxu 0l-12.herospin-77s0r0 30.herospin-zhyo7s.herospin-k61lvu 2.herospin-dxyl55.herospin-k61lvu 3.herospin-yyhakm 3.herospin-uld2cf.herospin-jou4nu 3.herospin-q8fk38.herospin-w24vss.herospin-ygtyp0.herospin-957shr 7-3.herospin-77s0r0 10.herospin-mwleju.herospin-957shr 23.herospin-ff51z4.herospin-86h8ft 1.herospin-soaouy 2.herospin-77s0r0 3.herospin-86h8ft 1.herospin-jou4nu 5.herospin-1b13c8.herospin-jou4nu 32.herospin-6hx3b7.herospin-w24vss 5.herospin-gghcxu 4.herospin-957shr 9.herospin-957shr 8.herospin-jou4nu 6.herospin-ghtzvx.herospin-dpoj2o.herospin-uq17ok.herospin-mqhitq.herospin-5l27da 4.herospin-v9abby.herospin-5l27da 6.herospin-5l27da 0l29.herospin-gghcxu 17.herospin-ltjb48.herospin-roegki 2.herospin-yftd09 10.herospin-v5dgbv.herospin-77s0r0 8.herospin-cebthz.herospin-jihbg5.herospin-1eajvw.herospin-l3xffb.herospin-6c966p.herospin-w24vss.herospin-gjwrbd.herospin-77s0r0 1.herospin-u3v8el.herospin-b2d88w.herospin-ppvp0s.herospin-8bwcit.herospin-8nknrv.herospin-soaouy 1.herospin-u2qqn2.herospin-0m8ivz.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .herospin-rfh9fv > .herospin-o5rbht {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .herospin-rfh9fv > .herospin-o5rbht {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .herospin-rfh9fv > .herospin-o5rbht {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .herospin-rfh9fv > .herospin-o5rbht {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .herospin-rfh9fv > .herospin-o5rbht {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.herospin-zat9l2.herospin-bc229l {
  display: none;
}

.herospin-9gghh0 {
  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) {
  .herospin-9gghh0 {
    height: 74px;
    overflow: visible;
  }
}

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

.herospin-9x9umw {
  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;
}

.herospin-9x9umw::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.herospin-9x9umw::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.herospin-9x9umw img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.herospin-y3fs7k {
  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;
}

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

.herospin-y3fs7k::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) {
  .herospin-y3fs7k::after {
    display: none;
  }
}

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

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

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

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

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

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

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

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

.herospin-zat9l2.herospin-8qbtwg .herospin-9gghh0 {
  background: #2b3b67;
}

.herospin-zat9l2.herospin-8qbtwg .herospin-9x9umw {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.herospin-zat9l2.herospin-8qbtwg .herospin-9x9umw::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.herospin-zat9l2.herospin-8qbtwg .herospin-9x9umw::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.herospin-zat9l2.herospin-8qbtwg .herospin-y3fs7k::before {
  background: #0e0f41;
}

.herospin-zat9l2.herospin-8qbtwg .herospin-y3fs7k::after {
  background: #152557;
}

.herospin-zat9l2.herospin-w6rzwv .herospin-9gghh0 {
  background: #1f35fa;
}

.herospin-zat9l2.herospin-w6rzwv .herospin-9x9umw {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.herospin-zat9l2.herospin-w6rzwv .herospin-9x9umw::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.herospin-zat9l2.herospin-w6rzwv .herospin-9x9umw::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.herospin-zat9l2.herospin-w6rzwv .herospin-y3fs7k::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.herospin-zat9l2.herospin-w6rzwv .herospin-y3fs7k::after {
  background: #192ac8;
}

.herospin-zat9l2.herospin-e3cgr1 .herospin-9gghh0 {
  background: #fa771f;
}

.herospin-zat9l2.herospin-e3cgr1 .herospin-9x9umw {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.herospin-zat9l2.herospin-e3cgr1 .herospin-9x9umw::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.herospin-zat9l2.herospin-e3cgr1 .herospin-9x9umw::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.herospin-zat9l2.herospin-e3cgr1 .herospin-y3fs7k::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.herospin-zat9l2.herospin-e3cgr1 .herospin-y3fs7k::after {
  background: #fa8535;
}

.herospin-yw5t27 {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.herospin-r7qmtm {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.herospin-bng620 {
  width: 120px;
  height: 22px;
}

.herospin-bng620 .herospin-x6u7mo {
  fill: #c2c0ce;
}

.herospin-bng620 [rating="1"] .herospin-x6u7mo:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.herospin-bng620 [rating="2"] .herospin-x6u7mo:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.herospin-bng620 [rating="3"] .herospin-x6u7mo:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.herospin-bng620 [rating="4"] .herospin-x6u7mo:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.herospin-bng620 [rating="5"] .herospin-x6u7mo:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.herospin-6h2oee {
  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);
}

.herospin-6h2oee.herospin-u91yqx {
  display: block;
}

.herospin-6h2oee.herospin-bc229l {
  display: none;
}

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

.herospin-8fpvmk {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.herospin-pz9q8v {
  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);
}

.herospin-iq4g6v {
  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;
}

.herospin-17my87 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.herospin-fah1th {
  font-size: 16px;
  line-height: 140%;
}

.herospin-2w7mf0 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.herospin-2w7mf0 .herospin-x6u7mo {
  fill: #c2c0ce;
}

.herospin-2w7mf0 [rating="1"] .herospin-x6u7mo:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.herospin-2w7mf0 [rating="2"] .herospin-x6u7mo:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

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

.herospin-2w7mf0 [rating="4"] .herospin-x6u7mo:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.herospin-2w7mf0 [rating="5"] .herospin-x6u7mo:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.herospin-cdgh9k {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.herospin-q7uz1i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.herospin-ws219x {
  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;
}

.herospin-qjrxve {
  flex: 1;
  min-width: 0;
}

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

.herospin-06jz46 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.herospin-06jz46 svg,
.herospin-06jz46 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.herospin-06jz46 svg path {
  fill: var(--button-bg-color);
}

.herospin-06jz46 svg circle {
  fill: var(--button-text-color);
}

.herospin-9rnhvx {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

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

.herospin-9rnhvx strong {
  font-weight: 600;
}

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

.herospin-m0t3u8 p {
  margin: 0 0 16px;
}

.herospin-m0t3u8 p:last-child {
  margin-bottom: 0;
}

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

.herospin-ec2a3a {
  max-width: 300px;
  width: 100%;
}

.herospin-ec2a3a a {
  width: 100%;
}

@media (max-width: 575px) {
  .herospin-ec2a3a {
    max-width: 200px;
  }
}

.herospin-sqg6q4 {
  justify-content: center;
}

.herospin-cv8pq1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.herospin-6m9i0r {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.herospin-svvsrs .herospin-y3z75b {
  justify-content: center;
}

/* faq */

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

.herospin-2hncie {
  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.herospin-5y3ghw ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.herospin-2hncie::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.herospin-5y3ghw ease;
}

.herospin-w0bugv.herospin-gjfx14 .herospin-2hncie::after {
  transform: rotate(45deg);
}

.herospin-tm1b2x {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.herospin-7hj9hf ease, padding 0.herospin-7hj9hf ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.herospin-w0bugv.herospin-gjfx14 .herospin-tm1b2x {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.herospin-911ygt {
  margin: 25px 0;
}

.herospin-6wa7fr > input:not(:checked) ~ label:hover,
.herospin-6wa7fr > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.herospin-qufbis.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.herospin-y87o8p 44.herospin-to6zxm.herospin-i8pz2p.herospin-fniicp.herospin-m8mkl5.herospin-df6km8.herospin-yknyej.herospin-o3ypxg.herospin-xs3ly0.herospin-4fy9uy.herospin-g6vibs.herospin-gz7x1w.herospin-tgq226 0l-12.herospin-yxre62 30.herospin-mr32sb.herospin-e1d15b 2.herospin-k87rwx.herospin-e1d15b 3.herospin-x0b4sg 3.herospin-7r4ko7.herospin-eykx04 3.herospin-i03k4z.herospin-shmxmm.herospin-46j4ax.herospin-90dlvc 7-3.herospin-yxre62 10.herospin-r8on0l.herospin-90dlvc 23.herospin-3zv80n.herospin-6rtil1 1.herospin-r4af96 2.herospin-yxre62 3.herospin-6rtil1 1.herospin-eykx04 5.herospin-3l4644.herospin-eykx04 32.herospin-8nrti7.herospin-shmxmm 5.herospin-tgq226 4.herospin-90dlvc 9.herospin-90dlvc 8.herospin-eykx04 6.herospin-j3qof2.herospin-o6mo1d.herospin-mew0e5.herospin-k3d63y.herospin-1tqdb0 4.herospin-ilhht7.herospin-1tqdb0 6.herospin-1tqdb0 0l29.herospin-tgq226 17.herospin-btvmah.herospin-m95dbn 2.herospin-w7grgl 10.herospin-itw8hx.herospin-yxre62 8.herospin-deg3nm.herospin-nqa07m.herospin-6tbfqr.herospin-2bxdzh.herospin-t2pesa.herospin-shmxmm.herospin-df6km8.herospin-yxre62 1.herospin-fmc4q0.herospin-jwdyzz.herospin-6sak96.herospin-og4cpk.herospin-zy7ggf.herospin-r4af96 1.herospin-80uyio.herospin-qp0ju8.5z'/%3e%3c/svg%3e");
}

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

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

.herospin-o7aqa7 {
  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);
}

.herospin-o7aqa7.herospin-r0xocl {
  display: block;
}

.herospin-o7aqa7.herospin-sy8rxn {
  display: none;
}

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

.herospin-5u12ns {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.herospin-re1q62 {
  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);
}

.herospin-1t4xpk {
  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;
}

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

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

.herospin-3yx1np {
  font-size: 16px;
  line-height: 140%;
}

.herospin-z8isac {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.herospin-z8isac .herospin-5j087w {
  fill: #c2c0ce;
}

.herospin-z8isac [rating="1"] .herospin-5j087w:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.herospin-z8isac [rating="2"] .herospin-5j087w:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

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

.herospin-z8isac [rating="4"] .herospin-5j087w:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.herospin-z8isac [rating="5"] .herospin-5j087w:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.herospin-a877p6 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;
}

.herospin-a877p6 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 */

.herospin-ahwxt1 {
  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);
}

.herospin-ahwxt1.herospin-p6in5y {
  opacity: 1;
  pointer-events: auto;
}
