@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);
}

.verde-qr7ber {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.verde-nv7sa1 {
  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.verde-yrldqm,
ul.verde-yrldqm {
  padding-left: 20px;
}

ul.verde-yrldqm {
  list-style: disc;
}

ol.verde-yrldqm {
  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;
  }
}

.verde-bj5jzg > .verde-0z3sds,
.verde-bj5jzg > .verde-3h5q4p,
.verde-bj5jzg > blockquote,
.verde-bj5jzg > h1,
.verde-bj5jzg > h2,
.verde-bj5jzg > h3,
.verde-bj5jzg > h4,
.verde-bj5jzg > h5,
.verde-bj5jzg > h6,
.verde-bj5jzg > ol,
.verde-bj5jzg > p,
.verde-bj5jzg > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.verde-bj5jzg > ol,
.verde-bj5jzg > ul {
  padding-left: 50px;
}

.verde-bj5jzg 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;
}

.verde-bj5jzg:not(:last-child) {
  margin-bottom: 2rem;
}

.verde-bj5jzg > :not(:first-child) {
  margin-top: 2rem;
}

.verde-bj5jzg {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.verde-bj5jzg:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .verde-bj5jzg:first-child {
    margin-top: 20px;
  }
}

.verde-bj5jzg > p:last-of-type {
  margin-bottom: 32px;
}

.verde-bj5jzg > .verde-zl99ll:not(:first-child) {
  margin: 64px auto 16px auto;
}

.verde-2as48v > .verde-zl99ll {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.verde-3h5q4p {
  overflow: auto;
}

.verde-3h5q4p::-webkit-scrollbar {
  height: 5px;
}

.verde-3h5q4p table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.verde-3h5q4p table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.verde-3h5q4p table thead,
table thead {
  border-bottom: none;
}

.verde-3h5q4p table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--table-head-text-color, var(--text-color));
  background-color: var(--table-head-bg-color, var(--table-1-color));
}

.verde-3h5q4p table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.verde-3h5q4p table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.verde-3h5q4p .verde-6uujgm {
  table-layout: auto;
}

.verde-3h5q4p .verde-6uujgm th {
  word-break: normal;
}

.verde-3h5q4p .verde-6uujgm td {
  word-break: normal;
}

.verde-qr7ber .verde-qr7ber {
  padding-right: 0;
  padding-left: 0;
}

.verde-dkype0 {
  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;
}

.verde-gqj0rh {
  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;
}

.verde-ljaye8 {
  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;
}

.verde-0z3sds {
  margin-top: 24px;
}

.verde-0z3sds.verde-3dumwl {
  text-align: left;
}

.verde-0z3sds.verde-4j2ehg {
  text-align: right;
}

.verde-0z3sds.verde-bzvrdv {
  text-align: center;
}

.verde-ofp878 {
  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.verde-8utw6l ease-in-out;
  cursor: pointer;
}

.verde-ofp878:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.verde-ofp878 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .verde-ofp878 {
    min-width: unset;
  }
}

.verde-jdu8hh {
  background-color: var(--fh-bg-color);
}

.verde-ytz74g {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.verde-yc4v79 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.verde-yc4v79 img {
  max-height: 80px;
  object-fit: contain;
}

.verde-llx6rg {
  flex: 1 1;
}

.verde-2zp2s8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.verde-ay8m3x {
  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;
}

.verde-ay8m3x span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--header-text-color, var(--text-color));
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.verde-ay8m3x.verde-0rh5nm span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.verde-ay8m3x.verde-0rh5nm span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.verde-ay8m3x.verde-0rh5nm span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.verde-llx6rg + .verde-2zp2s8 {
  margin-left: 20px;
}

.verde-ja2nqh {
  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;
}

.verde-ja2nqh > svg {
  max-width: 24px;
  max-height: 24px;
}

.verde-ja2nqh + .verde-ja2nqh {
  margin-left: 5px;
}

.verde-bziawl {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.verde-bziawl:hover {
  background-color: var(--button-bg-hover);
}

.verde-ytc7bx {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.verde-8utw6l ease-in-out;
  border: 1px solid var(--border-color);
}

.verde-ytc7bx:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.verde-su88nd {
  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) {
  .verde-llx6rg {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .verde-su88nd {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .verde-llx6rg {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .verde-ja2nqh {
    min-width: unset;
    flex: 1 1;
  }
}

.verde-bjh4b8 {
  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;
}

.verde-bjh4b8:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.verde-bjh4b8:hover .verde-mxlxur {
  opacity: 1;
  pointer-events: auto;
}

.verde-fe8w2d {
  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(--header-text-color, var(--text-color));
  transition: 0.verde-26hqul ease-in-out;
  gap: 4px;
}

.verde-fe8w2d > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--header-text-color, var(--text-color));
  stroke: var(--header-text-color, var(--text-color));
}

.verde-fe8w2d .verde-dkype0 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.verde-ppk24t,
.verde-fe8w2d:hover {
  color: var(--button-bg-hover);
}

.verde-pm83oa {
  position: relative;
}

.verde-pm83oa .verde-fe8w2d {
  margin-right: 0;
  padding-right: 4px;
}

.verde-4ottmi svg {
  fill: var(--header-text-color, var(--text-color));
  stroke: var(--header-text-color, var(--text-color));
}

.verde-pm83oa.verde-0rh5nm .verde-4ottmi svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.verde-pm83oa.verde-0rh5nm .verde-mxlxur {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.verde-pm83oa.verde-0rh5nm .verde-mxlxur::before {
  display: none;
}

.verde-4ottmi svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.verde-mxlxur {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.verde-t4meoz 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.verde-mxlxur::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.verde-mxlxur:hover {
  color: var(--fh-bg-color);
}

.verde-2wjkhz {
  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.verde-t4meoz 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--header-text-color, var(--text-color));
  -webkit-transition: 0.verde-26hqul ease-in-out;
  -o-transition: 0.verde-26hqul ease-in-out;
  transition: 0.verde-26hqul ease-in-out;
}

.verde-2wjkhz .verde-dkype0 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.verde-4am35n,
.verde-2wjkhz:hover {
  color: var(--button-bg-hover);
}

.verde-aazlx9 {
  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(--card-bg-color, var(--fh-bg-color));
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.verde-aazlx9.verde-v4ziej {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.verde-aazlx9.verde-v4ziej:after,
.verde-aazlx9.verde-v4ziej:before {
  content: "";
  position: absolute;
  margin: auto;
}

.verde-aazlx9.verde-v4ziej: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);
  }
}

.verde-aazlx9.verde-v4ziej:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--card-bg-color, var(--fh-bg-color));
  border-radius: 12px;
  z-index: 0;
}

