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

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

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

.leon-jd65mw {
  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) {
  .leon-jd65mw: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;
  }
}

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

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

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

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

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

.leon-7e1u3s {
  cursor: pointer;
}

.leon-586dhg {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.leon-pvle4e {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.leon-pvle4e figure {
  margin: 0;
}

.leon-pvle4e.leon-7j1g0h {
  justify-content: flex-start;
  margin-right: 4px;
}

.leon-pvle4e.leon-rkcym9 {
  justify-content: flex-end;
  margin-left: 4px;
}

.leon-pvle4e.leon-irjt5u {
  justify-content: center;
}

.leon-pvle4e.leon-0w1iw5 {
  justify-content: normal;
}

.leon-pr8vf8 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.leon-hdlpnc img {
  width: 100%;
}

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

.leon-scghbh {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.leon-scghbh 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);
}

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

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

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

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

.leon-scghbh ul li:last-of-type::after {
  display: none;
}

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

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

.leon-nl1ja7 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.leon-q5kr07.leon-su0s9c {
  background-color: #000;
}

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

.leon-881ht5 {
  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) {
  .leon-881ht5 {
    padding: 80px 16px 0;
  }
}

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

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

.leon-79izdm {
  margin-bottom: 94px;
}

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

.leon-nzylic .leon-096o9h {
  margin-bottom: 28px;
}

.leon-nzylic .leon-096o9h img {
  max-height: 100px;
  width: auto;
}

.leon-psswll {
  display: flex;
  align-items: center;
}

.leon-psswll a + a {
  margin-left: 24px;
}

.leon-psswll img {
  max-height: 56px;
  width: auto;
}

.leon-psswll img + img {
  margin-left: 24px;
}

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

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

.leon-we3yqc {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.leon-o4tzc4 li {
  display: flex;
  margin: 0 7px;
}

.leon-o4tzc4 li svg {
  transition: 0.leon-oumimw ease-in-out;
}

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

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

.leon-8wh2by + .leon-8wh2by {
  margin-left: 120px;
}

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

.leon-7puplr {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.leon-xfrdt8 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.leon-xfrdt8 li {
  font-size: 16px;
}

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

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

.leon-xfrdt8 li + li {
  margin-top: 16px;
}

.leon-4t0u13 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.leon-9hokzp ease-in-out;
}

.leon-4t0u13.leon-zojobh {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.leon-5ft1a3 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.leon-ofcqqu li {
  width: 100%;
}

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

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

.leon-ofcqqu li a.leon-zojobh {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.leon-zuyime {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.leon-zuyime img {
  width: 100%;
  transition: 0.leon-oumimw ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .leon-w3eq08 .leon-096o9h img {
    max-width: 90px;
  }
}

.leon-096o9h img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .leon-096o9h {
    order: -2;
  }
}

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

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

.leon-rs0d94 li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.leon-4m4cvx {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.leon-4m4cvx.leon-gwiw0q {
  margin-right: 0;
}

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

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

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

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

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

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

.leon-f32m4n:hover > ul {
  display: flex;
}

.leon-f32m4n:focus > ul {
  display: flex;
}

.leon-f32m4n:focus-within > ul {
  display: flex;
}

.leon-yxq9ia {
  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;
}

.leon-yxq9ia::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.leon-9hokzp ease-in-out;
}

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

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

.leon-f32m4n 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.leon-oumimw ease-in-out;
  overflow: hidden;
}

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

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

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

.leon-6fz91o {
  display: none;
}

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

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

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

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

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

.leon-zp0x1s img {
  margin-bottom: 20px;
}

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

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

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

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

.leon-d6kr5o {
  color: var(--text-color);
}

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

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

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

.leon-utjksr p img {
  display: block;
  margin: 0 auto;
}

.leon-utjksr p:first-of-type {
  margin-top: 0;
}

.leon-utjksr p:last-of-type {
  margin-bottom: 0;
}

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

.leon-utjksr ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.leon-khc2z3 .leon-d3nw8f {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.leon-khc2z3 .leon-vejuz3 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.leon-vejuz3 {
  margin: 0 0 28px;
}

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

.leon-d3nw8f {
  margin: 0 0 28px;
}

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

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

.leon-cpak2i .leon-jd65mw {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.leon-oizsgo {
  position: relative;
  border: none;
}

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

.leon-8d7qxk {
  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;
}

.leon-8d7qxk span {
  height: 32px;
}

.leon-8d7qxk span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.leon-8d7qxk.leon-vs7804 span {
  transform: scaleY(-1);
}

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

.leon-7zralm {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.leon-7zralm.leon-th1258 {
  display: none;
}

.leon-k2k84l {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.leon-k2k84l table {
  width: 100%;
  border-collapse: collapse;
}

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

  .leon-k2k84l table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.leon-os7wj7 {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.leon-b6j5gr p {
  color: var(--text-color);
}

.leon-3uesft {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.leon-fyv9u9 {
  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);
}

.leon-5ftase {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.leon-a1xgkw p + p {
  margin-top: 10px;
}

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

.leon-erq58v {
  display: none;
}

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

.leon-80bdno {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.leon-80bdno li {
  margin: 0 20px;
}

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

.leon-80bdno li a img {
  margin-bottom: 4px;
}

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

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

.leon-b8syxr li {
  font-size: 16px;
  position: relative;
}

.leon-b8syxr li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.leon-b8syxr li span {
  opacity: 0.5;
}

.leon-b8syxr li + li {
  margin-left: 30px;
}

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

h2.leon-8zcm5f {
  margin: 0 0 28px;
}

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

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

.leon-ysdmqk 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);
}

.leon-ysdmqk 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;
}

.leon-ysdmqk 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;
}

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

.leon-ysdmqk tbody tr:last-of-type {
  margin-bottom: 0;
}

.leon-ysdmqk tbody tr td:first-of-type {
  flex-shrink: 0;
}

.leon-ysdmqk 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);
}

.leon-ysdmqk 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);
}

.leon-ysdmqk tbody tr td:last-of-type {
  margin-left: auto;
}

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

.leon-ysdmqk tbody tr td .leon-t9c266 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .leon-ysdmqk tbody tr td .leon-t9c266 {
    width: 100%;
  }
}

.leon-ysdmqk tbody tr td .leon-46ewid {
  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.leon-oumimw ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .leon-ysdmqk tbody tr td .leon-46ewid:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .leon-ysdmqk tbody tr td .leon-46ewid {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .leon-ysdmqk tbody tr td .leon-46ewid {
    width: 100%;
  }
}

.leon-ysdmqk tbody tr td .leon-v7wo9g {
  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) {
  .leon-ysdmqk tbody tr td .leon-v7wo9g:hover {
    text-decoration: none;
  }
}

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

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

.leon-kwasix {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.leon-vzqrub img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.leon-oumimw ease-in-out;
}

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

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

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

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

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

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

.leon-4m0zw7 img {
  width: 100%;
  height: 100%;
}

.leon-4m0zw7 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.leon-tb8jx5 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.leon-oumimw ease-in-out;
}

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

.leon-0soiy0 {
  padding: 90px 0;
}

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

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

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

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

.leon-b2i5f6 img {
  width: 100%;
}

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

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

.leon-lp6nhk {
  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;
}

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

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

.leon-3izfrz {
  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.leon-oumimw ease-in-out;
}

.leon-3izfrz:hover {
  border: 1px solid #8c8ca2;
}

.leon-pivc6j {
  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%);
}

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

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

