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

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

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

.magius-ewu9mq {
  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) {
  .magius-ewu9mq: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;
  }
}

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

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

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

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

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

.magius-kskc5j {
  cursor: pointer;
}

.magius-awxn3j {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.magius-ut5ga5 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.magius-ut5ga5 figure {
  margin: 0;
}

.magius-ut5ga5.magius-5n2izd {
  justify-content: flex-start;
  margin-right: 4px;
}

.magius-ut5ga5.magius-jwee2w {
  justify-content: flex-end;
  margin-left: 4px;
}

.magius-ut5ga5.magius-hvj1u2 {
  justify-content: center;
}

.magius-ut5ga5.magius-5bg90n {
  justify-content: normal;
}

.magius-gyc0kh {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.magius-4amixk img {
  width: 100%;
}

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

.magius-fhy65r {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.magius-fhy65r 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);
}

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

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

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

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

.magius-fhy65r ul li:last-of-type::after {
  display: none;
}

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

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

.magius-7yed36 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.magius-ngm1i0.magius-6p8uyh {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .magius-ngm1i0.magius-6p8uyh:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

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

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

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

.magius-a0qhkv {
  margin-bottom: 94px;
}

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

.magius-cblqr3 .magius-kzm2s1 {
  margin-bottom: 28px;
}

.magius-cblqr3 .magius-kzm2s1 img {
  max-height: 100px;
  width: auto;
}

.magius-xyp2xz {
  display: flex;
  align-items: center;
}

.magius-xyp2xz a + a {
  margin-left: 24px;
}

.magius-xyp2xz img {
  max-height: 56px;
  width: auto;
}

.magius-xyp2xz img + img {
  margin-left: 24px;
}

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

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

.magius-s5blze {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.magius-v7y3b6 li {
  display: flex;
  margin: 0 7px;
}

.magius-v7y3b6 li svg {
  transition: 0.magius-2jbt08 ease-in-out;
}

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

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

.magius-7bkh9y + .magius-7bkh9y {
  margin-left: 120px;
}

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

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

.magius-4s0jt9 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.magius-4s0jt9 li {
  font-size: 16px;
}

.magius-4s0jt9 li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.magius-4s0jt9 li + li {
  margin-top: 16px;
}

.magius-ct9x4w {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.magius-1ifvp3 ease-in-out;
}

.magius-ct9x4w.magius-hm5p9i {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.magius-dmt3fw {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.magius-7ry5pk li {
  width: 100%;
}

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

.magius-7ry5pk li a svg {
  fill: var(--button-text-color);
}

.magius-7ry5pk li a.magius-hm5p9i {
  background: var(--border-color);
}

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

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

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

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

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

.magius-31mpdy span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

.magius-31mpdy small {
  display: block;
  color: var(--text-color);
  opacity: 0.8;
  font-size: 14px;
}

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

.magius-lf0nvl {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.magius-lf0nvl img {
  width: 100%;
  transition: 0.magius-2jbt08 ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .magius-pe0myz .magius-kzm2s1 img {
    max-width: 90px;
  }
}

.magius-kzm2s1 img {
  max-height: 50px;
  width: auto;
}

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

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

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

.magius-c41kgf li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.magius-ffzhsq {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.magius-ffzhsq.magius-gf90pj {
  margin-right: 0;
}

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

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

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

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

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

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

.magius-jpz5xj:hover > ul {
  display: flex;
}

.magius-jpz5xj:focus > ul {
  display: flex;
}

.magius-jpz5xj:focus-within > ul {
  display: flex;
}

.magius-h1f304 {
  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;
}

.magius-h1f304::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.magius-1ifvp3 ease-in-out;
}

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

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

.magius-jpz5xj 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.magius-2jbt08 ease-in-out;
  overflow: hidden;
}

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

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

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

.magius-5osjhu {
  display: none;
}

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

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

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

.magius-3o2nyp {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

.magius-3o2nyp img {
  margin-bottom: 20px;
}

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

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

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

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

.magius-pi4nje {
  color: var(--text-color);
}

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

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

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

.magius-gpqlqk p img {
  display: block;
  margin: 0 auto;
}

.magius-gpqlqk p:first-of-type {
  margin-top: 0;
}

.magius-gpqlqk p:last-of-type {
  margin-bottom: 0;
}

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

.magius-gpqlqk ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

.magius-7l5rr5 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

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

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

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

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

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

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

.magius-wuscco .magius-4ehg6l {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .magius-wuscco .magius-4ehg6l {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.magius-wuscco .magius-9evfa3 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .magius-wuscco .magius-9evfa3 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .magius-wuscco .magius-9evfa3 img {
    width: 100%;
  }
}

.magius-9evfa3 {
  margin: 0 0 28px;
}

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

.magius-4ehg6l {
  margin: 0 0 28px;
}

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

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

.magius-7l5rr5 .magius-ewu9mq {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.magius-7svemo {
  position: relative;
  border: none;
}

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

.magius-89p3s2 {
  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;
}

.magius-89p3s2 span {
  height: 32px;
}

.magius-89p3s2 span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.magius-89p3s2.magius-q177h1 span {
  transform: scaleY(-1);
}

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

.magius-525yeg {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.magius-525yeg li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.magius-2jbt08 ease-in-out;
}

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

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

.magius-525yeg.magius-ca10oo {
  display: none;
}

.magius-nn1if6 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.magius-nn1if6 table {
  width: 100%;
  border-collapse: collapse;
}

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

  .magius-nn1if6 table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.magius-4llive {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.magius-x00g10 p {
  color: var(--text-color);
}

.magius-lrv3ke {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.magius-lw7yux {
  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);
}

.magius-y7ituw {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.magius-zo7u8x p + p {
  margin-top: 10px;
}

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

.magius-4gpnbx {
  display: none;
}

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

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

.magius-vqmh0b li {
  margin: 0 20px;
}

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

.magius-vqmh0b li a img {
  margin-bottom: 4px;
}

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

.magius-1wac09 {
  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) {
  .magius-1wac09 {
    padding: 0 16px;
  }
}

.magius-1wac09 li {
  font-size: 16px;
  position: relative;
}

.magius-1wac09 li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.magius-1wac09 li span {
  opacity: 0.5;
}

.magius-1wac09 li + li {
  margin-left: 30px;
}

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

h2.magius-feydw5 {
  margin: 0 0 28px;
}

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

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

.magius-acnpus 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);
}

.magius-acnpus 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;
}

.magius-acnpus 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;
}

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

.magius-acnpus tbody tr:last-of-type {
  margin-bottom: 0;
}

.magius-acnpus tbody tr td:first-of-type {
  flex-shrink: 0;
}

.magius-acnpus 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);
}

.magius-acnpus 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);
}

.magius-acnpus tbody tr td:last-of-type {
  margin-left: auto;
}

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

.magius-acnpus tbody tr td .magius-toywv1 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .magius-acnpus tbody tr td .magius-toywv1 {
    width: 100%;
  }
}

.magius-acnpus tbody tr td .magius-xtdcqy {
  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.magius-2jbt08 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .magius-acnpus tbody tr td .magius-xtdcqy {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .magius-acnpus tbody tr td .magius-xtdcqy {
    width: 100%;
  }
}

.magius-acnpus tbody tr td .magius-ik6hf8 {
  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) {
  .magius-acnpus tbody tr td .magius-ik6hf8:hover {
    text-decoration: none;
  }
}

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

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

.magius-h2awco {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.magius-s59dap img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.magius-2jbt08 ease-in-out;
}

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

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

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

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

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

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

.magius-e7oaoq img {
  width: 100%;
  height: 100%;
}

.magius-e7oaoq iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.magius-i3nur2 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.magius-2jbt08 ease-in-out;
}

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

.magius-zaj71u {
  padding: 90px 0;
}

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

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

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

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

.magius-9n0w2n img {
  width: 100%;
}

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

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

.magius-as9gns {
  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;
}

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

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

.magius-w3evvv {
  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.magius-2jbt08 ease-in-out;
}

.magius-w3evvv:hover {
  border: 1px solid #8c8ca2;
}

.magius-1a2xvv {
  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%);
}

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

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