.verde-aazlx9.verde-v4ziej > * {
  z-index: 1;
}

.verde-aazlx9 b,
.verde-aazlx9 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.verde-aazlx9 .verde-nr0qw8 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: var(--card-text-color, #fff);
}

.verde-aazlx9 .verde-ehfhjz {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: var(--card-text-color, #fff);
  margin-top: 0;
}

.verde-aazlx9 .verde-dkype0 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.verde-aazlx9 .verde-wduixr {
  margin-top: 12px;
}

.verde-wduixr {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.verde-v8vgag {
  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;
}

.verde-wduixr .verde-rxm6jb {
  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.verde-8utw6l ease-in-out;
}

.verde-wduixr .verde-rxm6jb:hover {
  background: rgba(255, 255, 255, 0.3);
}

.verde-0a955b {
  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;
}

.verde-aazlx9.verde-li6sjx {
  gap: 12px;
  padding: 16px;
}

.verde-aazlx9.verde-li6sjx .verde-0a955b {
  min-width: 240px;
}

.verde-aazlx9.verde-li6sjx .verde-0a955b.verde-7spia0 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .verde-aazlx9 .verde-nr0qw8 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .verde-aazlx9 .verde-ehfhjz {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .verde-aazlx9 .verde-dkype0 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .verde-aazlx9.verde-li6sjx .verde-dkype0 {
    max-width: 126px;
  }
  .verde-aazlx9 .verde-wduixr {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .verde-aazlx9 .verde-v8vgag {
    max-width: unset;
  }
  .verde-0a955b {
    min-width: unset;
    width: 100%;
  }
  .verde-aazlx9 .verde-0a955b {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .verde-aazlx9.verde-li6sjx {
    grid-template-rows: auto 1fr auto;
  }
  .verde-aazlx9.verde-li6sjx .verde-0a955b {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .verde-aazlx9 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .verde-aazlx9 .verde-nr0qw8 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .verde-aazlx9 .verde-dkype0 {
    max-width: 78px;
  }
  .verde-aazlx9 .verde-wduixr {
    margin-top: -12px;
  }
  .verde-aazlx9.verde-li6sjx {
    gap: 8px;
  }
  .verde-aazlx9.verde-li6sjx .verde-nr0qw8 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .verde-aazlx9.verde-li6sjx .verde-ehfhjz {
    grid-column: 1/3;
  }
  .verde-aazlx9.verde-li6sjx .verde-dkype0 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .verde-aazlx9.verde-li6sjx .verde-dkype0 img {
    max-width: 114px;
  }
}

.verde-0a955b.verde-wfum0v,
.verde-0a955b.verde-zy0k0q,
.verde-0a955b.verde-0kf5y1 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.verde-8utw6l ease-in-out;
}

.verde-0a955b.verde-wfum0v,
.verde-0a955b.verde-0kf5y1 {
  padding: 10px;
}

.verde-0a955b.verde-wfum0v:hover,
.verde-0a955b.verde-zy0k0q:hover,
.verde-0a955b.verde-0kf5y1:hover {
  background: var(--button-bg-hover);
}

.verde-0a955b.verde-wfum0v:hover svg path,
.verde-0a955b.verde-0kf5y1:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.verde-0a955b.verde-7spia0 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.verde-8utw6l ease-in-out;
  background: var(--button-bg-color);
}

.verde-0a955b.verde-7spia0:hover {
  background-color: var(--button-bg-hover);
}

.verde-0a955b.verde-zy0k0q: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);
  }
}

.verde-0a955b.verde-zy0k0q:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.verde-0a955b.verde-7spia0:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.verde-g3ua2z {
  max-width: 650px;
}