.leon-ql7xt5 a {
  text-decoration: underline;
  color: #8babff;
}

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

.leon-mxz0vr .leon-3izfrz {
  width: 50%;
  margin: 0;
}

.leon-jij50y {
  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;
}

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

.leon-01g9cr {
  margin: 0 0 100px;
}

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

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

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

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

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

.leon-w5yn77 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.leon-jpi043 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.leon-oumimw ease-in-out;
}

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

.leon-jpi043 a svg {
  fill: #fff;
}

.leon-jpi043 a:hover {
  background: #3d68e7;
}

.leon-41yunm {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.leon-lbfbru {
  margin-bottom: 16px;
}

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

.leon-83eag4 {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

.leon-5tmq6j {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

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

.leon-5bupsy {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

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

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

.leon-5bupsy 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);
}

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

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

.leon-5bupsy table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .leon-5bupsy {
    margin: 0;
  }
}

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

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

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

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

.leon-vw9mwx.leon-i6jiav {
  display: none;
}

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

.leon-21ox7b iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.leon-21ox7b iframe.leon-xgd54q {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.leon-21ox7b.leon-b14fmd {
  opacity: 1;
  pointer-events: all;
}

.leon-lxrvhg {
  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.leon-oumimw ease-in-out;
}

.leon-lxrvhg svg {
  margin-right: 10px;
}

.leon-lxrvhg + .leon-lxrvhg {
  margin-top: 14px;
}

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

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

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

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

.leon-uilo7v .leon-cpak2i {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .leon-uilo7v .leon-cpak2i {
    margin: 28px 0 0;
  }
}

.leon-6nssib {
  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) {
  .leon-6nssib {
    padding: 0 16px;
  }
}

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

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

.leon-mka3ap {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.leon-j2iyt4 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.leon-poh6wy .leon-jd65mw {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .leon-poh6wy .leon-jd65mw {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.leon-np00m1 {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.leon-np00m1 img {
  width: 100%;
}

.leon-w47o2c {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.leon-o1gymn {
  width: 100%;
  margin: 0 0 100px;
}

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

.leon-o1gymn .leon-c08foh {
  position: relative;
}

.leon-o1gymn .leon-p3z283 {
  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;
}

.leon-o1gymn .leon-p3z283.leon-i6jiav {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .leon-o1gymn .leon-sd0r3a {
    bottom: 90px;
  }
}

.leon-o1gymn .leon-sd0r3a .leon-1xbjtj {
  max-width: 300px;
  width: 100%;
}

.leon-o1gymn .leon-sd0r3a .leon-1xbjtj .leon-n1g33u {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .leon-o1gymn .leon-sd0r3a .leon-1xbjtj .leon-n1g33u {
    font-size: 32px;
    text-align: center;
  }
}

.leon-o1gymn .leon-sd0r3a .leon-1xbjtj .leon-t1qlnu {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .leon-o1gymn .leon-sd0r3a .leon-1xbjtj .leon-t1qlnu {
    text-align: center;
  }
}

.leon-o1gymn .leon-sd0r3a .leon-gwiw0q {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .leon-o1gymn .leon-sd0r3a .leon-gwiw0q {
    flex-direction: column-reverse;
  }
}

.leon-o1gymn .leon-sd0r3a .leon-gwiw0q .leon-15hy50 {
  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.leon-oumimw ease-in-out;
}

.leon-o1gymn .leon-sd0r3a .leon-gwiw0q .leon-15hy50:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .leon-o1gymn .leon-sd0r3a .leon-gwiw0q .leon-15hy50 {
    width: 100%;
  }
}

.leon-o1gymn .leon-sd0r3a .leon-gwiw0q .leon-d62zi2 {
  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.leon-oumimw ease-in-out;
  overflow: hidden;
}

.leon-o1gymn .leon-sd0r3a .leon-gwiw0q .leon-d62zi2 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);
  }
}

.leon-o1gymn .leon-sd0r3a .leon-gwiw0q .leon-d62zi2: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;
}

.leon-o1gymn .leon-sd0r3a .leon-gwiw0q .leon-d62zi2:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .leon-o1gymn .leon-sd0r3a .leon-gwiw0q .leon-d62zi2 {
    width: 100%;
  }
}

.leon-o1gymn .leon-sd0r3a.leon-i6jiav {
  display: none;
}

.leon-o1gymn .leon-sbc5x1 {
  display: none;
}

.leon-o1gymn .leon-sbc5x1.leon-b14fmd {
  display: block;
}

.leon-o1gymn .leon-sbc5x1 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .leon-o1gymn .leon-sbc5x1 iframe {
    height: calc(100vh - 54px);
  }
}

