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

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

svg {
  transform: translateZ(0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.le-bandit-j0hjo6 {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.le-bandit-rgnxeh {
  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) {
  .le-bandit-rgnxeh: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;
  }
}

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

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

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

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

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

.le-bandit-4fi4yk {
  cursor: pointer;
}

.le-bandit-v1geg4 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.le-bandit-9qt5oz {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.le-bandit-9qt5oz figure {
  margin: 0;
}

.le-bandit-9qt5oz.le-bandit-qb4xa8 {
  justify-content: flex-start;
  margin-right: 4px;
}

.le-bandit-9qt5oz.le-bandit-zhdnze {
  justify-content: flex-end;
  margin-left: 4px;
}

.le-bandit-9qt5oz.le-bandit-fpn0fy {
  justify-content: center;
}

.le-bandit-9qt5oz.le-bandit-448h0f {
  justify-content: normal;
}

.le-bandit-fzgjl8 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.le-bandit-k1s9l4 {
  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) {
  .le-bandit-k1s9l4 {
    flex-direction: column;
  }
}

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

.le-bandit-ym1bsx img {
  width: 100%;
}

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

.le-bandit-upq7ef {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.le-bandit-upq7ef 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) {
  .le-bandit-upq7ef ul {
    margin-bottom: 15px;
  }
}

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

.le-bandit-upq7ef 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);
}

.le-bandit-upq7ef ul li span svg {
  fill: var(--title-color);
}

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

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

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

.le-bandit-upq7ef ul li:last-of-type::after {
  display: none;
}

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

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

.le-bandit-di54ws {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .le-bandit-dbymz8 {
    height: 50px;
  }
}

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

.le-bandit-dbymz8.le-bandit-kcpf5j {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .le-bandit-dbymz8.le-bandit-kcpf5j:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

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

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

@media only screen and (max-width: 767px) {
  .le-bandit-0el46s {
    padding: 50px 16px 68px;
  }
}

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

@media only screen and (max-width: 767px) {
  .le-bandit-6s5kui {
    flex-direction: column;
  }
}

.le-bandit-5uisx5 {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .le-bandit-5uisx5 {
    margin-bottom: 40px;
  }
}

.le-bandit-npou01 .le-bandit-upv29p {
  margin-bottom: 28px;
}

.le-bandit-npou01 .le-bandit-upv29p img {
  max-height: 100px;
  width: auto;
}

.le-bandit-03cpf4 {
  display: flex;
  align-items: center;
}

.le-bandit-03cpf4 a + a {
  margin-left: 24px;
}

.le-bandit-03cpf4 img {
  max-height: 56px;
  width: auto;
}

.le-bandit-o8bhao img {
  max-height: 38px!important;
  width: auto;
}

.le-bandit-03cpf4 img + img {
  margin-left: 24px;
}

.le-bandit-gq1z62 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.le-bandit-l2tg8a {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

@media only screen and (max-width: 767px) {
  .le-bandit-ig5xae {
    flex-wrap: wrap;
  }
}

.le-bandit-ig5xae li {
  display: flex;
  margin: 0 7px;
}

.le-bandit-ig5xae li svg {
  transition: 0chicken-road-spynx9 ease-in-out;
}

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

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

.le-bandit-jfo4v9 + .le-bandit-jfo4v9 {
  margin-left: 120px;
}

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

.le-bandit-0vvmtc {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.le-bandit-dd3rht {
  list-style: none;
  margin: 0;
  padding: 0;
}

.le-bandit-dd3rht li {
  font-size: 16px;
}

.le-bandit-dd3rht li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.le-bandit-dd3rht li + li {
  margin-top: 16px;
}

.le-bandit-k0iceb {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0chicken-road-jpdxgz ease-in-out;
}

.le-bandit-k0iceb.le-bandit-9p9f5w {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.le-bandit-6nic88 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.le-bandit-iqo8f0 li {
  width: 100%;
}

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

.le-bandit-iqo8f0 li a svg {
  fill: var(--button-text-color);
}

.le-bandit-iqo8f0 li a.le-bandit-9p9f5w {
  background: var(--border-color);
}

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

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

.le-bandit-fat8aj {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

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

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

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

.le-bandit-5guwrs {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.le-bandit-5guwrs img {
  width: 100%;
  transition: 0chicken-road-spynx9 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .le-bandit-5guwrs:hover img {
    transform: scale(1.1);
  }
}

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

@media only screen and (max-width: 767px) {
  .le-bandit-keylle {
    height: 54px;
  }
}

.le-bandit-pibbgc {
  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) {
  .le-bandit-pibbgc {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .le-bandit-pibbgc .le-bandit-upv29p img {
    max-width: 90px;
  }
}

.le-bandit-upv29p img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .le-bandit-upv29p {
    order: -2;
  }
}

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

.le-bandit-z8lp3p {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.le-bandit-z8lp3p li {
  font-size: 16px;
  margin: 0 20px;
}

.le-bandit-z8lp3p li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.le-bandit-jtfqid {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.le-bandit-jtfqid.le-bandit-in30xk {
  margin-right: 0;
}

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

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

.le-bandit-365fr3 {
  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) {
  .le-bandit-365fr3:hover {
    background: var(--button-bg-hover);
  }
}

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

.le-bandit-vqu9ji {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.le-bandit-vqu9ji:hover > ul {
  display: flex;
}

.le-bandit-vqu9ji:focus > ul {
  display: flex;
}

.le-bandit-vqu9ji:focus-within > ul {
  display: flex;
}

.le-bandit-62lich {
  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;
}

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

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

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

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

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

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

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

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

.le-bandit-g3llfu {
  display: none;
}

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

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

@media only screen and (max-width: 1023px) {
  .le-bandit-g3llfu:checked ~ .le-bandit-8orv8w {
    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;
  }
  .le-bandit-8orv8w {
    display: none;
    transition: display 0chicken-road-spynx9 ease-in-out;
  }
  .le-bandit-g3llfu:checked ~ .le-bandit-8orv8w {
    display: block;
  }
  .le-bandit-g3llfu:checked + .le-bandit-12786c span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .le-bandit-g3llfu:checked + .le-bandit-12786c span:nth-child(2) {
    display: none;
  }
  .le-bandit-g3llfu:checked + .le-bandit-12786c span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.le-bandit-jt7hp8 {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

.le-bandit-jt7hp8 img {
  margin-bottom: 3px;
}

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

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

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

@media (max-width: 600px) {
  .le-bandit-jt7hp8 {
    padding: 0px 0px !important;
  }
}

.le-bandit-shx4te {
  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) {
  .le-bandit-shx4te {
    font-size: 32px;
  }
}

.le-bandit-s769xv {
  color: var(--text-color);
}

.le-bandit-m9620r {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.le-bandit-m9620r p img {
  display: block;
  margin: 0 auto;
}

.le-bandit-m9620r p:first-of-type {
  margin-top: 0;
}

.le-bandit-m9620r p:last-of-type {
  margin-bottom: 0;
}

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

.le-bandit-m9620r ul {
  padding: 0 0 0 20px;
}

.le-bandit-m9620r table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

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

.le-bandit-m9620r table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.le-bandit-m9620r iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

.le-bandit-z93z59 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

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

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

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

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

.le-bandit-6x79kb {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .le-bandit-6x79kb {
    flex-direction: column-reverse;
  }
}

.le-bandit-6x79kb .le-bandit-ol5vor {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .le-bandit-6x79kb .le-bandit-ol5vor {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.le-bandit-6x79kb .le-bandit-213mkf {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .le-bandit-6x79kb .le-bandit-213mkf {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .le-bandit-6x79kb .le-bandit-213mkf img {
    width: 100%;
  }
}

.le-bandit-213mkf {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .le-bandit-213mkf {
    margin-bottom: 18px;
  }
}

.le-bandit-ol5vor {
  margin: 0 0 28px;
}

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

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

.le-bandit-z93z59 .le-bandit-rgnxeh {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

@media only screen and (max-width: 767px) {
  .le-bandit-21nllm {
    margin-bottom: 60px;
  }
}

.le-bandit-z966za {
  position: relative;
  border: none;
}

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

.le-bandit-oawry8 {
  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;
}

.le-bandit-oawry8 span {
  height: 32px;
}

.le-bandit-oawry8 span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.le-bandit-oawry8.le-bandit-eyll4s span {
  transform: scaleY(-1);
}

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

.le-bandit-vbsice {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.le-bandit-vbsice.le-bandit-zphvi5 {
  display: none;
}

.le-bandit-vnqzr8 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.le-bandit-vnqzr8 table {
  width: 100%;
  border-collapse: collapse;
}

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

  .le-bandit-vnqzr8 table td {
    min-width: 75px;
  }
}

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

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

.le-bandit-vnqzr8 p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

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

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

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

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

.le-bandit-batki0 {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

.le-bandit-npkakm table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.le-bandit-npkakm table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.le-bandit-npkakm p {
  color: var(--text-color);
}

.le-bandit-o9ftqb {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.le-bandit-3twoh9 {
  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);
}

.le-bandit-wem03c {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.le-bandit-e5aovx p + p {
  margin-top: 10px;
}

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

.le-bandit-hhgahk {
  display: none;
}

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

.le-bandit-1cfr7s {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.le-bandit-1cfr7s li {
  margin: 0 20px;
}

.le-bandit-1cfr7s li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.le-bandit-1cfr7s li a img {
  margin-bottom: 4px;
}

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

.le-bandit-xg5r9u {
  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) {
  .le-bandit-xg5r9u {
    padding: 0 16px;
  }
}

.le-bandit-xg5r9u li {
  font-size: 16px;
  position: relative;
}

.le-bandit-xg5r9u li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.le-bandit-xg5r9u li span {
  opacity: 0.5;
}

.le-bandit-xg5r9u li + li {
  margin-left: 30px;
}

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

h2.le-bandit-j1fb7j {
  margin: 0 0 28px;
}

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

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

.le-bandit-hodsc7 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);
}

.le-bandit-hodsc7 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;
}

.le-bandit-hodsc7 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;
}

.le-bandit-hodsc7 tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.le-bandit-hodsc7 tbody tr:last-of-type {
  margin-bottom: 0;
}

.le-bandit-hodsc7 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.le-bandit-hodsc7 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);
}

.le-bandit-hodsc7 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);
}

.le-bandit-hodsc7 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.le-bandit-hodsc7 tbody tr td .le-bandit-5yencl {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .le-bandit-hodsc7 tbody tr td .le-bandit-5yencl {
    width: 100%;
  }
}

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

@media only screen and (min-width: 1025px) {
  .le-bandit-hodsc7 tbody tr td .le-bandit-rvvnwv:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .le-bandit-hodsc7 tbody tr td .le-bandit-rvvnwv {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .le-bandit-hodsc7 tbody tr td .le-bandit-rvvnwv {
    width: 100%;
  }
}

.le-bandit-hodsc7 tbody tr td .le-bandit-uwkab4 {
  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) {
  .le-bandit-hodsc7 tbody tr td .le-bandit-uwkab4:hover {
    text-decoration: none;
  }
}

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

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

.le-bandit-ag52a8 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.le-bandit-z3n6qs {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

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

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

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

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

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

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

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

.le-bandit-yl1opv img {
  width: 100%;
  height: 100%;
}

.le-bandit-yl1opv iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

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

@media only screen and (min-width: 1025px) {
  .le-bandit-5utlp9:hover svg {
    transform: scale(1.1);
  }
}

.le-bandit-ij4hq3 {
  padding: 90px 0;
}

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

.le-bandit-d487v1 {
  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) {
  .le-bandit-d487v1 {
    padding: 0 16px;
  }
}

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

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

.le-bandit-yqkpu1 img {
  width: 100%;
}

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

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

.le-bandit-ywhnwu {
  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;
}

.le-bandit-ywhnwu 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) {
  .le-bandit-ywhnwu {
    flex-basis: auto;
  }
}

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

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

.le-bandit-xz92ns:hover {
  border: 1px solid #8c8ca2;
}

.le-bandit-kw7onk {
  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%);
}

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

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

.le-bandit-zic6wj a {
  text-decoration: underline;
  color: #8babff;
}

.le-bandit-bt5o40 {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.le-bandit-bt5o40 .le-bandit-xz92ns {
  width: 50%;
  margin: 0;
}

.le-bandit-wv9v2w {
  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;
}

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

.le-bandit-qd6sgg {
  margin: 0 0 100px;
}

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

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

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

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

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

.le-bandit-okp4bp {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

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

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

.le-bandit-bzrxnm a svg {
  fill: #fff;
}

.le-bandit-bzrxnm a:hover {
  background: #3d68e7;
}

.le-bandit-l8xbeb {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.le-bandit-0jkir9 {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .le-bandit-0jkir9 {
    position: absolute;
    top: 18px;
    left: 115px;
  }
}

.le-bandit-r5c8o7 {
  font-size: 16px;
  color: var(--text-color);
}

.le-bandit-4uiuoj {
  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) {
  .le-bandit-4uiuoj {
    padding: 0 16px;
  }
}

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

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

.le-bandit-3rtp4t {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

@media only screen and (min-width: 992px) {
  .le-bandit-3rtp4t {
    margin: 0;
    padding-right: 20px;
  }
}

.le-bandit-3z896v {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

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

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

.le-bandit-3z896v 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);
}

.le-bandit-3z896v 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) {
  .le-bandit-3z896v table tr td {
    padding: 12px 4px;
  }
}

.le-bandit-3z896v 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) {
  .le-bandit-3z896v table tr th {
    padding: 12px 4px;
  }
}

.le-bandit-3z896v table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .le-bandit-3z896v {
    margin: 0;
  }
}

.le-bandit-9cbm9l {
  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) {
  .le-bandit-9cbm9l {
    min-height: 190px;
  }
}

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

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

.le-bandit-74t7hr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.le-bandit-74t7hr.le-bandit-lsw3kj {
  display: none;
}

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

.le-bandit-l3ex3v iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.le-bandit-l3ex3v iframe.le-bandit-2a2jl5 {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.le-bandit-l3ex3v.le-bandit-iljbvs {
  opacity: 1;
  pointer-events: all;
}

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

.le-bandit-r1zlkm svg {
  margin-right: 10px;
}

.le-bandit-r1zlkm + .le-bandit-r1zlkm {
  margin-top: 14px;
}

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

.le-bandit-02npjf {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

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

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

.le-bandit-4uiuoj .le-bandit-z93z59 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.le-bandit-4uiuoj .le-bandit-z93z59 h1,
.le-bandit-4uiuoj .le-bandit-z93z59 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) {
  .le-bandit-4uiuoj .le-bandit-z93z59 h1,
  .le-bandit-4uiuoj .le-bandit-z93z59 h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .le-bandit-4uiuoj .le-bandit-z93z59 {
    margin: 28px 0 0;
  }
}

.le-bandit-nb5n3j {
  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) {
  .le-bandit-nb5n3j {
    padding: 0 16px;
  }
}

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

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

.le-bandit-sei9b9 {
  max-width: 545px;
  width: 100%;
}

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

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

.le-bandit-7s4lxx {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.le-bandit-7s4lxx iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.le-bandit-d0pm97 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.le-bandit-pwk78y {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

@media only screen and (max-width: 540px) {
  .le-bandit-jvh6vv {
    padding: 10px;
  }
}

.le-bandit-jvh6vv .le-bandit-rgnxeh {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .le-bandit-jvh6vv .le-bandit-rgnxeh {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .le-bandit-jvh6vv {
    flex-wrap: wrap;
  }
}

.le-bandit-nytigy {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.le-bandit-nytigy img {
  width: 100%;
}

.le-bandit-5fvfwx {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 540px) {
  .le-bandit-5fvfwx {
    max-width: 200px;
    margin: 0;
  }
}

.le-bandit-us5xi4 {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

.le-bandit-7y7ubr {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.le-bandit-182jlp {
  width: 100%;
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .le-bandit-182jlp {
    margin: 0 0 60px;
  }
}

.le-bandit-182jlp .le-bandit-k5h5ed {
  position: relative;
}

.le-bandit-182jlp .le-bandit-tck0nz {
  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;
}

.le-bandit-182jlp .le-bandit-tck0nz.le-bandit-lsw3kj {
  display: none;
}

.le-bandit-182jlp .le-bandit-dxbj1i {
  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) {
  .le-bandit-182jlp .le-bandit-dxbj1i {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .le-bandit-182jlp .le-bandit-dxbj1i {
    bottom: 90px;
  }
}

.le-bandit-182jlp .le-bandit-dxbj1i .le-bandit-5bj8ad {
  max-width: 300px;
  width: 100%;
}

.le-bandit-182jlp
  .le-bandit-dxbj1i
  .le-bandit-5bj8ad
  .le-bandit-gguimf {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .le-bandit-182jlp
    .le-bandit-dxbj1i
    .le-bandit-5bj8ad
    .le-bandit-gguimf {
    font-size: 32px;
    text-align: center;
  }
}

.le-bandit-182jlp
  .le-bandit-dxbj1i
  .le-bandit-5bj8ad
  .le-bandit-v2x1nx {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .le-bandit-182jlp
    .le-bandit-dxbj1i
    .le-bandit-5bj8ad
    .le-bandit-v2x1nx {
    text-align: center;
  }
}

.le-bandit-182jlp .le-bandit-dxbj1i .le-bandit-in30xk {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .le-bandit-182jlp .le-bandit-dxbj1i .le-bandit-in30xk {
    flex-direction: column-reverse;
  }
}

.le-bandit-182jlp
  .le-bandit-dxbj1i
  .le-bandit-in30xk
  .le-bandit-xgzf7p {
  border-radius: 10px;
  padding: 12px 28px;
  width: 200px;
  height: 46px;
  background: #a9afbc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0b0b10;
  cursor: pointer;
  transition: 0chicken-road-spynx9 ease-in-out;
}

.le-bandit-182jlp
  .le-bandit-dxbj1i
  .le-bandit-in30xk
  .le-bandit-xgzf7p:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .le-bandit-182jlp
    .le-bandit-dxbj1i
    .le-bandit-in30xk
    .le-bandit-xgzf7p {
    width: 100%;
  }
}

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

.le-bandit-182jlp
  .le-bandit-dxbj1i
  .le-bandit-in30xk
  .le-bandit-gd7m4f
  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);
  }
}

.le-bandit-182jlp
  .le-bandit-dxbj1i
  .le-bandit-in30xk
  .le-bandit-gd7m4f: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;
}

.le-bandit-182jlp
  .le-bandit-dxbj1i
  .le-bandit-in30xk
  .le-bandit-gd7m4f:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .le-bandit-182jlp
    .le-bandit-dxbj1i
    .le-bandit-in30xk
    .le-bandit-gd7m4f {
    width: 100%;
  }
}

.le-bandit-182jlp .le-bandit-dxbj1i.le-bandit-lsw3kj {
  display: none;
}

.le-bandit-182jlp .le-bandit-4yq3lb {
  display: none;
}

.le-bandit-182jlp .le-bandit-4yq3lb.le-bandit-iljbvs {
  display: block;
}

.le-bandit-182jlp .le-bandit-4yq3lb iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .le-bandit-182jlp .le-bandit-4yq3lb iframe {
    height: calc(100vh - 54px);
  }
}

.le-bandit-182jlp .le-bandit-jx4gt7 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .le-bandit-182jlp .le-bandit-jx4gt7 {
    padding: 24px 16px 0;
  }
}

.le-bandit-182jlp .le-bandit-jx4gt7 .le-bandit-gguimf {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .le-bandit-182jlp .le-bandit-jx4gt7 .le-bandit-gguimf {
    margin-bottom: 24px;
  }
}

.le-bandit-182jlp .le-bandit-jx4gt7 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);
}

.le-bandit-182jlp .le-bandit-jx4gt7 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) {
  .le-bandit-182jlp .le-bandit-jx4gt7 table tr td {
    padding: 12px 4px;
  }
}

.le-bandit-182jlp .le-bandit-jx4gt7 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) {
  .le-bandit-182jlp .le-bandit-jx4gt7 table tr th {
    padding: 12px 4px;
  }
}

.le-bandit-182jlp .le-bandit-jx4gt7 table tr:last-of-type td {
  border-bottom: none;
}

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

.le-bandit-tz7azx.le-bandit-9p9f5w {
  display: block;
}

.le-bandit-tz7azx iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.le-bandit-tz7azx .le-bandit-nwbg51 {
  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;
}

.le-bandit-tz7azx .le-bandit-nanhuo {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

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

.le-bandit-tz7azx .le-bandit-gd7m4f:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.le-bandit-vz970c.le-bandit-9p9f5w {
  display: block;
}

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

.le-bandit-smz86a {
  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;
}

.le-bandit-3ew69p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.le-bandit-jo05dm {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.le-bandit-jo05dm svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.le-bandit-4gzn17 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.le-bandit-ayw7ed.le-bandit-lsw3kj {
  display: none;
}

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

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

.le-bandit-nartcb {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

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

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

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

.le-bandit-nartcb input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.le-bandit-nartcb input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.le-bandit-nartcb input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.le-bandit-nartcb input:active {
  border-color: #c2c0ce;
}

.le-bandit-nartcb input:focus {
  border-color: #c2c0ce;
}

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

.le-bandit-mkn2k8 {
  margin-bottom: 36px;
}

.le-bandit-mkn2k8 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;
}

.le-bandit-mkn2k8 textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.le-bandit-mkn2k8 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.le-bandit-miyfbr {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

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

.le-bandit-nqoone:hover {
  background: var(--border-color);
}

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

.le-bandit-7wlc19:hover {
  background: #166ad9;
}

.le-bandit-6yuiea {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.le-bandit-6yuiea.le-bandit-lsw3kj {
  display: none;
}

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

.le-bandit-6yuiea .le-bandit-nqoone {
  margin: 0 auto;
}

.le-bandit-ujt8tt {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.le-bandit-siknmi {
  filter: grayscale(100%);
}

.le-bandit-b9z4p9 > input {
  display: none;
}

.le-bandit-b9z4p9 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.le-bandit-s3tgvk.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.le-bandit-g9j96w 44.le-bandit-lnd4j2.le-bandit-sz908q.le-bandit-vq2dxl.le-bandit-qawzum.le-bandit-8k3imv.le-bandit-6e5x65.le-bandit-lnjw00.le-bandit-o3d72u.le-bandit-jqjacx.le-bandit-uwrvdc.le-bandit-kq2iwl.le-bandit-1h4vis 0l-12.le-bandit-j58vwk 30.le-bandit-jflc0r.le-bandit-7fx3o2 2.le-bandit-lovj22.le-bandit-7fx3o2 3.le-bandit-f5b48w 3.le-bandit-vwdwfz.le-bandit-t0949q 3.le-bandit-e6wj24.le-bandit-rp40e4.le-bandit-g0lpsu.le-bandit-tl83jt 7-3.le-bandit-j58vwk 10.le-bandit-c5xhiy.le-bandit-tl83jt 23.le-bandit-sx4e3e.le-bandit-2d9jcd 1.le-bandit-uy56z6 2.le-bandit-j58vwk 3.le-bandit-2d9jcd 1.le-bandit-t0949q 5.le-bandit-2g5btk.le-bandit-t0949q 32.le-bandit-vj3mn7.le-bandit-rp40e4 5.le-bandit-1h4vis 4.le-bandit-tl83jt 9.le-bandit-tl83jt 8.le-bandit-t0949q 6.le-bandit-xazkf1.le-bandit-pxda2m.le-bandit-udibbm.le-bandit-u1lcjc.le-bandit-a8c9v9 4.le-bandit-0gvnlh.le-bandit-a8c9v9 6.le-bandit-a8c9v9 0l29.le-bandit-1h4vis 17.le-bandit-4s0fin.le-bandit-hfnxjm 2.le-bandit-pt6jea 10.le-bandit-iuo9p1.le-bandit-j58vwk 8.le-bandit-ulv105.le-bandit-hgsiju.le-bandit-9f66yh.le-bandit-lkyon2.le-bandit-zgo2kn.le-bandit-rp40e4.le-bandit-8k3imv.le-bandit-j58vwk 1.le-bandit-765zu5.le-bandit-lcaxx5.le-bandit-h1x7rd.le-bandit-aavrnr.le-bandit-gugwjs.le-bandit-uy56z6 1.le-bandit-ny6lzs.le-bandit-99nyg7.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.le-bandit-b9z4p9 > input:checked ~ label,
.le-bandit-b9z4p9 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.le-bandit-s3tgvk.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.le-bandit-g9j96w 44.le-bandit-lnd4j2.le-bandit-sz908q.le-bandit-vq2dxl.le-bandit-qawzum.le-bandit-8k3imv.le-bandit-6e5x65.le-bandit-lnjw00.le-bandit-o3d72u.le-bandit-jqjacx.le-bandit-uwrvdc.le-bandit-kq2iwl.le-bandit-1h4vis 0l-12.le-bandit-j58vwk 30.le-bandit-jflc0r.le-bandit-7fx3o2 2.le-bandit-lovj22.le-bandit-7fx3o2 3.le-bandit-f5b48w 3.le-bandit-vwdwfz.le-bandit-t0949q 3.le-bandit-e6wj24.le-bandit-rp40e4.le-bandit-g0lpsu.le-bandit-tl83jt 7-3.le-bandit-j58vwk 10.le-bandit-c5xhiy.le-bandit-tl83jt 23.le-bandit-sx4e3e.le-bandit-2d9jcd 1.le-bandit-uy56z6 2.le-bandit-j58vwk 3.le-bandit-2d9jcd 1.le-bandit-t0949q 5.le-bandit-2g5btk.le-bandit-t0949q 32.le-bandit-vj3mn7.le-bandit-rp40e4 5.le-bandit-1h4vis 4.le-bandit-tl83jt 9.le-bandit-tl83jt 8.le-bandit-t0949q 6.le-bandit-xazkf1.le-bandit-pxda2m.le-bandit-udibbm.le-bandit-u1lcjc.le-bandit-a8c9v9 4.le-bandit-0gvnlh.le-bandit-a8c9v9 6.le-bandit-a8c9v9 0l29.le-bandit-1h4vis 17.le-bandit-4s0fin.le-bandit-hfnxjm 2.le-bandit-pt6jea 10.le-bandit-iuo9p1.le-bandit-j58vwk 8.le-bandit-ulv105.le-bandit-hgsiju.le-bandit-9f66yh.le-bandit-lkyon2.le-bandit-zgo2kn.le-bandit-rp40e4.le-bandit-8k3imv.le-bandit-j58vwk 1.le-bandit-765zu5.le-bandit-lcaxx5.le-bandit-h1x7rd.le-bandit-aavrnr.le-bandit-gugwjs.le-bandit-uy56z6 1.le-bandit-ny6lzs.le-bandit-99nyg7.5z'/%3e%3c/svg%3e");
}

.le-bandit-b9z4p9 > input:not(:checked) ~ label:hover,
.le-bandit-b9z4p9 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.le-bandit-s3tgvk.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.le-bandit-g9j96w 44.le-bandit-lnd4j2.le-bandit-sz908q.le-bandit-vq2dxl.le-bandit-qawzum.le-bandit-8k3imv.le-bandit-6e5x65.le-bandit-lnjw00.le-bandit-o3d72u.le-bandit-jqjacx.le-bandit-uwrvdc.le-bandit-kq2iwl.le-bandit-1h4vis 0l-12.le-bandit-j58vwk 30.le-bandit-jflc0r.le-bandit-7fx3o2 2.le-bandit-lovj22.le-bandit-7fx3o2 3.le-bandit-f5b48w 3.le-bandit-vwdwfz.le-bandit-t0949q 3.le-bandit-e6wj24.le-bandit-rp40e4.le-bandit-g0lpsu.le-bandit-tl83jt 7-3.le-bandit-j58vwk 10.le-bandit-c5xhiy.le-bandit-tl83jt 23.le-bandit-sx4e3e.le-bandit-2d9jcd 1.le-bandit-uy56z6 2.le-bandit-j58vwk 3.le-bandit-2d9jcd 1.le-bandit-t0949q 5.le-bandit-2g5btk.le-bandit-t0949q 32.le-bandit-vj3mn7.le-bandit-rp40e4 5.le-bandit-1h4vis 4.le-bandit-tl83jt 9.le-bandit-tl83jt 8.le-bandit-t0949q 6.le-bandit-xazkf1.le-bandit-pxda2m.le-bandit-udibbm.le-bandit-u1lcjc.le-bandit-a8c9v9 4.le-bandit-0gvnlh.le-bandit-a8c9v9 6.le-bandit-a8c9v9 0l29.le-bandit-1h4vis 17.le-bandit-4s0fin.le-bandit-hfnxjm 2.le-bandit-pt6jea 10.le-bandit-iuo9p1.le-bandit-j58vwk 8.le-bandit-ulv105.le-bandit-hgsiju.le-bandit-9f66yh.le-bandit-lkyon2.le-bandit-zgo2kn.le-bandit-rp40e4.le-bandit-8k3imv.le-bandit-j58vwk 1.le-bandit-765zu5.le-bandit-lcaxx5.le-bandit-h1x7rd.le-bandit-aavrnr.le-bandit-gugwjs.le-bandit-uy56z6 1.le-bandit-ny6lzs.le-bandit-99nyg7.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .le-bandit-kgmtgc > .le-bandit-aue667 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .le-bandit-kgmtgc > .le-bandit-aue667 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .le-bandit-kgmtgc > .le-bandit-aue667 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .le-bandit-kgmtgc > .le-bandit-aue667 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .le-bandit-kgmtgc > .le-bandit-aue667 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.le-bandit-jfoj7m {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.le-bandit-jfoj7m.le-bandit-lsw3kj {
  display: none;
}

.le-bandit-tfee67 {
  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) {
  .le-bandit-tfee67 {
    height: 74px;
    overflow: visible;
  }
}

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

.le-bandit-kt7xb9 {
  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;
}

.le-bandit-kt7xb9::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.le-bandit-kt7xb9::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.le-bandit-kt7xb9 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.le-bandit-nqilcz {
  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;
}

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

.le-bandit-nqilcz::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) {
  .le-bandit-nqilcz::after {
    display: none;
  }
}

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

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

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

@media only screen and (max-width: 1023px) {
  .le-bandit-sy7yog {
    top: -20px;
  }
}

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

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

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

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

.le-bandit-jfoj7m.le-bandit-qcon8n .le-bandit-tfee67 {
  background: #2b3b67;
}

.le-bandit-jfoj7m.le-bandit-qcon8n .le-bandit-kt7xb9 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.le-bandit-jfoj7m.le-bandit-qcon8n .le-bandit-kt7xb9::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.le-bandit-jfoj7m.le-bandit-qcon8n .le-bandit-kt7xb9::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.le-bandit-jfoj7m.le-bandit-qcon8n .le-bandit-nqilcz::before {
  background: #0e0f41;
}

.le-bandit-jfoj7m.le-bandit-qcon8n .le-bandit-nqilcz::after {
  background: #152557;
}

.le-bandit-jfoj7m.le-bandit-o690o0 .le-bandit-tfee67 {
  background: #1f35fa;
}

.le-bandit-jfoj7m.le-bandit-o690o0 .le-bandit-kt7xb9 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.le-bandit-jfoj7m.le-bandit-o690o0 .le-bandit-kt7xb9::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.le-bandit-jfoj7m.le-bandit-o690o0 .le-bandit-kt7xb9::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.le-bandit-jfoj7m.le-bandit-o690o0 .le-bandit-nqilcz::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.le-bandit-jfoj7m.le-bandit-o690o0 .le-bandit-nqilcz::after {
  background: #192ac8;
}

.le-bandit-jfoj7m.le-bandit-4454jy .le-bandit-tfee67 {
  background: #fa771f;
}

.le-bandit-jfoj7m.le-bandit-4454jy .le-bandit-kt7xb9 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.le-bandit-jfoj7m.le-bandit-4454jy .le-bandit-kt7xb9::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.le-bandit-jfoj7m.le-bandit-4454jy .le-bandit-kt7xb9::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.le-bandit-jfoj7m.le-bandit-4454jy .le-bandit-nqilcz::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.le-bandit-jfoj7m.le-bandit-4454jy .le-bandit-nqilcz::after {
  background: #fa8535;
}

.le-bandit-g7vomm {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.le-bandit-2ijdxn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.le-bandit-2ijdxn span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.le-bandit-2ijdxn small {
  font-size: 14px;
  color: var(--text-color);
}

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

.le-bandit-51j84t {
  width: 120px;
  height: 22px;
}

.le-bandit-51j84t .le-bandit-dk138c {
  fill: #c2c0ce;
}

.le-bandit-51j84t [rating="1"] .le-bandit-dk138c:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.le-bandit-51j84t [rating="2"] .le-bandit-dk138c:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.le-bandit-51j84t [rating="3"] .le-bandit-dk138c:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.le-bandit-51j84t [rating="4"] .le-bandit-dk138c:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.le-bandit-51j84t [rating="5"] .le-bandit-dk138c:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.le-bandit-q2yope {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

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

.le-bandit-sr3p20 {
  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);
}

.le-bandit-sr3p20.le-bandit-iljbvs {
  display: block;
}

.le-bandit-sr3p20.le-bandit-lsw3kj {
  display: none;
}

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

.le-bandit-fuogkz {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.le-bandit-pi245r {
  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);
}

.le-bandit-bqtgd2 {
  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;
}

.le-bandit-u1skj1 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.le-bandit-fa93aw {
  font-size: 16px;
  line-height: 140%;
}

.le-bandit-75zgm2 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.le-bandit-75zgm2 .le-bandit-dk138c {
  fill: #c2c0ce;
}

.le-bandit-75zgm2 [rating="1"] .le-bandit-dk138c:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.le-bandit-75zgm2 [rating="2"] .le-bandit-dk138c:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.le-bandit-75zgm2 [rating="3"] .le-bandit-dk138c:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.le-bandit-75zgm2 [rating="4"] .le-bandit-dk138c:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.le-bandit-75zgm2 [rating="5"] .le-bandit-dk138c:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.le-bandit-uo6wj5 {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.le-bandit-kg7w1p {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .le-bandit-kg7w1p {
    padding: 0 16px;
  }
}

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

.le-bandit-uu56ju {
  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) {
  .le-bandit-uu56ju {
    padding: 12px;
    gap: 12px;
  }
}

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

.le-bandit-mdb5rb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.le-bandit-1s70ai {
  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;
}

.le-bandit-7694f6 {
  flex: 1;
  min-width: 0;
}

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

.le-bandit-xmzwoy {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.le-bandit-xmzwoy svg,
.le-bandit-xmzwoy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.le-bandit-xmzwoy svg path {
  fill: var(--button-bg-color);
}

.le-bandit-xmzwoy svg circle {
  fill: var(--button-text-color);
}

.le-bandit-i3mk3y {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

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

.le-bandit-i3mk3y strong {
  font-weight: 600;
}

.le-bandit-4942aq {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.le-bandit-4942aq p {
  margin: 0 0 16px;
}

.le-bandit-4942aq p:last-child {
  margin-bottom: 0;
}

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

.le-bandit-54nz9z {
  max-width: 300px;
  width: 100%;
}

.le-bandit-54nz9z a {
  width: 100%;
}

@media (max-width: 575px) {
  .le-bandit-54nz9z {
    max-width: 200px;
  }
}

.le-bandit-cr9j72 {
  justify-content: center;
}

.le-bandit-uvrc0o {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.le-bandit-8lcvxz {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.le-bandit-jf8nhg .le-bandit-z8lp3p {
  justify-content: center;
}

/* faq */

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

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

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

.le-bandit-czmu1h.le-bandit-9p9f5w .le-bandit-wjlj2m::after {
  transform: rotate(45deg);
}

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

.le-bandit-czmu1h.le-bandit-9p9f5w .le-bandit-or98s8 {
  max-height: 100%;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.le-bandit-gatowm {
  margin: 25px 0;
}

.le-bandit-b9z4p9 > input:not(:checked) ~ label:hover,
.le-bandit-b9z4p9 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.le-bandit-iy608p.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.le-bandit-e4h1yp 44.le-bandit-j4owka.le-bandit-593hrk.le-bandit-fokplv.le-bandit-q23f8a.le-bandit-tsiyjo.le-bandit-f9rp7u.le-bandit-54gj5f.le-bandit-jpm2m5.le-bandit-bpxvyj.le-bandit-ber3x5.le-bandit-xlyv13.le-bandit-dd5wpg 0l-12.le-bandit-pb9dth 30.le-bandit-8jt83t.le-bandit-458lnw 2.le-bandit-mmp1d4.le-bandit-458lnw 3.le-bandit-bm69n6 3.le-bandit-mtxjax.le-bandit-5omzp1 3.le-bandit-64kgc4.le-bandit-29myqx.le-bandit-gdkv9m.le-bandit-psn06l 7-3.le-bandit-pb9dth 10.le-bandit-3mqkoa.le-bandit-psn06l 23.le-bandit-0emdph.le-bandit-qocfak 1.le-bandit-2utsft 2.le-bandit-pb9dth 3.le-bandit-qocfak 1.le-bandit-5omzp1 5.le-bandit-w72031.le-bandit-5omzp1 32.le-bandit-8d8oah.le-bandit-29myqx 5.le-bandit-dd5wpg 4.le-bandit-psn06l 9.le-bandit-psn06l 8.le-bandit-5omzp1 6.le-bandit-6puube.le-bandit-04gs54.le-bandit-99954d.le-bandit-25s05g.le-bandit-b6lhac 4.le-bandit-cday4q.le-bandit-b6lhac 6.le-bandit-b6lhac 0l29.le-bandit-dd5wpg 17.le-bandit-uksclp.le-bandit-bh5uwm 2.le-bandit-9lbyqp 10.le-bandit-zcoaah.le-bandit-pb9dth 8.le-bandit-vjauz6.le-bandit-bmmgkl.le-bandit-9f53py.le-bandit-kveq24.le-bandit-2v8k22.le-bandit-29myqx.le-bandit-tsiyjo.le-bandit-pb9dth 1.le-bandit-bawec8.le-bandit-mc4ol9.le-bandit-q3wedd.le-bandit-ay1u2u.le-bandit-koawnd.le-bandit-2utsft 1.le-bandit-nnykfd.le-bandit-s87im0.5z'/%3e%3c/svg%3e");
}

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

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

.le-bandit-zjtigh {
  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);
}

.le-bandit-zjtigh.le-bandit-a4v9ch {
  display: block;
}

.le-bandit-zjtigh.le-bandit-hx4t63 {
  display: none;
}

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

.le-bandit-0govmz {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.le-bandit-l33ddd {
  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);
}

.le-bandit-m9w5k1 {
  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;
}

.le-bandit-9v586p small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.le-bandit-9v586p span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.le-bandit-zijsir {
  font-size: 16px;
  line-height: 140%;
}

.le-bandit-19qdzm {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.le-bandit-19qdzm .le-bandit-5gmwe6 {
  fill: #c2c0ce;
}

.le-bandit-19qdzm [rating="1"] .le-bandit-5gmwe6:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.le-bandit-19qdzm [rating="2"] .le-bandit-5gmwe6:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.le-bandit-19qdzm [rating="3"] .le-bandit-5gmwe6:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.le-bandit-19qdzm [rating="4"] .le-bandit-5gmwe6:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.le-bandit-19qdzm [rating="5"] .le-bandit-5gmwe6:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.le-bandit-lff7yc 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;
}

.le-bandit-lff7yc 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 */

.le-bandit-d1gc6u {
  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);
}

.le-bandit-d1gc6u.le-bandit-fg3skq {
  opacity: 1;
  pointer-events: auto;
}

/* review */
/* review */
.le-bandit-aod00u {
  margin: 25px 0;
}

.le-bandit-3gm7bb > input:not(:checked) ~ label:hover,
.le-bandit-3gm7bb > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.le-bandit-28fhn0.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.le-bandit-ztq30c 44.le-bandit-6w12wj.le-bandit-0b24q3.le-bandit-erywo0.le-bandit-vh73kf.le-bandit-j8v4ff.le-bandit-l68njf.le-bandit-ajn578.le-bandit-sxjfnu.le-bandit-cdrvrx.le-bandit-lib21c.le-bandit-0uay90.le-bandit-zmnh5w 0l-12.le-bandit-h0s1f1 30.le-bandit-cpi54b.le-bandit-sknc6p 2.le-bandit-sl7wb5.le-bandit-sknc6p 3.le-bandit-jyivzy 3.le-bandit-3yzeo9.le-bandit-2sdfti 3.le-bandit-xc0ta8.le-bandit-xfinmq.le-bandit-jhynzj.le-bandit-8aef1x 7-3.le-bandit-h0s1f1 10.le-bandit-bhwv05.le-bandit-8aef1x 23.le-bandit-pbcbwq.le-bandit-j846rr 1.le-bandit-8kygt9 2.le-bandit-h0s1f1 3.le-bandit-j846rr 1.le-bandit-2sdfti 5.le-bandit-lgmc9a.le-bandit-2sdfti 32.le-bandit-hsh6vq.le-bandit-xfinmq 5.le-bandit-zmnh5w 4.le-bandit-8aef1x 9.le-bandit-8aef1x 8.le-bandit-2sdfti 6.le-bandit-pkac2p.le-bandit-682npr.le-bandit-gtg1kz.le-bandit-23tcvz.le-bandit-x7vdk0 4.le-bandit-90mj1i.le-bandit-x7vdk0 6.le-bandit-x7vdk0 0l29.le-bandit-zmnh5w 17.le-bandit-w10y2n.le-bandit-gduzs9 2.le-bandit-xb6nz9 10.le-bandit-nxejz8.le-bandit-h0s1f1 8.le-bandit-tqahzq.le-bandit-pcbn4n.le-bandit-jdvtwi.le-bandit-r5c904.le-bandit-tij4g9.le-bandit-xfinmq.le-bandit-j8v4ff.le-bandit-h0s1f1 1.le-bandit-ti8k95.le-bandit-yermqd.le-bandit-gah6xs.le-bandit-vw1v7w.le-bandit-tjibta.le-bandit-8kygt9 1.le-bandit-om1n2z.le-bandit-2nc18n.5z'/%3e%3c/svg%3e");
}

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

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

.le-bandit-tkz5af {
  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);
}

.le-bandit-tkz5af.le-bandit-vek63l {
  display: block;
}

.le-bandit-tkz5af.le-bandit-75y2r0 {
  display: none;
}

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

.le-bandit-oajxlz {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.le-bandit-npxmy8 {
  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);
}

.le-bandit-2ue5z9 {
  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;
}

.le-bandit-v46o81 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.le-bandit-9xcscs {
  font-size: 16px;
  line-height: 140%;
}

.le-bandit-qaz9lx {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.le-bandit-qaz9lx .le-bandit-cpwxof {
  fill: #c2c0ce;
}

.le-bandit-qaz9lx [rating="1"] .le-bandit-cpwxof:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.le-bandit-qaz9lx [rating="2"] .le-bandit-cpwxof:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.le-bandit-qaz9lx [rating="3"] .le-bandit-cpwxof:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.le-bandit-qaz9lx [rating="4"] .le-bandit-cpwxof:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.le-bandit-qaz9lx [rating="5"] .le-bandit-cpwxof:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

/* scroll */
.le-bandit-2t5vcy {
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
  position: relative;
}

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

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

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

.le-bandit-05bnrr {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.le-bandit-vl7eni:hover:not(:disabled) {
  background: var(--button-bg-hover);
}

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

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

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

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

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

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

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

.le-bandit-x2sfii::after {
  content: "+";
  font-weight: bold;
  transition: transform 0fishroad-dfa17m ease;
}

.le-bandit-fhz1pu.le-bandit-99u1j1 .le-bandit-x2sfii::after {
  transform: rotate(45deg);
}

.le-bandit-x2sfii:hover {
  background: rgba(255, 255, 255, 0.3);
}

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

.le-bandit-fhz1pu.le-bandit-99u1j1 .le-bandit-cl30oc {
  max-height: 100%;
  padding: 15px 20px;
}

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

.le-bandit-lx22af {
  position: absolute;
  max-width: 100px;
  width: 100%;
  left: 10px;
}

.le-bandit-lx22af img {
  position: absolute;
  top: -125px;
}

@media (max-width: 992px) {
  .le-bandit-lx22af img {
    position: absolute;
    top: -70px;
  }
}

@media (max-width: 601px) {
  .le-bandit-jt7hp8 .le-bandit-u170fi img {
    margin-top: -150px !important;
  }

  .le-bandit-gdzmnf {
    max-width: 160px;
    position: absolute;
    top: 65px;
    left: 25px;
  }
}

.le-bandit-gycn0x {
  margin-bottom: 25px;
}

.le-bandit-gycn0x iframe {
  width: 100%;
  height: 500px;
}

/* popup */

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

.le-bandit-2sd7me {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.le-bandit-2sd7me p {
  color: #fff900;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  font-family: Tahoma;

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

.le-bandit-2sd7me button {
  z-index: 2;
}

.le-bandit-xtgb1r.le-bandit-51d3cu {
  bottom: 40px;
}

.le-bandit-14yvj1 {
  position: absolute;
  bottom: 10px;
  left: 0;
  animation: move-x 7s linear infinite;
  pointer-events: none;
}

.le-bandit-uavokf {
  width: 18vw;
  max-width: 80px;
  min-width: 45px;
  animation: jump-y 0.le-bandit-5nbpss infinite ease-in-out;
  transform-origin: center bottom;
  user-select: none;
}

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

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

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

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

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

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

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

.le-bandit-w2uhw6:hover {
  background: rgba(0, 0, 0, 0.8);
}

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

  .le-bandit-2sd7me .le-bandit-7ksl33 {
    font-size: 13.5px;
  }

  .le-bandit-xtgb1r .le-bandit-uavokf {
    animation: jump-y 0.le-bandit-5nbpss infinite ease-in-out;
  }

  .le-bandit-b0byxo {
    display: none;
  }
}

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

.le-bandit-u3kpgl {
  top: 10px;
  animation-duration: 7s;
}

.le-bandit-u6febo {
  bottom: 10px;
  animation-duration: 5s;
}

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

.le-bandit-i7vvfd {
  position: absolute;
  width: 120px;
  opacity: 1;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

.le-bandit-hyvcgu .le-bandit-ntgamk {
  display: flex;
  align-items: center;
}

.le-bandit-pwynto {
  display: flex;
  flex-direction: column;
}

.le-bandit-ge5c07 {
  max-width: 175px;
  width: 100%;
  margin-right: 15px;
  padding: 25px;
  background: #fff;
  border-radius: 25px;
}

.le-bandit-0nl5vu {
  max-width: 300px;
  width: 100%;
}

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

@media (max-width: 925px) {
  .le-bandit-hyvcgu {
    flex-direction: column;
  }

  .le-bandit-ntgamk {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .le-bandit-pwynto {
    text-align: center;
  }

  .le-bandit-hyvcgu h3 {
    margin-bottom: 0 !important;
  }
}

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

@media (max-width: 501px) {
  .le-bandit-2uopwp {
    font-size: 12px;
  }
}

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

.le-bandit-kcovbi {
  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) {
  .le-bandit-kcovbi {
    flex-direction: column;
  }
}

.le-bandit-1cag3i {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.le-bandit-xzheok li:first-child {
  margin-bottom: 10px;
}

.le-bandit-xzheok a {
  color: #000;
}

.le-bandit-9t2rum {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .le-bandit-9t2rum {
    align-items: center;
  }

  .le-bandit-i8ch1i {
    flex-direction: column;
  }
}

.le-bandit-hbe0di {
  font-size: 16px;
  color: gray;
  text-align: center;
  max-width: 500px;
  width: 100%;
}

.le-bandit-k80guk img {
  max-width: 75px;
  width: 100%;
  margin-right: 20px;
}

.le-bandit-tjs2fk {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  justify-content: center;
}

.le-bandit-tjs2fk a {
  background-color: var(--button-bg-color);
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.le-bandit-82g74b ease;
  padding: 20px 50px;
  text-decoration: none;
  font-weight: bold;
}
.le-bandit-tjs2fk a:hover {
  text-decoration: none;

  background-color: var(--button-bg-hover);
}

.le-bandit-6n8075 {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 30px auto;
  padding: 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .le-bandit-6n8075 {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .le-bandit-6n8075 {
    margin: 15px auto;
  }
}
.le-bandit-6n8075 li {
  font-size: 16px;
  position: relative;
}
.le-bandit-6n8075 li a {
  color: var(--text-color);
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .le-bandit-6n8075 li a:hover {
    text-decoration: underline;
  }
}
.le-bandit-6n8075 li span {
  opacity: 0.5;
}
.le-bandit-6n8075 li + li {
  margin-left: 30px;
}
.le-bandit-6n8075 li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

.le-bandit-efq1s6 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 991px) {
  .le-bandit-efq1s6 {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}
@media only screen and (max-width: 767px) {
  .le-bandit-efq1s6 {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.le-bandit-a7q7pw {
  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) {
  .le-bandit-a7q7pw {
    flex-direction: column;
  }
}
.le-bandit-ki4kho {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}
.le-bandit-ki4kho img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .le-bandit-ki4kho {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}
.le-bandit-9ehcou {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}
.le-bandit-9ehcou 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) {
  .le-bandit-9ehcou ul {
    margin-bottom: 15px;
  }
}
.le-bandit-9ehcou ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.le-bandit-9ehcou 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);
}
.le-bandit-9ehcou ul li span svg {
  fill: var(--title-color);
}
.le-bandit-9ehcou ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}
@media only screen and (max-width: 767px) {
  .le-bandit-9ehcou ul li small {
    font-size: 12px;
  }
}
.le-bandit-9ehcou ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}
.le-bandit-9ehcou ul li:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .le-bandit-9ehcou {
    flex-basis: auto;
    margin: 0 auto;
  }
}
.le-bandit-6xfq6o {
  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) {
  .le-bandit-6xfq6o {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.le-bandit-2jldd0 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.le-bandit-w0pxij {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0c2qtskg ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}
@media only screen and (max-width: 767px) {
  .le-bandit-w0pxij {
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .le-bandit-w0pxij:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}
.le-bandit-w0pxij.le-bandit-04lqpu {
  background-color: #000;
}
@media only screen and (min-width: 1025px) {
  .le-bandit-w0pxij.le-bandit-04lqpu:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.le-bandit-izlqir {
  padding: 10px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1200px) {
  .le-bandit-izlqir {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .le-bandit-izlqir {
    padding: 50px 16px 68px;
  }
}
.le-bandit-mobn9u {
  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) {
  .le-bandit-mobn9u {
    flex-direction: column;
  }
}
.le-bandit-otm4qm {
  margin-bottom: 94px;
}
@media only screen and (max-width: 767px) {
  .le-bandit-otm4qm {
    margin-bottom: 40px;
  }
}
.le-bandit-hmgtwj .le-bandit-o2zt6v {
  margin-bottom: 28px;
}
.le-bandit-hmgtwj .le-bandit-o2zt6v img {
  max-height: 100px;
  width: auto;
}
.le-bandit-h6w26n {
  display: flex;
  align-items: center;
}
.le-bandit-h6w26n a + a {
  margin-left: 24px;
}
.le-bandit-h6w26n img {
  max-height: 56px;
  width: auto;
}
.le-bandit-h6w26n img + img {
  margin-left: 24px;
}
.le-bandit-s6nx6l {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .le-bandit-s6nx6l {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}
.le-bandit-d1txya {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .le-bandit-d1txya {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

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

.le-bandit-sajcz6 {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
}

.le-bandit-sajcz6 label {
  font-size: 14px;
}

.le-bandit-sajcz6 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.le-bandit-sajcz6 input,
.le-bandit-sajcz6 textarea,
.le-bandit-sajcz6 button {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
}
.le-bandit-sajcz6 button {
  background-color: var(--button-bg-color);
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.le-bandit-hl69gs ease;
}
.le-bandit-sajcz6 button:hover {
  background-color: var(--button-bg-hover);
}
.le-bandit-yfbumq {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.le-bandit-chvnk7 ease-in;
}

.le-bandit-yfbumq h2 {
  color: green;
  font-weight: 500;
}

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

#reviews .le-bandit-kezuhb {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

#reviews .le-bandit-kezuhb > div {
  display: none;
  padding: 20px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  flex: 1;
}

#reviews .le-bandit-kezuhb > div.le-bandit-pthsyt {
  display: block;
  width: 100%;
  max-width: 300px;
}

#reviews button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 835px) {
  #reviews .le-bandit-kezuhb > div.le-bandit-pthsyt {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

.le-bandit-sxr5w7 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin: 18px auto;
  max-width: 300px;
}

@media (max-width: 765px) {
  .le-bandit-pibbgc .le-bandit-jtfqid a {
    font-size: 12px;
  }
}

/* app */
.le-bandit-4n9az2 {
  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) {
  .le-bandit-4n9az2 {
    flex-direction: column;
  }
}
.le-bandit-i0pdnd {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}
.le-bandit-i0pdnd img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .le-bandit-i0pdnd {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}
.le-bandit-9w3s3y {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}
.le-bandit-9w3s3y 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) {
  .le-bandit-9w3s3y ul {
    margin-bottom: 15px;
  }
}
.le-bandit-9w3s3y ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.le-bandit-9w3s3y 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);
}
.le-bandit-9w3s3y ul li span svg {
  fill: var(--title-color);
}
.le-bandit-9w3s3y ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}
@media only screen and (max-width: 767px) {
  .le-bandit-9w3s3y ul li small {
    font-size: 12px;
  }
}
.le-bandit-9w3s3y ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}
.le-bandit-9w3s3y ul li:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .le-bandit-9w3s3y {
    flex-basis: auto;
    margin: 0 auto;
  }
}
.le-bandit-44h605 {
  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) {
  .le-bandit-44h605 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.le-bandit-kf2w1n {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.le-bandit-u8t0t6 {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0c2qtskg ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}
@media only screen and (max-width: 767px) {
  .le-bandit-u8t0t6 {
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .le-bandit-u8t0t6:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}
.le-bandit-u8t0t6.le-bandit-uqgjxv {
  background-color: #000;
}
@media only screen and (min-width: 1025px) {
  .le-bandit-u8t0t6.le-bandit-uqgjxv:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.le-bandit-txzlgz {
  padding: 10px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1200px) {
  .le-bandit-txzlgz {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .le-bandit-txzlgz {
    padding: 50px 16px 68px;
  }
}