.verde-im1tmd {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.verde-48khe9 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.verde-0xaj6q {
  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.verde-26hqul ease-in-out;
  cursor: pointer;
}

.verde-0xaj6q:hover {
  opacity: 0.5;
}

.verde-0xaj6q:focus {
  outline: 0;
}

.verde-0xaj6q:focus .verde-v75t3z,
.verde-0xaj6q:hover .verde-v75t3z {
  fill: red;
  fill-opacity: 1;
}

.verde-0xaj6q:hover {
  cursor: pointer;
}

.verde-cuvupm {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.verde-g3ua2z.verde-bzvrdv {
  margin: 0 auto;
}

.verde-g3ua2z.verde-4j2ehg {
  margin-left: auto;
}

.verde-a2mdi6 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--footer-bg-color, var(--main-theme-color));
  border-radius: 12px 12px 0 0;
}

.verde-zbufsg {
  padding-bottom: 50px;
}

.verde-6n9ptg {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.verde-uklxop {
  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;
}

.verde-waqm3z {
  margin-top: 24px;
}

.verde-kbojxx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.verde-fl8y02 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--footer-text-color);
  margin-top: 4px;
}

.verde-m1jeys {
  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;
}

.verde-p84m5k {
  width: 468px;
}

.verde-m1jeys .verde-mxlxur {
  margin: 0.verde-i28hsm 0;
}

.verde-n4krti {
  display: flex;
  min-width: 224px;
}

.verde-95cn47 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.verde-26hqul ease-in-out;
}

.verde-s642vd,
.verde-95cn47:hover {
  color: var(--text-color);
}

.verde-kwr3ow {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.verde-f9z1nt {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .verde-a2mdi6 {
    padding: 16px;
  }
  .verde-kwr3ow {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .verde-f9z1nt {
    align-items: center;
  }
  .verde-p84m5k {
    width: unset;
  }
  .verde-n4krti {
    min-width: unset;
  }
  .verde-m1jeys {
    max-height: unset;
  }
  .verde-6n9ptg {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .verde-a2mdi6 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.verde-03r6ch {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--card-bg-color, var(--fh-bg-color));
  padding: 16px;
}

.verde-03r6ch:not(:last-child) {
  margin-bottom: 16px;
}

.verde-kd8i07 {
  outline: 0;
}

.verde-kd8i07 .verde-fgt722 {
  color: var(--card-text-color, #fff);
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.verde-8k90b9 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .verde-8k90b9 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.verde-8k90b9::-webkit-details-marker {
  display: none;
}

.verde-8k90b9: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;
}

.verde-8k90b9:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--card-text-color, var(--text-color));
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .verde-8k90b9:after {
  transform: unset;
}

.verde-fgt722 {
  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(--card-text-color);
}

.verde-fgt722 svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--card-text-color);
  -webkit-transition: 0.verde-26hqul ease-in-out;
  -o-transition: 0.verde-26hqul ease-in-out;
  transition: 0.verde-26hqul ease-in-out;
}

.verde-25518b {
  padding: 16px 0 0 0;
}

.verde-25518b * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
  color: var(--card-text-color);
}

page-header__button .verde-25518b :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .verde-8k90b9 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .verde-8k90b9::after {
    margin-left: auto;
  }
  .verde-fgt722 {
    order: 3;
    flex: 1 1 100%;
  }
  .verde-8k90b9 {
    font-size: 14px;
    line-height: 130%;
  }
  .verde-fgt722 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--card-text-color);
  }
}

.verde-md062d {
  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;
}

.verde-5za5dr {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.verde-md062d.verde-0rh5nm .verde-5za5dr {
  margin-bottom: 12px;
}

.verde-5za5dr::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;
}

.verde-md062d.verde-0rh5nm .verde-5za5dr::after {
  transform: unset;
}

.verde-dx0dpj {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.verde-e48ty8 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.verde-26hqul ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.verde-e48ty8: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;
}

.verde-md062d.verde-0rh5nm .verde-dx0dpj {
  max-height: 100%;
}

