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

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

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

body {
  margin: 0;
}

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

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

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

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

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

a {
  cursor: pointer;
}

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

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

svg {
  transform: translateZ(0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.verde-qrb0us {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  border: none;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .verde-qrb0us:hover {
    background: var(--button-bg-hover);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

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

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

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

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

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

.verde-seo2ye {
  cursor: pointer;
}

.verde-vtevza {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.verde-ki9iab {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.verde-ki9iab figure {
  margin: 0;
}

.verde-ki9iab.verde-0evynf {
  justify-content: flex-start;
  margin-right: 4px;
}

.verde-ki9iab.verde-j3n5yp {
  justify-content: flex-end;
  margin-left: 4px;
}

.verde-ki9iab.verde-ydg8b0 {
  justify-content: center;
}

.verde-ki9iab.verde-dq44h4 {
  justify-content: normal;
}

.verde-o95rkg {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.verde-l2zkaw {
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .verde-l2zkaw {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.verde-a0hdtr {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .verde-a0hdtr {
    flex-direction: column;
  }
}

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

.verde-xb1u4v img {
  width: 100%;
}

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

.verde-piezar {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.verde-piezar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .verde-piezar ul {
    margin-bottom: 15px;
  }
}

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

.verde-piezar ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--title-color);
}

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

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

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

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

.verde-piezar ul li:last-of-type::after {
  display: none;
}

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

.verde-nliokb {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--title-color);
  cursor: pointer;
}

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

.verde-68hrzx {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.verde-nvc5qt.verde-kiwyc5 {
  background-color: #000;
}

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

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

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

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

.verde-4qyjnl {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .verde-4qyjnl {
    flex-direction: column;
  }
}

.verde-p4daq3 {
  margin-bottom: 94px;
}

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

.verde-kg94ej .verde-izz706 {
  margin-bottom: 28px;
}

.verde-kg94ej .verde-izz706 img {
  max-height: 100px;
  width: auto;
}

.verde-hww520 {
  display: flex;
  align-items: center;
}

.verde-hww520 a + a {
  margin-left: 24px;
}

.verde-hww520 img {
  max-height: 56px;
  width: auto;
}

.verde-hww520 img + img {
  margin-left: 24px;
}

.verde-1pmnil {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.verde-7ajvgc {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

@media only screen and (max-width: 767px) {
  .verde-2r1dhs {
    flex-wrap: wrap;
  }
}

.verde-2r1dhs li {
  display: flex;
  margin: 0 7px;
}

.verde-2r1dhs li svg {
  transition: 0.verde-011nmt ease-in-out;
}

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

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

.verde-j9w8n3 + .verde-j9w8n3 {
  margin-left: 120px;
}

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

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

.verde-of9wh9 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.verde-of9wh9 li {
  font-size: 16px;
}

.verde-of9wh9 li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.verde-of9wh9 li + li {
  margin-top: 16px;
}

.verde-ys8seo {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.verde-hhopgy ease-in-out;
}

.verde-ys8seo.verde-28r7a2 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.verde-ygca0x {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.verde-wa2wan li {
  width: 100%;
}

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

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

.verde-wa2wan li a.verde-28r7a2 {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.verde-vndaeg {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.verde-vndaeg img {
  width: 100%;
  transition: 0.verde-011nmt ease-in-out;
}

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

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

@media only screen and (max-width: 767px) {
  .verde-9lgwbt {
    height: 54px;
  }
}

.verde-u960t9 {
  max-width: 1310px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .verde-u960t9 {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .verde-u960t9 .verde-izz706 img {
    max-width: 90px;
  }
}

.verde-izz706 img {
  max-height: 50px;
  width: auto;
}

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

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

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

.verde-w93ihd li {
  font-size: 16px;
  margin: 0 20px;
}

.verde-w93ihd li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.verde-fh7uho {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.verde-fh7uho.verde-ehz364 {
  margin-right: 0;
}

.verde-1z6218 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

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

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

.verde-pc1w59 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@media only screen and (min-width: 1025px) {
  .verde-pc1w59:hover {
    background: var(--button-bg-hover);
  }
}

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

.verde-lz1zif {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.verde-lz1zif:hover > ul {
  display: flex;
}

.verde-lz1zif:focus > ul {
  display: flex;
}

.verde-lz1zif:focus-within > ul {
  display: flex;
}

.verde-27m2ny {
  position: relative;
  border-radius: 10px;
  height: 42px;
  padding: 5px 32px 5px 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  gap: 5px;
}

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

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

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

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

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

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

.verde-lz1zif ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--button-text-color);
  text-decoration: none;
}

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

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

.verde-bk9fnw {
  display: none;
}

.verde-r55dxy {
  width: 38px;
  height: 38px;
  display: none;
  cursor: pointer;
  border-radius: 6px;
  background: var(--button-bg-color);
  padding: 12px 5px;
  z-index: 99;
  margin-left: 8px;
}

@media only screen and (max-width: 1023px) {
  .verde-r55dxy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

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

@media only screen and (max-width: 1023px) {
  .verde-bk9fnw:checked ~ .verde-h4xl66 {
    display: block;
    position: absolute;
    height: 100vh;
    background: var(--fh-bg-color);
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  .verde-h4xl66 {
    display: none;
    transition: display 0.verde-011nmt ease-in-out;
  }
  .verde-bk9fnw:checked ~ .verde-h4xl66 {
    display: block;
  }
  .verde-bk9fnw:checked + .verde-r55dxy span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .verde-bk9fnw:checked + .verde-r55dxy span:nth-child(2) {
    display: none;
  }
  .verde-bk9fnw:checked + .verde-r55dxy span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

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

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

.verde-mkd689 img {
  margin-bottom: 20px;
}

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

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

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

.verde-ix1qiv {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

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

.verde-i0rcpu {
  color: var(--text-color);
}

.verde-x7bxx9 {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.verde-x7bxx9 p img {
  display: block;
  margin: 0 auto;
}

.verde-x7bxx9 p:first-of-type {
  margin-top: 0;
}

.verde-x7bxx9 p:last-of-type {
  margin-bottom: 0;
}

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

.verde-x7bxx9 ul {
  padding: 0 0 0 20px;
}

.verde-x7bxx9 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.verde-x7bxx9 table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--table-1-color);
}

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

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

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

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

.verde-x7bxx9 iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

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

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

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

.verde-rgtnqv {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .verde-rgtnqv {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.verde-rgtnqv h1,
.verde-rgtnqv h2,
.verde-rgtnqv h3,
.verde-rgtnqv h4 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .verde-rgtnqv h1,
  .verde-rgtnqv h2,
  .verde-rgtnqv h3,
  .verde-rgtnqv h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.verde-jcqj75 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

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

.verde-jcqj75 .verde-l6mhx7 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .verde-jcqj75 .verde-l6mhx7 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.verde-jcqj75 .verde-9klhdl {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.verde-9klhdl {
  margin: 0 0 28px;
}

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

.verde-l6mhx7 {
  margin: 0 0 28px;
}

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

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

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

.verde-zfei7x .verde-qrb0us {
  margin-top: 30px;
  margin-bottom: 30px;
}

.verde-6vh3pu {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 110px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  background: #1a1b2d;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .verde-6vh3pu {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

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

.verde-zokrly {
  position: relative;
  border: none;
}

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

.verde-h4qffs {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  font-size: 24px;
  font-weight: 700;
  background: var(--fh-bg-color);
  color: var(--title-color);
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
}

.verde-h4qffs span {
  height: 32px;
}

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

.verde-h4qffs.verde-glt6mj span {
  transform: scaleY(-1);
}

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

.verde-rxg1n9 {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.verde-rxg1n9 li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.verde-011nmt ease-in-out;
}

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

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

.verde-rxg1n9.verde-b3qxbk {
  display: none;
}

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

.verde-2jpw76 table {
  width: 100%;
  border-collapse: collapse;
}

.verde-2jpw76 table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .verde-2jpw76 table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .verde-2jpw76 table td {
    min-width: 75px;
  }
}

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

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

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

.verde-2jpw76 p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

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

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

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

.verde-aelfot {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fh-bg-color);
  color: var(--title-color);
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .verde-aelfot {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.verde-xxibwz {
  width: 100%;
  border-collapse: collapse;
}

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

.verde-xxibwz tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .verde-xxibwz tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

.verde-2f44iz table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

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

.verde-2f44iz p {
  color: var(--text-color);
}

.verde-psxvzh {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.verde-x07mdq {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: var(--fh-bg-color);
  color: var(--updated-block-color);
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}

.verde-twxwo3 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.verde-z9pog9 p + p {
  margin-top: 10px;
}

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

.verde-x7xg9x {
  display: none;
}

@media only screen and (max-width: 767px) {
  .verde-x7xg9x {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 68px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #161d33;
    padding: 0 40px;
  }
}

.verde-pz23qj {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.verde-pz23qj li {
  margin: 0 20px;
}

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

.verde-pz23qj li a img {
  margin-bottom: 4px;
}

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

.verde-bjx11k {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 10px auto;
  padding: 0;
  display: flex;
  align-items: center;
}

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

.verde-bjx11k li {
  font-size: 16px;
  position: relative;
}

.verde-bjx11k li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.verde-bjx11k li span {
  opacity: 0.5;
}

.verde-bjx11k li + li {
  margin-left: 30px;
}

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

h2.verde-rgtnqv {
  margin: 0 0 28px;
}

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

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

.verde-wpfb7b tbody tr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 36px;
  padding: 20px 24px;
  border-radius: 10px;
  margin-bottom: 16px;
  cursor: pointer;
  background-color: var(--fh-bg-color);
}

.verde-wpfb7b tbody tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: var(--fh-bg-color);
  border-radius: 10px;
}

.verde-wpfb7b tbody tr:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--fh-bg-color);
  border-radius: 10px;
}

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

.verde-wpfb7b tbody tr:last-of-type {
  margin-bottom: 0;
}

.verde-wpfb7b tbody tr td:first-of-type {
  flex-shrink: 0;
}

.verde-wpfb7b tbody tr td:first-of-type > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--rate-image-border);
}

.verde-wpfb7b tbody tr td:first-of-type > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
  padding: 2px 9px;
  width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  counter-increment: table-row;
  content: counter(table-row);
  background: var(--rate-counter-bg);
}

.verde-wpfb7b tbody tr td:last-of-type {
  margin-left: auto;
}

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

.verde-wpfb7b tbody tr td .verde-afjjxh {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .verde-wpfb7b tbody tr td .verde-afjjxh {
    width: 100%;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .verde-wpfb7b tbody tr td .verde-zzsjrq {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .verde-wpfb7b tbody tr td .verde-zzsjrq {
    width: 100%;
  }
}

.verde-wpfb7b tbody tr td .verde-x95nse {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .verde-wpfb7b tbody tr td .verde-x95nse:hover {
    text-decoration: none;
  }
}

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

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

.verde-x99095 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.verde-gtzyar {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .verde-gtzyar {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

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

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

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

.verde-33psi5 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.verde-011nmt ease-in-out;
}

.verde-33psi5 p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .verde-33psi5:hover img {
    transform: scale(1.01);
  }
}

@media only screen and (max-width: 991px) {
  .verde-33psi5 {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}

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

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

@media only screen and (max-width: 520px) {
  .verde-951hlv {
    height: 190px;
    margin: 20px auto;
  }
}

.verde-951hlv img {
  width: 100%;
  height: 100%;
}

.verde-951hlv iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .verde-951hlv iframe {
    height: 190px;
  }
}

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

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

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

.verde-aeasyp svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.verde-011nmt ease-in-out;
}

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

.verde-3m9xpk {
  padding: 90px 0;
}

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

.verde-coy8jn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

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

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

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

.verde-z18aq0 img {
  width: 100%;
}

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

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

.verde-3fky6t {
  max-width: 565px;
  width: 100%;
  flex-basis: 565px;
  border-radius: 10px;
  padding: 36px 32px;
  background: radial-gradient(
    114.2% 133.85% at 7.14% 3.6%,
    rgba(35, 35, 54, 0.7) 0%,
    rgba(35, 35, 54, 0.7) 0.01%,
    rgba(35, 35, 54, 0.1) 100%
  );
  border: 1px solid #383853;
}

.verde-3fky6t h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 16px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .verde-3fky6t {
    flex-basis: auto;
  }
}

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

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

.verde-4cybtl:hover {
  border: 1px solid #8c8ca2;
}

.verde-7p6csn {
  margin: 20px auto 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  padding: 15px 10px;
  width: 100%;
  height: 52px;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
}

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

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

.verde-2yzlmw a {
  text-decoration: underline;
  color: #8babff;
}

.verde-dr2y4k {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.verde-dr2y4k .verde-4cybtl {
  width: 50%;
  margin: 0;
}

.verde-6brum1 {
  border-radius: 6px;
  padding: 15px 10px;
  width: 50%;
  height: 52px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

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

.verde-k77zyb {
  margin: 0 0 100px;
}

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

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

.verde-qsgnt0 {
  position: relative;
  padding: 20px 24px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .verde-qsgnt0 {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

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

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

.verde-hm8che {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

.verde-mh1rfy {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 40px;
  font-weight: 700;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .verde-mh1rfy {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

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

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

.verde-mh1rfy a svg {
  fill: #fff;
}

.verde-mh1rfy a:hover {
  background: #3d68e7;
}

.verde-25p3yi {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.verde-o740kq {
  margin-bottom: 16px;
}

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

.verde-1o86rn {
  font-size: 16px;
  color: var(--text-color);
}

.verde-plq2xa {
  display: grid;
  grid-template-areas: "play-block__left" "content-section" "play-block__right";
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
}

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

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

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

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

.verde-sz3gew h1,
.verde-sz3gew h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .verde-sz3gew h1,
  .verde-sz3gew h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

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

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

.verde-b3b6q5 h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .verde-b3b6q5 h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.verde-b3b6q5 h2 {
  display: flex;
  align-items: center;
  min-height: 68px;
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 6px;
}

@media only screen and (max-width: 767px) {
  .verde-b3b6q5 h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.verde-b3b6q5 table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.verde-b3b6q5 table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .verde-b3b6q5 table tr td {
    padding: 12px 4px;
  }
}

.verde-b3b6q5 table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .verde-b3b6q5 table tr th {
    padding: 12px 4px;
  }
}

.verde-b3b6q5 table tr:last-of-type td {
  border-bottom: none;
}

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

.verde-hsk3ir {
  width: 100%;
  min-height: 356px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .verde-hsk3ir {
    min-height: 190px;
  }
}

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

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

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

.verde-exp41r.verde-5kszre {
  display: none;
}

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

.verde-rhufzv iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.verde-rhufzv iframe.verde-vkssp2 {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.verde-rhufzv.verde-4h8mc3 {
  opacity: 1;
  pointer-events: all;
}

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

.verde-tky03e svg {
  margin-right: 10px;
}

.verde-tky03e + .verde-tky03e {
  margin-top: 14px;
}

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

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

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

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

.verde-plq2xa .verde-zfei7x {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.verde-plq2xa .verde-zfei7x h1,
.verde-plq2xa .verde-zfei7x h2 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .verde-plq2xa .verde-zfei7x h1,
  .verde-plq2xa .verde-zfei7x h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .verde-plq2xa .verde-zfei7x {
    margin: 28px 0 0;
  }
}

.verde-ea1k0q {
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

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

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

.verde-x4g9go {
  max-width: 545px;
  width: 100%;
}

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

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

.verde-9bz5v6 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.verde-9bz5v6 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.verde-qckzzh {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.verde-9n0m8i {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .verde-9n0m8i {
    flex-direction: column;
    margin: 0 0 0 20px;
  }
}

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

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

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

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

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

.verde-x5b07l .verde-qrb0us {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .verde-x5b07l .verde-qrb0us {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.verde-zslumf {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.verde-zslumf img {
  width: 100%;
}

.verde-5491yp {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.verde-7edpyo {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.verde-69cosp {
  width: 100%;
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .verde-69cosp {
    margin: 0 0 60px;
  }
}

.verde-69cosp .verde-3ct8cz {
  position: relative;
}

.verde-69cosp .verde-7sm26t {
  width: 100%;
  height: calc(100vh - 54px);
  height: 100dvh;
  height: calc(100dvh - env(safe-area-inset-bottom, 0px));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.verde-69cosp .verde-7sm26t.verde-5kszre {
  display: none;
}

.verde-69cosp .verde-ibbwhm {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  max-width: 910px;
  width: 100%;
  border-radius: 20px;
  padding: 17px 40px;
  background: var(--main-theme-color);
  border: 1px solid var(--border-color);
  margin-bottom: env(safe-area-inset-bottom, 0px);
}

@media only screen and (max-width: 991px) {
  .verde-69cosp .verde-ibbwhm {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .verde-69cosp .verde-ibbwhm {
    bottom: 90px;
  }
}

.verde-69cosp .verde-ibbwhm .verde-33dfbl {
  max-width: 300px;
  width: 100%;
}

.verde-69cosp .verde-ibbwhm .verde-33dfbl .verde-8er2h4 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .verde-69cosp .verde-ibbwhm .verde-33dfbl .verde-8er2h4 {
    font-size: 32px;
    text-align: center;
  }
}

.verde-69cosp .verde-ibbwhm .verde-33dfbl .verde-3vnxsl {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .verde-69cosp .verde-ibbwhm .verde-33dfbl .verde-3vnxsl {
    text-align: center;
  }
}

.verde-69cosp .verde-ibbwhm .verde-ehz364 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .verde-69cosp .verde-ibbwhm .verde-ehz364 {
    flex-direction: column-reverse;
  }
}

.verde-69cosp .verde-ibbwhm .verde-ehz364 .verde-9anu28 {
  border-radius: 10px;
  padding: 12px 28px;
  width: 200px;
  height: 46px;
  background: #a9afbc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0b0b10;
  cursor: pointer;
  transition: 0.verde-011nmt ease-in-out;
}

.verde-69cosp .verde-ibbwhm .verde-ehz364 .verde-9anu28:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .verde-69cosp .verde-ibbwhm .verde-ehz364 .verde-9anu28 {
    width: 100%;
  }
}

.verde-69cosp .verde-ibbwhm .verde-ehz364 .verde-ipnzot {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  width: 274px;
  height: 46px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  position: relative;
  transition: 0.verde-011nmt ease-in-out;
  overflow: hidden;
}

.verde-69cosp .verde-ibbwhm .verde-ehz364 .verde-ipnzot span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@keyframes slideLeftRight {
  0% {
    left: -16px;
  }
  100% {
    left: calc(100% + 16px);
  }
}

.verde-69cosp .verde-ibbwhm .verde-ehz364 .verde-ipnzot:before {
  content: "";
  border-radius: 10px;
  position: absolute;
  height: 100%;
  width: 32px;
  top: 0;
  left: -16px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.75) 50%,
    transparent 100%
  );
  z-index: 0;
  backdrop-filter: blur(5px);
  animation: slideLeftRight 2s infinite;
}

.verde-69cosp .verde-ibbwhm .verde-ehz364 .verde-ipnzot:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .verde-69cosp .verde-ibbwhm .verde-ehz364 .verde-ipnzot {
    width: 100%;
  }
}

.verde-69cosp .verde-ibbwhm.verde-5kszre {
  display: none;
}

.verde-69cosp .verde-skx1t3 {
  display: none;
}

.verde-69cosp .verde-skx1t3.verde-4h8mc3 {
  display: block;
}

.verde-69cosp .verde-skx1t3 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .verde-69cosp .verde-skx1t3 iframe {
    height: calc(100vh - 54px);
  }
}

.verde-69cosp .verde-mp3qrr {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .verde-69cosp .verde-mp3qrr {
    padding: 24px 16px 0;
  }
}

.verde-69cosp .verde-mp3qrr .verde-8er2h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .verde-69cosp .verde-mp3qrr .verde-8er2h4 {
    margin-bottom: 24px;
  }
}

.verde-69cosp .verde-mp3qrr table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.verde-69cosp .verde-mp3qrr table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .verde-69cosp .verde-mp3qrr table tr td {
    padding: 12px 4px;
  }
}

.verde-69cosp .verde-mp3qrr table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .verde-69cosp .verde-mp3qrr table tr th {
    padding: 12px 4px;
  }
}

.verde-69cosp .verde-mp3qrr table tr:last-of-type td {
  border-bottom: none;
}

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

.verde-0wos3e.verde-28r7a2 {
  display: block;
}

.verde-0wos3e iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.verde-0wos3e .verde-ngxdch {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  color: #000;
  border: 1px solid #000;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
}

.verde-0wos3e .verde-3vo8id {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

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

.verde-0wos3e .verde-ipnzot:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.verde-yfurzl.verde-28r7a2 {
  display: block;
}

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

.verde-7es62g {
  position: relative;
  top: 100px;
  margin: 0 auto;
  z-index: 999;
  max-width: 600px;
  width: 100%;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px 44px;
}

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

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

.verde-5euhvx {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.verde-5euhvx svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.verde-8pkm82 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.verde-ktfls3.verde-5kszre {
  display: none;
}

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

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

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

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

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

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

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

.verde-jodmcz input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.verde-jodmcz input:active {
  border-color: #c2c0ce;
}

.verde-jodmcz input:focus {
  border-color: #c2c0ce;
}

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

.verde-x6zlqw {
  margin-bottom: 36px;
}

.verde-x6zlqw textarea {
  border-radius: 20px;
  padding: 14px 20px;
  width: 100%;
  height: 120px;
  resize: none;
  overflow: hidden;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: 1px solid #c2c0ce;
  font-size: 16px;
}

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

.verde-x6zlqw textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.verde-d06klo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

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

.verde-sbdn5e:hover {
  background: var(--border-color);
}

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

.verde-s4xep5:hover {
  background: #166ad9;
}

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

.verde-du5dmx.verde-5kszre {
  display: none;
}

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

.verde-du5dmx .verde-sbdn5e {
  margin: 0 auto;
}

.verde-m5rh3x {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.verde-9qm2mr {
  filter: grayscale(100%);
}

.verde-hy7kd4 > input {
  display: none;
}

.verde-hy7kd4 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.verde-k64hay.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.verde-bnvp16 44.verde-9yojyj.verde-ym65c8.verde-6cpwnd.verde-i2w0p0.verde-d225hk.verde-us1aup.verde-cbgxsp.verde-x728qd.verde-7t9vnm.verde-aud7bs.verde-3sxtg0.verde-ou96jd 0l-12.verde-rkl0z4 30.verde-4jy6wz.verde-ad85ho 2.verde-a8l906.verde-ad85ho 3.verde-lzuc6j 3.verde-2x1zb8.verde-j5ewb3 3.verde-07let3.verde-8u24r0.verde-istg9q.verde-32qv0m 7-3.verde-rkl0z4 10.verde-8x11sl.verde-32qv0m 23.verde-jj767m.verde-z7zmbg 1.verde-n0rhe4 2.verde-rkl0z4 3.verde-z7zmbg 1.verde-j5ewb3 5.verde-p2psws.verde-j5ewb3 32.verde-h6zq2z.verde-8u24r0 5.verde-ou96jd 4.verde-32qv0m 9.verde-32qv0m 8.verde-j5ewb3 6.verde-oexrnb.verde-gt5u3v.verde-y24ub1.verde-psb0dc.verde-s1pwu5 4.verde-jndeze.verde-s1pwu5 6.verde-s1pwu5 0l29.verde-ou96jd 17.verde-nxyqc6.verde-rubmwh 2.verde-sg8vp7 10.verde-pfkwvk.verde-rkl0z4 8.verde-18khn1.verde-js1s9e.verde-5ibi7t.verde-3fqm0h.verde-qy94a9.verde-8u24r0.verde-d225hk.verde-rkl0z4 1.verde-57wsdr.verde-mbblub.verde-q8kupw.verde-7ntueg.verde-nm8q21.verde-n0rhe4 1.verde-tnaaj9.verde-9fx2ie.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.verde-hy7kd4 > input:checked ~ label,
.verde-hy7kd4 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.verde-k64hay.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.verde-bnvp16 44.verde-9yojyj.verde-ym65c8.verde-6cpwnd.verde-i2w0p0.verde-d225hk.verde-us1aup.verde-cbgxsp.verde-x728qd.verde-7t9vnm.verde-aud7bs.verde-3sxtg0.verde-ou96jd 0l-12.verde-rkl0z4 30.verde-4jy6wz.verde-ad85ho 2.verde-a8l906.verde-ad85ho 3.verde-lzuc6j 3.verde-2x1zb8.verde-j5ewb3 3.verde-07let3.verde-8u24r0.verde-istg9q.verde-32qv0m 7-3.verde-rkl0z4 10.verde-8x11sl.verde-32qv0m 23.verde-jj767m.verde-z7zmbg 1.verde-n0rhe4 2.verde-rkl0z4 3.verde-z7zmbg 1.verde-j5ewb3 5.verde-p2psws.verde-j5ewb3 32.verde-h6zq2z.verde-8u24r0 5.verde-ou96jd 4.verde-32qv0m 9.verde-32qv0m 8.verde-j5ewb3 6.verde-oexrnb.verde-gt5u3v.verde-y24ub1.verde-psb0dc.verde-s1pwu5 4.verde-jndeze.verde-s1pwu5 6.verde-s1pwu5 0l29.verde-ou96jd 17.verde-nxyqc6.verde-rubmwh 2.verde-sg8vp7 10.verde-pfkwvk.verde-rkl0z4 8.verde-18khn1.verde-js1s9e.verde-5ibi7t.verde-3fqm0h.verde-qy94a9.verde-8u24r0.verde-d225hk.verde-rkl0z4 1.verde-57wsdr.verde-mbblub.verde-q8kupw.verde-7ntueg.verde-nm8q21.verde-n0rhe4 1.verde-tnaaj9.verde-9fx2ie.5z'/%3e%3c/svg%3e");
}

.verde-hy7kd4 > input:not(:checked) ~ label:hover,
.verde-hy7kd4 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.verde-k64hay.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.verde-bnvp16 44.verde-9yojyj.verde-ym65c8.verde-6cpwnd.verde-i2w0p0.verde-d225hk.verde-us1aup.verde-cbgxsp.verde-x728qd.verde-7t9vnm.verde-aud7bs.verde-3sxtg0.verde-ou96jd 0l-12.verde-rkl0z4 30.verde-4jy6wz.verde-ad85ho 2.verde-a8l906.verde-ad85ho 3.verde-lzuc6j 3.verde-2x1zb8.verde-j5ewb3 3.verde-07let3.verde-8u24r0.verde-istg9q.verde-32qv0m 7-3.verde-rkl0z4 10.verde-8x11sl.verde-32qv0m 23.verde-jj767m.verde-z7zmbg 1.verde-n0rhe4 2.verde-rkl0z4 3.verde-z7zmbg 1.verde-j5ewb3 5.verde-p2psws.verde-j5ewb3 32.verde-h6zq2z.verde-8u24r0 5.verde-ou96jd 4.verde-32qv0m 9.verde-32qv0m 8.verde-j5ewb3 6.verde-oexrnb.verde-gt5u3v.verde-y24ub1.verde-psb0dc.verde-s1pwu5 4.verde-jndeze.verde-s1pwu5 6.verde-s1pwu5 0l29.verde-ou96jd 17.verde-nxyqc6.verde-rubmwh 2.verde-sg8vp7 10.verde-pfkwvk.verde-rkl0z4 8.verde-18khn1.verde-js1s9e.verde-5ibi7t.verde-3fqm0h.verde-qy94a9.verde-8u24r0.verde-d225hk.verde-rkl0z4 1.verde-57wsdr.verde-mbblub.verde-q8kupw.verde-7ntueg.verde-nm8q21.verde-n0rhe4 1.verde-tnaaj9.verde-9fx2ie.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .verde-7d08p3 > .verde-adev9z {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .verde-7d08p3 > .verde-adev9z {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .verde-7d08p3 > .verde-adev9z {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .verde-7d08p3 > .verde-adev9z {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .verde-7d08p3 > .verde-adev9z {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.verde-2cej26 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.verde-2cej26.verde-5kszre {
  display: none;
}

.verde-zk5o67 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  height: 110px;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .verde-zk5o67 {
    height: 74px;
    overflow: visible;
  }
}

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

.verde-x0a9cs {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 52px;
  gap: 16px;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  color: #fff;
  border-top-left-radius: 30px;
}

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

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

.verde-x0a9cs img {
  border-radius: 16px;
  overflow: hidden;
}

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

@media only screen and (max-width: 767px) {
  .verde-x0a9cs {
    max-width: 120px;
    font-size: 14px;
    border-top-left-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
  }
  .verde-x0a9cs img {
    max-width: 60px;
    border-radius: 7px;
  }
}

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

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

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

.verde-u5jocg {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 52px 0 0;
  z-index: 2;
  overflow: hidden;
  border-top-right-radius: 30px;
}

.verde-u5jocg::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .verde-u5jocg::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.verde-u5jocg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .verde-u5jocg::after {
    display: none;
  }
}

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

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

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

@media only screen and (max-width: 1023px) {
  .verde-kddj4f {
    top: -20px;
  }
}

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

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

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

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

.verde-2cej26.verde-8efkg2 .verde-zk5o67 {
  background: #2b3b67;
}

.verde-2cej26.verde-8efkg2 .verde-x0a9cs {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.verde-2cej26.verde-8efkg2 .verde-x0a9cs::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.verde-2cej26.verde-8efkg2 .verde-x0a9cs::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.verde-2cej26.verde-8efkg2 .verde-u5jocg::before {
  background: #0e0f41;
}

.verde-2cej26.verde-8efkg2 .verde-u5jocg::after {
  background: #152557;
}

.verde-2cej26.verde-fhiudh .verde-zk5o67 {
  background: #1f35fa;
}

.verde-2cej26.verde-fhiudh .verde-x0a9cs {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.verde-2cej26.verde-fhiudh .verde-x0a9cs::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.verde-2cej26.verde-fhiudh .verde-x0a9cs::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.verde-2cej26.verde-fhiudh .verde-u5jocg::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.verde-2cej26.verde-fhiudh .verde-u5jocg::after {
  background: #192ac8;
}

.verde-2cej26.verde-4tiu4y .verde-zk5o67 {
  background: #fa771f;
}

.verde-2cej26.verde-4tiu4y .verde-x0a9cs {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.verde-2cej26.verde-4tiu4y .verde-x0a9cs::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.verde-2cej26.verde-4tiu4y .verde-x0a9cs::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.verde-2cej26.verde-4tiu4y .verde-u5jocg::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.verde-2cej26.verde-4tiu4y .verde-u5jocg::after {
  background: #fa8535;
}

.verde-erj6dv {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

.verde-s83050 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 24px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .verde-s83050 {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

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

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

.verde-rom1st {
  max-width: 200px;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .verde-rom1st:hover {
    background: var(--button-bg-hover);
  }
}

.verde-92yxgj {
  display: flex;
  align-items: center;
  gap: 10px;
}

.verde-92yxgj span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.verde-92yxgj small {
  font-size: 14px;
  color: var(--text-color);
}

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

.verde-kn3p15 {
  width: 120px;
  height: 22px;
}

.verde-kn3p15 .verde-ud4nnu {
  fill: #c2c0ce;
}

.verde-kn3p15 [rating="1"] .verde-ud4nnu:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.verde-kn3p15 [rating="2"] .verde-ud4nnu:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.verde-kn3p15 [rating="3"] .verde-ud4nnu:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.verde-kn3p15 [rating="4"] .verde-ud4nnu:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.verde-kn3p15 [rating="5"] .verde-ud4nnu:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

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

.verde-brmgu5.verde-4h8mc3 {
  display: block;
}

.verde-brmgu5.verde-5kszre {
  display: none;
}

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

.verde-r0sp63 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.verde-uec2ha {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.verde-wwjego {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.verde-hzoksp small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.verde-m1atsq {
  font-size: 16px;
  line-height: 140%;
}

.verde-527aoj {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.verde-527aoj .verde-ud4nnu {
  fill: #c2c0ce;
}

.verde-527aoj [rating="1"] .verde-ud4nnu:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.verde-527aoj [rating="2"] .verde-ud4nnu:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.verde-527aoj [rating="3"] .verde-ud4nnu:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.verde-527aoj [rating="4"] .verde-ud4nnu:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.verde-527aoj [rating="5"] .verde-ud4nnu:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.verde-4edi85 {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .verde-4edi85 {
    margin: 18px auto 0;
  }
}

/* Review Hero Block Styles */

.verde-8apl8n {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

.verde-6h995z {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .verde-6h995z {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.verde-nc6qgo {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .verde-nc6qgo {
    padding: 12px;
    gap: 12px;
  }
}

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

.verde-pydamu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.verde-le8r6u {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    var(--button-bg-color) 0%,
    var(--button-bg-hover) 100%
  );
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.verde-tg172i {
  flex: 1;
  min-width: 0;
}

.verde-yoabel {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .verde-yoabel {
    font-size: 14px;
    gap: 6px;
  }
}

.verde-z1qjow {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.verde-z1qjow svg,
.verde-z1qjow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.verde-z1qjow svg path {
  fill: var(--button-bg-color);
}

.verde-z1qjow svg circle {
  fill: var(--button-text-color);
}

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

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

.verde-z471pb strong {
  font-weight: 600;
}

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

.verde-omvhwo p {
  margin: 0 0 16px;
}

.verde-omvhwo p:last-child {
  margin-bottom: 0;
}

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

.verde-jc2gmy {
  max-width: 300px;
  width: 100%;
}

.verde-jc2gmy a {
  width: 100%;
}

@media (max-width: 575px) {
  .verde-jc2gmy {
    max-width: 200px;
  }
}

.verde-dmvdry {
  justify-content: center;
}

.verde-xi579f {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.verde-ca9iu9 {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.verde-9kbycn .verde-w93ihd {
  justify-content: center;
}

/* faq */

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

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

.verde-rx36x8::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.verde-oyyq04 ease;
}

.verde-ctrn5o.verde-28r7a2 .verde-rx36x8::after {
  transform: rotate(45deg);
}

.verde-i9b88e {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.verde-011nmt ease, padding 0.verde-011nmt ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.verde-ctrn5o.verde-28r7a2 .verde-i9b88e {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.verde-tuvvzs {
  margin: 25px 0;
}

.verde-hy7kd4 > input:not(:checked) ~ label:hover,
.verde-hy7kd4 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.verde-0x3ida.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.verde-utqi0m 44.verde-g8485o.verde-qohole.verde-mqlzh1.verde-8qfw96.verde-7p0x2g.verde-aah9zp.verde-v1bwd0.verde-98hul1.verde-ubdaqs.verde-89295r.verde-7ppwyz.verde-do0zan 0l-12.verde-q8ss0x 30.verde-jtxo1o.verde-if4tgo 2.verde-2v6onf.verde-if4tgo 3.verde-ii1je1 3.verde-z9r8iv.verde-rnwxi6 3.verde-yrhl3d.verde-n2e9xk.verde-fwz0r9.verde-ef7dod 7-3.verde-q8ss0x 10.verde-h0zjph.verde-ef7dod 23.verde-l1ctk1.verde-9e64uk 1.verde-nv2u1e 2.verde-q8ss0x 3.verde-9e64uk 1.verde-rnwxi6 5.verde-bwx0pk.verde-rnwxi6 32.verde-4iudt1.verde-n2e9xk 5.verde-do0zan 4.verde-ef7dod 9.verde-ef7dod 8.verde-rnwxi6 6.verde-loceu6.verde-dqdymr.verde-0m1pts.verde-21jd6c.verde-62kzxo 4.verde-p8gug8.verde-62kzxo 6.verde-62kzxo 0l29.verde-do0zan 17.verde-8029zu.verde-x83zo4 2.verde-2b357d 10.verde-lz24se.verde-q8ss0x 8.verde-yjrur5.verde-g7n85g.verde-oky9e1.verde-t2ybkr.verde-irn0s3.verde-n2e9xk.verde-7p0x2g.verde-q8ss0x 1.verde-g5b8yr.verde-swa2up.verde-f650h1.verde-8t5xiz.verde-lvqqfd.verde-nv2u1e 1.verde-uzk4qm.verde-ff6yz4.5z'/%3e%3c/svg%3e");
}

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

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

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

.verde-1qyf0d.verde-byaauh {
  display: block;
}

.verde-1qyf0d.verde-i061vu {
  display: none;
}

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

.verde-mq5zxj {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.verde-do4jvc {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.verde-5u47hj {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.verde-j6plos small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.verde-u6ndsl {
  font-size: 16px;
  line-height: 140%;
}

.verde-yiyaa4 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.verde-yiyaa4 .verde-5rmwko {
  fill: #c2c0ce;
}

.verde-yiyaa4 [rating="1"] .verde-5rmwko:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.verde-yiyaa4 [rating="2"] .verde-5rmwko:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.verde-yiyaa4 [rating="3"] .verde-5rmwko:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.verde-yiyaa4 [rating="4"] .verde-5rmwko:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.verde-yiyaa4 [rating="5"] .verde-5rmwko:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.verde-br0n9s textarea {
  width: 100%;
  height: 80px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  resize: none;
  box-sizing: border-box;
  font-size: 18px;
}

.verde-br0n9s button {
  margin-top: 10px;
  padding: 8px 16px;
  background: var(--button-bg-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

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

/* up */

.verde-4j6d42 {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.verde-4j6d42.verde-c7p8aa {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.verde-k258ra {
  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-k258ra label {
  font-size: 14px;
}

.verde-k258ra h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.verde-k258ra input,
.verde-k258ra textarea,
.verde-k258ra 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-k258ra button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.verde-oyyq04 ease;
}
.verde-k258ra button:hover {
  background-color: var(--button-bg-hover);
}
.verde-1jrj9v {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.verde-ko28nv ease-in;
}

.verde-1jrj9v h2 {
  color: green;
  font-weight: 500;
}

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

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.verde-xmt9cf, .verde-g7styw, [class*="review-card"],
thead, thead th, table th, .verde-6n4p30,
.verde-xkrjtq, [class*="collapsible-header"],
.verde-psxvzh, [class*="updated-block"] {
  color: #ece7dc !important;
}