.leon-o1gymn .leon-jk3y1i {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .leon-o1gymn .leon-jk3y1i {
    padding: 24px 16px 0;
  }
}

.leon-o1gymn .leon-jk3y1i .leon-n1g33u {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .leon-o1gymn .leon-jk3y1i .leon-n1g33u {
    margin-bottom: 24px;
  }
}

.leon-o1gymn .leon-jk3y1i 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);
}

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

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

.leon-o1gymn .leon-jk3y1i table tr:last-of-type td {
  border-bottom: none;
}

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

.leon-nq2wtf.leon-zojobh {
  display: block;
}

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

.leon-nq2wtf .leon-s0rwqf {
  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;
}

.leon-nq2wtf .leon-1nq7l1 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.leon-nq2wtf .leon-d62zi2 {
  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.leon-oumimw ease-in-out;
}

.leon-nq2wtf .leon-d62zi2:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.leon-ovn1vo.leon-zojobh {
  display: block;
}

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

.leon-o7fjxb {
  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;
}

.leon-0f2ffx {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.leon-8ozt87 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.leon-8ozt87 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.leon-o9bzho {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.leon-3e53n8.leon-i6jiav {
  display: none;
}

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

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

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

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

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

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

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

.leon-g4p9ji input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.leon-g4p9ji input:active {
  border-color: #c2c0ce;
}

.leon-g4p9ji input:focus {
  border-color: #c2c0ce;
}

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

.leon-qw44rh {
  margin-bottom: 36px;
}

.leon-qw44rh 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;
}

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

.leon-qw44rh textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.leon-dd4366 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.leon-6uipwo {
  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.leon-oumimw ease-in-out;
}

.leon-6uipwo:hover {
  background: var(--border-color);
}

.leon-lul8kl {
  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.leon-oumimw ease-in-out;
}

.leon-lul8kl:hover {
  background: #166ad9;
}

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

.leon-oqmu2h.leon-i6jiav {
  display: none;
}

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

.leon-oqmu2h .leon-6uipwo {
  margin: 0 auto;
}

.leon-8h9b9b {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.leon-ujlyft {
  filter: grayscale(100%);
}

.leon-fiywys > input {
  display: none;
}

.leon-fiywys > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.leon-nxgsxx.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.leon-o97e0d 44.leon-u9y3xm.leon-zea2ju.leon-5gwdf5.leon-vr8myb.leon-z0blwd.leon-o8c5nu.leon-1k3ec5.leon-3rct8q.leon-mrjkor.leon-xi388p.leon-0ubrl5.leon-f335qw 0l-12.leon-yqpsll 30.leon-lfhwwv.leon-afuuh0 2.leon-zt53dv.leon-afuuh0 3.leon-t3ol5q 3.leon-o5f4s0.leon-w1p86u 3.leon-qc30ew.leon-h3cxdb.leon-dqaogd.leon-ntw5jm 7-3.leon-yqpsll 10.leon-8m7s1k.leon-ntw5jm 23.leon-2ck33r.leon-vnb7ck 1.leon-xo07bo 2.leon-yqpsll 3.leon-vnb7ck 1.leon-w1p86u 5.leon-234in2.leon-w1p86u 32.leon-1q9wud.leon-h3cxdb 5.leon-f335qw 4.leon-ntw5jm 9.leon-ntw5jm 8.leon-w1p86u 6.leon-63yyyy.leon-xlrvx3.leon-tyu4z9.leon-46gryx.leon-8tu86r 4.leon-k97e1g.leon-8tu86r 6.leon-8tu86r 0l29.leon-f335qw 17.leon-xa5r8i.leon-b2xaid 2.leon-28y0ly 10.leon-cotaa5.leon-yqpsll 8.leon-tv2ys2.leon-chxkg2.leon-c1kdxb.leon-0qp3mo.leon-en54l0.leon-h3cxdb.leon-z0blwd.leon-yqpsll 1.leon-c4535z.leon-0om9mq.leon-eira66.leon-z6wedt.leon-xl2vu5.leon-xo07bo 1.leon-sq9vzx.leon-3ziftp.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.leon-fiywys > input:checked ~ label,
.leon-fiywys > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.leon-nxgsxx.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.leon-o97e0d 44.leon-u9y3xm.leon-zea2ju.leon-5gwdf5.leon-vr8myb.leon-z0blwd.leon-o8c5nu.leon-1k3ec5.leon-3rct8q.leon-mrjkor.leon-xi388p.leon-0ubrl5.leon-f335qw 0l-12.leon-yqpsll 30.leon-lfhwwv.leon-afuuh0 2.leon-zt53dv.leon-afuuh0 3.leon-t3ol5q 3.leon-o5f4s0.leon-w1p86u 3.leon-qc30ew.leon-h3cxdb.leon-dqaogd.leon-ntw5jm 7-3.leon-yqpsll 10.leon-8m7s1k.leon-ntw5jm 23.leon-2ck33r.leon-vnb7ck 1.leon-xo07bo 2.leon-yqpsll 3.leon-vnb7ck 1.leon-w1p86u 5.leon-234in2.leon-w1p86u 32.leon-1q9wud.leon-h3cxdb 5.leon-f335qw 4.leon-ntw5jm 9.leon-ntw5jm 8.leon-w1p86u 6.leon-63yyyy.leon-xlrvx3.leon-tyu4z9.leon-46gryx.leon-8tu86r 4.leon-k97e1g.leon-8tu86r 6.leon-8tu86r 0l29.leon-f335qw 17.leon-xa5r8i.leon-b2xaid 2.leon-28y0ly 10.leon-cotaa5.leon-yqpsll 8.leon-tv2ys2.leon-chxkg2.leon-c1kdxb.leon-0qp3mo.leon-en54l0.leon-h3cxdb.leon-z0blwd.leon-yqpsll 1.leon-c4535z.leon-0om9mq.leon-eira66.leon-z6wedt.leon-xl2vu5.leon-xo07bo 1.leon-sq9vzx.leon-3ziftp.5z'/%3e%3c/svg%3e");
}

.leon-fiywys > input:not(:checked) ~ label:hover,
.leon-fiywys > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.leon-nxgsxx.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.leon-o97e0d 44.leon-u9y3xm.leon-zea2ju.leon-5gwdf5.leon-vr8myb.leon-z0blwd.leon-o8c5nu.leon-1k3ec5.leon-3rct8q.leon-mrjkor.leon-xi388p.leon-0ubrl5.leon-f335qw 0l-12.leon-yqpsll 30.leon-lfhwwv.leon-afuuh0 2.leon-zt53dv.leon-afuuh0 3.leon-t3ol5q 3.leon-o5f4s0.leon-w1p86u 3.leon-qc30ew.leon-h3cxdb.leon-dqaogd.leon-ntw5jm 7-3.leon-yqpsll 10.leon-8m7s1k.leon-ntw5jm 23.leon-2ck33r.leon-vnb7ck 1.leon-xo07bo 2.leon-yqpsll 3.leon-vnb7ck 1.leon-w1p86u 5.leon-234in2.leon-w1p86u 32.leon-1q9wud.leon-h3cxdb 5.leon-f335qw 4.leon-ntw5jm 9.leon-ntw5jm 8.leon-w1p86u 6.leon-63yyyy.leon-xlrvx3.leon-tyu4z9.leon-46gryx.leon-8tu86r 4.leon-k97e1g.leon-8tu86r 6.leon-8tu86r 0l29.leon-f335qw 17.leon-xa5r8i.leon-b2xaid 2.leon-28y0ly 10.leon-cotaa5.leon-yqpsll 8.leon-tv2ys2.leon-chxkg2.leon-c1kdxb.leon-0qp3mo.leon-en54l0.leon-h3cxdb.leon-z0blwd.leon-yqpsll 1.leon-c4535z.leon-0om9mq.leon-eira66.leon-z6wedt.leon-xl2vu5.leon-xo07bo 1.leon-sq9vzx.leon-3ziftp.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .leon-ygvw9m > .leon-afipmv {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .leon-ygvw9m > .leon-afipmv {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .leon-ygvw9m > .leon-afipmv {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .leon-ygvw9m > .leon-afipmv {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .leon-ygvw9m > .leon-afipmv {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.leon-yjah0f.leon-i6jiav {
  display: none;
}

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

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

.leon-5vcmde {
  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;
}

.leon-5vcmde::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.leon-5vcmde::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.leon-5vcmde img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.leon-1kbv0m {
  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;
}

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

.leon-1kbv0m::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) {
  .leon-1kbv0m::after {
    display: none;
  }
}

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

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

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

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

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

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

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

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

.leon-yjah0f.leon-357z4j .leon-xybfk2 {
  background: #2b3b67;
}

.leon-yjah0f.leon-357z4j .leon-5vcmde {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.leon-yjah0f.leon-357z4j .leon-5vcmde::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.leon-yjah0f.leon-357z4j .leon-5vcmde::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.leon-yjah0f.leon-357z4j .leon-1kbv0m::before {
  background: #0e0f41;
}

.leon-yjah0f.leon-357z4j .leon-1kbv0m::after {
  background: #152557;
}

.leon-yjah0f.leon-hcxjgv .leon-xybfk2 {
  background: #1f35fa;
}

.leon-yjah0f.leon-hcxjgv .leon-5vcmde {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.leon-yjah0f.leon-hcxjgv .leon-5vcmde::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.leon-yjah0f.leon-hcxjgv .leon-5vcmde::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.leon-yjah0f.leon-hcxjgv .leon-1kbv0m::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.leon-yjah0f.leon-hcxjgv .leon-1kbv0m::after {
  background: #192ac8;
}

.leon-yjah0f.leon-2odkrx .leon-xybfk2 {
  background: #fa771f;
}

.leon-yjah0f.leon-2odkrx .leon-5vcmde {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.leon-yjah0f.leon-2odkrx .leon-5vcmde::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.leon-yjah0f.leon-2odkrx .leon-5vcmde::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.leon-yjah0f.leon-2odkrx .leon-1kbv0m::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.leon-yjah0f.leon-2odkrx .leon-1kbv0m::after {
  background: #fa8535;
}

.leon-tq1yob {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.leon-ii6ktr {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.leon-w0m3e5 {
  width: 120px;
  height: 22px;
}

.leon-w0m3e5 .leon-zrp06l {
  fill: #c2c0ce;
}

.leon-w0m3e5 [rating="1"] .leon-zrp06l:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.leon-w0m3e5 [rating="2"] .leon-zrp06l:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.leon-w0m3e5 [rating="3"] .leon-zrp06l:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.leon-w0m3e5 [rating="4"] .leon-zrp06l:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.leon-w0m3e5 [rating="5"] .leon-zrp06l:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.leon-080p8a {
  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);
}

.leon-080p8a.leon-b14fmd {
  display: block;
}

.leon-080p8a.leon-i6jiav {
  display: none;
}

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

.leon-ne5p65 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.leon-qu2qrd {
  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);
}

.leon-kf0d3c {
  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;
}

.leon-6dm115 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.leon-59008h {
  font-size: 16px;
  line-height: 140%;
}

.leon-km0wsp {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.leon-km0wsp .leon-zrp06l {
  fill: #c2c0ce;
}

.leon-km0wsp [rating="1"] .leon-zrp06l:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.leon-km0wsp [rating="2"] .leon-zrp06l:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.leon-km0wsp [rating="3"] .leon-zrp06l:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.leon-km0wsp [rating="4"] .leon-zrp06l:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.leon-km0wsp [rating="5"] .leon-zrp06l:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.leon-uaq1pd {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.leon-k8giz1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leon-l869iy {
  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;
}

.leon-bwbmya {
  flex: 1;
  min-width: 0;
}

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

.leon-foj9g3 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.leon-foj9g3 svg path {
  fill: var(--button-bg-color);
}

.leon-foj9g3 svg circle {
  fill: var(--button-text-color);
}

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

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

.leon-ce90r9 strong {
  font-weight: 600;
}

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

.leon-tbi1u5 p {
  margin: 0 0 16px;
}

.leon-tbi1u5 p:last-child {
  margin-bottom: 0;
}

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

.leon-idcg46 {
  max-width: 300px;
  width: 100%;
}

.leon-idcg46 a {
  width: 100%;
}

@media (max-width: 575px) {
  .leon-idcg46 {
    max-width: 200px;
  }
}

.leon-s7d03p {
  justify-content: center;
}

.leon-jwtsd2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.leon-lwxs6r {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.leon-jkx1jo .leon-rs0d94 {
  justify-content: center;
}

/* faq */

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

.leon-xbw5pb {
  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.leon-8r28r5 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.leon-xbw5pb::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.leon-8r28r5 ease;
}

.leon-lprzfm.leon-zojobh .leon-xbw5pb::after {
  transform: rotate(45deg);
}

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

.leon-lprzfm.leon-zojobh .leon-2g0lja {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.leon-h0yt9u {
  margin: 25px 0;
}

.leon-fiywys > input:not(:checked) ~ label:hover,
.leon-fiywys > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.leon-mqcc7l.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.leon-o5ahb3 44.leon-dx82c2.leon-0p6p6a.leon-3qaee3.leon-i0wdfr.leon-pu0igo.leon-n1vtzb.leon-sywaeh.leon-hl0hi9.leon-q8dx1l.leon-wuy9l9.leon-ifngua.leon-6j2c96 0l-12.leon-hsvacb 30.leon-6zb4tl.leon-39cb6v 2.leon-vulgrk.leon-39cb6v 3.leon-496xpj 3.leon-aa1jn6.leon-mktyxm 3.leon-aqs2hv.leon-6ggm59.leon-ndxjmq.leon-bhekut 7-3.leon-hsvacb 10.leon-57a0ij.leon-bhekut 23.leon-4a2hho.leon-yvd65x 1.leon-zhx970 2.leon-hsvacb 3.leon-yvd65x 1.leon-mktyxm 5.leon-hcvkad.leon-mktyxm 32.leon-boit1z.leon-6ggm59 5.leon-6j2c96 4.leon-bhekut 9.leon-bhekut 8.leon-mktyxm 6.leon-1clrh1.leon-0yhc2o.leon-k6ih2c.leon-90v27v.leon-xshvmy 4.leon-9cgi77.leon-xshvmy 6.leon-xshvmy 0l29.leon-6j2c96 17.leon-4900za.leon-iqhthx 2.leon-ptkgm0 10.leon-v3ziwj.leon-hsvacb 8.leon-bquj4t.leon-dbn22e.leon-vxuecg.leon-wq6lgy.leon-8tbdsi.leon-6ggm59.leon-pu0igo.leon-hsvacb 1.leon-txv0xy.leon-rzjylt.leon-63i8aw.leon-2pwlid.leon-o3v4hw.leon-zhx970 1.leon-ufbhc0.leon-wjr0wa.5z'/%3e%3c/svg%3e");
}

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

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

.leon-kys4mf {
  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);
}

.leon-kys4mf.leon-44jxb6 {
  display: block;
}

.leon-kys4mf.leon-wx9oph {
  display: none;
}

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

.leon-rl9icb {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.leon-85q34f {
  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);
}

.leon-45pfn5 {
  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;
}

.leon-6zawaq small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.leon-ofanlt {
  font-size: 16px;
  line-height: 140%;
}

.leon-d2oh9v {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.leon-d2oh9v .leon-dyp9to {
  fill: #c2c0ce;
}

.leon-d2oh9v [rating="1"] .leon-dyp9to:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.leon-d2oh9v [rating="2"] .leon-dyp9to:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.leon-d2oh9v [rating="3"] .leon-dyp9to:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.leon-d2oh9v [rating="4"] .leon-dyp9to:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.leon-d2oh9v [rating="5"] .leon-dyp9to:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.leon-t6ho4s 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;
}

.leon-t6ho4s 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 */

.leon-t22d9y {
  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);
}

.leon-t22d9y.leon-6s3kq5 {
  opacity: 1;
  pointer-events: auto;
}