.magius-bczx6w a {
  text-decoration: underline;
  color: #8babff;
}

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

.magius-ct8r0i .magius-w3evvv {
  width: 50%;
  margin: 0;
}

.magius-dpydb6 {
  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;
}

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

.magius-fwo5qy {
  margin: 0 0 100px;
}

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

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

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

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

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

.magius-9xnry0 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.magius-3ggrzr 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.magius-2jbt08 ease-in-out;
}

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

.magius-3ggrzr a svg {
  fill: #fff;
}

.magius-3ggrzr a:hover {
  background: #3d68e7;
}

.magius-5lhbt0 {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.magius-kdc92x {
  margin-bottom: 16px;
}

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

.magius-5mq31w {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.magius-0nzo14 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);
}

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

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

.magius-0nzo14 table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.magius-lzglg9.magius-9go4xg {
  display: none;
}

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

.magius-4swzyd iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.magius-4swzyd iframe.magius-nxh6sz {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.magius-4swzyd.magius-fvdzlx {
  opacity: 1;
  pointer-events: all;
}

.magius-kj4bun {
  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.magius-2jbt08 ease-in-out;
}

.magius-kj4bun svg {
  margin-right: 10px;
}

.magius-kj4bun + .magius-kj4bun {
  margin-top: 14px;
}

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

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

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

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

.magius-q8jtvm .magius-7l5rr5 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .magius-q8jtvm .magius-7l5rr5 {
    margin: 28px 0 0;
  }
}

