@charset "UTF-8";
:root {
  --width: 1480px;
  --display-width: var(--width);
  --offsets: 30px;
  --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

body {
  background: var(--main-theme-color);
}

.legiano-v829ss {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.legiano-5qf7sp {
  max-width: 100%;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-color);
}

a {
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}

b {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

ol:not([class]),
ul:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

caption {
  margin: 5px 0;
  font-size: 24px;
}

ol[class],
ul[class] {
  list-style: none;
}

ol.legiano-i37761,
ul.legiano-i37761 {
  padding-left: 20px;
}

ul.legiano-i37761 {
  list-style: disc;
}

ol.legiano-i37761 {
  list-style: numbers;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--title-color);
}

h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
  }
}

.legiano-1mm527 > .legiano-cloiqw,
.legiano-1mm527 > .legiano-9rh2oj,
.legiano-1mm527 > blockquote,
.legiano-1mm527 > h1,
.legiano-1mm527 > h2,
.legiano-1mm527 > h3,
.legiano-1mm527 > h4,
.legiano-1mm527 > h5,
.legiano-1mm527 > h6,
.legiano-1mm527 > ol,
.legiano-1mm527 > p,
.legiano-1mm527 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.legiano-1mm527 > ol,
.legiano-1mm527 > ul {
  padding-left: 50px;
}

.legiano-1mm527 blockquote,
blockquote {
  margin-top: 1rem;
  border-left: 5px solid var(--button-bg-color);
  padding: 1rem var(--offsets) 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f0f8ffff;
}

.legiano-1mm527:not(:last-child) {
  margin-bottom: 2rem;
}

.legiano-1mm527 > :not(:first-child) {
  margin-top: 2rem;
}

.legiano-1mm527 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.legiano-1mm527:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .legiano-1mm527:first-child {
    margin-top: 20px;
  }
}

.legiano-1mm527 > p:last-of-type {
  margin-bottom: 32px;
}

.legiano-1mm527 > .legiano-y6pcmb:not(:first-child) {
  margin: 64px auto 16px auto;
}

