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-hhm6tn {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.le-bandit-1o1drg {
  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-1o1drg: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-9ao38y {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

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

.le-bandit-9ao38y 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-9ao38y h1 {
    font-size: 120px;
  }
}

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

.le-bandit-rx63e9 {
  cursor: pointer;
}

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

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

.le-bandit-8s0q6s figure {
  margin: 0;
}

.le-bandit-8s0q6s.le-bandit-prb3wy {
  justify-content: flex-start;
  margin-right: 4px;
}

.le-bandit-8s0q6s.le-bandit-7xfnd6 {
  justify-content: flex-end;
  margin-left: 4px;
}

.le-bandit-8s0q6s.le-bandit-ufoj21 {
  justify-content: center;
}

.le-bandit-8s0q6s.le-bandit-s8cxvf {
  justify-content: normal;
}

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

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

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

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

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

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

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

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

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

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

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

.le-bandit-idmp06 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-idmp06 ul li span svg {
  fill: var(--title-color);
}

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

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

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

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

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

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

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

.le-bandit-6i9ycm {
  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-6i9ycm {
    height: 50px;
  }
}

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

.le-bandit-6i9ycm.le-bandit-ns7xb9 {
  background-color: #000;
}

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

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

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

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

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

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

.le-bandit-gyocf8 .le-bandit-jj54s1 {
  margin-bottom: 28px;
}

.le-bandit-gyocf8 .le-bandit-jj54s1 img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.le-bandit-v8gcv0.le-bandit-4z0se7 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

.le-bandit-mbbm4n h1,
.le-bandit-mbbm4n 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-mbbm4n h1,
  .le-bandit-mbbm4n h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

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

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

.le-bandit-jru1o2 {
  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-jru1o2 {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}

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

.le-bandit-jru1o2 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-jru1o2 li a svg {
  fill: var(--button-text-color);
}

.le-bandit-jru1o2 li a.le-bandit-4z0se7 {
  background: var(--border-color);
}

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

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

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

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

.le-bandit-8qpjwz {
  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-8qpjwz span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

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

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

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

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

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

.le-bandit-fcv0f8 {
  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-fcv0f8 {
    height: 54px;
  }
}

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  .le-bandit-zuenuv {
    display: block;
  }
  .le-bandit-zuenuv li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .le-bandit-zuenuv li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .le-bandit-zuenuv 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-zuenuv li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

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

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

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

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

.le-bandit-3x48pu.le-bandit-cjnrcn {
  margin-right: 0;
}

.le-bandit-558tzq {
  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-558tzq {
    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-558tzq:hover {
    background: var(--button-bg-color);
    opacity: 0.9;
  }
}

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

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

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

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

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

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

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

.le-bandit-h6o1gp {
  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-h6o1gp::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-h6o1gp {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .le-bandit-h6o1gp img {
    max-width: 20px;
  }
}

.le-bandit-faclnk 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-faclnk ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.le-bandit-faclnk 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-faclnk ul li {
    padding: 5px;
  }
}

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

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

.le-bandit-2cyr4a {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.le-bandit-fyyff3 .le-bandit-9k81ss {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.le-bandit-fyyff3 .le-bandit-jogc41 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

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

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

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

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

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

.le-bandit-puxmi7 .le-bandit-1o1drg {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

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

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

.le-bandit-96ixri {
  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-96ixri span {
  height: 32px;
}

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

.le-bandit-96ixri.le-bandit-41l638 span {
  transform: scaleY(-1);
}

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

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

.le-bandit-sa2fur 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-sa2fur li {
    font-size: 16px;
  }
}

.le-bandit-sa2fur 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-sa2fur li a:hover {
    background: var(--main-theme-color);
  }
}

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

.le-bandit-sa2fur.le-bandit-fdbn5h {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.le-bandit-3aza1w {
  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-m52ws9 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.le-bandit-ixm5j1 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-ixm5j1 h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .le-bandit-ivoon0 {
    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-cby5lm {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.le-bandit-ojfeft 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-ojfeft 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-ojfeft 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-ojfeft tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

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

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

.le-bandit-ojfeft 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-ojfeft 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-ojfeft tbody tr td:last-of-type {
  margin-left: auto;
}

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

.le-bandit-ojfeft tbody tr td .le-bandit-sjjbsq {
  display: flex;
  flex-direction: column;
  text-align: center;
}

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

.le-bandit-ojfeft tbody tr td .le-bandit-cqb0yv {
  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-ojfeft tbody tr td .le-bandit-cqb0yv:hover {
    background: var(--button-bg-hover);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.le-bandit-zf6ysy {
  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-zf6ysy {
    height: 190px;
    margin: 20px auto;
  }
}

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

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

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

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

.le-bandit-jwl09a::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-jug5q5 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.le-bandit-jug5q5 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-jug5q5:hover svg {
    transform: scale(1.1);
  }
}

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

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

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

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

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

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

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

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

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

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

.le-bandit-t178uc {
  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-t178uc:hover {
  border: 1px solid #8c8ca2;
}

.le-bandit-j0jqow {
  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-j0jqow:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.le-bandit-mzu4ge {
  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-mzu4ge a {
  text-decoration: underline;
  color: #8babff;
}

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

.le-bandit-4c10ps .le-bandit-t178uc {
  width: 50%;
  margin: 0;
}

.le-bandit-jwfr2p {
  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-jwfr2p:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

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

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

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

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

.le-bandit-9u1xbi {
  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-9u1xbi {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}

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

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

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

.le-bandit-sfk5o2 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-sfk5o2 a {
    margin: 1px 0 4px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.le-bandit-ha3j5b::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-2wk0ym {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.le-bandit-2wk0ym.le-bandit-1iiykx {
  display: none;
}

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

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

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

.le-bandit-ahfdk8.le-bandit-e6tb9r {
  opacity: 1;
  pointer-events: all;
}

.le-bandit-u49nds {
  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-u49nds svg {
  margin-right: 10px;
}

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

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

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

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

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

.le-bandit-2ydcpe .le-bandit-puxmi7 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.le-bandit-2ydcpe .le-bandit-puxmi7 h1,
.le-bandit-2ydcpe .le-bandit-puxmi7 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-2ydcpe .le-bandit-puxmi7 h1,
  .le-bandit-2ydcpe .le-bandit-puxmi7 h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .le-bandit-2ydcpe .le-bandit-puxmi7 {
    margin: 28px 0 0;
  }
}

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

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

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

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

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

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

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

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

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

.le-bandit-2ocdmx 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-2ocdmx h1 {
    font-size: 44px;
  }
}

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

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

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

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

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

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

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

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

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

.le-bandit-ds4qqe {
  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-ds4qqe {
    padding: 10px;
  }
}

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

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

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

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

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

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

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

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

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

.le-bandit-1sxd6i {
  width: 100%;
  margin: 0 0 100px;
}

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

.le-bandit-1sxd6i .le-bandit-x9ppsq {
  position: relative;
}

.le-bandit-1sxd6i .le-bandit-hxjzju {
  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-1sxd6i .le-bandit-hxjzju.le-bandit-1iiykx {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .le-bandit-1sxd6i .le-bandit-pqvk9q {
    bottom: 90px;
  }
}

.le-bandit-1sxd6i .le-bandit-pqvk9q .le-bandit-szmiwh {
  max-width: 300px;
  width: 100%;
}

.le-bandit-1sxd6i
  .le-bandit-pqvk9q
  .le-bandit-szmiwh
  .le-bandit-4n1q8y {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .le-bandit-1sxd6i
    .le-bandit-pqvk9q
    .le-bandit-szmiwh
    .le-bandit-4n1q8y {
    font-size: 32px;
    text-align: center;
  }
}

.le-bandit-1sxd6i
  .le-bandit-pqvk9q
  .le-bandit-szmiwh
  .le-bandit-ly6dii {
  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-1sxd6i
    .le-bandit-pqvk9q
    .le-bandit-szmiwh
    .le-bandit-ly6dii {
    text-align: center;
  }
}

.le-bandit-1sxd6i .le-bandit-pqvk9q .le-bandit-cjnrcn {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .le-bandit-1sxd6i .le-bandit-pqvk9q .le-bandit-cjnrcn {
    flex-direction: column-reverse;
  }
}

.le-bandit-1sxd6i
  .le-bandit-pqvk9q
  .le-bandit-cjnrcn
  .le-bandit-1d99cb {
  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-1sxd6i
  .le-bandit-pqvk9q
  .le-bandit-cjnrcn
  .le-bandit-1d99cb:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .le-bandit-1sxd6i
    .le-bandit-pqvk9q
    .le-bandit-cjnrcn
    .le-bandit-1d99cb {
    width: 100%;
  }
}

.le-bandit-1sxd6i
  .le-bandit-pqvk9q
  .le-bandit-cjnrcn
  .le-bandit-3zrm98 {
  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-1sxd6i
  .le-bandit-pqvk9q
  .le-bandit-cjnrcn
  .le-bandit-3zrm98
  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-1sxd6i
  .le-bandit-pqvk9q
  .le-bandit-cjnrcn
  .le-bandit-3zrm98: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-1sxd6i
  .le-bandit-pqvk9q
  .le-bandit-cjnrcn
  .le-bandit-3zrm98:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .le-bandit-1sxd6i
    .le-bandit-pqvk9q
    .le-bandit-cjnrcn
    .le-bandit-3zrm98 {
    width: 100%;
  }
}

.le-bandit-1sxd6i .le-bandit-pqvk9q.le-bandit-1iiykx {
  display: none;
}

.le-bandit-1sxd6i .le-bandit-ubikng {
  display: none;
}

.le-bandit-1sxd6i .le-bandit-ubikng.le-bandit-e6tb9r {
  display: block;
}

.le-bandit-1sxd6i .le-bandit-ubikng iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .le-bandit-1sxd6i .le-bandit-ubikng iframe {
    height: calc(100vh - 54px);
  }
}

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

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

.le-bandit-1sxd6i .le-bandit-xv02hu .le-bandit-4n1q8y {
  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-1sxd6i .le-bandit-xv02hu .le-bandit-4n1q8y {
    margin-bottom: 24px;
  }
}

.le-bandit-1sxd6i .le-bandit-xv02hu 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-1sxd6i .le-bandit-xv02hu 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-1sxd6i .le-bandit-xv02hu table tr td {
    padding: 12px 4px;
  }
}

.le-bandit-1sxd6i .le-bandit-xv02hu 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-1sxd6i .le-bandit-xv02hu table tr th {
    padding: 12px 4px;
  }
}

.le-bandit-1sxd6i .le-bandit-xv02hu table tr:last-of-type td {
  border-bottom: none;
}

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

.le-bandit-5ouen0.le-bandit-4z0se7 {
  display: block;
}

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

.le-bandit-5ouen0 .le-bandit-w19nes {
  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-5ouen0 .le-bandit-2l98hh {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.le-bandit-5ouen0 .le-bandit-3zrm98 {
  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-5ouen0 .le-bandit-3zrm98:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.le-bandit-qgqg3l.le-bandit-4z0se7 {
  display: block;
}

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

.le-bandit-vbdibd {
  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-s189x9 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

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

.le-bandit-be0dpt.le-bandit-1iiykx {
  display: none;
}

.le-bandit-ydiabg {
  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-ydiabg {
    margin-bottom: 20px;
  }
}

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

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

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

.le-bandit-xkpuh4 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-xkpuh4 input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

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

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

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

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

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

.le-bandit-d4hnwq 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-d4hnwq textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

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

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

.le-bandit-2q7g5n {
  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-2q7g5n:hover {
  background: var(--border-color);
}

.le-bandit-r40v03 {
  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-r40v03:hover {
  background: #166ad9;
}

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

.le-bandit-wb6ub6.le-bandit-1iiykx {
  display: none;
}

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

.le-bandit-wb6ub6 .le-bandit-2q7g5n {
  margin: 0 auto;
}

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

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

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

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

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

.le-bandit-3rmecf > 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-eoeyn1.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.le-bandit-jrd3ck 44.le-bandit-ulhqqb.le-bandit-r4qpg5.le-bandit-6oaxwg.le-bandit-imq3i2.le-bandit-azf3rw.le-bandit-nn13up.le-bandit-0zu4rc.le-bandit-byjojc.le-bandit-dv8n6v.le-bandit-qy4qkp.le-bandit-gsckbs.le-bandit-l0g7eb 0l-12.le-bandit-mg56l2 30.le-bandit-i99qgj.le-bandit-5ru9ne 2.le-bandit-qusz0u.le-bandit-5ru9ne 3.le-bandit-zei39e 3.le-bandit-v119v2.le-bandit-ya04gx 3.le-bandit-nafu2v.le-bandit-d4y8qg.le-bandit-kcevgx.le-bandit-qfjhl5 7-3.le-bandit-mg56l2 10.le-bandit-nuxy8r.le-bandit-qfjhl5 23.le-bandit-z88bsh.le-bandit-d0f9ir 1.le-bandit-37g1vz 2.le-bandit-mg56l2 3.le-bandit-d0f9ir 1.le-bandit-ya04gx 5.le-bandit-hl8po5.le-bandit-ya04gx 32.le-bandit-v7x003.le-bandit-d4y8qg 5.le-bandit-l0g7eb 4.le-bandit-qfjhl5 9.le-bandit-qfjhl5 8.le-bandit-ya04gx 6.le-bandit-pf8knc.le-bandit-ozpj3o.le-bandit-twhkhw.le-bandit-t9ttr3.le-bandit-nebkz0 4.le-bandit-kilblo.le-bandit-nebkz0 6.le-bandit-nebkz0 0l29.le-bandit-l0g7eb 17.le-bandit-d6pqdx.le-bandit-781uq2 2.le-bandit-k3h0hu 10.le-bandit-gbuw1o.le-bandit-mg56l2 8.le-bandit-cx2wjp.le-bandit-om9ikt.le-bandit-93gu0c.le-bandit-ujpmq0.le-bandit-34o57f.le-bandit-d4y8qg.le-bandit-azf3rw.le-bandit-mg56l2 1.le-bandit-7qwa9k.le-bandit-a7k7yh.le-bandit-19asic.le-bandit-0sqsvd.le-bandit-m2gbdz.le-bandit-37g1vz 1.le-bandit-2q7wvm.le-bandit-101bdr.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.le-bandit-3rmecf > input:checked ~ label,
.le-bandit-3rmecf > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.le-bandit-eoeyn1.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.le-bandit-jrd3ck 44.le-bandit-ulhqqb.le-bandit-r4qpg5.le-bandit-6oaxwg.le-bandit-imq3i2.le-bandit-azf3rw.le-bandit-nn13up.le-bandit-0zu4rc.le-bandit-byjojc.le-bandit-dv8n6v.le-bandit-qy4qkp.le-bandit-gsckbs.le-bandit-l0g7eb 0l-12.le-bandit-mg56l2 30.le-bandit-i99qgj.le-bandit-5ru9ne 2.le-bandit-qusz0u.le-bandit-5ru9ne 3.le-bandit-zei39e 3.le-bandit-v119v2.le-bandit-ya04gx 3.le-bandit-nafu2v.le-bandit-d4y8qg.le-bandit-kcevgx.le-bandit-qfjhl5 7-3.le-bandit-mg56l2 10.le-bandit-nuxy8r.le-bandit-qfjhl5 23.le-bandit-z88bsh.le-bandit-d0f9ir 1.le-bandit-37g1vz 2.le-bandit-mg56l2 3.le-bandit-d0f9ir 1.le-bandit-ya04gx 5.le-bandit-hl8po5.le-bandit-ya04gx 32.le-bandit-v7x003.le-bandit-d4y8qg 5.le-bandit-l0g7eb 4.le-bandit-qfjhl5 9.le-bandit-qfjhl5 8.le-bandit-ya04gx 6.le-bandit-pf8knc.le-bandit-ozpj3o.le-bandit-twhkhw.le-bandit-t9ttr3.le-bandit-nebkz0 4.le-bandit-kilblo.le-bandit-nebkz0 6.le-bandit-nebkz0 0l29.le-bandit-l0g7eb 17.le-bandit-d6pqdx.le-bandit-781uq2 2.le-bandit-k3h0hu 10.le-bandit-gbuw1o.le-bandit-mg56l2 8.le-bandit-cx2wjp.le-bandit-om9ikt.le-bandit-93gu0c.le-bandit-ujpmq0.le-bandit-34o57f.le-bandit-d4y8qg.le-bandit-azf3rw.le-bandit-mg56l2 1.le-bandit-7qwa9k.le-bandit-a7k7yh.le-bandit-19asic.le-bandit-0sqsvd.le-bandit-m2gbdz.le-bandit-37g1vz 1.le-bandit-2q7wvm.le-bandit-101bdr.5z'/%3e%3c/svg%3e");
}

.le-bandit-3rmecf > input:not(:checked) ~ label:hover,
.le-bandit-3rmecf > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.le-bandit-eoeyn1.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.le-bandit-jrd3ck 44.le-bandit-ulhqqb.le-bandit-r4qpg5.le-bandit-6oaxwg.le-bandit-imq3i2.le-bandit-azf3rw.le-bandit-nn13up.le-bandit-0zu4rc.le-bandit-byjojc.le-bandit-dv8n6v.le-bandit-qy4qkp.le-bandit-gsckbs.le-bandit-l0g7eb 0l-12.le-bandit-mg56l2 30.le-bandit-i99qgj.le-bandit-5ru9ne 2.le-bandit-qusz0u.le-bandit-5ru9ne 3.le-bandit-zei39e 3.le-bandit-v119v2.le-bandit-ya04gx 3.le-bandit-nafu2v.le-bandit-d4y8qg.le-bandit-kcevgx.le-bandit-qfjhl5 7-3.le-bandit-mg56l2 10.le-bandit-nuxy8r.le-bandit-qfjhl5 23.le-bandit-z88bsh.le-bandit-d0f9ir 1.le-bandit-37g1vz 2.le-bandit-mg56l2 3.le-bandit-d0f9ir 1.le-bandit-ya04gx 5.le-bandit-hl8po5.le-bandit-ya04gx 32.le-bandit-v7x003.le-bandit-d4y8qg 5.le-bandit-l0g7eb 4.le-bandit-qfjhl5 9.le-bandit-qfjhl5 8.le-bandit-ya04gx 6.le-bandit-pf8knc.le-bandit-ozpj3o.le-bandit-twhkhw.le-bandit-t9ttr3.le-bandit-nebkz0 4.le-bandit-kilblo.le-bandit-nebkz0 6.le-bandit-nebkz0 0l29.le-bandit-l0g7eb 17.le-bandit-d6pqdx.le-bandit-781uq2 2.le-bandit-k3h0hu 10.le-bandit-gbuw1o.le-bandit-mg56l2 8.le-bandit-cx2wjp.le-bandit-om9ikt.le-bandit-93gu0c.le-bandit-ujpmq0.le-bandit-34o57f.le-bandit-d4y8qg.le-bandit-azf3rw.le-bandit-mg56l2 1.le-bandit-7qwa9k.le-bandit-a7k7yh.le-bandit-19asic.le-bandit-0sqsvd.le-bandit-m2gbdz.le-bandit-37g1vz 1.le-bandit-2q7wvm.le-bandit-101bdr.5z'/%3e%3c/svg%3e");
}

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

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

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

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

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

#rating-0 {
  display: none;
}

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

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

.le-bandit-oeaqif.le-bandit-1iiykx {
  display: none;
}

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

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

.le-bandit-f9wodr {
  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-f9wodr::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.le-bandit-wztsig {
  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-wztsig:hover {
    background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
  }
}

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

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

.le-bandit-oeaqif.le-bandit-gf8pgw .le-bandit-2wlk8p {
  background: #2b3b67;
}

.le-bandit-oeaqif.le-bandit-gf8pgw .le-bandit-f9wodr {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.le-bandit-oeaqif.le-bandit-gf8pgw .le-bandit-f9wodr::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.le-bandit-oeaqif.le-bandit-gf8pgw .le-bandit-f9wodr::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.le-bandit-oeaqif.le-bandit-gf8pgw .le-bandit-gy6ow1::before {
  background: #0e0f41;
}

.le-bandit-oeaqif.le-bandit-gf8pgw .le-bandit-gy6ow1::after {
  background: #152557;
}

.le-bandit-oeaqif.le-bandit-j6yi7l .le-bandit-2wlk8p {
  background: #1f35fa;
}

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

.le-bandit-oeaqif.le-bandit-j6yi7l .le-bandit-f9wodr::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.le-bandit-oeaqif.le-bandit-j6yi7l .le-bandit-f9wodr::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

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

.le-bandit-oeaqif.le-bandit-j6yi7l .le-bandit-gy6ow1::after {
  background: #192ac8;
}

.le-bandit-oeaqif.le-bandit-vxfkze .le-bandit-2wlk8p {
  background: #fa771f;
}

.le-bandit-oeaqif.le-bandit-vxfkze .le-bandit-f9wodr {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.le-bandit-oeaqif.le-bandit-vxfkze .le-bandit-f9wodr::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.le-bandit-oeaqif.le-bandit-vxfkze .le-bandit-f9wodr::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.le-bandit-oeaqif.le-bandit-vxfkze .le-bandit-gy6ow1::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.le-bandit-oeaqif.le-bandit-vxfkze .le-bandit-gy6ow1::after {
  background: #fa8535;
}

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

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

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

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

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

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

.le-bandit-tgpz0w {
  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-tgpz0w {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

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

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

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

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

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

.le-bandit-4m7dbw {
  width: 120px;
  height: 22px;
}

.le-bandit-4m7dbw .le-bandit-bkxo0r {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.le-bandit-7mmcv5 {
  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-7mmcv5.le-bandit-e6tb9r {
  display: block;
}

.le-bandit-7mmcv5.le-bandit-1iiykx {
  display: none;
}

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

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

.le-bandit-39yzkl {
  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-u51hou {
  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-892vg2 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.le-bandit-xvyqty .le-bandit-bkxo0r {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

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

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

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

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

.le-bandit-zov3bl {
  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-i0akh7 {
  flex: 1;
  min-width: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.le-bandit-igitic .le-bandit-zuenuv {
  justify-content: center;
}

/* faq */

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

.le-bandit-4y1i0a {
  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-4y1i0a::after {
  content: "+";
  font-weight: bold;
  transition: transform 0chicken-road-g01ksq ease;
}

.le-bandit-smwh3c.le-bandit-4z0se7 .le-bandit-4y1i0a::after {
  transform: rotate(45deg);
}

.le-bandit-8ciw91 {
  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-smwh3c.le-bandit-4z0se7 .le-bandit-8ciw91 {
  max-height: 100%;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

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

.le-bandit-3rmecf > input:not(:checked) ~ label:hover,
.le-bandit-3rmecf > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.le-bandit-iwrrdz.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.le-bandit-rhxx9h 44.le-bandit-874ead.le-bandit-fbpz6m.le-bandit-b4tpbf.le-bandit-pxsyw2.le-bandit-gax07s.le-bandit-ize4zt.le-bandit-p0csxg.le-bandit-n6gsvn.le-bandit-kfk53a.le-bandit-nozqd7.le-bandit-904na7.le-bandit-1dyrt9 0l-12.le-bandit-uroin6 30.le-bandit-w5rue6.le-bandit-rgoe6c 2.le-bandit-zoprh4.le-bandit-rgoe6c 3.le-bandit-qva075 3.le-bandit-g7wvk7.le-bandit-1k7zxq 3.le-bandit-jpvd8a.le-bandit-qyaly9.le-bandit-d6shwh.le-bandit-lx0ktl 7-3.le-bandit-uroin6 10.le-bandit-ll3ylj.le-bandit-lx0ktl 23.le-bandit-1r54wp.le-bandit-mpo21s 1.le-bandit-4l7k03 2.le-bandit-uroin6 3.le-bandit-mpo21s 1.le-bandit-1k7zxq 5.le-bandit-y42qlq.le-bandit-1k7zxq 32.le-bandit-32hag5.le-bandit-qyaly9 5.le-bandit-1dyrt9 4.le-bandit-lx0ktl 9.le-bandit-lx0ktl 8.le-bandit-1k7zxq 6.le-bandit-go761i.le-bandit-qrzs2i.le-bandit-r63gpv.le-bandit-z51vv9.le-bandit-q9i7dg 4.le-bandit-hzyy7d.le-bandit-q9i7dg 6.le-bandit-q9i7dg 0l29.le-bandit-1dyrt9 17.le-bandit-hihzkb.le-bandit-n9w63p 2.le-bandit-2bslfw 10.le-bandit-klhyi0.le-bandit-uroin6 8.le-bandit-kgfwhr.le-bandit-1tshdq.le-bandit-k5agzq.le-bandit-hk3v62.le-bandit-y03dw7.le-bandit-qyaly9.le-bandit-gax07s.le-bandit-uroin6 1.le-bandit-fmz2ox.le-bandit-s4wega.le-bandit-cqpz4h.le-bandit-8hlk0k.le-bandit-snv44c.le-bandit-4l7k03 1.le-bandit-vfgdwu.le-bandit-8ce4q9.5z'/%3e%3c/svg%3e");
}

.le-bandit-l74crj {
  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-l74crj {
    gap: 16px 0;
  }
}

.le-bandit-bstrdo {
  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-bstrdo.le-bandit-3n33s9 {
  display: block;
}

.le-bandit-bstrdo.le-bandit-pawp3f {
  display: none;
}

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

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

.le-bandit-givtol {
  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-ozym0s {
  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-ugp7wf small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.le-bandit-843vda .le-bandit-70ccv1 {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.le-bandit-9yijih 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-9yijih 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-vpc6xu {
  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-vpc6xu.le-bandit-6ils0t {
  opacity: 1;
  pointer-events: auto;
}

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

.le-bandit-0ehzgl > input:not(:checked) ~ label:hover,
.le-bandit-0ehzgl > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.le-bandit-zny564.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.le-bandit-31j0a7 44.le-bandit-jhr4g7.le-bandit-lpr84a.le-bandit-ftx1qn.le-bandit-vsk4ua.le-bandit-ijq18r.le-bandit-q9gql1.le-bandit-5r292z.le-bandit-sk3jvc.le-bandit-8f3jte.le-bandit-yvdmmm.le-bandit-2feojf.le-bandit-j4rshf 0l-12.le-bandit-9o5ao3 30.le-bandit-14pkns.le-bandit-tzfdck 2.le-bandit-cdcuhy.le-bandit-tzfdck 3.le-bandit-by64rc 3.le-bandit-1f6v8f.le-bandit-rujg5s 3.le-bandit-l10i0o.le-bandit-4g0zdj.le-bandit-j6ud86.le-bandit-k7wb7g 7-3.le-bandit-9o5ao3 10.le-bandit-szhiun.le-bandit-k7wb7g 23.le-bandit-xg8s0f.le-bandit-5u9icv 1.le-bandit-bmr5tm 2.le-bandit-9o5ao3 3.le-bandit-5u9icv 1.le-bandit-rujg5s 5.le-bandit-dhplem.le-bandit-rujg5s 32.le-bandit-izahp1.le-bandit-4g0zdj 5.le-bandit-j4rshf 4.le-bandit-k7wb7g 9.le-bandit-k7wb7g 8.le-bandit-rujg5s 6.le-bandit-lk6gtb.le-bandit-8kvyqj.le-bandit-1rad8p.le-bandit-n9i2il.le-bandit-volwx0 4.le-bandit-y2j5zz.le-bandit-volwx0 6.le-bandit-volwx0 0l29.le-bandit-j4rshf 17.le-bandit-bazuki.le-bandit-zagqqs 2.le-bandit-fyhcpi 10.le-bandit-ig55sy.le-bandit-9o5ao3 8.le-bandit-pcfcrw.le-bandit-l13bsg.le-bandit-b72z30.le-bandit-kqr7t8.le-bandit-mj23fz.le-bandit-4g0zdj.le-bandit-ijq18r.le-bandit-9o5ao3 1.le-bandit-f3t5rc.le-bandit-xc2gc8.le-bandit-r54c52.le-bandit-k6sr3y.le-bandit-z65iig.le-bandit-bmr5tm 1.le-bandit-6ur7cd.le-bandit-fme9ee.5z'/%3e%3c/svg%3e");
}

.le-bandit-fln47g {
  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-fln47g {
    gap: 16px 0;
  }
}

.le-bandit-6otrit {
  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-6otrit.le-bandit-0qs6r4 {
  display: block;
}

.le-bandit-6otrit.le-bandit-9aieea {
  display: none;
}

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

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

.le-bandit-haho8h {
  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-xuzcke {
  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-s89bx4 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.le-bandit-i6bhjh .le-bandit-wlzw6g {
  fill: #c2c0ce;
}

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

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

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

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

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

.le-bandit-yh7vu9 {
  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-yh7vu9:hover {
    background: var(--registr-btn);
  }
}
@media only screen and (max-width: 767px) {
  .le-bandit-yh7vu9 {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

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

.le-bandit-fln47g {
  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-6otrit {
  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-6otrit.le-bandit-0qs6r4 {
  display: block;
}

.le-bandit-zrl5as {
  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-c20qhp {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

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

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

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

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

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

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

.le-bandit-q8ejob {
  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-gjdeld {
  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-gjdeld::after {
  content: "+";
  font-weight: bold;
  transition: transform 0fishroad-dfa17m ease;
}

.le-bandit-q8ejob.le-bandit-arecdg .le-bandit-gjdeld::after {
  transform: rotate(45deg);
}

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

.le-bandit-nqm64o {
  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-q8ejob.le-bandit-arecdg .le-bandit-nqm64o {
  max-height: 100%;
  padding: 15px 20px;
}

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

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

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

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

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

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

.le-bandit-5ogbo8 {
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}

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

/* popup */

.le-bandit-gcj834 {
  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-3njl33 ease;
  z-index: 9999;
  user-select: none;
  height: 75px;
  border: 1px solid rgb(70, 70, 70);
}

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

.le-bandit-b0gvyh 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-b0gvyh button {
  z-index: 2;
}

.le-bandit-gcj834.le-bandit-9uu4w0 {
  bottom: 40px;
}

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

.le-bandit-ufxtdr {
  width: 18vw;
  max-width: 80px;
  min-width: 45px;
  animation: jump-y 0.le-bandit-agqkpj 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-3lhi6k {
  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-3dawyr ease;
  z-index: 10000;
}

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

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

  .le-bandit-b0gvyh .le-bandit-p5zuo0 {
    font-size: 13.5px;
  }

  .le-bandit-gcj834 .le-bandit-ufxtdr {
    animation: jump-y 0.le-bandit-agqkpj infinite ease-in-out;
  }

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

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

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

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

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

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

.le-bandit-k0d7m4 {
  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-vt4iil {
  max-width: 50px;
  top: 50px;
  left: 40%;
  animation:
    cloud-drift 10s ease-in-out infinite,
    cloud-float 6s ease-in-out infinite;
}

.le-bandit-im1y7n {
  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-63ou6q {
  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-s7votl {
  background: #fdcd0670;
  border-radius: 25px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.le-bandit-s7votl .le-bandit-p8vdsb {
  display: flex;
  align-items: center;
}

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

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

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

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

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

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

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

.le-bandit-ac8egk {
  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-ac8egk {
    font-size: 12px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.le-bandit-i6woze {
  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-i6woze {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .le-bandit-i6woze {
    margin: 15px auto;
  }
}
.le-bandit-i6woze li {
  font-size: 16px;
  position: relative;
}
.le-bandit-i6woze li a {
  color: var(--text-color);
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .le-bandit-i6woze li a:hover {
    text-decoration: underline;
  }
}
.le-bandit-i6woze li span {
  opacity: 0.5;
}
.le-bandit-i6woze li + li {
  margin-left: 30px;
}
.le-bandit-i6woze li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

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

.le-bandit-b1wxir {
  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-b1wxir {
    flex-direction: column;
  }
}
.le-bandit-w0mfml {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}
.le-bandit-w0mfml img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .le-bandit-w0mfml {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}
.le-bandit-nv7adg {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}
.le-bandit-nv7adg 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-nv7adg ul {
    margin-bottom: 15px;
  }
}
.le-bandit-nv7adg ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.le-bandit-nv7adg 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-nv7adg ul li span svg {
  fill: var(--title-color);
}
.le-bandit-nv7adg ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}
@media only screen and (max-width: 767px) {
  .le-bandit-nv7adg ul li small {
    font-size: 12px;
  }
}
.le-bandit-nv7adg ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}
.le-bandit-nv7adg ul li:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .le-bandit-nv7adg {
    flex-basis: auto;
    margin: 0 auto;
  }
}
.le-bandit-6zwho1 {
  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-6zwho1 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.le-bandit-4ie4im {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.le-bandit-8suhzc {
  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-8suhzc {
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .le-bandit-8suhzc:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}
.le-bandit-8suhzc.le-bandit-k5k7hj {
  background-color: #000;
}
@media only screen and (min-width: 1025px) {
  .le-bandit-8suhzc.le-bandit-k5k7hj:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.le-bandit-4p8sav {
  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-4p8sav {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .le-bandit-4p8sav {
    padding: 50px 16px 68px;
  }
}
.le-bandit-avh2em {
  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-avh2em {
    flex-direction: column;
  }
}
.le-bandit-delzop {
  margin-bottom: 94px;
}
@media only screen and (max-width: 767px) {
  .le-bandit-delzop {
    margin-bottom: 40px;
  }
}
.le-bandit-g76x57 .le-bandit-kkwaql {
  margin-bottom: 28px;
}
.le-bandit-g76x57 .le-bandit-kkwaql img {
  max-height: 100px;
  width: auto;
}
.le-bandit-ijd7zi {
  display: flex;
  align-items: center;
}
.le-bandit-ijd7zi a + a {
  margin-left: 24px;
}
.le-bandit-ijd7zi img {
  max-height: 56px;
  width: auto;
}
.le-bandit-ijd7zi img + img {
  margin-left: 24px;
}
.le-bandit-xl4flx {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .le-bandit-xl4flx {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}
.le-bandit-9hyvp9 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .le-bandit-9hyvp9 {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.le-bandit-mj9r42 {
  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-11xo9n .le-bandit-3x48pu a {
    font-size: 12px;
  }
}

/* app */
.le-bandit-hu4cid {
  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-hu4cid {
    flex-direction: column;
  }
}
.le-bandit-k6gb3t {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}
.le-bandit-k6gb3t img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .le-bandit-k6gb3t {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}
.le-bandit-nkdccr {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}
.le-bandit-nkdccr 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-nkdccr ul {
    margin-bottom: 15px;
  }
}
.le-bandit-nkdccr ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.le-bandit-nkdccr 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-nkdccr ul li span svg {
  fill: var(--title-color);
}
.le-bandit-nkdccr ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}
@media only screen and (max-width: 767px) {
  .le-bandit-nkdccr ul li small {
    font-size: 12px;
  }
}
.le-bandit-nkdccr ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}
.le-bandit-nkdccr ul li:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .le-bandit-nkdccr {
    flex-basis: auto;
    margin: 0 auto;
  }
}
.le-bandit-hyu663 {
  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-hyu663 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.le-bandit-0rvniw {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.le-bandit-sa4iyo {
  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-sa4iyo {
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .le-bandit-sa4iyo:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}
.le-bandit-sa4iyo.le-bandit-mnf0d2 {
  background-color: #000;
}
@media only screen and (min-width: 1025px) {
  .le-bandit-sa4iyo.le-bandit-mnf0d2:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.le-bandit-h5zxb1 {
  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-h5zxb1 {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .le-bandit-h5zxb1 {
    padding: 50px 16px 68px;
  }
}

.le-bandit-b75n4i {
  margin: 0 auto;
  max-width: 700px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 25px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.le-bandit-hubzys {
    position: absolute;
    top: 30px;
    left: 20px;
    width: 105px;
    transform: rotate(339deg);
    z-index: 10;
    pointer-events: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
}

.le-bandit-hubzys img {
  width: 100%;
  display: block;
}

.le-bandit-7vprbl {
  max-width: 300px;
}

.le-bandit-fq94px {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.le-bandit-fq94px .le-bandit-558tzq:first-child {
  margin-bottom:15px;
}

.le-bandit-b75n4i .le-bandit-cl1vvj {
  font-size: 40px!important;
  color: var(--menu-color)!important ;
  margin: 0;
}

@media (max-width: 619px) {
  .le-bandit-b75n4i {
    flex-direction: column;
    align-items: center;
    align-content: center;
  }
}

.le-bandit-fq94px .le-bandit-851rnb {
  background: gray;
  border: 1px solid var(--border-color)
}