.verde-hcweby {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.verde-581viy {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.verde-3axhat {
  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;
}

.verde-j8i0lc {
  margin-right: 4px;
}

.verde-1y6hhy {
  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.verde-26hqul ease-in-out;
}

.verde-1y6hhy svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.verde-ruqjs5,
.verde-1y6hhy:hover {
  color: var(--text-color);
}

.verde-k39nob {
  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;
}

.verde-k39nob img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.verde-k39nob .verde-iauvfg {
  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;
}

.verde-k39nob .verde-uijdbv {
  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;
}

.verde-jhqbi3 {
  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;
}

.verde-nn8qhb {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.verde-70r4gz .verde-qr7ber {
  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;
}

.verde-70r4gz {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.verde-ub0j10 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.verde-a4ow0k {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.verde-z2tcqn {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.verde-pi8kao 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;
}

.verde-z2tcqn:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.verde-k56rkq {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.verde-nska18 {
  -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.verde-26hqul ease-in-out;
  transition: transform 0.verde-26hqul ease-in-out;
  -o-transition: transform 0.verde-26hqul ease-in-out;
  transition:
    transform 0.verde-26hqul ease-in-out,
    -webkit-transform 0.verde-26hqul ease-in-out;
  cursor: pointer;
}

.verde-nska18 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.verde-nska18: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;
}

.verde-yzh4co {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .verde-yzh4co {
    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);
}

.verde-qjx3he {
  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;
}

.verde-u1lkx2 {
  position: relative;
  width: 100%;
}

.verde-qjx3he.verde-fx0q0o {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.verde-qjx3he.verde-bzvrdv {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.verde-qjx3he.verde-4j2ehg {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.verde-nra7lo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.verde-19ohxo {
  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.verde-26hqul ease-in-out;
  cursor: pointer;
}

.verde-19ohxo:hover {
  opacity: 0.5;
}

.verde-qjx3he.verde-b91an3 .verde-19ohxo {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.verde-qjx3he.verde-b91an3 .verde-nra7lo {
  cursor: pointer;
}

.verde-bexrhh {
  fill: #0009;
}

.verde-x9hv77 {
  fill: #fff;
}

.verde-19ohxo:hover .verde-bexrhh {
  fill: red;
}

.verde-19ohxo svg path {
  -webkit-transition: 0.verde-26hqul ease-in-out;
  -o-transition: 0.verde-26hqul ease-in-out;
  transition: 0.verde-26hqul ease-in-out;
}

.verde-jvl718 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.verde-jvl718 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.verde-jvl718.verde-0n6k5y > :not(.get-image) {
  grid-column: 1/3;
}

.verde-k3l3ua:not(._h1-block) .verde-jvl718 > .verde-zl99ll {
  grid-row: 1/2;
  grid-column: 1/3;
}

.verde-jvl718.verde-0n6k5y .verde-5pxg4z {
  grid-column: 2/3;
}

.verde-jvl718.verde-0n6k5y > .verde-dkype0 {
  grid-column: 1/2;
}

.verde-jvl718.verde-0n6k5y > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.verde-jvl718 > p:first-of-type {
  margin-top: 0;
}

.verde-jvl718 .verde-dkype0 {
  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;
}

.verde-k3l3ua:not(._h1-block) .verde-zl99ll ~ .verde-dkype0 {
  grid-row: 2/10;
}

.verde-k3l3ua.verde-2n7gte .verde-zl99ll ~ .verde-dkype0 {
  grid-row: 1/10;
}

.verde-k3l3ua.verde-2n7gte > .verde-zl99ll {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.verde-k3l3ua.verde-2n7gte .verde-dkype0 {
  grid-row: 1/10;
}

.verde-jvl718.verde-1umets .verde-dkype0 {
  align-items: flex-start;
}

.verde-jvl718.verde-bzvrdv .verde-5pxg4z {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.verde-jvl718.verde-bzvrdv .verde-dkype0 {
  align-items: center;
}

.verde-jvl718.verde-5a3ibe .verde-dkype0 {
  align-items: flex-end;
}

.verde-5pxg4z > :first-child {
  margin-top: 0;
}

.verde-5pxg4z > :last-child {
  margin-bottom: 0;
}

* + .verde-kgrop8,
.verde-k3l3ua + .verde-k3l3ua {
  margin-top: 2rem;
}

.verde-q5j39t td::before,
.verde-q5j39t th::after {
  display: none !important;
}

.verde-q5j39t #link-selector {
  color: #000;
}

.verde-q5j39t .verde-7mmq9d {
  color: #135e96;
}

.verde-q5j39t .verde-rv0xeq *,
.verde-q5j39t .verde-3d6gb8 p,
.verde-q5j39t .verde-qtwmz9 * {
  color: #000;
}

.verde-q5j39t .verde-0abim9 {
  background: 0 0 !important;
}

.verde-q5j39t .verde-27u21b {
  color: #000;
}

.verde-q5j39t .verde-p9s5sx.verde-kyiiq6 {
  color: #fff;
}

.verde-q5j39t .verde-0sdsbd {
  color: #000;
}

.verde-q5j39t
  .verde-giv5pl
  .verde-ehxgxq.verde-kyiiq6.verde-831cg9 {
  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;
}

.verde-mf9953,
body .verde-ouf8tl {
  color: #000;
  background: var(--color-body) !important;
}

.verde-mf9953 .verde-3g2czr .verde-d87gh7,
body .verde-ouf8tl .verde-3g2czr .verde-d87gh7 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .verde-e48ty8:focus,
  .verde-e48ty8:hover {
    color: #f9cb16;
  }
  .verde-ygut4u:focus,
  .verde-ygut4u:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .verde-v3qy26:focus img,
  .verde-v3qy26:focus svg,
  .verde-v3qy26:hover img,
  .verde-v3qy26:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .verde-k39nob {
    display: none;
  }
}

@media (min-width: 1024px) {
  .verde-pm83oa:hover .verde-4ottmi svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .verde-4ottmi {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .verde-9uf0y4 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .verde-q06j2j {
    grid-template-columns: repeat(4, 1fr);
  }
  .verde-nxo4sl {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .verde-bayrbp .verde-hznm79 {
    grid-template-columns: 1fr;
  }
  .verde-bayrbp .verde-t401va {
    -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;
  }
  .verde-bayrbp .verde-eckeg4 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .verde-bayrbp .verde-l62pso {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .verde-bayrbp .verde-w274xt {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .verde-bayrbp .verde-eckeg4:not(:first-child) {
    border: none;
  }
  .verde-bayrbp .verde-eckeg4:first-child .verde-l62pso {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .verde-bayrbp .verde-eckeg4:last-child .verde-l62pso {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .verde-ytz74g {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .verde-yc4v79 {
    max-width: 100px;
  }
  .verde-llx6rg {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .verde-2zp2s8 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .verde-2zp2s8 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .verde-ay8m3x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .verde-llx6rg + .verde-2zp2s8 {
    margin-left: auto;
  }
  .verde-dmmwin {
    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;
  }
  .verde-dmmwin.verde-0rh5nm {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .verde-su88nd {
    -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;
  }
  .verde-bjh4b8 {
    width: 100%;
  }
  .verde-bjh4b8:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .verde-fe8w2d {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .verde-fe8w2d svg {
    margin-right: 4px;
  }
  .verde-pm83oa {
    -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;
  }
  .verde-4ottmi svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .verde-4ottmi {
    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;
  }
  .verde-mxlxur {
    display: none;
    width: 100%;
  }
  .verde-pm83oa.verde-0rh5nm .verde-mxlxur {
    padding: 0 0 0 48px;
  }
  .verde-2wjkhz {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .verde-uklxop .verde-dkype0 {
    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;
  }
  .verde-kw6v6r {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .verde-kw6v6r + .verde-kw6v6r {
    margin-right: 0;
  }
  .verde-kw6v6r + .verde-dkype0 {
    margin: 0;
  }
  .verde-9uf0y4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .verde-q06j2j {
    grid-template-columns: repeat(3, 1fr);
  }
  .verde-s99wq7,
  .verde-wwe6m4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .verde-jvl718 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .verde-jvl718.verde-0n6k5y .verde-5pxg4z {
    grid-column: auto;
    grid-row: auto;
  }
  .verde-jvl718 > .verde-zl99ll {
    grid-column: 1/2;
  }
  .verde-jvl718.verde-0n6k5y > :not(.get-image) {
    grid-column: 1/2;
  }
  .verde-jvl718 .verde-dkype0,
  .verde-jvl718.verde-0n6k5y > .verde-dkype0 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .verde-jvl718.verde-0n6k5y > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .verde-k3l3ua.verde-2n7gte .verde-jvl718 > .verde-dkype0 {
    grid-row: 1/2;
  }
  .verde-jvl718 .verde-zl99ll ~ .verde-dkype0,
  .verde-jvl718.verde-0n6k5y .verde-zl99ll ~ .verde-dkype0 {
    grid-row: 2/3;
  }
  .verde-k3l3ua.verde-2n7gte .verde-zl99ll ~ .verde-dkype0 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .verde-bj5jzg:first-child .verde-qvlaog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .verde-bj5jzg:first-child .verde-qvlaog h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .verde-bj5jzg {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .verde-bj5jzg {
    padding: 0;
  }
  .verde-0z3sds {
    margin-top: 1rem;
  }
  .verde-kd8i07 {
    border-radius: 5px;
  }
  .verde-18jl6n {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .verde-5za5dr::after {
    display: inline-block;
  }
  .verde-5za5dr {
    margin: 0;
    width: 100%;
  }
  .verde-dx0dpj {
    width: 100%;
  }
  .verde-dx0dpj.verde-22j1op {
    -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%;
  }
  .verde-dx0dpj.verde-22j1op .verde-sk8vs0 {
    width: 100%;
  }
  .verde-dx0dpj.verde-22j1op .verde-sk8vs0:not(:last-child) {
    margin-right: 0;
  }
  .verde-e48ty8 {
    width: 100%;
    text-align: center;
  }
  .verde-md062d.verde-0rh5nm .verde-dx0dpj {
    margin-top: 1rem;
  }
  .verde-9uf0y4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .verde-nxo4sl,
  .verde-q06j2j {
    grid-template-columns: repeat(2, 1fr);
  }
  .verde-s99wq7,
  .verde-wwe6m4,
  .verde-ktkbbm {
    grid-template-columns: 1fr;
  }
  .verde-2xoc4n {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .verde-sc74b4 {
    min-width: 300px;
    max-width: 325px;
  }
  .verde-l62pso {
    cursor: auto;
  }
  .verde-ldmp1m .verde-l62pso {
    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;
  }
  .verde-yzh4co {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .verde-mxlxur {
    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) {
  .verde-yzh4co {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.verde-kw6v6r p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .verde-2zp2s8 {
    margin: 0 -0.2rem;
  }
  .verde-kw6v6r {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .verde-7niyfc {
    -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;
  }
  .verde-g9ya2q {
    max-width: 100%;
  }
  .verde-9uf0y4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .verde-nxo4sl,
  .verde-q06j2j {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .verde-ytz74g {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .verde-2zp2s8 {
    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;
  }
  .verde-jdu8hh {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .verde-ja2nqh {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .verde-8nk6pl,
  .verde-y5p7mv {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .verde-ofp878 {
    width: 100%;
  }
  .verde-9uf0y4 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .verde-yzh4co {
    top: 127px !important;
  }
}

.verde-uv2hki {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .verde-uv2hki {
  }
}

@media (max-width: 767px) {
  .verde-uv2hki {
    margin-bottom: 12px;
  }
}

.verde-uv2hki img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.verde-05g3fu {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.verde-05g3fu > .verde-czqulv {
  flex: 1 1;
}

@media (max-width: 767px) {
  .verde-05g3fu {
    flex-direction: column;
    gap: 12px;
  }
}

.verde-suqj5m {
  display: flex;
}

.verde-suqj5m .verde-t7yyni {
  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;
}

.verde-suqj5m .verde-9pyh54 {
  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;
}

.verde-suqj5m .verde-vpbrsl {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.verde-suqj5m .verde-w5xmfo {
  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));
  }
}

.verde-suqj5m .verde-w5xmfo:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.verde-suqj5m .verde-opdmyo {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.verde-l909v2 {
  border: unset;
  background-color: unset;
}

.verde-l909v2 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.verde-l909v2 .verde-5viw27,
.verde-l909v2 .verde-698gch {
  flex: 0 1 330px;
}

.verde-l909v2 .verde-8jf7m2 {
  flex: 1 1;
}

.verde-l909v2 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--card-bg-color, var(--fh-bg-color));
  padding: 16px;
}

.verde-l909v2 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--card-text-color, #fff);
  padding: 0;
}

.verde-l909v2 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.verde-l909v2 tr td p {
  color: var(--card-text-color, #fff);
  margin: 0;
}

.verde-l909v2 tr td p span {
  color: var(--card-text-color, var(--title-color));
  font-weight: 800;
}

.verde-l909v2 tr.verde-5viw27 td p {
  padding: 16px 0;
}

.verde-l909v2 tr.verde-5viw27 td p:not(:last-child),
.verde-l909v2 tr.verde-698gch td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.verde-l909v2 tr.verde-5viw27 td p:first-child,
.verde-l909v2 tr.verde-698gch td p:first-child {
  padding-top: 0;
}

.verde-l909v2 tr.verde-698gch td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.verde-l909v2 tr.verde-698gch td p:last-child {
  padding-bottom: 0;
}

.verde-l909v2 .verde-698gch img {
  max-width: 32px;
}

.verde-l909v2 .verde-8jf7m2 {
  min-width: 718px;
}

.verde-l909v2 .verde-8jf7m2 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.verde-l909v2 .verde-8jf7m2 td {
  display: flex;
}

.verde-l909v2 .verde-8jf7m2 td:last-child .verde-y6zol2,
.verde-l909v2 .verde-8jf7m2 td:last-child .verde-16zx8k,
.verde-l909v2 .verde-8jf7m2 td:last-child .verde-e0whx5 {
  flex: 1 1 50%;
}

.verde-l909v2 .verde-8jf7m2 td:last-child .verde-31id3c {
  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;
}

.verde-l909v2 .verde-8jf7m2 td:last-child .verde-wfnty6,
.verde-l909v2 .verde-8jf7m2 td:last-child .verde-x3fg8c {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.verde-l909v2 .verde-8jf7m2 td:last-child .verde-y6zol2,
.verde-l909v2 .verde-8jf7m2 td:last-child .verde-16zx8k {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.verde-l909v2 .verde-8jf7m2 td:last-child .verde-y6zol2 span,
.verde-l909v2 .verde-8jf7m2 td:last-child .verde-16zx8k span {
  font-weight: 800;
}

.verde-l909v2 .verde-8jf7m2 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .verde-l909v2 .verde-8jf7m2 td .verde-e0whx5:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .verde-l909v2 tr.verde-5viw27 td p:last-child {
    padding-bottom: 0;
  }
  .verde-l909v2 .verde-698gch > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .verde-l909v2 .verde-698gch > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .verde-l909v2 tr.verde-5viw27 td p:not(:last-child),
  .verde-l909v2 tr.verde-698gch td p:not(:last-child) {
    border-bottom: unset;
  }
  .verde-l909v2 tr.verde-698gch td p:last-child {
    padding-bottom: 12px;
  }
  .verde-l909v2 .verde-8jf7m2 td:last-child .verde-y6zol2,
  .verde-l909v2 .verde-8jf7m2 td:last-child .verde-16zx8k,
  .verde-l909v2 .verde-8jf7m2 td:last-child .verde-e0whx5 {
    flex: 1 1 50%;
    padding: 0;
  }
  .verde-l909v2 .verde-8jf7m2 td:last-child .verde-y6zol2,
  .verde-l909v2 .verde-8jf7m2 td:last-child .verde-16zx8k {
    margin-top: 16px;
  }
  .verde-l909v2 .verde-8jf7m2 td:last-child .verde-e0whx5 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .verde-l909v2 .verde-8jf7m2 td:last-child .verde-y6zol2 {
    border-right: 1px solid var(--border-color);
  }
  .verde-l909v2 .verde-8jf7m2 td:last-child .verde-e0whx5:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .verde-l909v2 .verde-8jf7m2 td:last-child .verde-e0whx5:last-child {
    padding-bottom: 0;
  }
}

.verde-e0whx5 {
  display: flex;
  flex-direction: column;
}

.verde-l909v2 .verde-8jf7m2 td .verde-e0whx5 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.verde-l909v2 .verde-8jf7m2 td .verde-e0whx5:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.verde-l909v2 .verde-8jf7m2 td .verde-e0whx5:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .verde-l909v2 .verde-8jf7m2 td .verde-e0whx5:not(:first-child) {
    padding-left: 0;
  }
  .verde-l909v2 .verde-8jf7m2 td .verde-e0whx5:not(:last-of-type) {
    border-right: unset;
  }
}

.verde-l909v2 .verde-bkkvux {
  flex: 0 1 485px;
}

.verde-l909v2 .verde-088jpn {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.verde-l909v2 .verde-088jpn li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.verde-l909v2 .verde-088jpn li.verde-nsczk9 {
  padding: 6px 12px;
}

.verde-l909v2 .verde-088jpn li a,
.verde-l909v2 .verde-088jpn li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: var(--card-text-color, #fff);
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.verde-l909v2 .verde-42gb7r,
.verde-l909v2 .verde-bc5juj {
  flex: 1 1;
}

.verde-l909v2 .verde-hggnss,
.verde-l909v2 .verde-4vsckb {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.verde-l909v2 .verde-hggnss li,
.verde-l909v2 .verde-4vsckb li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.verde-l909v2 .verde-bc5juj img {
  max-width: 32px;
}

.verde-l909v2 .verde-42gb7r img {
  max-width: 32px;
}

.verde-l909v2 .verde-cwzrer {
  min-width: 280px;
}

.verde-l909v2 .verde-cwzrer img {
  max-width: 146px;
}

.verde-l909v2 .verde-cwzrer td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .verde-l909v2 .verde-5viw27,
  .verde-l909v2 .verde-698gch {
    flex: 0 1 auto;
  }
  .verde-l909v2 .verde-8jf7m2 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .verde-l909v2 .verde-5viw27,
  .verde-l909v2 .verde-bkkvux,
  .verde-l909v2 .verde-698gch,
  .verde-l909v2 .verde-8jf7m2 {
    flex: 1 1 calc(50% - 20px);
  }
  .verde-l909v2 .verde-42gb7r,
  .verde-l909v2 .verde-cwzrer,
  .verde-l909v2 .verde-bc5juj {
    flex: 1 1 30%;
  }
  .verde-l909v2 .verde-cwzrer {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .verde-l909v2 .verde-5viw27,
  .verde-l909v2 .verde-bkkvux,
  .verde-l909v2 .verde-42gb7r,
  .verde-l909v2 .verde-698gch,
  .verde-l909v2 .verde-8jf7m2,
  .verde-l909v2 .verde-cwzrer,
  .verde-l909v2 .verde-bc5juj {
    flex: 1 1 100%;
  }
}

.verde-8o7xwb .verde-cpm8cx {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.verde-8o7xwb .verde-7pcwhh {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.verde-8o7xwb .verde-rwlwis {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.verde-8o7xwb .verde-lzspyy {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.verde-8o7xwb .verde-lzspyy > :nth-child(3) {
  margin-top: 0;
}

.verde-8o7xwb .verde-dkype0 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.verde-8o7xwb .verde-6mqfgf {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.verde-8o7xwb .verde-0z3sds {
  grid-column: 1/2;
}

.verde-8o7xwb > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.verde-8o7xwb .verde-7pcwhh: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;
}

.verde-8o7xwb .verde-7pcwhh:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.verde-8o7xwb .verde-ofp878 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .verde-8o7xwb .verde-7pcwhh:not(:last-child):before {
    bottom: 8px;
  }
  .verde-8o7xwb .verde-7pcwhh:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .verde-8o7xwb .verde-lzspyy {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .verde-8o7xwb .verde-dkype0 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .verde-8o7xwb .verde-dkype0 img {
    width: 100%;
    height: auto;
  }
  .verde-8o7xwb .verde-ofp878 {
    width: 100%;
    min-width: unset;
  }
}

.verde-6bwdg7 .verde-pg0jb2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.verde-6bwdg7 .verde-6kabj3 {
  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;
}

.verde-6bwdg7 .verde-dkype0 {
  height: 100%;
}

.verde-6bwdg7 .verde-dkype0 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.verde-6bwdg7 .verde-ood8e6 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.verde-6bwdg7 .verde-kgkih7 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.verde-6bwdg7 .verde-u0pkot {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .verde-6bwdg7 .verde-6kabj3 {
    flex: 1 1 100%;
  }
  .verde-6bwdg7 .verde-0a955b {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .verde-6bwdg7 .verde-6kabj3 {
    flex-direction: column;
  }
  .verde-6bwdg7 .verde-dkype0 {
    width: 100%;
    height: auto;
  }
  .verde-6bwdg7 .verde-dkype0 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .verde-6bwdg7 .verde-ood8e6 {
    padding: 0 16px 16px 16px;
  }
  .verde-6bwdg7 .verde-0a955b {
    min-width: unset;
    width: 100%;
  }
}

.verde-74haea .verde-0r1hwk {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.verde-74haea .verde-goprxn {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.verde-74haea 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;
}

.verde-74haea .verde-2yfwgw {
  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;
}

.verde-74haea .verde-goprxn:hover .verde-2yfwgw {
  display: flex;
}

.verde-74haea .verde-lhrl8d {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.verde-74haea .verde-3ep62i {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.verde-fl7lxa {
  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;
}

.verde-fl7lxa.verde-xl9m50 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.verde-8utw6l ease-in-out;
}

.verde-fl7lxa.verde-xl9m50:hover {
  color: #f9cb16;
  background-color: transparent;
}

.verde-74haea .verde-72f3tx {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.verde-8utw6l ease-in-out;
}

.verde-74haea .verde-72f3tx:hover {
  color: #196948;
  background-color: #f9cb16;
}

.verde-74haea .verde-72f3tx:after,
.verde-fl7lxa.verde-xl9m50:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.verde-fl7lxa.verde-xl9m50:after {
  background-image: url(../images/Cash.svg);
}

.verde-74haea .verde-72f3tx:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .verde-74haea .verde-0r1hwk {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .verde-74haea .verde-0r1hwk {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .verde-74haea .verde-0r1hwk {
    grid-template-columns: 1fr;
  }
  .verde-74haea .verde-goprxn {
    height: auto;
  }
  .verde-74haea .verde-goprxn .verde-2yfwgw {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .verde-74haea .verde-lhrl8d,
  .verde-74haea .verde-3ep62i {
    text-align: left;
  }
  .verde-74haea .verde-3ep62i {
    margin-bottom: 8px;
  }
  .verde-74haea img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.verde-tpz0f6 {
  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;
}

.verde-tpz0f6.verde-b91an3 {
  display: block;
}

.verde-tpz0f6 .verde-trakza {
  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;
}

.verde-tpz0f6 .verde-4cnjlx {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.verde-tpz0f6 .verde-ubdmip {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.verde-tpz0f6 .verde-p7ic87 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.verde-tpz0f6 .verde-fl7lxa {
  min-width: 296px;
  margin-bottom: 0;
}

.verde-tpz0f6 .verde-798nxi {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.verde-tpz0f6 .verde-puey99 {
  position: relative;
  flex: 1 1;
}

.verde-tpz0f6 .verde-puey99 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .verde-tpz0f6 .verde-4cnjlx {
    flex-wrap: wrap;
    gap: 8px;
  }
  .verde-tpz0f6 .verde-ubdmip {
    order: 1;
  }
  .verde-tpz0f6 .verde-p7ic87 {
    order: 3;
    flex: 1 1 100%;
  }
  .verde-tpz0f6 .verde-fl7lxa {
    width: 100%;
    min-width: unset;
  }
  .verde-tpz0f6 .verde-798nxi {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .verde-jvl718 > .verde-zl99ll {
    margin-bottom: 0;
  }
  .verde-jvl718 > .verde-0z3sds,
  .verde-jvl718 > p {
    margin-top: 0;
  }
}

.verde-19qm8w img,
.verde-kw6v6r img {
  width: auto;
  object-fit: contain;
}

.verde-19qm8w {
  align-items: center;
}

.verde-19qm8w img {
  max-height: 76px;
}

.verde-kw6v6r img {
  max-height: 64px;
}

.verde-5kyzhs {
  overflow: auto;
}

.verde-v6iu31 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.verde-7idkkv:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.verde-9abomi {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.verde-b4rsv3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.verde-9abomi .verde-dkype0 {
  margin-right: 20px;
  flex-shrink: 0;
}

.verde-9abomi img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.verde-xwg6yo {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.verde-xwg6yo > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .verde-9abomi {
    padding: 15px 10px;
  }
  .verde-xwg6yo {
    padding: 15px 10px;
  }
  .verde-9abomi .verde-dkype0 {
    margin-right: 10px;
  }
}

.verde-49hgh8 {
  overflow-x: auto;
}

.verde-w013rk {
  border-collapse: collapse;
  width: 100%;
}

.verde-49hgh8 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.verde-49hgh8 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.verde-49hgh8 td.verde-ydxc4a {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.verde-49hgh8 td.verde-wxoaqd {
  border-right: none;
}

.verde-49hgh8 td.verde-wxoaqd .verde-dkype0 {
  justify-content: flex-start;
}

.verde-49hgh8 td.verde-wxoaqd .verde-dkype0 img {
  height: auto;
  width: 90px;
}

.verde-49hgh8 td.verde-munzgm,
.verde-49hgh8 td.verde-ynf34x {
  font-weight: 600;
  text-align: right;
}

.verde-49hgh8 td.verde-xg3blm,
.verde-49hgh8 td.verde-munzgm {
  padding-bottom: 10px;
  border-bottom: none;
}

.verde-49hgh8 td.verde-munzgm,
.verde-49hgh8 td.verde-ynf34x {
  border-left: none;
}

.verde-49hgh8 td.verde-xg3blm,
.verde-49hgh8 td.verde-e88pgg {
  border-right: none;
}

.verde-49hgh8 td.verde-e88pgg,
.verde-49hgh8 td.verde-ynf34x {
  border-top: none;
  padding-top: 10px;
}

.verde-5u5zqd {
  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;
}

.verde-5u5zqd .verde-0a955b {
  min-width: unset;
  width: 100%;
}

.verde-5u5zqd .verde-0a955b.verde-wfum0v {
  grid-column: 1/2;
  grid-row: 1/2;
}

.verde-5u5zqd .verde-0a955b.verde-0kf5y1 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.verde-5u5zqd .verde-ubov2q {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .verde-5u5zqd {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .verde-5u5zqd .verde-0a955b.verde-wfum0v {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .verde-5u5zqd .verde-0a955b.verde-0kf5y1 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .verde-5u5zqd .verde-ubov2q {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.verde-wlqj4q {
  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;
}

.verde-2w4oct {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.verde-2as48v p a img {
  margin: 0 auto;
  display: block;
}

.verde-2as48v table {
  margin-bottom: 17px;
}

/* contanct form */
.verde-w1ihik {
  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;
}

.verde-w1ihik label {
  font-size: 14px;
}

.verde-w1ihik h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.verde-w1ihik input,
.verde-w1ihik textarea,
.verde-w1ihik 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;
}
.verde-w1ihik button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.verde-8utw6l ease;
}
.verde-w1ihik button:hover {
  background-color: #691204;
}
.verde-91l0bi {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.verde-6iu8u2 ease-in;
}

.verde-91l0bi 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;
}
.verde-yisq1j, .verde-1503hz, [class*="review-card"],
thead, thead th, table th, .verde-r8lzmt,
.verde-i7fy4w, [class*="collapsible-header"],
.verde-sc8ft9, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v7 (social icons) */
.verde-nzb4p7 img, .verde-6627nf img { filter: invert(1); }