.legiano-nymaxp > .legiano-y6pcmb {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.legiano-9rh2oj {
  overflow: auto;
}

.legiano-9rh2oj::-webkit-scrollbar {
  height: 5px;
}

.legiano-9rh2oj table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.legiano-9rh2oj table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.legiano-9rh2oj table thead,
table thead {
  border-bottom: none;
}

.legiano-9rh2oj table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.legiano-9rh2oj table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.legiano-9rh2oj table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.legiano-9rh2oj .legiano-ln618h {
  table-layout: auto;
}

.legiano-9rh2oj .legiano-ln618h th {
  word-break: normal;
}

.legiano-9rh2oj .legiano-ln618h td {
  word-break: normal;
}

.legiano-v829ss .legiano-v829ss {
  padding-right: 0;
  padding-left: 0;
}

.legiano-9rzwfz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.legiano-bqwjhe {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  font-family: var(--ff-primary);
  color: var(--text-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.legiano-ndri61 {
  display: inline-block;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  background: -o-linear-gradient(
    150deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
  background: linear-gradient(
    300deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
}

html {
  font-size: 17px;
}

.legiano-cloiqw {
  margin-top: 24px;
}

.legiano-cloiqw.legiano-zjc6nh {
  text-align: left;
}

.legiano-cloiqw.legiano-r2f196 {
  text-align: right;
}

.legiano-cloiqw.legiano-td6kku {
  text-align: center;
}

.legiano-ak1jev {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transform-origin: center;
  transition: 0.legiano-5crbp3 ease-in-out;
  cursor: pointer;
}

.legiano-ak1jev:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.legiano-ak1jev {
  min-width: 328px;
}

@media (max-width: 768px) {
  .legiano-ak1jev {
    min-width: unset;
  }
}

.legiano-aso0gy {
  background-color: var(--fh-bg-color);
}

.legiano-yqth0g {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.legiano-95qp6s {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.legiano-95qp6s img {
  max-height: 80px;
  object-fit: contain;
}

.legiano-f4k0fr {
  flex: 1 1;
}

.legiano-xsvi3j {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.legiano-p3sgpw {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
}

.legiano-p3sgpw span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.legiano-p3sgpw.legiano-bs1jsy span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.legiano-p3sgpw.legiano-bs1jsy span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.legiano-p3sgpw.legiano-bs1jsy span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.legiano-f4k0fr + .legiano-xsvi3j {
  margin-left: 20px;
}

.legiano-1hucm9 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #196948;
  transition: 250ms;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;
}

.legiano-1hucm9 > svg {
  max-width: 24px;
  max-height: 24px;
}

.legiano-1hucm9 + .legiano-1hucm9 {
  margin-left: 5px;
}

.legiano-fi434k {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.legiano-fi434k:hover {
  background-color: var(--button-bg-hover);
}

.legiano-a9ebj6 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.legiano-5crbp3 ease-in-out;
  border: 1px solid var(--border-color);
}

.legiano-a9ebj6:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.legiano-qzhs8x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

@media (max-width: 1100px) {
  .legiano-f4k0fr {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .legiano-qzhs8x {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .legiano-f4k0fr {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .legiano-1hucm9 {
    min-width: unset;
    flex: 1 1;
  }
}

.legiano-j16gjr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.legiano-j16gjr:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.legiano-j16gjr:hover .legiano-9voejc {
  opacity: 1;
  pointer-events: auto;
}

.legiano-eo64zm {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.legiano-4k739m ease-in-out;
  gap: 4px;
}

.legiano-eo64zm > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.legiano-eo64zm .legiano-9rzwfz img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.legiano-a50slk,
.legiano-eo64zm:hover {
  color: var(--button-bg-hover);
}

.legiano-bjoy43 {
  position: relative;
}

.legiano-bjoy43 .legiano-eo64zm {
  margin-right: 0;
  padding-right: 4px;
}

.legiano-uhr7qm svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.legiano-bjoy43.legiano-bs1jsy .legiano-uhr7qm svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.legiano-bjoy43.legiano-bs1jsy .legiano-9voejc {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.legiano-bjoy43.legiano-bs1jsy .legiano-9voejc::before {
  display: none;
}

.legiano-uhr7qm svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.legiano-9voejc {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.legiano-vlpmqd 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.legiano-9voejc::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.legiano-9voejc:hover {
  color: var(--fh-bg-color);
}

.legiano-xx0cur {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.legiano-vlpmqd 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.legiano-4k739m ease-in-out;
  -o-transition: 0.legiano-4k739m ease-in-out;
  transition: 0.legiano-4k739m ease-in-out;
}

.legiano-xx0cur .legiano-9rzwfz img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.legiano-kke6ra,
.legiano-xx0cur:hover {
  color: var(--button-bg-hover);
}

.legiano-li1s07 {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr auto;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.legiano-li1s07.legiano-7v45cf {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.legiano-li1s07.legiano-7v45cf:after,
.legiano-li1s07.legiano-7v45cf:before {
  content: "";
  position: absolute;
  margin: auto;
}

.legiano-li1s07.legiano-7v45cf:before {
  width: 1000px;
  top: 0;
  height: 1000px;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: var(--border-color);
  background: var(--border-color);
  background: conic-gradient(var(--border-color), var(--button-bg-color));
  animation: rotate 2s linear infinite;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.legiano-li1s07.legiano-7v45cf:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.legiano-li1s07.legiano-7v45cf > * {
  z-index: 1;
}

.legiano-li1s07 b,
.legiano-li1s07 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.legiano-li1s07 .legiano-91zwmq {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.legiano-li1s07 .legiano-1uxbd9 {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
}

.legiano-li1s07 .legiano-9rzwfz {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.legiano-li1s07 .legiano-q3m719 {
  margin-top: 12px;
}

.legiano-q3m719 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.legiano-nthxxj {
  flex: 1 1;
  color: var(--button-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 2px dashed var(--border-color);
  padding: 12px;
  max-width: 220px;
}

.legiano-q3m719 .legiano-4l865k {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.legiano-5crbp3 ease-in-out;
}

.legiano-q3m719 .legiano-4l865k:hover {
  background: rgba(255, 255, 255, 0.3);
}

.legiano-kv1pzw {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
  justify-content: space-between;
  border-radius: 8px;
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.legiano-li1s07.legiano-9r622l {
  gap: 12px;
  padding: 16px;
}

.legiano-li1s07.legiano-9r622l .legiano-kv1pzw {
  min-width: 240px;
}

.legiano-li1s07.legiano-9r622l .legiano-kv1pzw.legiano-z9oqyh {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .legiano-li1s07 .legiano-91zwmq {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .legiano-li1s07 .legiano-1uxbd9 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .legiano-li1s07 .legiano-9rzwfz {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .legiano-li1s07.legiano-9r622l .legiano-9rzwfz {
    max-width: 126px;
  }
  .legiano-li1s07 .legiano-q3m719 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .legiano-li1s07 .legiano-nthxxj {
    max-width: unset;
  }
  .legiano-kv1pzw {
    min-width: unset;
    width: 100%;
  }
  .legiano-li1s07 .legiano-kv1pzw {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .legiano-li1s07.legiano-9r622l {
    grid-template-rows: auto 1fr auto;
  }
  .legiano-li1s07.legiano-9r622l .legiano-kv1pzw {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .legiano-li1s07 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .legiano-li1s07 .legiano-91zwmq {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .legiano-li1s07 .legiano-9rzwfz {
    max-width: 78px;
  }
  .legiano-li1s07 .legiano-q3m719 {
    margin-top: -12px;
  }
  .legiano-li1s07.legiano-9r622l {
    gap: 8px;
  }
  .legiano-li1s07.legiano-9r622l .legiano-91zwmq {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .legiano-li1s07.legiano-9r622l .legiano-1uxbd9 {
    grid-column: 1/3;
  }
  .legiano-li1s07.legiano-9r622l .legiano-9rzwfz {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .legiano-li1s07.legiano-9r622l .legiano-9rzwfz img {
    max-width: 114px;
  }
}

.legiano-kv1pzw.legiano-5rklvh,
.legiano-kv1pzw.legiano-gunqyh,
.legiano-kv1pzw.legiano-qhp2eo {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.legiano-5crbp3 ease-in-out;
}

.legiano-kv1pzw.legiano-5rklvh,
.legiano-kv1pzw.legiano-qhp2eo {
  padding: 10px;
}

.legiano-kv1pzw.legiano-5rklvh:hover,
.legiano-kv1pzw.legiano-gunqyh:hover,
.legiano-kv1pzw.legiano-qhp2eo:hover {
  background: var(--button-bg-hover);
}

.legiano-kv1pzw.legiano-5rklvh:hover svg path,
.legiano-kv1pzw.legiano-qhp2eo:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.legiano-kv1pzw.legiano-z9oqyh {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.legiano-5crbp3 ease-in-out;
  background: var(--button-bg-color);
}

.legiano-kv1pzw.legiano-z9oqyh:hover {
  background-color: var(--button-bg-hover);
}

.legiano-kv1pzw.legiano-gunqyh:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(../images/mini-gift.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}

@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.legiano-kv1pzw.legiano-gunqyh:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.legiano-kv1pzw.legiano-z9oqyh:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.legiano-i4favv {
  max-width: 650px;
}

.legiano-qps0k5 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.legiano-ekmxci {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.legiano-m77b2n {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.legiano-4k739m ease-in-out;
  cursor: pointer;
}

.legiano-m77b2n:hover {
  opacity: 0.5;
}

.legiano-m77b2n:focus {
  outline: 0;
}

.legiano-m77b2n:focus .legiano-vlost9,
.legiano-m77b2n:hover .legiano-vlost9 {
  fill: red;
  fill-opacity: 1;
}

.legiano-m77b2n:hover {
  cursor: pointer;
}

.legiano-c0t933 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.legiano-i4favv.legiano-td6kku {
  margin: 0 auto;
}

.legiano-i4favv.legiano-r2f196 {
  margin-left: auto;
}

.legiano-rqx825 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.legiano-u1n657 {
  padding-bottom: 50px;
}

.legiano-a6hftd {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.legiano-14bwnp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: wrap row-reverse;
  flex-flow: wrap row-reverse;
  gap: 20px;
}

.legiano-rchuof {
  margin-top: 24px;
}

.legiano-3lcm1m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.legiano-0bpg6r {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.legiano-n0zxyj {
  display: flex;
  gap: 12px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
}

.legiano-09qa4q {
  width: 468px;
}

.legiano-n0zxyj .legiano-9voejc {
  margin: 0.legiano-drzry5 0;
}

.legiano-hzfroz {
  display: flex;
  min-width: 224px;
}

.legiano-hhfi6j {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.legiano-4k739m ease-in-out;
}

.legiano-whj38i,
.legiano-hhfi6j:hover {
  color: var(--text-color);
}

.legiano-3rmo7u {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.legiano-p1ld64 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .legiano-rqx825 {
    padding: 16px;
  }
  .legiano-3rmo7u {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .legiano-p1ld64 {
    align-items: center;
  }
  .legiano-09qa4q {
    width: unset;
  }
  .legiano-hzfroz {
    min-width: unset;
  }
  .legiano-n0zxyj {
    max-height: unset;
  }
  .legiano-a6hftd {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .legiano-rqx825 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.legiano-m34h9g {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.legiano-m34h9g:not(:last-child) {
  margin-bottom: 16px;
}

.legiano-m23804 {
  outline: 0;
}

.legiano-m23804 .legiano-ohyuho {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.legiano-9qh1y8 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .legiano-9qh1y8 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.legiano-9qh1y8::-webkit-details-marker {
  display: none;
}

.legiano-9qh1y8:before {
  content: "?";
  display: flex;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--text-color);
  background: var(--button-bg-color);
  background-repeat: no-repeat;
  background-position: center;
}

.legiano-9qh1y8:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .legiano-9qh1y8:after {
  transform: unset;
}

.legiano-ohyuho {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-faq-item-title);
}

.legiano-ohyuho svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-faq-item-title);
  -webkit-transition: 0.legiano-4k739m ease-in-out;
  -o-transition: 0.legiano-4k739m ease-in-out;
  transition: 0.legiano-4k739m ease-in-out;
}

.legiano-b7robu {
  padding: 16px 0 0 0;
}

.legiano-b7robu * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .legiano-b7robu :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .legiano-9qh1y8 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .legiano-9qh1y8::after {
    margin-left: auto;
  }
  .legiano-ohyuho {
    order: 3;
    flex: 1 1 100%;
  }
  .legiano-9qh1y8 {
    font-size: 14px;
    line-height: 130%;
  }
  .legiano-ohyuho svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.legiano-pv6pza {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
  margin: 0;
}

.legiano-4tj3cd {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.legiano-pv6pza.legiano-bs1jsy .legiano-4tj3cd {
  margin-bottom: 12px;
}

.legiano-4tj3cd::after {
  content: "";
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 250ms;
}

.legiano-pv6pza.legiano-bs1jsy .legiano-4tj3cd::after {
  transform: unset;
}

.legiano-g1ihcj {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.legiano-crn9hi {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.legiano-4k739m ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.legiano-crn9hi:before {
  content: "";
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/list-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.legiano-pv6pza.legiano-bs1jsy .legiano-g1ihcj {
  max-height: 100%;
}

.legiano-5gkryb {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.legiano-4xtde5 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.legiano-6n2rp6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.legiano-nadptg {
  margin-right: 4px;
}

.legiano-1wqbz0 {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--button-bg-color);
  padding: 4px 0;
  transition: color 0.legiano-4k739m ease-in-out;
}

.legiano-1wqbz0 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.legiano-40588p,
.legiano-1wqbz0:hover {
  color: var(--text-color);
}

.legiano-399wfg {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border-radius: 12px 12px 0 0;
  padding: 8px;
  gap: 0 8px;
  background-color: #008f5e;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}

.legiano-399wfg img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.legiano-399wfg .legiano-8ei10f {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.legiano-399wfg .legiano-lqnm68 {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
  color: var(--title-color);
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.legiano-6eary0 {
  display: flex;
  align-items: center;
  grid-column: 3/4;
  grid-row: 1/3;
  color: #196948;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--title-color);
  margin-top: 0;
}

.legiano-4ossgg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.legiano-lwhqa3 .legiano-v829ss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.legiano-lwhqa3 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.legiano-q8l4xh {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.legiano-2yj7ri {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.legiano-hed0c3 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.legiano-d1tfl2 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.legiano-hed0c3:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.legiano-l4nhob {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.legiano-0849ev {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px #223c5059;
  box-shadow: 0 0 20px 5px #223c5059;
  background-color: var(--button-bg-color);
  -webkit-transition: -webkit-transform 0.legiano-4k739m ease-in-out;
  transition: transform 0.legiano-4k739m ease-in-out;
  -o-transition: transform 0.legiano-4k739m ease-in-out;
  transition:
    transform 0.legiano-4k739m ease-in-out,
    -webkit-transform 0.legiano-4k739m ease-in-out;
  cursor: pointer;
}

.legiano-0849ev svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.legiano-0849ev:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  bottom: 18px;
  right: 80px;
  padding: 1em;
  max-width: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
  box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}

#cookie-law-div a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cookie-law-div a:hover {
  opacity: 0.7;
}

#cookie-law-div p {
  margin: 0;
  color: #000;
  padding-right: 50px;
}

#cookie-law-div button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0.5em;
  top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: none;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
}

#cookie-law-div button:hover {
  opacity: 1;
}

.legiano-bqoocb {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .legiano-bqoocb {
    left: calc(50% - 60px);
  }
}

#cookie-law-div {
  border-radius: 0;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

#cookie-law-div p {
  padding-bottom: 50px;
}

body::-webkit-scrollbar-track {
  background-color: var(--fh-bg-color);
}

body::-webkit-scrollbar-thumb {
  border: 1px solid var(--fh-bg-color);
  border-radius: 10px;
  height: 20%;
  background: var(--button-bg-color);
}

.legiano-o76acj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.legiano-1hhtdx {
  position: relative;
  width: 100%;
}

.legiano-o76acj.legiano-r35cvr {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.legiano-o76acj.legiano-td6kku {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.legiano-o76acj.legiano-r2f196 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.legiano-1kba2d {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.legiano-3kt91x {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.legiano-4k739m ease-in-out;
  cursor: pointer;
}

.legiano-3kt91x:hover {
  opacity: 0.5;
}

.legiano-o76acj.legiano-f5cbfq .legiano-3kt91x {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.legiano-o76acj.legiano-f5cbfq .legiano-1kba2d {
  cursor: pointer;
}

.legiano-wr4e9y {
  fill: #0009;
}

.legiano-t6rcsa {
  fill: #fff;
}

.legiano-3kt91x:hover .legiano-wr4e9y {
  fill: red;
}

.legiano-3kt91x svg path {
  -webkit-transition: 0.legiano-4k739m ease-in-out;
  -o-transition: 0.legiano-4k739m ease-in-out;
  transition: 0.legiano-4k739m ease-in-out;
}

.legiano-vw0ygg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.legiano-vw0ygg > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.legiano-vw0ygg.legiano-2a2f7h > :not(.get-image) {
  grid-column: 1/3;
}

.legiano-3v5s5b:not(._h1-block) .legiano-vw0ygg > .legiano-y6pcmb {
  grid-row: 1/2;
  grid-column: 1/3;
}

.legiano-vw0ygg.legiano-2a2f7h .legiano-mk4ed7 {
  grid-column: 2/3;
}

.legiano-vw0ygg.legiano-2a2f7h > .legiano-9rzwfz {
  grid-column: 1/2;
}

.legiano-vw0ygg.legiano-2a2f7h > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.legiano-vw0ygg > p:first-of-type {
  margin-top: 0;
}

.legiano-vw0ygg .legiano-9rzwfz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/10;
  border-radius: 12px;
  overflow: hidden;
}

.legiano-3v5s5b:not(._h1-block) .legiano-y6pcmb ~ .legiano-9rzwfz {
  grid-row: 2/10;
}

.legiano-3v5s5b.legiano-6fkt87 .legiano-y6pcmb ~ .legiano-9rzwfz {
  grid-row: 1/10;
}

.legiano-3v5s5b.legiano-6fkt87 > .legiano-y6pcmb {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.legiano-3v5s5b.legiano-6fkt87 .legiano-9rzwfz {
  grid-row: 1/10;
}

.legiano-vw0ygg.legiano-i4aywh .legiano-9rzwfz {
  align-items: flex-start;
}

.legiano-vw0ygg.legiano-td6kku .legiano-mk4ed7 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.legiano-vw0ygg.legiano-td6kku .legiano-9rzwfz {
  align-items: center;
}

.legiano-vw0ygg.legiano-kjnjtm .legiano-9rzwfz {
  align-items: flex-end;
}

.legiano-mk4ed7 > :first-child {
  margin-top: 0;
}

.legiano-mk4ed7 > :last-child {
  margin-bottom: 0;
}

* + .legiano-snul1x,
.legiano-3v5s5b + .legiano-3v5s5b {
  margin-top: 2rem;
}

.legiano-aqkq32 td::before,
.legiano-aqkq32 th::after {
  display: none !important;
}

.legiano-aqkq32 #link-selector {
  color: #000;
}

.legiano-aqkq32 .legiano-yqjf1b {
  color: #135e96;
}

.legiano-aqkq32 .legiano-ut872b *,
.legiano-aqkq32 .legiano-qchbqn p,
.legiano-aqkq32 .legiano-kjghoc * {
  color: #000;
}

.legiano-aqkq32 .legiano-lkinzv {
  background: 0 0 !important;
}

.legiano-aqkq32 .legiano-vyx23g {
  color: #000;
}

.legiano-aqkq32 .legiano-qo0r51.legiano-2idpz3 {
  color: #fff;
}

.legiano-aqkq32 .legiano-8659a1 {
  color: #000;
}

.legiano-aqkq32
  .legiano-vtdrsn
  .legiano-5awq97.legiano-2idpz3.legiano-6ikw9x {
  background: #ccc;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  color: #000 !important;
}

.legiano-xb3z5k,
body .legiano-rwcup8 {
  color: #000;
  background: var(--color-body) !important;
}

.legiano-xb3z5k .legiano-5dilof .legiano-51kf5k,
body .legiano-rwcup8 .legiano-5dilof .legiano-51kf5k {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .legiano-crn9hi:focus,
  .legiano-crn9hi:hover {
    color: #f9cb16;
  }
  .legiano-8jp2ta:focus,
  .legiano-8jp2ta:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .legiano-or8rox:focus img,
  .legiano-or8rox:focus svg,
  .legiano-or8rox:hover img,
  .legiano-or8rox:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .legiano-399wfg {
    display: none;
  }
}

@media (min-width: 1024px) {
  .legiano-bjoy43:hover .legiano-uhr7qm svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .legiano-uhr7qm {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .legiano-i6komc {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .legiano-7ctsic {
    grid-template-columns: repeat(4, 1fr);
  }
  .legiano-hmu1if {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .legiano-gkm1xl .legiano-pqpc50 {
    grid-template-columns: 1fr;
  }
  .legiano-gkm1xl .legiano-e7vqyo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    overflow: auto;
    margin-right: 0;
    border-style: none;
    border-radius: 16px 16px 0 0;
    padding: 0;
  }
  .legiano-gkm1xl .legiano-6t23l2 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .legiano-gkm1xl .legiano-9bhom5 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .legiano-gkm1xl .legiano-k12clj {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .legiano-gkm1xl .legiano-6t23l2:not(:first-child) {
    border: none;
  }
  .legiano-gkm1xl .legiano-6t23l2:first-child .legiano-9bhom5 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .legiano-gkm1xl .legiano-6t23l2:last-child .legiano-9bhom5 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .legiano-yqth0g {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .legiano-95qp6s {
    max-width: 100px;
  }
  .legiano-f4k0fr {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .legiano-xsvi3j {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .legiano-xsvi3j svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .legiano-p3sgpw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .legiano-f4k0fr + .legiano-xsvi3j {
    margin-left: auto;
  }
  .legiano-8e4olx {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--fh-bg-color);
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
  }
  .legiano-8e4olx.legiano-bs1jsy {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .legiano-qzhs8x {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 32px 16px 12px 16px;
  }
  .legiano-j16gjr {
    width: 100%;
  }
  .legiano-j16gjr:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .legiano-eo64zm {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .legiano-eo64zm svg {
    margin-right: 4px;
  }
  .legiano-bjoy43 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .legiano-uhr7qm svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .legiano-uhr7qm {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 5px 16px 30%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
  }
  .legiano-9voejc {
    display: none;
    width: 100%;
  }
  .legiano-bjoy43.legiano-bs1jsy .legiano-9voejc {
    padding: 0 0 0 48px;
  }
  .legiano-xx0cur {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .legiano-14bwnp .legiano-9rzwfz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .legiano-bamh1f {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .legiano-bamh1f + .legiano-bamh1f {
    margin-right: 0;
  }
  .legiano-bamh1f + .legiano-9rzwfz {
    margin: 0;
  }
  .legiano-i6komc {
    grid-template-columns: repeat(4, 1fr);
  }
  .legiano-7ctsic {
    grid-template-columns: repeat(3, 1fr);
  }
  .legiano-peh8tb,
  .legiano-ugyd0y {
    grid-template-columns: repeat(2, 1fr);
  }
  .legiano-vw0ygg {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .legiano-vw0ygg.legiano-2a2f7h .legiano-mk4ed7 {
    grid-column: auto;
    grid-row: auto;
  }
  .legiano-vw0ygg > .legiano-y6pcmb {
    grid-column: 1/2;
  }
  .legiano-vw0ygg.legiano-2a2f7h > :not(.get-image) {
    grid-column: 1/2;
  }
  .legiano-vw0ygg .legiano-9rzwfz,
  .legiano-vw0ygg.legiano-2a2f7h > .legiano-9rzwfz {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .legiano-vw0ygg.legiano-2a2f7h > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .legiano-3v5s5b.legiano-6fkt87 .legiano-vw0ygg > .legiano-9rzwfz {
    grid-row: 1/2;
  }
  .legiano-vw0ygg .legiano-y6pcmb ~ .legiano-9rzwfz,
  .legiano-vw0ygg.legiano-2a2f7h .legiano-y6pcmb ~ .legiano-9rzwfz {
    grid-row: 2/3;
  }
  .legiano-3v5s5b.legiano-6fkt87 .legiano-y6pcmb ~ .legiano-9rzwfz {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .legiano-1mm527:first-child .legiano-zf1khh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .legiano-1mm527:first-child .legiano-zf1khh h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .legiano-1mm527 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .legiano-1mm527 {
    padding: 0;
  }
  .legiano-cloiqw {
    margin-top: 1rem;
  }
  .legiano-m23804 {
    border-radius: 5px;
  }
  .legiano-o7fkwr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .legiano-4tj3cd::after {
    display: inline-block;
  }
  .legiano-4tj3cd {
    margin: 0;
    width: 100%;
  }
  .legiano-g1ihcj {
    width: 100%;
  }
  .legiano-g1ihcj.legiano-c8kulv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .legiano-g1ihcj.legiano-c8kulv .legiano-tpbga8 {
    width: 100%;
  }
  .legiano-g1ihcj.legiano-c8kulv .legiano-tpbga8:not(:last-child) {
    margin-right: 0;
  }
  .legiano-crn9hi {
    width: 100%;
    text-align: center;
  }
  .legiano-pv6pza.legiano-bs1jsy .legiano-g1ihcj {
    margin-top: 1rem;
  }
  .legiano-i6komc {
    grid-template-columns: repeat(3, 1fr);
  }
  .legiano-hmu1if,
  .legiano-7ctsic {
    grid-template-columns: repeat(2, 1fr);
  }
  .legiano-peh8tb,
  .legiano-ugyd0y,
  .legiano-ojki67 {
    grid-template-columns: 1fr;
  }
  .legiano-lwgtay {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .legiano-c87ny6 {
    min-width: 300px;
    max-width: 325px;
  }
  .legiano-9bhom5 {
    cursor: auto;
  }
  .legiano-aasli5 .legiano-9bhom5 {
    padding: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .legiano-bqoocb {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .legiano-9voejc {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #cookie-law-div {
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .legiano-bqoocb {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.legiano-bamh1f p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .legiano-xsvi3j {
    margin: 0 -0.2rem;
  }
  .legiano-bamh1f {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .legiano-2fl48l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .legiano-nikugu {
    max-width: 100%;
  }
  .legiano-i6komc {
    grid-template-columns: repeat(2, 1fr);
  }
  .legiano-hmu1if,
  .legiano-7ctsic {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .legiano-yqth0g {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .legiano-xsvi3j {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .legiano-aso0gy {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .legiano-1hucm9 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .legiano-6gc44u,
  .legiano-1ve60l {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .legiano-ak1jev {
    width: 100%;
  }
  .legiano-i6komc {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .legiano-bqoocb {
    top: 127px !important;
  }
}

.legiano-wi0aqr {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .legiano-wi0aqr {
  }
}

@media (max-width: 767px) {
  .legiano-wi0aqr {
    margin-bottom: 12px;
  }
}

.legiano-wi0aqr img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.legiano-cgpdym {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.legiano-cgpdym > .legiano-rhfeb7 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .legiano-cgpdym {
    flex-direction: column;
    gap: 12px;
  }
}

.legiano-f1l18a {
  display: flex;
}

.legiano-f1l18a .legiano-3lx6m8 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 8px;
  border-radius: 4px 0 0 4px;
}

.legiano-f1l18a .legiano-e8xbz4 {
  display: flex;
  align-items: center;
  flex: 1 1;
  background-color: var(--fh-bg-color);
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}

.legiano-f1l18a .legiano-4r86k6 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.legiano-f1l18a .legiano-5rxaex {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 32px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.legiano-f1l18a .legiano-5rxaex:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.legiano-f1l18a .legiano-ldn1in {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.legiano-7ecxuf {
  border: unset;
  background-color: unset;
}

.legiano-7ecxuf tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.legiano-7ecxuf .legiano-v5v5km,
.legiano-7ecxuf .legiano-n6i52u {
  flex: 0 1 330px;
}

.legiano-7ecxuf .legiano-eswmrz {
  flex: 1 1;
}

.legiano-7ecxuf tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.legiano-7ecxuf tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.legiano-7ecxuf tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.legiano-7ecxuf tr td p {
  color: #fff;
  margin: 0;
}

.legiano-7ecxuf tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.legiano-7ecxuf tr.legiano-v5v5km td p {
  padding: 16px 0;
}

.legiano-7ecxuf tr.legiano-v5v5km td p:not(:last-child),
.legiano-7ecxuf tr.legiano-n6i52u td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.legiano-7ecxuf tr.legiano-v5v5km td p:first-child,
.legiano-7ecxuf tr.legiano-n6i52u td p:first-child {
  padding-top: 0;
}

.legiano-7ecxuf tr.legiano-n6i52u td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.legiano-7ecxuf tr.legiano-n6i52u td p:last-child {
  padding-bottom: 0;
}

.legiano-7ecxuf .legiano-n6i52u img {
  max-width: 32px;
}

.legiano-7ecxuf .legiano-eswmrz {
  min-width: 718px;
}

.legiano-7ecxuf .legiano-eswmrz td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.legiano-7ecxuf .legiano-eswmrz td {
  display: flex;
}

.legiano-7ecxuf .legiano-eswmrz td:last-child .legiano-jr80y1,
.legiano-7ecxuf .legiano-eswmrz td:last-child .legiano-o1i473,
.legiano-7ecxuf .legiano-eswmrz td:last-child .legiano-dvsbot {
  flex: 1 1 50%;
}

.legiano-7ecxuf .legiano-eswmrz td:last-child .legiano-g22opt {
  flex: 1 1 100%;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.legiano-7ecxuf .legiano-eswmrz td:last-child .legiano-k2p3w3,
.legiano-7ecxuf .legiano-eswmrz td:last-child .legiano-cnfzh6 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.legiano-7ecxuf .legiano-eswmrz td:last-child .legiano-jr80y1,
.legiano-7ecxuf .legiano-eswmrz td:last-child .legiano-o1i473 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.legiano-7ecxuf .legiano-eswmrz td:last-child .legiano-jr80y1 span,
.legiano-7ecxuf .legiano-eswmrz td:last-child .legiano-o1i473 span {
  font-weight: 800;
}

.legiano-7ecxuf .legiano-eswmrz img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .legiano-7ecxuf .legiano-eswmrz td .legiano-dvsbot:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .legiano-7ecxuf tr.legiano-v5v5km td p:last-child {
    padding-bottom: 0;
  }
  .legiano-7ecxuf .legiano-n6i52u > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .legiano-7ecxuf .legiano-n6i52u > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .legiano-7ecxuf tr.legiano-v5v5km td p:not(:last-child),
  .legiano-7ecxuf tr.legiano-n6i52u td p:not(:last-child) {
    border-bottom: unset;
  }
  .legiano-7ecxuf tr.legiano-n6i52u td p:last-child {
    padding-bottom: 12px;
  }
  .legiano-7ecxuf .legiano-eswmrz td:last-child .legiano-jr80y1,
  .legiano-7ecxuf .legiano-eswmrz td:last-child .legiano-o1i473,
  .legiano-7ecxuf .legiano-eswmrz td:last-child .legiano-dvsbot {
    flex: 1 1 50%;
    padding: 0;
  }
  .legiano-7ecxuf .legiano-eswmrz td:last-child .legiano-jr80y1,
  .legiano-7ecxuf .legiano-eswmrz td:last-child .legiano-o1i473 {
    margin-top: 16px;
  }
  .legiano-7ecxuf .legiano-eswmrz td:last-child .legiano-dvsbot {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .legiano-7ecxuf .legiano-eswmrz td:last-child .legiano-jr80y1 {
    border-right: 1px solid var(--border-color);
  }
  .legiano-7ecxuf .legiano-eswmrz td:last-child .legiano-dvsbot:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .legiano-7ecxuf .legiano-eswmrz td:last-child .legiano-dvsbot:last-child {
    padding-bottom: 0;
  }
}

.legiano-dvsbot {
  display: flex;
  flex-direction: column;
}

.legiano-7ecxuf .legiano-eswmrz td .legiano-dvsbot {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.legiano-7ecxuf .legiano-eswmrz td .legiano-dvsbot:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.legiano-7ecxuf .legiano-eswmrz td .legiano-dvsbot:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .legiano-7ecxuf .legiano-eswmrz td .legiano-dvsbot:not(:first-child) {
    padding-left: 0;
  }
  .legiano-7ecxuf .legiano-eswmrz td .legiano-dvsbot:not(:last-of-type) {
    border-right: unset;
  }
}

.legiano-7ecxuf .legiano-7vneud {
  flex: 0 1 485px;
}

.legiano-7ecxuf .legiano-2x03l9 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.legiano-7ecxuf .legiano-2x03l9 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.legiano-7ecxuf .legiano-2x03l9 li.legiano-ty0djw {
  padding: 6px 12px;
}

.legiano-7ecxuf .legiano-2x03l9 li a,
.legiano-7ecxuf .legiano-2x03l9 li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.legiano-7ecxuf .legiano-w6v7ks,
.legiano-7ecxuf .legiano-5bc9ci {
  flex: 1 1;
}

.legiano-7ecxuf .legiano-x6y4gl,
.legiano-7ecxuf .legiano-44cc33 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.legiano-7ecxuf .legiano-x6y4gl li,
.legiano-7ecxuf .legiano-44cc33 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.legiano-7ecxuf .legiano-5bc9ci img {
  max-width: 32px;
}

.legiano-7ecxuf .legiano-w6v7ks img {
  max-width: 32px;
}

.legiano-7ecxuf .legiano-ax0e5r {
  min-width: 280px;
}

.legiano-7ecxuf .legiano-ax0e5r img {
  max-width: 146px;
}

.legiano-7ecxuf .legiano-ax0e5r td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .legiano-7ecxuf .legiano-v5v5km,
  .legiano-7ecxuf .legiano-n6i52u {
    flex: 0 1 auto;
  }
  .legiano-7ecxuf .legiano-eswmrz {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .legiano-7ecxuf .legiano-v5v5km,
  .legiano-7ecxuf .legiano-7vneud,
  .legiano-7ecxuf .legiano-n6i52u,
  .legiano-7ecxuf .legiano-eswmrz {
    flex: 1 1 calc(50% - 20px);
  }
  .legiano-7ecxuf .legiano-w6v7ks,
  .legiano-7ecxuf .legiano-ax0e5r,
  .legiano-7ecxuf .legiano-5bc9ci {
    flex: 1 1 30%;
  }
  .legiano-7ecxuf .legiano-ax0e5r {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .legiano-7ecxuf .legiano-v5v5km,
  .legiano-7ecxuf .legiano-7vneud,
  .legiano-7ecxuf .legiano-w6v7ks,
  .legiano-7ecxuf .legiano-n6i52u,
  .legiano-7ecxuf .legiano-eswmrz,
  .legiano-7ecxuf .legiano-ax0e5r,
  .legiano-7ecxuf .legiano-5bc9ci {
    flex: 1 1 100%;
  }
}

.legiano-ga5l8m .legiano-iybzqa {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.legiano-ga5l8m .legiano-3fpwfg {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.legiano-ga5l8m .legiano-ofl2r6 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.legiano-ga5l8m .legiano-asuozo {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.legiano-ga5l8m .legiano-asuozo > :nth-child(3) {
  margin-top: 0;
}

.legiano-ga5l8m .legiano-9rzwfz {
  grid-column: 2/3;
  grid-row: 1/10;
}

.legiano-ga5l8m .legiano-bab3nf {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.legiano-ga5l8m .legiano-cloiqw {
  grid-column: 1/2;
}

.legiano-ga5l8m > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.legiano-ga5l8m .legiano-3fpwfg:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  min-width: 44px;
  height: 24px;
  background-image: url(../images/how-to_arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fh-bg-color);
  z-index: 1;
}

.legiano-ga5l8m .legiano-3fpwfg:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.legiano-ga5l8m .legiano-ak1jev {
  min-width: 240px;
}

@media (max-width: 768px) {
  .legiano-ga5l8m .legiano-3fpwfg:not(:last-child):before {
    bottom: 8px;
  }
  .legiano-ga5l8m .legiano-3fpwfg:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .legiano-ga5l8m .legiano-asuozo {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .legiano-ga5l8m .legiano-9rzwfz {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .legiano-ga5l8m .legiano-9rzwfz img {
    width: 100%;
    height: auto;
  }
  .legiano-ga5l8m .legiano-ak1jev {
    width: 100%;
    min-width: unset;
  }
}

.legiano-vgsaz8 .legiano-40y0du {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.legiano-vgsaz8 .legiano-x1ulgv {
  display: flex;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  overflow: hidden;
}

.legiano-vgsaz8 .legiano-9rzwfz {
  height: 100%;
}

.legiano-vgsaz8 .legiano-9rzwfz img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.legiano-vgsaz8 .legiano-g0redf {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.legiano-vgsaz8 .legiano-4l4b3t {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.legiano-vgsaz8 .legiano-a4geco {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .legiano-vgsaz8 .legiano-x1ulgv {
    flex: 1 1 100%;
  }
  .legiano-vgsaz8 .legiano-kv1pzw {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .legiano-vgsaz8 .legiano-x1ulgv {
    flex-direction: column;
  }
  .legiano-vgsaz8 .legiano-9rzwfz {
    width: 100%;
    height: auto;
  }
  .legiano-vgsaz8 .legiano-9rzwfz img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .legiano-vgsaz8 .legiano-g0redf {
    padding: 0 16px 16px 16px;
  }
  .legiano-vgsaz8 .legiano-kv1pzw {
    min-width: unset;
    width: 100%;
  }
}

.legiano-sdbmfl .legiano-1bpk8t {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.legiano-sdbmfl .legiano-75saeh {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.legiano-sdbmfl img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.legiano-sdbmfl .legiano-oq0b9l {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(15, 39, 23, 0.95);
  z-index: 1;
  transition: 0.2s;
}

.legiano-sdbmfl .legiano-75saeh:hover .legiano-oq0b9l {
  display: flex;
}

.legiano-sdbmfl .legiano-8hk1kf {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.legiano-sdbmfl .legiano-t1fleu {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.legiano-p14w9l {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: unset;
  width: auto;
  cursor: pointer;
}

.legiano-p14w9l.legiano-ut1l92 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.legiano-5crbp3 ease-in-out;
}

.legiano-p14w9l.legiano-ut1l92:hover {
  color: #f9cb16;
  background-color: transparent;
}

.legiano-sdbmfl .legiano-zbb60v {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.legiano-5crbp3 ease-in-out;
}

.legiano-sdbmfl .legiano-zbb60v:hover {
  color: #196948;
  background-color: #f9cb16;
}

.legiano-sdbmfl .legiano-zbb60v:after,
.legiano-p14w9l.legiano-ut1l92:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.legiano-p14w9l.legiano-ut1l92:after {
  background-image: url(../images/Cash.svg);
}

.legiano-sdbmfl .legiano-zbb60v:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .legiano-sdbmfl .legiano-1bpk8t {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .legiano-sdbmfl .legiano-1bpk8t {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .legiano-sdbmfl .legiano-1bpk8t {
    grid-template-columns: 1fr;
  }
  .legiano-sdbmfl .legiano-75saeh {
    height: auto;
  }
  .legiano-sdbmfl .legiano-75saeh .legiano-oq0b9l {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .legiano-sdbmfl .legiano-8hk1kf,
  .legiano-sdbmfl .legiano-t1fleu {
    text-align: left;
  }
  .legiano-sdbmfl .legiano-t1fleu {
    margin-bottom: 8px;
  }
  .legiano-sdbmfl img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.legiano-2u9zjj {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 39, 23, 0.9);
  z-index: 990;
}

.legiano-2u9zjj.legiano-f5cbfq {
  display: block;
}

.legiano-2u9zjj .legiano-2r4eor {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 860px;
  height: 580px;
  background-color: #318562;
  border-radius: 12px;
  overflow: hidden;
}

.legiano-2u9zjj .legiano-xxl30p {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.legiano-2u9zjj .legiano-uch8y6 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.legiano-2u9zjj .legiano-avnwl9 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.legiano-2u9zjj .legiano-p14w9l {
  min-width: 296px;
  margin-bottom: 0;
}

.legiano-2u9zjj .legiano-4nmhd8 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.legiano-2u9zjj .legiano-3s0c5y {
  position: relative;
  flex: 1 1;
}

.legiano-2u9zjj .legiano-3s0c5y iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .legiano-2u9zjj .legiano-xxl30p {
    flex-wrap: wrap;
    gap: 8px;
  }
  .legiano-2u9zjj .legiano-uch8y6 {
    order: 1;
  }
  .legiano-2u9zjj .legiano-avnwl9 {
    order: 3;
    flex: 1 1 100%;
  }
  .legiano-2u9zjj .legiano-p14w9l {
    width: 100%;
    min-width: unset;
  }
  .legiano-2u9zjj .legiano-4nmhd8 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .legiano-vw0ygg > .legiano-y6pcmb {
    margin-bottom: 0;
  }
  .legiano-vw0ygg > .legiano-cloiqw,
  .legiano-vw0ygg > p {
    margin-top: 0;
  }
}

.legiano-tb496u img,
.legiano-bamh1f img {
  width: auto;
  object-fit: contain;
}

.legiano-tb496u {
  align-items: center;
}

.legiano-tb496u img {
  max-height: 76px;
}

.legiano-bamh1f img {
  max-height: 64px;
}

.legiano-oascca {
  overflow: auto;
}

.legiano-gryfrr {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.legiano-px1scc:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.legiano-x1ddd8 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.legiano-y3c05j {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.legiano-x1ddd8 .legiano-9rzwfz {
  margin-right: 20px;
  flex-shrink: 0;
}

.legiano-x1ddd8 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.legiano-bytklr {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.legiano-bytklr > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .legiano-x1ddd8 {
    padding: 15px 10px;
  }
  .legiano-bytklr {
    padding: 15px 10px;
  }
  .legiano-x1ddd8 .legiano-9rzwfz {
    margin-right: 10px;
  }
}

.legiano-ephmj5 {
  overflow-x: auto;
}

.legiano-8482k0 {
  border-collapse: collapse;
  width: 100%;
}

.legiano-ephmj5 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.legiano-ephmj5 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.legiano-ephmj5 td.legiano-owyaoc {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.legiano-ephmj5 td.legiano-6jj10b {
  border-right: none;
}

.legiano-ephmj5 td.legiano-6jj10b .legiano-9rzwfz {
  justify-content: flex-start;
}

.legiano-ephmj5 td.legiano-6jj10b .legiano-9rzwfz img {
  height: auto;
  width: 90px;
}

.legiano-ephmj5 td.legiano-kkzuqu,
.legiano-ephmj5 td.legiano-re88hw {
  font-weight: 600;
  text-align: right;
}

.legiano-ephmj5 td.legiano-yvz814,
.legiano-ephmj5 td.legiano-kkzuqu {
  padding-bottom: 10px;
  border-bottom: none;
}

.legiano-ephmj5 td.legiano-kkzuqu,
.legiano-ephmj5 td.legiano-re88hw {
  border-left: none;
}

.legiano-ephmj5 td.legiano-yvz814,
.legiano-ephmj5 td.legiano-cgl1dv {
  border-right: none;
}

.legiano-ephmj5 td.legiano-cgl1dv,
.legiano-ephmj5 td.legiano-re88hw {
  border-top: none;
  padding-top: 10px;
}

.legiano-gytz8n {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--fh-bg-color);
  margin-top: 20px;
}

.legiano-gytz8n .legiano-kv1pzw {
  min-width: unset;
  width: 100%;
}

.legiano-gytz8n .legiano-kv1pzw.legiano-5rklvh {
  grid-column: 1/2;
  grid-row: 1/2;
}

.legiano-gytz8n .legiano-kv1pzw.legiano-qhp2eo {
  grid-column: 2/3;
  grid-row: 1/2;
}

.legiano-gytz8n .legiano-oqct65 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .legiano-gytz8n {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .legiano-gytz8n .legiano-kv1pzw.legiano-5rklvh {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .legiano-gytz8n .legiano-kv1pzw.legiano-qhp2eo {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .legiano-gytz8n .legiano-oqct65 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.legiano-e4jgvw {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

.legiano-p3s1xr {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.legiano-nymaxp p a img {
  margin: 0 auto;
  display: block;
}

.legiano-nymaxp table {
  margin-bottom: 17px;
}

/* contanct form */
.legiano-erz90z {
  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-erz90z label {
  font-size: 14px;
}

.legiano-erz90z h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.legiano-erz90z input,
.legiano-erz90z textarea,
.legiano-erz90z 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-erz90z button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.legiano-5crbp3 ease;
}
.legiano-erz90z button:hover {
  background-color: #691204;
}
.legiano-vkqh6v {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.legiano-dnuq3j ease-in;
}

.legiano-vkqh6v h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.legiano-9q9dw8, .legiano-reuavh, [class*="review-card"],
thead, thead th, table th, .legiano-nkvyo2,
.legiano-n3dmlm, [class*="collapsible-header"],
.legiano-zwbgm6, [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; }
#cookie-law-div, #cookie-law-div :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }

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