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

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

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

body {
  margin: 0;
}

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

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

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

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

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

a {
  cursor: pointer;
}

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

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

svg {
  transform: translateZ(0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.legiano-5gf1ol {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.legiano-eass01 {
  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) {
  .legiano-eass01: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;
  }
}

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

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

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

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

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

.legiano-rjnusx {
  cursor: pointer;
}

.legiano-avr12f {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.legiano-n18jr6 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.legiano-n18jr6 figure {
  margin: 0;
}

.legiano-n18jr6.legiano-ikl56c {
  justify-content: flex-start;
  margin-right: 4px;
}

.legiano-n18jr6.legiano-cduieo {
  justify-content: flex-end;
  margin-left: 4px;
}

.legiano-n18jr6.legiano-g3rcsc {
  justify-content: center;
}

.legiano-n18jr6.legiano-ekfwng {
  justify-content: normal;
}

.legiano-00mwcg {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.legiano-khb4up img {
  width: 100%;
}

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

.legiano-s5kdik {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.legiano-s5kdik 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);
}

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

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

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

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

.legiano-s5kdik ul li:last-of-type::after {
  display: none;
}

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

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

.legiano-nphafm {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.legiano-w5f9au.legiano-19lx71 {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .legiano-w5f9au.legiano-19lx71:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.legiano-m7rfmj {
  padding: 80px 0 0;
  background: var(--footer-bg-color, var(--fh-bg-color));
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

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

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

.legiano-p8c83z {
  margin-bottom: 94px;
}

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

.legiano-4xpjf6 .legiano-z31wgq {
  margin-bottom: 28px;
}

.legiano-4xpjf6 .legiano-z31wgq img {
  max-height: 100px;
  width: auto;
}

.legiano-z7pyj9 {
  display: flex;
  align-items: center;
}

.legiano-z7pyj9 a + a {
  margin-left: 24px;
}

.legiano-z7pyj9 img {
  max-height: 56px;
  width: auto;
}

.legiano-z7pyj9 img + img {
  margin-left: 24px;
}

.legiano-5dsa43 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.legiano-ae0gqs {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.legiano-ia59xe li {
  display: flex;
  margin: 0 7px;
}

.legiano-ia59xe li svg {
  transition: 0.legiano-b275ns ease-in-out;
}

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

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

.legiano-nk6kfe + .legiano-nk6kfe {
  margin-left: 120px;
}

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

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

.legiano-rgrcxm {
  list-style: none;
  margin: 0;
  padding: 0;
}

.legiano-rgrcxm li {
  font-size: 16px;
}

.legiano-rgrcxm li a {
  color: var(--footer-text-color);
  text-decoration: none;
}

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

.legiano-rgrcxm li + li {
  margin-top: 16px;
}

.legiano-k8ijyb {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.legiano-ldbii5 ease-in-out;
}

.legiano-k8ijyb.legiano-tdy27c {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.legiano-6urh1d {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.legiano-6urh1d h1,
.legiano-6urh1d h2, .legiano-6urh1d #h2_0 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .legiano-6urh1d h1,
  .legiano-6urh1d h2, .legiano-6urh1d #h2_0 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

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

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

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

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

.legiano-lz9s2r li {
  width: 100%;
}

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

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

.legiano-lz9s2r li a.legiano-tdy27c {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.legiano-0s802t {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.legiano-0s802t img {
  width: 100%;
  transition: 0.legiano-b275ns ease-in-out;
}

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

.legiano-6sgfoq {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .legiano-6sgfoq {
    height: 54px;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .legiano-ws7jqu .legiano-z31wgq img {
    max-width: 90px;
  }
}

.legiano-z31wgq img {
  max-height: 50px;
  width: auto;
}

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

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

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

.legiano-c106w0 li {
  font-size: 16px;
  margin: 0 20px;
}

.legiano-c106w0 li a {
  color: var(--header-text-color, var(--menu-color));
  text-decoration: none;
}

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

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

.legiano-zy2u6c {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.legiano-zy2u6c.legiano-lk758b {
  margin-right: 0;
}

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

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

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

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

.legiano-47ndvy {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.legiano-47ndvy:hover > ul {
  display: flex;
}

.legiano-47ndvy:focus > ul {
  display: flex;
}

.legiano-47ndvy:focus-within > ul {
  display: flex;
}

.legiano-032wlq {
  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;
}

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

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

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

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

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

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

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

.legiano-t7021x {
  display: none;
}

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

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

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

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

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

.legiano-z8d1od img {
  margin-bottom: 20px;
}

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

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

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

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

.legiano-vgggu2 {
  color: var(--text-color);
}

.legiano-4zg7ta {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.legiano-4zg7ta p img {
  display: block;
  margin: 0 auto;
}

.legiano-4zg7ta p:first-of-type {
  margin-top: 0;
}

.legiano-4zg7ta p:last-of-type {
  margin-bottom: 0;
}

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

.legiano-4zg7ta ul {
  padding: 0 0 0 20px;
}

.legiano-4zg7ta table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

.legiano-4zg7ta table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--table-head-text-color, var(--text-color));
  border: 1px solid var(--border-color);
  background: var(--table-head-bg-color, var(--fh-bg-color));
}

@media only screen and (max-width: 767px) {
  .legiano-4zg7ta table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.legiano-4zg7ta table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.legiano-4zg7ta iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

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

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

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

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

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

.legiano-9dq5n3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .legiano-9dq5n3 {
    flex-direction: column-reverse;
  }
}
h1.legiano-gkcknd{font-size:48px;display:block;font-weight:bold;line-height:120%;padding:0 15px;max-width:1110px;margin:1.5rem auto;width:100%;text-align:center;box-sizing:border-box}
@media only screen and (max-width:767px){h1.legiano-gkcknd{font-size:32px;margin:1rem auto}}


.legiano-9dq5n3 .legiano-9c8t74 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .legiano-9dq5n3 .legiano-9c8t74 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.legiano-9dq5n3 .legiano-bc7xki {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.legiano-bc7xki {
  margin: 0 0 28px;
}

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

.legiano-9c8t74 {
  margin: 0 0 28px;
}

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

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

.legiano-jyt7zl .legiano-eass01 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.legiano-qf1ckl {
  position: relative;
  border: none;
}

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

.legiano-nwi6lu {
  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;
}

.legiano-nwi6lu span {
  height: 32px;
}

.legiano-nwi6lu span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.legiano-nwi6lu.legiano-v7hulw span {
  transform: scaleY(-1);
}

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

.legiano-x6h0bh {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.legiano-x6h0bh li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.legiano-b275ns ease-in-out;
}

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

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

.legiano-x6h0bh.legiano-0l9jx8 {
  display: none;
}

.legiano-xb60jf {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.legiano-xb60jf table {
  width: 100%;
  border-collapse: collapse;
}

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

  .legiano-xb60jf table td {
    min-width: 75px;
  }
}

.legiano-xb60jf table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--table-head-text-color, var(--text-color));
  border: 1px solid var(--border-color);
  background: var(--table-head-bg-color, var(--fh-bg-color));
}

@media only screen and (max-width: 767px) {
  .legiano-xb60jf table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

.legiano-5waaxr {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--table-head-bg-color, var(--fh-bg-color));
  color: var(--table-head-text-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) {
  .legiano-5waaxr {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.legiano-spmlif {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.legiano-spwshc p {
  color: var(--text-color);
}

.legiano-8t1hxw {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.legiano-dth4h2 {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: var(--card-bg-color, var(--fh-bg-color));
  color: var(--card-text-color, var(--text-color));
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}

.legiano-2xpe3w {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.legiano-smblf7 h3 {
  position: relative;
  color: var(--card-text-color, var(--title-color));
  font-size: 26px;
  cursor: pointer;
  margin: 0 0 20px;
}

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

.legiano-smblf7 p {
  padding: 0;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
  color: var(--card-text-color, var(--text-color));
}

.legiano-smblf7 p + p {
  margin-top: 10px;
}

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

.legiano-5dwnu1 {
  display: none;
}

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

.legiano-3144w1 {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.legiano-3144w1 li {
  margin: 0 20px;
}

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

.legiano-3144w1 li a img {
  margin-bottom: 4px;
}

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

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

.legiano-tdfag0 li {
  font-size: 16px;
  position: relative;
}

.legiano-tdfag0 li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.legiano-tdfag0 li span {
  opacity: 0.5;
}

.legiano-tdfag0 li + li {
  margin-left: 30px;
}

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

h2.legiano-hyiy1z {
  margin: 0 0 28px;
}

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

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

.legiano-ndb1ft 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);
}

.legiano-ndb1ft 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;
}

.legiano-ndb1ft 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;
}

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

.legiano-ndb1ft tbody tr:last-of-type {
  margin-bottom: 0;
}

.legiano-ndb1ft tbody tr td:first-of-type {
  flex-shrink: 0;
}

.legiano-ndb1ft 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);
}

.legiano-ndb1ft 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);
}

.legiano-ndb1ft tbody tr td:last-of-type {
  margin-left: auto;
}

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

.legiano-ndb1ft tbody tr td .legiano-kub8bv {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .legiano-ndb1ft tbody tr td .legiano-kub8bv {
    width: 100%;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .legiano-ndb1ft tbody tr td .legiano-iju3xm {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .legiano-ndb1ft tbody tr td .legiano-iju3xm {
    width: 100%;
  }
}

.legiano-ndb1ft tbody tr td .legiano-mzvnh4 {
  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) {
  .legiano-ndb1ft tbody tr td .legiano-mzvnh4:hover {
    text-decoration: none;
  }
}

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

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

.legiano-4dronx {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.legiano-564may img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.legiano-b275ns ease-in-out;
}

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

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

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

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

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

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

.legiano-73besa img {
  width: 100%;
  height: 100%; object-fit: cover;
}

.legiano-73besa iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.legiano-xg1hd9 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.legiano-b275ns ease-in-out;
}

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

.legiano-qn2st6 {
  padding: 90px 0;
}

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

.legiano-2wmy7d {
  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) {
  .legiano-2wmy7d {
    padding: 0 16px;
  }
}

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

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

.legiano-2scxud img {
  width: 100%;
}

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

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

.legiano-u5u2k5 {
  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;
}

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

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

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

.legiano-ganlzk:hover {
  border: 1px solid #8c8ca2;
}

.legiano-aw16mz {
  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%);
}

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

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

.legiano-pkgh61 a {
  text-decoration: underline;
  color: #8babff;
}

.legiano-1x70xp {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.legiano-1x70xp .legiano-ganlzk {
  width: 50%;
  margin: 0;
}

.legiano-h7xtc1 {
  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;
}

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

.legiano-55brk9 {
  margin: 0 0 100px;
}

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

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

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

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

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

.legiano-aclw1c {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

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

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

.legiano-lp4zkp a svg {
  fill: #fff;
}

.legiano-lp4zkp a:hover {
  background: #3d68e7;
}

.legiano-w783pr {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.legiano-5567xx {
  margin-bottom: 16px;
}

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

.legiano-hn9g4n {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.legiano-r9vgcx 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);
}

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

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

.legiano-r9vgcx table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.legiano-cfww12.legiano-we298e {
  display: none;
}

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

.legiano-18pywv iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.legiano-18pywv iframe.legiano-0bt4g2 {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.legiano-18pywv.legiano-aek85r {
  opacity: 1;
  pointer-events: all;
}

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

.legiano-93o4kn svg {
  margin-right: 10px;
}

.legiano-93o4kn + .legiano-93o4kn {
  margin-top: 14px;
}

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

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

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

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

.legiano-j3al0d .legiano-jyt7zl {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .legiano-j3al0d .legiano-jyt7zl {
    margin: 28px 0 0;
  }
}

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

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

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

.legiano-75k5n0 {
  max-width: 545px;
  width: 100%;
}

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

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

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

.legiano-3uf14m iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.legiano-st0y12 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.legiano-3vm83h {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.legiano-j4uhpz .legiano-eass01 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .legiano-j4uhpz .legiano-eass01 {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.legiano-trfewo {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.legiano-trfewo img {
  width: 100%;
}

.legiano-0dzs4i {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.legiano-044s7d {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.legiano-6t8a61 {
  width: 100%;
  margin: 0 0 100px;
}

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

.legiano-6t8a61 .legiano-qet0nq {
  position: relative;
}

.legiano-6t8a61 .legiano-9c8081 {
  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;
}

.legiano-6t8a61 .legiano-9c8081.legiano-we298e {
  display: none;
}

.legiano-6t8a61 .legiano-4j1qpa {
  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) {
  .legiano-6t8a61 .legiano-4j1qpa {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .legiano-6t8a61 .legiano-4j1qpa {
    bottom: 90px;
  }
}

.legiano-6t8a61 .legiano-4j1qpa .legiano-y7germ {
  max-width: 300px;
  width: 100%;
}

.legiano-6t8a61 .legiano-4j1qpa .legiano-y7germ .legiano-u2g4um {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .legiano-6t8a61 .legiano-4j1qpa .legiano-y7germ .legiano-u2g4um {
    font-size: 32px;
    text-align: center;
  }
}

.legiano-6t8a61 .legiano-4j1qpa .legiano-y7germ .legiano-vrqbs3 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .legiano-6t8a61 .legiano-4j1qpa .legiano-y7germ .legiano-vrqbs3 {
    text-align: center;
  }
}

.legiano-6t8a61 .legiano-4j1qpa .legiano-lk758b {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .legiano-6t8a61 .legiano-4j1qpa .legiano-lk758b {
    flex-direction: column-reverse;
  }
}

.legiano-6t8a61 .legiano-4j1qpa .legiano-lk758b .legiano-c63v2k {
  border-radius: 10px;
  padding: 12px 28px;
  width: 200px;
  height: 46px;
  background: #a9afbc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0b0b10;
  cursor: pointer;
  transition: 0.legiano-b275ns ease-in-out;
}

.legiano-6t8a61 .legiano-4j1qpa .legiano-lk758b .legiano-c63v2k:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .legiano-6t8a61 .legiano-4j1qpa .legiano-lk758b .legiano-c63v2k {
    width: 100%;
  }
}

.legiano-6t8a61 .legiano-4j1qpa .legiano-lk758b .legiano-kp2uqc {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  width: 274px;
  height: 46px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  position: relative;
  transition: 0.legiano-b275ns ease-in-out;
  overflow: hidden;
}

.legiano-6t8a61 .legiano-4j1qpa .legiano-lk758b .legiano-kp2uqc 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);
  }
}

.legiano-6t8a61 .legiano-4j1qpa .legiano-lk758b .legiano-kp2uqc: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;
}

.legiano-6t8a61 .legiano-4j1qpa .legiano-lk758b .legiano-kp2uqc:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .legiano-6t8a61 .legiano-4j1qpa .legiano-lk758b .legiano-kp2uqc {
    width: 100%;
  }
}

.legiano-6t8a61 .legiano-4j1qpa.legiano-we298e {
  display: none;
}

.legiano-6t8a61 .legiano-sxoo2f {
  display: none;
}

.legiano-6t8a61 .legiano-sxoo2f.legiano-aek85r {
  display: block;
}

.legiano-6t8a61 .legiano-sxoo2f iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .legiano-6t8a61 .legiano-sxoo2f iframe {
    height: calc(100vh - 54px);
  }
}

.legiano-6t8a61 .legiano-d75yyr {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .legiano-6t8a61 .legiano-d75yyr {
    padding: 24px 16px 0;
  }
}

.legiano-6t8a61 .legiano-d75yyr .legiano-u2g4um {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .legiano-6t8a61 .legiano-d75yyr .legiano-u2g4um {
    margin-bottom: 24px;
  }
}

.legiano-6t8a61 .legiano-d75yyr 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);
}

.legiano-6t8a61 .legiano-d75yyr 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) {
  .legiano-6t8a61 .legiano-d75yyr table tr td {
    padding: 12px 4px;
  }
}

.legiano-6t8a61 .legiano-d75yyr 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) {
  .legiano-6t8a61 .legiano-d75yyr table tr th {
    padding: 12px 4px;
  }
}

.legiano-6t8a61 .legiano-d75yyr table tr:last-of-type td {
  border-bottom: none;
}

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

.legiano-op3nh2.legiano-tdy27c {
  display: block;
}

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

.legiano-op3nh2 .legiano-gav4c5 {
  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;
}

.legiano-op3nh2 .legiano-9uc19d {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

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

.legiano-op3nh2 .legiano-kp2uqc:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.legiano-jy2kkl.legiano-tdy27c {
  display: block;
}

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

.legiano-9ju74i {
  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;
}

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

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

.legiano-16a4ya {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.legiano-16a4ya svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.legiano-uwbfqi {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.legiano-x9zue6.legiano-we298e {
  display: none;
}

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

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

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

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

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

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

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

.legiano-hq9w6t input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.legiano-hq9w6t input:active {
  border-color: #c2c0ce;
}

.legiano-hq9w6t input:focus {
  border-color: #c2c0ce;
}

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

.legiano-z0hdp4 {
  margin-bottom: 36px;
}

.legiano-z0hdp4 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;
}

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

.legiano-z0hdp4 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.legiano-01dg42 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

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

.legiano-w46817:hover {
  background: var(--border-color);
}

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

.legiano-rl7ftn:hover {
  background: #166ad9;
}

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

.legiano-x0umvw.legiano-we298e {
  display: none;
}

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

.legiano-x0umvw .legiano-w46817 {
  margin: 0 auto;
}

.legiano-dszs0j {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.legiano-hd8l9g {
  filter: grayscale(100%);
}

.legiano-p6t6vw > input {
  display: none;
}

.legiano-p6t6vw > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.legiano-n4dd1j.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.legiano-o7k9gt 44.legiano-id9auh.legiano-ws2swq.legiano-gx8bqv.legiano-x86ado.legiano-x8rxnl.legiano-48ynm2.legiano-gzznve.legiano-r3nuom.legiano-np8z15.legiano-tva1ig.legiano-4g6jti.legiano-0a9jrg 0l-12.legiano-6jw2g4 30.legiano-u2ieby.legiano-6k48wo 2.legiano-0aa1tj.legiano-6k48wo 3.legiano-7wzslm 3.legiano-8h31jz.legiano-ewc6gt 3.legiano-s5c1xy.legiano-a4epn9.legiano-88q5vi.legiano-uopcwp 7-3.legiano-6jw2g4 10.legiano-z60nsn.legiano-uopcwp 23.legiano-nlrb80.legiano-gxzfgk 1.legiano-o5x5vn 2.legiano-6jw2g4 3.legiano-gxzfgk 1.legiano-ewc6gt 5.legiano-f79cp0.legiano-ewc6gt 32.legiano-t7fzj5.legiano-a4epn9 5.legiano-0a9jrg 4.legiano-uopcwp 9.legiano-uopcwp 8.legiano-ewc6gt 6.legiano-wovmxp.legiano-5q3dgq.legiano-14wor4.legiano-gu870a.legiano-g2dnfz 4.legiano-02isho.legiano-g2dnfz 6.legiano-g2dnfz 0l29.legiano-0a9jrg 17.legiano-81g2r1.legiano-td6u3u 2.legiano-7xybr0 10.legiano-8iktas.legiano-6jw2g4 8.legiano-f3nar2.legiano-g2uzd6.legiano-7ykxbw.legiano-qiq95a.legiano-m6x7ml.legiano-a4epn9.legiano-x8rxnl.legiano-6jw2g4 1.legiano-x0w9eh.legiano-7ys220.legiano-b3ndat.legiano-qzituz.legiano-7lwdpz.legiano-o5x5vn 1.legiano-6cxd5o.legiano-imnon6.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.legiano-p6t6vw > input:checked ~ label,
.legiano-p6t6vw > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.legiano-n4dd1j.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.legiano-o7k9gt 44.legiano-id9auh.legiano-ws2swq.legiano-gx8bqv.legiano-x86ado.legiano-x8rxnl.legiano-48ynm2.legiano-gzznve.legiano-r3nuom.legiano-np8z15.legiano-tva1ig.legiano-4g6jti.legiano-0a9jrg 0l-12.legiano-6jw2g4 30.legiano-u2ieby.legiano-6k48wo 2.legiano-0aa1tj.legiano-6k48wo 3.legiano-7wzslm 3.legiano-8h31jz.legiano-ewc6gt 3.legiano-s5c1xy.legiano-a4epn9.legiano-88q5vi.legiano-uopcwp 7-3.legiano-6jw2g4 10.legiano-z60nsn.legiano-uopcwp 23.legiano-nlrb80.legiano-gxzfgk 1.legiano-o5x5vn 2.legiano-6jw2g4 3.legiano-gxzfgk 1.legiano-ewc6gt 5.legiano-f79cp0.legiano-ewc6gt 32.legiano-t7fzj5.legiano-a4epn9 5.legiano-0a9jrg 4.legiano-uopcwp 9.legiano-uopcwp 8.legiano-ewc6gt 6.legiano-wovmxp.legiano-5q3dgq.legiano-14wor4.legiano-gu870a.legiano-g2dnfz 4.legiano-02isho.legiano-g2dnfz 6.legiano-g2dnfz 0l29.legiano-0a9jrg 17.legiano-81g2r1.legiano-td6u3u 2.legiano-7xybr0 10.legiano-8iktas.legiano-6jw2g4 8.legiano-f3nar2.legiano-g2uzd6.legiano-7ykxbw.legiano-qiq95a.legiano-m6x7ml.legiano-a4epn9.legiano-x8rxnl.legiano-6jw2g4 1.legiano-x0w9eh.legiano-7ys220.legiano-b3ndat.legiano-qzituz.legiano-7lwdpz.legiano-o5x5vn 1.legiano-6cxd5o.legiano-imnon6.5z'/%3e%3c/svg%3e");
}

.legiano-p6t6vw > input:not(:checked) ~ label:hover,
.legiano-p6t6vw > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.legiano-n4dd1j.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.legiano-o7k9gt 44.legiano-id9auh.legiano-ws2swq.legiano-gx8bqv.legiano-x86ado.legiano-x8rxnl.legiano-48ynm2.legiano-gzznve.legiano-r3nuom.legiano-np8z15.legiano-tva1ig.legiano-4g6jti.legiano-0a9jrg 0l-12.legiano-6jw2g4 30.legiano-u2ieby.legiano-6k48wo 2.legiano-0aa1tj.legiano-6k48wo 3.legiano-7wzslm 3.legiano-8h31jz.legiano-ewc6gt 3.legiano-s5c1xy.legiano-a4epn9.legiano-88q5vi.legiano-uopcwp 7-3.legiano-6jw2g4 10.legiano-z60nsn.legiano-uopcwp 23.legiano-nlrb80.legiano-gxzfgk 1.legiano-o5x5vn 2.legiano-6jw2g4 3.legiano-gxzfgk 1.legiano-ewc6gt 5.legiano-f79cp0.legiano-ewc6gt 32.legiano-t7fzj5.legiano-a4epn9 5.legiano-0a9jrg 4.legiano-uopcwp 9.legiano-uopcwp 8.legiano-ewc6gt 6.legiano-wovmxp.legiano-5q3dgq.legiano-14wor4.legiano-gu870a.legiano-g2dnfz 4.legiano-02isho.legiano-g2dnfz 6.legiano-g2dnfz 0l29.legiano-0a9jrg 17.legiano-81g2r1.legiano-td6u3u 2.legiano-7xybr0 10.legiano-8iktas.legiano-6jw2g4 8.legiano-f3nar2.legiano-g2uzd6.legiano-7ykxbw.legiano-qiq95a.legiano-m6x7ml.legiano-a4epn9.legiano-x8rxnl.legiano-6jw2g4 1.legiano-x0w9eh.legiano-7ys220.legiano-b3ndat.legiano-qzituz.legiano-7lwdpz.legiano-o5x5vn 1.legiano-6cxd5o.legiano-imnon6.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .legiano-usrbzs > .legiano-hfq5le {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .legiano-usrbzs > .legiano-hfq5le {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .legiano-usrbzs > .legiano-hfq5le {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .legiano-usrbzs > .legiano-hfq5le {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .legiano-usrbzs > .legiano-hfq5le {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.legiano-hdmggo.legiano-we298e {
  display: none;
}

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

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

.legiano-apmfqv {
  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;
}

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

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

.legiano-apmfqv img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.legiano-s6fp4f {
  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;
}

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  .legiano-2cdwdj {
    top: -20px;
  }
}

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

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

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

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

.legiano-hdmggo.legiano-uzcle1 .legiano-ff7en8 {
  background: #2b3b67;
}

.legiano-hdmggo.legiano-uzcle1 .legiano-apmfqv {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.legiano-hdmggo.legiano-uzcle1 .legiano-apmfqv::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.legiano-hdmggo.legiano-uzcle1 .legiano-apmfqv::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.legiano-hdmggo.legiano-uzcle1 .legiano-s6fp4f::before {
  background: #0e0f41;
}

.legiano-hdmggo.legiano-uzcle1 .legiano-s6fp4f::after {
  background: #152557;
}

.legiano-hdmggo.legiano-38gk34 .legiano-ff7en8 {
  background: #1f35fa;
}

.legiano-hdmggo.legiano-38gk34 .legiano-apmfqv {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.legiano-hdmggo.legiano-38gk34 .legiano-apmfqv::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.legiano-hdmggo.legiano-38gk34 .legiano-apmfqv::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.legiano-hdmggo.legiano-38gk34 .legiano-s6fp4f::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.legiano-hdmggo.legiano-38gk34 .legiano-s6fp4f::after {
  background: #192ac8;
}

.legiano-hdmggo.legiano-5t40fv .legiano-ff7en8 {
  background: #fa771f;
}

.legiano-hdmggo.legiano-5t40fv .legiano-apmfqv {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.legiano-hdmggo.legiano-5t40fv .legiano-apmfqv::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.legiano-hdmggo.legiano-5t40fv .legiano-apmfqv::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.legiano-hdmggo.legiano-5t40fv .legiano-s6fp4f::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.legiano-hdmggo.legiano-5t40fv .legiano-s6fp4f::after {
  background: #fa8535;
}

.legiano-qtoo9q {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.legiano-puuu6m {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.legiano-sjz1do {
  width: 120px;
  height: 22px;
}

.legiano-sjz1do .legiano-ek2t2x {
  fill: #c2c0ce;
}

.legiano-sjz1do [rating="1"] .legiano-ek2t2x:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.legiano-sjz1do [rating="2"] .legiano-ek2t2x:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.legiano-sjz1do [rating="3"] .legiano-ek2t2x:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.legiano-sjz1do [rating="4"] .legiano-ek2t2x:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.legiano-sjz1do [rating="5"] .legiano-ek2t2x:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.legiano-i28rza {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--card-bg-color, var(--fh-bg-color));
}

.legiano-i28rza.legiano-aek85r {
  display: block;
}

.legiano-i28rza.legiano-we298e {
  display: none;
}

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

.legiano-b99vqt {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.legiano-0o2yd8 {
  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);
}

.legiano-olqhi0 {
  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;
}

.legiano-fb3tbm small {
  font-size: 14px;
  display: block;
  color: var(--card-text-color, var(--text-color));
}

.legiano-fb3tbm span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--card-text-color, var(--text-color));
}

.legiano-7v53o2 {
  font-size: 16px;
  line-height: 140%;
}

.legiano-xk1ayn {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.legiano-xk1ayn .legiano-ek2t2x {
  fill: #c2c0ce;
}

.legiano-xk1ayn [rating="1"] .legiano-ek2t2x:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.legiano-xk1ayn [rating="2"] .legiano-ek2t2x:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.legiano-xk1ayn [rating="3"] .legiano-ek2t2x:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.legiano-xk1ayn [rating="4"] .legiano-ek2t2x:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.legiano-xk1ayn [rating="5"] .legiano-ek2t2x:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.legiano-5hn6p8 {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.legiano-vac1m3 {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

.legiano-8kh4m1 {
  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) {
  .legiano-8kh4m1 {
    padding: 12px;
    gap: 12px;
  }
}

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

.legiano-jfexx2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.legiano-r20rna {
  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;
}

.legiano-gzd7w4 {
  flex: 1;
  min-width: 0;
}

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

.legiano-0tgh4b {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.legiano-0tgh4b svg,
.legiano-0tgh4b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.legiano-0tgh4b svg path {
  fill: var(--button-bg-color);
}

.legiano-0tgh4b svg circle {
  fill: var(--button-text-color);
}

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

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

.legiano-yb89bn strong {
  font-weight: 600;
}

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

.legiano-n3ozkp p {
  margin: 0 0 16px;
}

.legiano-n3ozkp p:last-child {
  margin-bottom: 0;
}

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

.legiano-5h5z3a {
  max-width: 300px;
  width: 100%;
}

.legiano-5h5z3a a {
  width: 100%;
}

@media (max-width: 575px) {
  .legiano-5h5z3a {
    max-width: 200px;
  }
}

.legiano-cju6u4 {
  justify-content: center;
}

.legiano-azmyjx {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.legiano-ohpx6h {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.legiano-o3sxmq .legiano-c106w0 {
  justify-content: center;
}

/* faq */

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

.legiano-vqbd0b {
  color: var(--card-text-color, var(--text-color));
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: var(--card-bg-color, var(--table-1-color));
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.legiano-sdmmwt ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.legiano-vqbd0b::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.legiano-sdmmwt ease;
}

.legiano-l5fnkd.legiano-tdy27c .legiano-vqbd0b::after {
  transform: rotate(45deg);
}

.legiano-1h6iu1 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.legiano-b275ns ease, padding 0.legiano-b275ns ease;
  padding: 0 20px;
  background: var(--card-bg-color, var(--table-2-color));
}

.legiano-l5fnkd.legiano-tdy27c .legiano-1h6iu1 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.legiano-bg4pkb {
  margin: 25px 0;
}

.legiano-p6t6vw > input:not(:checked) ~ label:hover,
.legiano-p6t6vw > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.legiano-ohbe7e.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.legiano-1fkzaa 44.legiano-22egvz.legiano-eron2a.legiano-of69ve.legiano-p5n3hs.legiano-fzgjnh.legiano-5s619m.legiano-dz6lyq.legiano-eu7xwv.legiano-lnzz9d.legiano-9roqm3.legiano-ppgnno.legiano-zm9gbx 0l-12.legiano-e641hd 30.legiano-9f27l4.legiano-8bvhra 2.legiano-k4wf00.legiano-8bvhra 3.legiano-6zwsj2 3.legiano-lojoz5.legiano-55onj6 3.legiano-hlsa6b.legiano-6rf3w9.legiano-wo7gmh.legiano-1pwu9j 7-3.legiano-e641hd 10.legiano-fdashb.legiano-1pwu9j 23.legiano-2bu6ve.legiano-od18j9 1.legiano-jyfaza 2.legiano-e641hd 3.legiano-od18j9 1.legiano-55onj6 5.legiano-ccqw6x.legiano-55onj6 32.legiano-0u8b5w.legiano-6rf3w9 5.legiano-zm9gbx 4.legiano-1pwu9j 9.legiano-1pwu9j 8.legiano-55onj6 6.legiano-vxv3xd.legiano-vercpi.legiano-i21eq6.legiano-sjymil.legiano-bb3rwb 4.legiano-snf145.legiano-bb3rwb 6.legiano-bb3rwb 0l29.legiano-zm9gbx 17.legiano-x1xhuc.legiano-6srel5 2.legiano-dna1nu 10.legiano-0rwbn8.legiano-e641hd 8.legiano-rtdpvf.legiano-lyc9ja.legiano-9yqo7e.legiano-ksmoju.legiano-bx9vl0.legiano-6rf3w9.legiano-fzgjnh.legiano-e641hd 1.legiano-r1uupx.legiano-wzxujl.legiano-ttj37i.legiano-ce486k.legiano-4itabn.legiano-jyfaza 1.legiano-500wf3.legiano-wraosn.5z'/%3e%3c/svg%3e");
}

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

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

.legiano-5428dr {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--card-bg-color, var(--fh-bg-color));
}

.legiano-5428dr.legiano-bpug5l {
  display: block;
}

.legiano-5428dr.legiano-ettdtj {
  display: none;
}

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

.legiano-uc4mx5 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.legiano-vy34lg {
  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);
}

.legiano-vdci9t {
  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;
}

.legiano-zcmi70 small {
  font-size: 14px;
  display: block;
  color: var(--card-text-color, var(--text-color));
}

.legiano-zcmi70 span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--card-text-color, var(--text-color));
}

.legiano-b00o0q {
  font-size: 16px;
  line-height: 140%;
}

.legiano-e6mraw {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.legiano-e6mraw .legiano-kxbira {
  fill: #c2c0ce;
}

.legiano-e6mraw [rating="1"] .legiano-kxbira:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.legiano-e6mraw [rating="2"] .legiano-kxbira:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.legiano-e6mraw [rating="3"] .legiano-kxbira:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.legiano-e6mraw [rating="4"] .legiano-kxbira:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.legiano-e6mraw [rating="5"] .legiano-kxbira:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.legiano-1ayali 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;
}

.legiano-1ayali button {
  margin-top: 10px;
  padding: 8px 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

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

/* up */

.legiano-f7y0t0 {
  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);
}

.legiano-f7y0t0.legiano-u3b5di {
  opacity: 1;
  pointer-events: auto;
}

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

.legiano-le4hdd label {
  font-size: 14px;
}

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

.legiano-ywx4j8 h2 {
  color: green;
  font-weight: 500;
}

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

/* h2->p SEO fix */
.legiano-6urh1d #h2_0 { color: var(--title-color); }

/* hide-empty-content-table: hide the Casino Review section when {{TABLE}} produced no table (empty slot) */
.legiano-spwshc:not(:has(table)) { display: none; }

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.legiano-d88qhq, .legiano-8smmnl, [class*="review-card"],
thead, thead th, table th, .legiano-gf8cfp,
.legiano-quh7x4, [class*="collapsible-header"],
.legiano-8t1hxw, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
.legiano-w5f9au, .legiano-w5f9au :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
.legiano-eass01, .legiano-eass01 :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.legiano-lz9s2r li a, .legiano-lz9s2r li a :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.legiano-hg6cn7, .legiano-hg6cn7 :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.legiano-i3yrvj, .legiano-i3yrvj :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.legiano-032wlq, .legiano-032wlq :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.legiano-47ndvy ul, .legiano-47ndvy ul :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.legiano-47ndvy ul li, .legiano-47ndvy ul li :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.legiano-tcuuf0, .legiano-tcuuf0 :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.legiano-ndb1ft tbody tr td .legiano-iju3xm, .legiano-ndb1ft tbody tr td .legiano-iju3xm :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.legiano-p7kbe0, .legiano-p7kbe0 :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.legiano-1ayali button, .legiano-1ayali button :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
/* up */ .legiano-f7y0t0, /* up */ .legiano-f7y0t0 :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.legiano-le4hdd button, .legiano-le4hdd button :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--button-text-color) !important; }

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