.magius-23j6li {
  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) {
  .magius-23j6li {
    padding: 0 16px;
  }
}

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

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

.magius-53pslh {
  max-width: 545px;
  width: 100%;
}

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

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

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

.magius-5s490j iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.magius-fditdh {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.magius-83rd6l {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.magius-xmdaap .magius-ewu9mq {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .magius-xmdaap .magius-ewu9mq {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.magius-dopyfm {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.magius-dopyfm img {
  width: 100%;
}

.magius-uh955l {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.magius-gtqqz5 {
  width: 100%;
  margin: 0 0 100px;
}

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

.magius-gtqqz5 .magius-oljjjq {
  position: relative;
}

.magius-gtqqz5 .magius-1u8xeh {
  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;
}

.magius-gtqqz5 .magius-1u8xeh.magius-9go4xg {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .magius-gtqqz5 .magius-ljh1ks {
    bottom: 90px;
  }
}

.magius-gtqqz5 .magius-ljh1ks .magius-pcs4go {
  max-width: 300px;
  width: 100%;
}

.magius-gtqqz5 .magius-ljh1ks .magius-pcs4go .magius-rhnfl4 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .magius-gtqqz5 .magius-ljh1ks .magius-pcs4go .magius-rhnfl4 {
    font-size: 32px;
    text-align: center;
  }
}

.magius-gtqqz5 .magius-ljh1ks .magius-pcs4go .magius-inqphs {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .magius-gtqqz5 .magius-ljh1ks .magius-pcs4go .magius-inqphs {
    text-align: center;
  }
}

.magius-gtqqz5 .magius-ljh1ks .magius-gf90pj {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .magius-gtqqz5 .magius-ljh1ks .magius-gf90pj {
    flex-direction: column-reverse;
  }
}

.magius-gtqqz5 .magius-ljh1ks .magius-gf90pj .magius-bw6ghw {
  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.magius-2jbt08 ease-in-out;
}

.magius-gtqqz5 .magius-ljh1ks .magius-gf90pj .magius-bw6ghw:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .magius-gtqqz5 .magius-ljh1ks .magius-gf90pj .magius-bw6ghw {
    width: 100%;
  }
}

.magius-gtqqz5 .magius-ljh1ks .magius-gf90pj .magius-sjj16s {
  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.magius-2jbt08 ease-in-out;
  overflow: hidden;
}

.magius-gtqqz5 .magius-ljh1ks .magius-gf90pj .magius-sjj16s 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);
  }
}

.magius-gtqqz5 .magius-ljh1ks .magius-gf90pj .magius-sjj16s: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;
}

.magius-gtqqz5 .magius-ljh1ks .magius-gf90pj .magius-sjj16s:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .magius-gtqqz5 .magius-ljh1ks .magius-gf90pj .magius-sjj16s {
    width: 100%;
  }
}

.magius-gtqqz5 .magius-ljh1ks.magius-9go4xg {
  display: none;
}

.magius-gtqqz5 .magius-jy3y3h {
  display: none;
}

.magius-gtqqz5 .magius-jy3y3h.magius-fvdzlx {
  display: block;
}

.magius-gtqqz5 .magius-jy3y3h iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .magius-gtqqz5 .magius-jy3y3h iframe {
    height: calc(100vh - 54px);
  }
}

.magius-gtqqz5 .magius-wvfx09 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .magius-gtqqz5 .magius-wvfx09 {
    padding: 24px 16px 0;
  }
}

.magius-gtqqz5 .magius-wvfx09 .magius-rhnfl4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .magius-gtqqz5 .magius-wvfx09 .magius-rhnfl4 {
    margin-bottom: 24px;
  }
}

.magius-gtqqz5 .magius-wvfx09 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);
}

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

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

.magius-gtqqz5 .magius-wvfx09 table tr:last-of-type td {
  border-bottom: none;
}

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

.magius-4gv68l.magius-hm5p9i {
  display: block;
}

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

.magius-4gv68l .magius-y7c836 {
  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;
}

.magius-4gv68l .magius-ydntce {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.magius-4gv68l .magius-sjj16s {
  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.magius-2jbt08 ease-in-out;
}

.magius-4gv68l .magius-sjj16s:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.magius-2v8oxc.magius-hm5p9i {
  display: block;
}

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

.magius-ux0yfu {
  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;
}

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

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

.magius-f8eemr {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.magius-f8eemr svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.magius-df5r0j {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.magius-y7avku.magius-9go4xg {
  display: none;
}

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

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

.magius-2j04m5 {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

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

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

.magius-2j04m5 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.magius-2jbt08 ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.magius-2j04m5 input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.magius-2j04m5 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.magius-2j04m5 input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.magius-2j04m5 input:active {
  border-color: #c2c0ce;
}

.magius-2j04m5 input:focus {
  border-color: #c2c0ce;
}

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

.magius-c6n7n7 {
  margin-bottom: 36px;
}

.magius-c6n7n7 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;
}

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

.magius-c6n7n7 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.magius-k3p1ej {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.magius-1n9jsm {
  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.magius-2jbt08 ease-in-out;
}

.magius-1n9jsm:hover {
  background: var(--border-color);
}

.magius-6y9r62 {
  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.magius-2jbt08 ease-in-out;
}

.magius-6y9r62:hover {
  background: #166ad9;
}

.magius-9p9qfq {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.magius-9p9qfq.magius-9go4xg {
  display: none;
}

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

.magius-9p9qfq .magius-1n9jsm {
  margin: 0 auto;
}

.magius-puzev4 {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.magius-2096po {
  filter: grayscale(100%);
}

.magius-rjw4eg > input {
  display: none;
}

.magius-rjw4eg > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.magius-iaah0t.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.magius-lpabhw 44.magius-d2ibih.magius-wapgl8.magius-78wzp3.magius-zmq6ms.magius-p6ad1m.magius-micw3y.magius-7esg7e.magius-i70697.magius-g5bvi2.magius-xurzq2.magius-8214hr.magius-0zouxj 0l-12.magius-p6ti18 30.magius-l9pnho.magius-m3a4n5 2.magius-y0x0nv.magius-m3a4n5 3.magius-ld6t4t 3.magius-p0s2gp.magius-36u0ak 3.magius-bqsq7g.magius-pdxh3t.magius-hvdzz8.magius-r7cocs 7-3.magius-p6ti18 10.magius-1wc513.magius-r7cocs 23.magius-8ki1bz.magius-wb6aet 1.magius-zjl9fy 2.magius-p6ti18 3.magius-wb6aet 1.magius-36u0ak 5.magius-xmvys5.magius-36u0ak 32.magius-hi6wgf.magius-pdxh3t 5.magius-0zouxj 4.magius-r7cocs 9.magius-r7cocs 8.magius-36u0ak 6.magius-dnizo3.magius-ovsiqn.magius-ae4nsl.magius-83tf3w.magius-p65zbj 4.magius-g1yxfh.magius-p65zbj 6.magius-p65zbj 0l29.magius-0zouxj 17.magius-j5vvoj.magius-ardgkt 2.magius-whmh3m 10.magius-566i22.magius-p6ti18 8.magius-brqd3e.magius-j8u7xx.magius-afht6n.magius-aoxsdx.magius-r1b0nw.magius-pdxh3t.magius-p6ad1m.magius-p6ti18 1.magius-vyvw63.magius-6wembd.magius-yj5fza.magius-kvq09z.magius-r6zabt.magius-zjl9fy 1.magius-9g68cj.magius-sn5yj6.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.magius-rjw4eg > input:checked ~ label,
.magius-rjw4eg > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.magius-iaah0t.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.magius-lpabhw 44.magius-d2ibih.magius-wapgl8.magius-78wzp3.magius-zmq6ms.magius-p6ad1m.magius-micw3y.magius-7esg7e.magius-i70697.magius-g5bvi2.magius-xurzq2.magius-8214hr.magius-0zouxj 0l-12.magius-p6ti18 30.magius-l9pnho.magius-m3a4n5 2.magius-y0x0nv.magius-m3a4n5 3.magius-ld6t4t 3.magius-p0s2gp.magius-36u0ak 3.magius-bqsq7g.magius-pdxh3t.magius-hvdzz8.magius-r7cocs 7-3.magius-p6ti18 10.magius-1wc513.magius-r7cocs 23.magius-8ki1bz.magius-wb6aet 1.magius-zjl9fy 2.magius-p6ti18 3.magius-wb6aet 1.magius-36u0ak 5.magius-xmvys5.magius-36u0ak 32.magius-hi6wgf.magius-pdxh3t 5.magius-0zouxj 4.magius-r7cocs 9.magius-r7cocs 8.magius-36u0ak 6.magius-dnizo3.magius-ovsiqn.magius-ae4nsl.magius-83tf3w.magius-p65zbj 4.magius-g1yxfh.magius-p65zbj 6.magius-p65zbj 0l29.magius-0zouxj 17.magius-j5vvoj.magius-ardgkt 2.magius-whmh3m 10.magius-566i22.magius-p6ti18 8.magius-brqd3e.magius-j8u7xx.magius-afht6n.magius-aoxsdx.magius-r1b0nw.magius-pdxh3t.magius-p6ad1m.magius-p6ti18 1.magius-vyvw63.magius-6wembd.magius-yj5fza.magius-kvq09z.magius-r6zabt.magius-zjl9fy 1.magius-9g68cj.magius-sn5yj6.5z'/%3e%3c/svg%3e");
}

.magius-rjw4eg > input:not(:checked) ~ label:hover,
.magius-rjw4eg > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.magius-iaah0t.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.magius-lpabhw 44.magius-d2ibih.magius-wapgl8.magius-78wzp3.magius-zmq6ms.magius-p6ad1m.magius-micw3y.magius-7esg7e.magius-i70697.magius-g5bvi2.magius-xurzq2.magius-8214hr.magius-0zouxj 0l-12.magius-p6ti18 30.magius-l9pnho.magius-m3a4n5 2.magius-y0x0nv.magius-m3a4n5 3.magius-ld6t4t 3.magius-p0s2gp.magius-36u0ak 3.magius-bqsq7g.magius-pdxh3t.magius-hvdzz8.magius-r7cocs 7-3.magius-p6ti18 10.magius-1wc513.magius-r7cocs 23.magius-8ki1bz.magius-wb6aet 1.magius-zjl9fy 2.magius-p6ti18 3.magius-wb6aet 1.magius-36u0ak 5.magius-xmvys5.magius-36u0ak 32.magius-hi6wgf.magius-pdxh3t 5.magius-0zouxj 4.magius-r7cocs 9.magius-r7cocs 8.magius-36u0ak 6.magius-dnizo3.magius-ovsiqn.magius-ae4nsl.magius-83tf3w.magius-p65zbj 4.magius-g1yxfh.magius-p65zbj 6.magius-p65zbj 0l29.magius-0zouxj 17.magius-j5vvoj.magius-ardgkt 2.magius-whmh3m 10.magius-566i22.magius-p6ti18 8.magius-brqd3e.magius-j8u7xx.magius-afht6n.magius-aoxsdx.magius-r1b0nw.magius-pdxh3t.magius-p6ad1m.magius-p6ti18 1.magius-vyvw63.magius-6wembd.magius-yj5fza.magius-kvq09z.magius-r6zabt.magius-zjl9fy 1.magius-9g68cj.magius-sn5yj6.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .magius-qe7gl2 > .magius-exnu4w {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .magius-qe7gl2 > .magius-exnu4w {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .magius-qe7gl2 > .magius-exnu4w {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .magius-qe7gl2 > .magius-exnu4w {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .magius-qe7gl2 > .magius-exnu4w {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.magius-9p3ttc.magius-9go4xg {
  display: none;
}

.magius-2l7lhv {
  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) {
  .magius-2l7lhv {
    height: 74px;
    overflow: visible;
  }
}

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

.magius-fpszaq {
  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;
}

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

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

.magius-fpszaq img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.magius-i83lw8 {
  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;
}

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

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

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

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

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

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

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

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

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

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

.magius-9p3ttc.magius-vrbar9 .magius-2l7lhv {
  background: #2b3b67;
}

.magius-9p3ttc.magius-vrbar9 .magius-fpszaq {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.magius-9p3ttc.magius-vrbar9 .magius-fpszaq::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.magius-9p3ttc.magius-vrbar9 .magius-fpszaq::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.magius-9p3ttc.magius-vrbar9 .magius-i83lw8::before {
  background: #0e0f41;
}

.magius-9p3ttc.magius-vrbar9 .magius-i83lw8::after {
  background: #152557;
}

.magius-9p3ttc.magius-wpsccr .magius-2l7lhv {
  background: #1f35fa;
}

.magius-9p3ttc.magius-wpsccr .magius-fpszaq {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.magius-9p3ttc.magius-wpsccr .magius-fpszaq::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.magius-9p3ttc.magius-wpsccr .magius-fpszaq::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.magius-9p3ttc.magius-wpsccr .magius-i83lw8::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.magius-9p3ttc.magius-wpsccr .magius-i83lw8::after {
  background: #192ac8;
}

.magius-9p3ttc.magius-mb1bjg .magius-2l7lhv {
  background: #fa771f;
}

.magius-9p3ttc.magius-mb1bjg .magius-fpszaq {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.magius-9p3ttc.magius-mb1bjg .magius-fpszaq::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.magius-9p3ttc.magius-mb1bjg .magius-fpszaq::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.magius-9p3ttc.magius-mb1bjg .magius-i83lw8::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.magius-9p3ttc.magius-mb1bjg .magius-i83lw8::after {
  background: #fa8535;
}

.magius-gbqopw {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.magius-rbgsju {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.magius-ronqht {
  width: 120px;
  height: 22px;
}

.magius-ronqht .magius-3yxwd2 {
  fill: #c2c0ce;
}

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

.magius-ronqht [rating="2"] .magius-3yxwd2:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.magius-ronqht [rating="3"] .magius-3yxwd2:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

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

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

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

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

.magius-swdcjp {
  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);
}

.magius-swdcjp.magius-fvdzlx {
  display: block;
}

.magius-swdcjp.magius-9go4xg {
  display: none;
}

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

.magius-y5q0hy {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.magius-x1u86s {
  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);
}

.magius-cp7orw {
  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;
}

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

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

.magius-acbici {
  font-size: 16px;
  line-height: 140%;
}

.magius-ovwu2v {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.magius-ovwu2v .magius-3yxwd2 {
  fill: #c2c0ce;
}

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

.magius-ovwu2v [rating="2"] .magius-3yxwd2:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.magius-ovwu2v [rating="3"] .magius-3yxwd2:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

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

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

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

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

/* Review Hero Block Styles */

.magius-0whnrv {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.magius-ill2c0 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.magius-ypkljx {
  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;
}

.magius-e6c0l4 {
  flex: 1;
  min-width: 0;
}

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

.magius-po065r {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.magius-po065r svg path {
  fill: var(--button-bg-color);
}

.magius-po065r svg circle {
  fill: var(--button-text-color);
}

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

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

.magius-d15gi8 strong {
  font-weight: 600;
}

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

.magius-5a7pej p {
  margin: 0 0 16px;
}

.magius-5a7pej p:last-child {
  margin-bottom: 0;
}

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

.magius-9u49o7 {
  max-width: 300px;
  width: 100%;
}

.magius-9u49o7 a {
  width: 100%;
}

@media (max-width: 575px) {
  .magius-9u49o7 {
    max-width: 200px;
  }
}

.magius-jpa5yn {
  justify-content: center;
}

.magius-08o9u3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.magius-9ftoai {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.magius-j7uycj .magius-c41kgf {
  justify-content: center;
}

/* faq */

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

.magius-rjfmue {
  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.magius-6yzyd4 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.magius-rjfmue::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.magius-6yzyd4 ease;
}

.magius-tatykl.magius-hm5p9i .magius-rjfmue::after {
  transform: rotate(45deg);
}

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

.magius-tatykl.magius-hm5p9i .magius-o57sav {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.magius-a6w509 {
  margin: 25px 0;
}

.magius-rjw4eg > input:not(:checked) ~ label:hover,
.magius-rjw4eg > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.magius-npf02s.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.magius-p4fr9y 44.magius-qr55zd.magius-p1ktm1.magius-itlxl6.magius-39vbip.magius-2nfvep.magius-se99me.magius-fhudra.magius-0yxkzk.magius-mq8r08.magius-wqepz4.magius-ix30x7.magius-mvx1wk 0l-12.magius-n900ro 30.magius-s0690y.magius-kbkx5u 2.magius-84owoq.magius-kbkx5u 3.magius-5i83jc 3.magius-ett8ky.magius-c63leh 3.magius-lxv53g.magius-3uy2gr.magius-g28j7t.magius-7534v2 7-3.magius-n900ro 10.magius-52ruue.magius-7534v2 23.magius-dbc1ww.magius-2zfi4d 1.magius-7bu7re 2.magius-n900ro 3.magius-2zfi4d 1.magius-c63leh 5.magius-4gsia7.magius-c63leh 32.magius-key71j.magius-3uy2gr 5.magius-mvx1wk 4.magius-7534v2 9.magius-7534v2 8.magius-c63leh 6.magius-biyebr.magius-yrazif.magius-78r2gq.magius-prz6jh.magius-guip5m 4.magius-j2t8l6.magius-guip5m 6.magius-guip5m 0l29.magius-mvx1wk 17.magius-i051hq.magius-nntmgy 2.magius-yslmjb 10.magius-u3yoyu.magius-n900ro 8.magius-gjv5uy.magius-1m5ujs.magius-5a1mv6.magius-g8b9do.magius-btx56k.magius-3uy2gr.magius-2nfvep.magius-n900ro 1.magius-hbai5l.magius-q2yi7w.magius-ybopvp.magius-s96ac5.magius-l99b4u.magius-7bu7re 1.magius-wvyokp.magius-htj8y6.5z'/%3e%3c/svg%3e");
}

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

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

.magius-yckdax {
  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);
}

.magius-yckdax.magius-xrjcuy {
  display: block;
}

.magius-yckdax.magius-67kmy6 {
  display: none;
}

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

.magius-ghyeaf {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.magius-sil99b {
  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);
}

.magius-ki1nrx {
  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;
}

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

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

.magius-lizivk {
  font-size: 16px;
  line-height: 140%;
}

.magius-vvfcxm {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.magius-vvfcxm .magius-78n0o9 {
  fill: #c2c0ce;
}

.magius-vvfcxm [rating="1"] .magius-78n0o9:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.magius-vvfcxm [rating="2"] .magius-78n0o9:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.magius-vvfcxm [rating="3"] .magius-78n0o9:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.magius-vvfcxm [rating="4"] .magius-78n0o9:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.magius-vvfcxm [rating="5"] .magius-78n0o9:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.magius-moc9od 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;
}

.magius-moc9od 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 */

.magius-mgz1lf {
  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);
}

.magius-mgz1lf.magius-utf0b3 {
  opacity: 1;
  pointer-events: auto;
}

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

.magius-7uekd4 label {
  font-size: 14px;
}

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

.magius-bb2g3i h2 {
  color: green;
  font-weight: 500;
}

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

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.magius-z3x0rz, .magius-bgfes5, [class*="review-card"],
thead, thead th, table th, .magius-pz6xer,
.magius-f6vavn, [class*="collapsible-header"],
.magius-lrv3ke, [class*="updated-block"] {
  color: #ece7dc !important;
}
