@charset "UTF-8";
:root {
  --width: 1480px;
  --display-width: var(--width);
  --offsets: 30px;
  --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

body {
  background: var(--main-theme-color);
}

.green-fm4jtv {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.green-17aww2 {
  max-width: 100%;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-color);
}

a {
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}

b {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

ol:not([class]),
ul:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

caption {
  margin: 5px 0;
  font-size: 24px;
}

ol[class],
ul[class] {
  list-style: none;
}

ol.green-x5ql6e,
ul.green-x5ql6e {
  padding-left: 20px;
}

ul.green-x5ql6e {
  list-style: disc;
}

ol.green-x5ql6e {
  list-style: numbers;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--title-color);
}

h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
  }
}

.green-iuwa7a > .green-3vpom8,
.green-iuwa7a > .green-dx8ezd,
.green-iuwa7a > blockquote,
.green-iuwa7a > h1,
.green-iuwa7a > h2,
.green-iuwa7a > h3,
.green-iuwa7a > h4,
.green-iuwa7a > h5,
.green-iuwa7a > h6,
.green-iuwa7a > ol,
.green-iuwa7a > p,
.green-iuwa7a > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.green-iuwa7a > ol,
.green-iuwa7a > ul {
  padding-left: 50px;
}

.green-iuwa7a blockquote,
blockquote {
  margin-top: 1rem;
  border-left: 5px solid var(--button-bg-color);
  padding: 1rem var(--offsets) 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f0f8ffff;
}

.green-iuwa7a:not(:last-child) {
  margin-bottom: 2rem;
}

.green-iuwa7a > :not(:first-child) {
  margin-top: 2rem;
}

.green-iuwa7a {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.green-iuwa7a:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .green-iuwa7a:first-child {
    margin-top: 20px;
  }
}

.green-iuwa7a > p:last-of-type {
  margin-bottom: 32px;
}

.green-iuwa7a > .green-ypl48b:not(:first-child) {
  margin: 64px auto 16px auto;
}

.green-6o7hsd > .green-ypl48b {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.green-dx8ezd {
  overflow: auto;
}

.green-dx8ezd::-webkit-scrollbar {
  height: 5px;
}

.green-dx8ezd table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.green-dx8ezd table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.green-dx8ezd table thead,
table thead {
  border-bottom: none;
}

.green-dx8ezd table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.green-dx8ezd table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.green-dx8ezd table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.green-dx8ezd .green-q4cohn {
  table-layout: auto;
}

.green-dx8ezd .green-q4cohn th {
  word-break: normal;
}

.green-dx8ezd .green-q4cohn td {
  word-break: normal;
}

.green-fm4jtv .green-fm4jtv {
  padding-right: 0;
  padding-left: 0;
}

.green-85qvjx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.green-plydae {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  font-family: var(--ff-primary);
  color: var(--text-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.green-zgslm4 {
  display: inline-block;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  background: -o-linear-gradient(
    150deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
  background: linear-gradient(
    300deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
}

html {
  font-size: 17px;
}

.green-3vpom8 {
  margin-top: 24px;
}

.green-3vpom8.green-rr4udi {
  text-align: left;
}

.green-3vpom8.green-6gi0o2 {
  text-align: right;
}

.green-3vpom8.green-vjlalc {
  text-align: center;
}

.green-5tj3mm {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transform-origin: center;
  transition: 0.green-ibilxu ease-in-out;
  cursor: pointer;
}

.green-5tj3mm:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.green-5tj3mm {
  min-width: 328px;
}

@media (max-width: 768px) {
  .green-5tj3mm {
    min-width: unset;
  }
}

.green-ii3cl6 {
  background-color: var(--fh-bg-color);
}

.green-vmedfz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.green-v8p7jy {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.green-v8p7jy img {
  max-height: 80px;
  object-fit: contain;
}

.green-xj509k {
  flex: 1 1;
}

.green-97d13a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.green-h7tvm5 {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
}

.green-h7tvm5 span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.green-h7tvm5.green-fdgzn4 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.green-h7tvm5.green-fdgzn4 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.green-h7tvm5.green-fdgzn4 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.green-xj509k + .green-97d13a {
  margin-left: 20px;
}

.green-r59kni {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #196948;
  transition: 250ms;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;
}

.green-r59kni > svg {
  max-width: 24px;
  max-height: 24px;
}

.green-r59kni + .green-r59kni {
  margin-left: 5px;
}

.green-pgwj3t {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.green-pgwj3t:hover {
  background-color: var(--button-bg-hover);
}

.green-lpfmlh {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.green-ibilxu ease-in-out;
  border: 1px solid var(--border-color);
}

.green-lpfmlh:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.green-gubz9i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

@media (max-width: 1100px) {
  .green-xj509k {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .green-gubz9i {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .green-xj509k {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .green-r59kni {
    min-width: unset;
    flex: 1 1;
  }
}

.green-5qwb90 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.green-5qwb90:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.green-5qwb90:hover .green-jrqp04 {
  opacity: 1;
  pointer-events: auto;
}

.green-a2obp1 {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.green-jeropp ease-in-out;
  gap: 4px;
}

.green-a2obp1 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.green-a2obp1 .green-85qvjx img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.green-6r60ab,
.green-a2obp1:hover {
  color: var(--button-bg-hover);
}

.green-mknih7 {
  position: relative;
}

.green-mknih7 .green-a2obp1 {
  margin-right: 0;
  padding-right: 4px;
}

.green-05z88z svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.green-mknih7.green-fdgzn4 .green-05z88z svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.green-mknih7.green-fdgzn4 .green-jrqp04 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.green-mknih7.green-fdgzn4 .green-jrqp04::before {
  display: none;
}

.green-05z88z svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.green-jrqp04 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.green-syya04 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.green-jrqp04::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.green-jrqp04:hover {
  color: var(--fh-bg-color);
}

.green-98r1jh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.green-syya04 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.green-jeropp ease-in-out;
  -o-transition: 0.green-jeropp ease-in-out;
  transition: 0.green-jeropp ease-in-out;
}

.green-98r1jh .green-85qvjx img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.green-i3v7nx,
.green-98r1jh:hover {
  color: var(--button-bg-hover);
}

.green-fxemmw {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr auto;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.green-fxemmw.green-mrozgv {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.green-fxemmw.green-mrozgv:after,
.green-fxemmw.green-mrozgv:before {
  content: "";
  position: absolute;
  margin: auto;
}

.green-fxemmw.green-mrozgv:before {
  width: 1000px;
  top: 0;
  height: 1000px;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: var(--border-color);
  background: var(--border-color);
  background: conic-gradient(var(--border-color), var(--button-bg-color));
  animation: rotate 2s linear infinite;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.green-fxemmw.green-mrozgv:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.green-fxemmw.green-mrozgv > * {
  z-index: 1;
}

.green-fxemmw b,
.green-fxemmw strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.green-fxemmw .green-hq4v0e {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.green-fxemmw .green-os5qxu {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
}

.green-fxemmw .green-85qvjx {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.green-fxemmw .green-3i5xdz {
  margin-top: 12px;
}

.green-3i5xdz {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.green-nckhqd {
  flex: 1 1;
  color: var(--button-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 2px dashed var(--border-color);
  padding: 12px;
  max-width: 220px;
}

.green-3i5xdz .green-xihjti {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.green-ibilxu ease-in-out;
}

.green-3i5xdz .green-xihjti:hover {
  background: rgba(255, 255, 255, 0.3);
}

.green-5ho5bm {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
  justify-content: space-between;
  border-radius: 8px;
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.green-fxemmw.green-688c1k {
  gap: 12px;
  padding: 16px;
}

.green-fxemmw.green-688c1k .green-5ho5bm {
  min-width: 240px;
}

.green-fxemmw.green-688c1k .green-5ho5bm.green-1g2xkc {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .green-fxemmw .green-hq4v0e {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .green-fxemmw .green-os5qxu {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .green-fxemmw .green-85qvjx {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .green-fxemmw.green-688c1k .green-85qvjx {
    max-width: 126px;
  }
  .green-fxemmw .green-3i5xdz {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .green-fxemmw .green-nckhqd {
    max-width: unset;
  }
  .green-5ho5bm {
    min-width: unset;
    width: 100%;
  }
  .green-fxemmw .green-5ho5bm {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .green-fxemmw.green-688c1k {
    grid-template-rows: auto 1fr auto;
  }
  .green-fxemmw.green-688c1k .green-5ho5bm {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .green-fxemmw {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .green-fxemmw .green-hq4v0e {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .green-fxemmw .green-85qvjx {
    max-width: 78px;
  }
  .green-fxemmw .green-3i5xdz {
    margin-top: -12px;
  }
  .green-fxemmw.green-688c1k {
    gap: 8px;
  }
  .green-fxemmw.green-688c1k .green-hq4v0e {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .green-fxemmw.green-688c1k .green-os5qxu {
    grid-column: 1/3;
  }
  .green-fxemmw.green-688c1k .green-85qvjx {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .green-fxemmw.green-688c1k .green-85qvjx img {
    max-width: 114px;
  }
}

.green-5ho5bm.green-82j8of,
.green-5ho5bm.green-0idc62,
.green-5ho5bm.green-fykyd0 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.green-ibilxu ease-in-out;
}

.green-5ho5bm.green-82j8of,
.green-5ho5bm.green-fykyd0 {
  padding: 10px;
}

.green-5ho5bm.green-82j8of:hover,
.green-5ho5bm.green-0idc62:hover,
.green-5ho5bm.green-fykyd0:hover {
  background: var(--button-bg-hover);
}

.green-5ho5bm.green-82j8of:hover svg path,
.green-5ho5bm.green-fykyd0:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.green-5ho5bm.green-1g2xkc {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.green-ibilxu ease-in-out;
  background: var(--button-bg-color);
}

.green-5ho5bm.green-1g2xkc:hover {
  background-color: var(--button-bg-hover);
}

.green-5ho5bm.green-0idc62:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(../images/mini-gift.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}

@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.green-5ho5bm.green-0idc62:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.green-5ho5bm.green-1g2xkc:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.green-5kfb1y {
  max-width: 650px;
}

.green-onzyt3 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.green-fzgay8 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.green-zh2mk6 {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.green-jeropp ease-in-out;
  cursor: pointer;
}

.green-zh2mk6:hover {
  opacity: 0.5;
}

.green-zh2mk6:focus {
  outline: 0;
}

.green-zh2mk6:focus .green-0l0z1k,
.green-zh2mk6:hover .green-0l0z1k {
  fill: red;
  fill-opacity: 1;
}

.green-zh2mk6:hover {
  cursor: pointer;
}

.green-zwo14u {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.green-5kfb1y.green-vjlalc {
  margin: 0 auto;
}

.green-5kfb1y.green-6gi0o2 {
  margin-left: auto;
}

.green-q5aewa {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.green-pkwdrl {
  padding-bottom: 50px;
}

.green-5me6bh {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.green-jja4yg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: wrap row-reverse;
  flex-flow: wrap row-reverse;
  gap: 20px;
}

.green-noxlw9 {
  margin-top: 24px;
}

.green-tdhqrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.green-ivtz2o {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.green-2dv9p4 {
  display: flex;
  gap: 12px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
}

.green-pqueke {
  width: 468px;
}

.green-2dv9p4 .green-jrqp04 {
  margin: 0.green-wd1v5q 0;
}

.green-l0gc99 {
  display: flex;
  min-width: 224px;
}

.green-2vh8dd {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.green-jeropp ease-in-out;
}

.green-jy4v3e,
.green-2vh8dd:hover {
  color: var(--text-color);
}

.green-tuu8yv {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.green-mt90lv {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .green-q5aewa {
    padding: 16px;
  }
  .green-tuu8yv {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .green-mt90lv {
    align-items: center;
  }
  .green-pqueke {
    width: unset;
  }
  .green-l0gc99 {
    min-width: unset;
  }
  .green-2dv9p4 {
    max-height: unset;
  }
  .green-5me6bh {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .green-q5aewa {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.green-pcc129 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.green-pcc129:not(:last-child) {
  margin-bottom: 16px;
}

.green-c3f36e {
  outline: 0;
}

.green-c3f36e .green-i7urkz {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.green-c1pspw {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .green-c1pspw {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.green-c1pspw::-webkit-details-marker {
  display: none;
}

.green-c1pspw:before {
  content: "?";
  display: flex;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--text-color);
  background: var(--button-bg-color);
  background-repeat: no-repeat;
  background-position: center;
}

.green-c1pspw:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .green-c1pspw:after {
  transform: unset;
}

.green-i7urkz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-faq-item-title);
}

.green-i7urkz svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-faq-item-title);
  -webkit-transition: 0.green-jeropp ease-in-out;
  -o-transition: 0.green-jeropp ease-in-out;
  transition: 0.green-jeropp ease-in-out;
}

.green-3ysmom {
  padding: 16px 0 0 0;
}

.green-3ysmom * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .green-3ysmom :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .green-c1pspw {
    flex-wrap: wrap;
    gap: 12px;
  }
  .green-c1pspw::after {
    margin-left: auto;
  }
  .green-i7urkz {
    order: 3;
    flex: 1 1 100%;
  }
  .green-c1pspw {
    font-size: 14px;
    line-height: 130%;
  }
  .green-i7urkz svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.green-csqn45 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
  margin: 0;
}

.green-61f2lq {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.green-csqn45.green-fdgzn4 .green-61f2lq {
  margin-bottom: 12px;
}

.green-61f2lq::after {
  content: "";
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 250ms;
}

.green-csqn45.green-fdgzn4 .green-61f2lq::after {
  transform: unset;
}

.green-mm3zrt {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.green-avn412 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.green-jeropp ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.green-avn412:before {
  content: "";
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/list-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.green-csqn45.green-fdgzn4 .green-mm3zrt {
  max-height: 100%;
}

.green-guvvtm {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.green-ln5vup {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.green-erqvz3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.green-w5grbd {
  margin-right: 4px;
}

.green-ocgmdh {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--button-bg-color);
  padding: 4px 0;
  transition: color 0.green-jeropp ease-in-out;
}

.green-ocgmdh svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.green-xx1we3,
.green-ocgmdh:hover {
  color: var(--text-color);
}

.green-hio138 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border-radius: 12px 12px 0 0;
  padding: 8px;
  gap: 0 8px;
  background-color: #008f5e;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}

.green-hio138 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.green-hio138 .green-cdidzd {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.green-hio138 .green-giw88l {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
  color: var(--title-color);
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.green-fbspfg {
  display: flex;
  align-items: center;
  grid-column: 3/4;
  grid-row: 1/3;
  color: #196948;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--title-color);
  margin-top: 0;
}

.green-323u5m {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.green-jx9l1f .green-fm4jtv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.green-jx9l1f {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.green-zfm9hh {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.green-vjyms9 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.green-oytgym {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.green-uuqtwz 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.green-oytgym:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.green-b1k77v {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.green-z7h8w6 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px #223c5059;
  box-shadow: 0 0 20px 5px #223c5059;
  background-color: var(--button-bg-color);
  -webkit-transition: -webkit-transform 0.green-jeropp ease-in-out;
  transition: transform 0.green-jeropp ease-in-out;
  -o-transition: transform 0.green-jeropp ease-in-out;
  transition:
    transform 0.green-jeropp ease-in-out,
    -webkit-transform 0.green-jeropp ease-in-out;
  cursor: pointer;
}

.green-z7h8w6 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.green-z7h8w6:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  bottom: 18px;
  right: 80px;
  padding: 1em;
  max-width: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
  box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}

#cookie-law-div a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cookie-law-div a:hover {
  opacity: 0.7;
}

#cookie-law-div p {
  margin: 0;
  color: #000;
  padding-right: 50px;
}

#cookie-law-div button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0.5em;
  top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: none;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
}

#cookie-law-div button:hover {
  opacity: 1;
}

.green-oh0q5z {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .green-oh0q5z {
    left: calc(50% - 60px);
  }
}

#cookie-law-div {
  border-radius: 0;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

#cookie-law-div p {
  padding-bottom: 50px;
}

body::-webkit-scrollbar-track {
  background-color: var(--fh-bg-color);
}

body::-webkit-scrollbar-thumb {
  border: 1px solid var(--fh-bg-color);
  border-radius: 10px;
  height: 20%;
  background: var(--button-bg-color);
}

.green-k81st2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.green-z7sh4y {
  position: relative;
  width: 100%;
}

.green-k81st2.green-kl8mve {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.green-k81st2.green-vjlalc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.green-k81st2.green-6gi0o2 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.green-ka4ln4 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.green-r7lu9s {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.green-jeropp ease-in-out;
  cursor: pointer;
}

.green-r7lu9s:hover {
  opacity: 0.5;
}

.green-k81st2.green-76fbpq .green-r7lu9s {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.green-k81st2.green-76fbpq .green-ka4ln4 {
  cursor: pointer;
}

.green-4q4ltn {
  fill: #0009;
}

.green-j2tang {
  fill: #fff;
}

.green-r7lu9s:hover .green-4q4ltn {
  fill: red;
}

.green-r7lu9s svg path {
  -webkit-transition: 0.green-jeropp ease-in-out;
  -o-transition: 0.green-jeropp ease-in-out;
  transition: 0.green-jeropp ease-in-out;
}

.green-0qz7d1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.green-0qz7d1 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.green-0qz7d1.green-e478mr > :not(.get-image) {
  grid-column: 1/3;
}

.green-dclzym:not(._h1-block) .green-0qz7d1 > .green-ypl48b {
  grid-row: 1/2;
  grid-column: 1/3;
}

.green-0qz7d1.green-e478mr .green-qkwgi2 {
  grid-column: 2/3;
}

.green-0qz7d1.green-e478mr > .green-85qvjx {
  grid-column: 1/2;
}

.green-0qz7d1.green-e478mr > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.green-0qz7d1 > p:first-of-type {
  margin-top: 0;
}

.green-0qz7d1 .green-85qvjx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/10;
  border-radius: 12px;
  overflow: hidden;
}

.green-dclzym:not(._h1-block) .green-ypl48b ~ .green-85qvjx {
  grid-row: 2/10;
}

.green-dclzym.green-5fz69j .green-ypl48b ~ .green-85qvjx {
  grid-row: 1/10;
}

.green-dclzym.green-5fz69j > .green-ypl48b {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.green-dclzym.green-5fz69j .green-85qvjx {
  grid-row: 1/10;
}

.green-0qz7d1.green-qzbt8v .green-85qvjx {
  align-items: flex-start;
}

.green-0qz7d1.green-vjlalc .green-qkwgi2 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.green-0qz7d1.green-vjlalc .green-85qvjx {
  align-items: center;
}

.green-0qz7d1.green-lek7co .green-85qvjx {
  align-items: flex-end;
}

.green-qkwgi2 > :first-child {
  margin-top: 0;
}

.green-qkwgi2 > :last-child {
  margin-bottom: 0;
}

* + .green-0tuh1y,
.green-dclzym + .green-dclzym {
  margin-top: 2rem;
}

.green-5dxaet td::before,
.green-5dxaet th::after {
  display: none !important;
}

.green-5dxaet #link-selector {
  color: #000;
}

.green-5dxaet .green-ehs75q {
  color: #135e96;
}

.green-5dxaet .green-y6ewo5 *,
.green-5dxaet .green-k36riw p,
.green-5dxaet .green-ldfxp6 * {
  color: #000;
}

.green-5dxaet .green-16gyal {
  background: 0 0 !important;
}

.green-5dxaet .green-skk0ja {
  color: #000;
}

.green-5dxaet .green-p98i57.green-w8d3nr {
  color: #fff;
}

.green-5dxaet .green-apq8g9 {
  color: #000;
}

.green-5dxaet
  .green-mqlj6a
  .green-35g1tn.green-w8d3nr.green-bsj1xa {
  background: #ccc;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  color: #000 !important;
}

.green-smt32l,
body .green-wpo8xd {
  color: #000;
  background: var(--color-body) !important;
}

.green-smt32l .green-ewiavy .green-cfqin0,
body .green-wpo8xd .green-ewiavy .green-cfqin0 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .green-avn412:focus,
  .green-avn412:hover {
    color: #f9cb16;
  }
  .green-113e2b:focus,
  .green-113e2b:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .green-ihozfp:focus img,
  .green-ihozfp:focus svg,
  .green-ihozfp:hover img,
  .green-ihozfp:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .green-hio138 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .green-mknih7:hover .green-05z88z svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .green-05z88z {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .green-tb2rp9 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .green-spjrox {
    grid-template-columns: repeat(4, 1fr);
  }
  .green-jc6yk9 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .green-4bo7tm .green-buwws9 {
    grid-template-columns: 1fr;
  }
  .green-4bo7tm .green-1tcarl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    overflow: auto;
    margin-right: 0;
    border-style: none;
    border-radius: 16px 16px 0 0;
    padding: 0;
  }
  .green-4bo7tm .green-nzlzyc {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .green-4bo7tm .green-wclf66 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .green-4bo7tm .green-kl6gdk {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .green-4bo7tm .green-nzlzyc:not(:first-child) {
    border: none;
  }
  .green-4bo7tm .green-nzlzyc:first-child .green-wclf66 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .green-4bo7tm .green-nzlzyc:last-child .green-wclf66 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .green-vmedfz {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .green-v8p7jy {
    max-width: 100px;
  }
  .green-xj509k {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .green-97d13a {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .green-97d13a svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .green-h7tvm5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .green-xj509k + .green-97d13a {
    margin-left: auto;
  }
  .green-9fwzmt {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--fh-bg-color);
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
  }
  .green-9fwzmt.green-fdgzn4 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .green-gubz9i {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 32px 16px 12px 16px;
  }
  .green-5qwb90 {
    width: 100%;
  }
  .green-5qwb90:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .green-a2obp1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .green-a2obp1 svg {
    margin-right: 4px;
  }
  .green-mknih7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .green-05z88z svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .green-05z88z {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 5px 16px 30%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
  }
  .green-jrqp04 {
    display: none;
    width: 100%;
  }
  .green-mknih7.green-fdgzn4 .green-jrqp04 {
    padding: 0 0 0 48px;
  }
  .green-98r1jh {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .green-jja4yg .green-85qvjx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .green-7bzs11 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .green-7bzs11 + .green-7bzs11 {
    margin-right: 0;
  }
  .green-7bzs11 + .green-85qvjx {
    margin: 0;
  }
  .green-tb2rp9 {
    grid-template-columns: repeat(4, 1fr);
  }
  .green-spjrox {
    grid-template-columns: repeat(3, 1fr);
  }
  .green-6lfcq2,
  .green-hpy0nj {
    grid-template-columns: repeat(2, 1fr);
  }
  .green-0qz7d1 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .green-0qz7d1.green-e478mr .green-qkwgi2 {
    grid-column: auto;
    grid-row: auto;
  }
  .green-0qz7d1 > .green-ypl48b {
    grid-column: 1/2;
  }
  .green-0qz7d1.green-e478mr > :not(.get-image) {
    grid-column: 1/2;
  }
  .green-0qz7d1 .green-85qvjx,
  .green-0qz7d1.green-e478mr > .green-85qvjx {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .green-0qz7d1.green-e478mr > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .green-dclzym.green-5fz69j .green-0qz7d1 > .green-85qvjx {
    grid-row: 1/2;
  }
  .green-0qz7d1 .green-ypl48b ~ .green-85qvjx,
  .green-0qz7d1.green-e478mr .green-ypl48b ~ .green-85qvjx {
    grid-row: 2/3;
  }
  .green-dclzym.green-5fz69j .green-ypl48b ~ .green-85qvjx {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .green-iuwa7a:first-child .green-dv5p2m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .green-iuwa7a:first-child .green-dv5p2m h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .green-iuwa7a {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .green-iuwa7a {
    padding: 0;
  }
  .green-3vpom8 {
    margin-top: 1rem;
  }
  .green-c3f36e {
    border-radius: 5px;
  }
  .green-lpuzru {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .green-61f2lq::after {
    display: inline-block;
  }
  .green-61f2lq {
    margin: 0;
    width: 100%;
  }
  .green-mm3zrt {
    width: 100%;
  }
  .green-mm3zrt.green-rhlrs2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .green-mm3zrt.green-rhlrs2 .green-gomxel {
    width: 100%;
  }
  .green-mm3zrt.green-rhlrs2 .green-gomxel:not(:last-child) {
    margin-right: 0;
  }
  .green-avn412 {
    width: 100%;
    text-align: center;
  }
  .green-csqn45.green-fdgzn4 .green-mm3zrt {
    margin-top: 1rem;
  }
  .green-tb2rp9 {
    grid-template-columns: repeat(3, 1fr);
  }
  .green-jc6yk9,
  .green-spjrox {
    grid-template-columns: repeat(2, 1fr);
  }
  .green-6lfcq2,
  .green-hpy0nj,
  .green-r1it48 {
    grid-template-columns: 1fr;
  }
  .green-cg2ur8 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .green-8vgnwd {
    min-width: 300px;
    max-width: 325px;
  }
  .green-wclf66 {
    cursor: auto;
  }
  .green-tlckzr .green-wclf66 {
    padding: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .green-oh0q5z {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .green-jrqp04 {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #cookie-law-div {
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .green-oh0q5z {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.green-7bzs11 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .green-97d13a {
    margin: 0 -0.2rem;
  }
  .green-7bzs11 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .green-rpsp51 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .green-slqck6 {
    max-width: 100%;
  }
  .green-tb2rp9 {
    grid-template-columns: repeat(2, 1fr);
  }
  .green-jc6yk9,
  .green-spjrox {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .green-vmedfz {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .green-97d13a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .green-ii3cl6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .green-r59kni {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .green-55obua,
  .green-r9zimt {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .green-5tj3mm {
    width: 100%;
  }
  .green-tb2rp9 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .green-oh0q5z {
    top: 127px !important;
  }
}

.green-erdq7e {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .green-erdq7e {
  }
}

@media (max-width: 767px) {
  .green-erdq7e {
    margin-bottom: 12px;
  }
}

.green-erdq7e img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.green-azwek0 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.green-azwek0 > .green-movcmt {
  flex: 1 1;
}

@media (max-width: 767px) {
  .green-azwek0 {
    flex-direction: column;
    gap: 12px;
  }
}

.green-0hxrtu {
  display: flex;
}

.green-0hxrtu .green-h5aq7j {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 8px;
  border-radius: 4px 0 0 4px;
}

.green-0hxrtu .green-239xbn {
  display: flex;
  align-items: center;
  flex: 1 1;
  background-color: var(--fh-bg-color);
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}

.green-0hxrtu .green-rh12fm {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.green-0hxrtu .green-yhiisu {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 32px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.green-0hxrtu .green-yhiisu:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.green-0hxrtu .green-rmsvbi {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.green-465alk {
  border: unset;
  background-color: unset;
}

.green-465alk tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.green-465alk .green-6czy7v,
.green-465alk .green-86r3uu {
  flex: 0 1 330px;
}

.green-465alk .green-s110hk {
  flex: 1 1;
}

.green-465alk tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.green-465alk tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.green-465alk tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.green-465alk tr td p {
  color: #fff;
  margin: 0;
}

.green-465alk tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.green-465alk tr.green-6czy7v td p {
  padding: 16px 0;
}

.green-465alk tr.green-6czy7v td p:not(:last-child),
.green-465alk tr.green-86r3uu td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.green-465alk tr.green-6czy7v td p:first-child,
.green-465alk tr.green-86r3uu td p:first-child {
  padding-top: 0;
}

.green-465alk tr.green-86r3uu td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.green-465alk tr.green-86r3uu td p:last-child {
  padding-bottom: 0;
}

.green-465alk .green-86r3uu img {
  max-width: 32px;
}

.green-465alk .green-s110hk {
  min-width: 718px;
}

.green-465alk .green-s110hk td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.green-465alk .green-s110hk td {
  display: flex;
}

.green-465alk .green-s110hk td:last-child .green-hpgs5g,
.green-465alk .green-s110hk td:last-child .green-kxp6df,
.green-465alk .green-s110hk td:last-child .green-41dsoq {
  flex: 1 1 50%;
}

.green-465alk .green-s110hk td:last-child .green-oyzg0n {
  flex: 1 1 100%;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.green-465alk .green-s110hk td:last-child .green-gyjpzd,
.green-465alk .green-s110hk td:last-child .green-g57465 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.green-465alk .green-s110hk td:last-child .green-hpgs5g,
.green-465alk .green-s110hk td:last-child .green-kxp6df {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.green-465alk .green-s110hk td:last-child .green-hpgs5g span,
.green-465alk .green-s110hk td:last-child .green-kxp6df span {
  font-weight: 800;
}

.green-465alk .green-s110hk img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .green-465alk .green-s110hk td .green-41dsoq:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .green-465alk tr.green-6czy7v td p:last-child {
    padding-bottom: 0;
  }
  .green-465alk .green-86r3uu > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .green-465alk .green-86r3uu > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .green-465alk tr.green-6czy7v td p:not(:last-child),
  .green-465alk tr.green-86r3uu td p:not(:last-child) {
    border-bottom: unset;
  }
  .green-465alk tr.green-86r3uu td p:last-child {
    padding-bottom: 12px;
  }
  .green-465alk .green-s110hk td:last-child .green-hpgs5g,
  .green-465alk .green-s110hk td:last-child .green-kxp6df,
  .green-465alk .green-s110hk td:last-child .green-41dsoq {
    flex: 1 1 50%;
    padding: 0;
  }
  .green-465alk .green-s110hk td:last-child .green-hpgs5g,
  .green-465alk .green-s110hk td:last-child .green-kxp6df {
    margin-top: 16px;
  }
  .green-465alk .green-s110hk td:last-child .green-41dsoq {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .green-465alk .green-s110hk td:last-child .green-hpgs5g {
    border-right: 1px solid var(--border-color);
  }
  .green-465alk .green-s110hk td:last-child .green-41dsoq:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .green-465alk .green-s110hk td:last-child .green-41dsoq:last-child {
    padding-bottom: 0;
  }
}

.green-41dsoq {
  display: flex;
  flex-direction: column;
}

.green-465alk .green-s110hk td .green-41dsoq {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.green-465alk .green-s110hk td .green-41dsoq:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.green-465alk .green-s110hk td .green-41dsoq:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .green-465alk .green-s110hk td .green-41dsoq:not(:first-child) {
    padding-left: 0;
  }
  .green-465alk .green-s110hk td .green-41dsoq:not(:last-of-type) {
    border-right: unset;
  }
}

.green-465alk .green-qeuo5h {
  flex: 0 1 485px;
}

.green-465alk .green-byetfu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.green-465alk .green-byetfu li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.green-465alk .green-byetfu li.green-yezcvj {
  padding: 6px 12px;
}

.green-465alk .green-byetfu li a,
.green-465alk .green-byetfu li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.green-465alk .green-3fi4vg,
.green-465alk .green-ix75z7 {
  flex: 1 1;
}

.green-465alk .green-vbbmog,
.green-465alk .green-opccdc {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.green-465alk .green-vbbmog li,
.green-465alk .green-opccdc li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.green-465alk .green-ix75z7 img {
  max-width: 32px;
}

.green-465alk .green-3fi4vg img {
  max-width: 32px;
}

.green-465alk .green-oaq92n {
  min-width: 280px;
}

.green-465alk .green-oaq92n img {
  max-width: 146px;
}

.green-465alk .green-oaq92n td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .green-465alk .green-6czy7v,
  .green-465alk .green-86r3uu {
    flex: 0 1 auto;
  }
  .green-465alk .green-s110hk {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .green-465alk .green-6czy7v,
  .green-465alk .green-qeuo5h,
  .green-465alk .green-86r3uu,
  .green-465alk .green-s110hk {
    flex: 1 1 calc(50% - 20px);
  }
  .green-465alk .green-3fi4vg,
  .green-465alk .green-oaq92n,
  .green-465alk .green-ix75z7 {
    flex: 1 1 30%;
  }
  .green-465alk .green-oaq92n {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .green-465alk .green-6czy7v,
  .green-465alk .green-qeuo5h,
  .green-465alk .green-3fi4vg,
  .green-465alk .green-86r3uu,
  .green-465alk .green-s110hk,
  .green-465alk .green-oaq92n,
  .green-465alk .green-ix75z7 {
    flex: 1 1 100%;
  }
}

.green-h40ya2 .green-qjrq5q {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.green-h40ya2 .green-z3z5my {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.green-h40ya2 .green-ky5qxu {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.green-h40ya2 .green-xplwv9 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.green-h40ya2 .green-xplwv9 > :nth-child(3) {
  margin-top: 0;
}

.green-h40ya2 .green-85qvjx {
  grid-column: 2/3;
  grid-row: 1/10;
}

.green-h40ya2 .green-vz54ry {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.green-h40ya2 .green-3vpom8 {
  grid-column: 1/2;
}

.green-h40ya2 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.green-h40ya2 .green-z3z5my:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  min-width: 44px;
  height: 24px;
  background-image: url(../images/how-to_arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fh-bg-color);
  z-index: 1;
}

.green-h40ya2 .green-z3z5my:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.green-h40ya2 .green-5tj3mm {
  min-width: 240px;
}

@media (max-width: 768px) {
  .green-h40ya2 .green-z3z5my:not(:last-child):before {
    bottom: 8px;
  }
  .green-h40ya2 .green-z3z5my:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .green-h40ya2 .green-xplwv9 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .green-h40ya2 .green-85qvjx {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .green-h40ya2 .green-85qvjx img {
    width: 100%;
    height: auto;
  }
  .green-h40ya2 .green-5tj3mm {
    width: 100%;
    min-width: unset;
  }
}

.green-v86r7z .green-pdbr54 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.green-v86r7z .green-yojz65 {
  display: flex;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  overflow: hidden;
}

.green-v86r7z .green-85qvjx {
  height: 100%;
}

.green-v86r7z .green-85qvjx img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.green-v86r7z .green-pwlqt5 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.green-v86r7z .green-kmgdft {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.green-v86r7z .green-45z2j4 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .green-v86r7z .green-yojz65 {
    flex: 1 1 100%;
  }
  .green-v86r7z .green-5ho5bm {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .green-v86r7z .green-yojz65 {
    flex-direction: column;
  }
  .green-v86r7z .green-85qvjx {
    width: 100%;
    height: auto;
  }
  .green-v86r7z .green-85qvjx img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .green-v86r7z .green-pwlqt5 {
    padding: 0 16px 16px 16px;
  }
  .green-v86r7z .green-5ho5bm {
    min-width: unset;
    width: 100%;
  }
}

.green-qva2u6 .green-c4t2a9 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.green-qva2u6 .green-9ml2y6 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.green-qva2u6 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.green-qva2u6 .green-23w6k4 {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(15, 39, 23, 0.95);
  z-index: 1;
  transition: 0.2s;
}

.green-qva2u6 .green-9ml2y6:hover .green-23w6k4 {
  display: flex;
}

.green-qva2u6 .green-de2f9n {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.green-qva2u6 .green-68wefv {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.green-g428ht {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: unset;
  width: auto;
  cursor: pointer;
}

.green-g428ht.green-afdd3u {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.green-ibilxu ease-in-out;
}

.green-g428ht.green-afdd3u:hover {
  color: #f9cb16;
  background-color: transparent;
}

.green-qva2u6 .green-ooquf8 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.green-ibilxu ease-in-out;
}

.green-qva2u6 .green-ooquf8:hover {
  color: #196948;
  background-color: #f9cb16;
}

.green-qva2u6 .green-ooquf8:after,
.green-g428ht.green-afdd3u:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.green-g428ht.green-afdd3u:after {
  background-image: url(../images/Cash.svg);
}

.green-qva2u6 .green-ooquf8:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .green-qva2u6 .green-c4t2a9 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .green-qva2u6 .green-c4t2a9 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .green-qva2u6 .green-c4t2a9 {
    grid-template-columns: 1fr;
  }
  .green-qva2u6 .green-9ml2y6 {
    height: auto;
  }
  .green-qva2u6 .green-9ml2y6 .green-23w6k4 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .green-qva2u6 .green-de2f9n,
  .green-qva2u6 .green-68wefv {
    text-align: left;
  }
  .green-qva2u6 .green-68wefv {
    margin-bottom: 8px;
  }
  .green-qva2u6 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.green-aq9zd5 {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 39, 23, 0.9);
  z-index: 990;
}

.green-aq9zd5.green-76fbpq {
  display: block;
}

.green-aq9zd5 .green-ijxotd {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 860px;
  height: 580px;
  background-color: #318562;
  border-radius: 12px;
  overflow: hidden;
}

.green-aq9zd5 .green-h12qw6 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.green-aq9zd5 .green-zis2u0 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.green-aq9zd5 .green-ylf65o {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.green-aq9zd5 .green-g428ht {
  min-width: 296px;
  margin-bottom: 0;
}

.green-aq9zd5 .green-wzixtd {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.green-aq9zd5 .green-mzioyh {
  position: relative;
  flex: 1 1;
}

.green-aq9zd5 .green-mzioyh iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .green-aq9zd5 .green-h12qw6 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .green-aq9zd5 .green-zis2u0 {
    order: 1;
  }
  .green-aq9zd5 .green-ylf65o {
    order: 3;
    flex: 1 1 100%;
  }
  .green-aq9zd5 .green-g428ht {
    width: 100%;
    min-width: unset;
  }
  .green-aq9zd5 .green-wzixtd {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .green-0qz7d1 > .green-ypl48b {
    margin-bottom: 0;
  }
  .green-0qz7d1 > .green-3vpom8,
  .green-0qz7d1 > p {
    margin-top: 0;
  }
}

.green-lyjwct img,
.green-7bzs11 img {
  width: auto;
  object-fit: contain;
}

.green-lyjwct {
  align-items: center;
}

.green-lyjwct img {
  max-height: 76px;
}

.green-7bzs11 img {
  max-height: 64px;
}

.green-9jksmi {
  overflow: auto;
}

.green-jn7x1p {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.green-p9am8l:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.green-nvwyvl {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.green-31lj0j {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.green-nvwyvl .green-85qvjx {
  margin-right: 20px;
  flex-shrink: 0;
}

.green-nvwyvl img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.green-1zmku7 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.green-1zmku7 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .green-nvwyvl {
    padding: 15px 10px;
  }
  .green-1zmku7 {
    padding: 15px 10px;
  }
  .green-nvwyvl .green-85qvjx {
    margin-right: 10px;
  }
}

.green-m177cj {
  overflow-x: auto;
}

.green-pript7 {
  border-collapse: collapse;
  width: 100%;
}

.green-m177cj th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.green-m177cj td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.green-m177cj td.green-c8nxfg {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.green-m177cj td.green-tw5pw5 {
  border-right: none;
}

.green-m177cj td.green-tw5pw5 .green-85qvjx {
  justify-content: flex-start;
}

.green-m177cj td.green-tw5pw5 .green-85qvjx img {
  height: auto;
  width: 90px;
}

.green-m177cj td.green-vcuscp,
.green-m177cj td.green-00ild2 {
  font-weight: 600;
  text-align: right;
}

.green-m177cj td.green-0smaek,
.green-m177cj td.green-vcuscp {
  padding-bottom: 10px;
  border-bottom: none;
}

.green-m177cj td.green-vcuscp,
.green-m177cj td.green-00ild2 {
  border-left: none;
}

.green-m177cj td.green-0smaek,
.green-m177cj td.green-iocsav {
  border-right: none;
}

.green-m177cj td.green-iocsav,
.green-m177cj td.green-00ild2 {
  border-top: none;
  padding-top: 10px;
}

.green-t4015j {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--fh-bg-color);
  margin-top: 20px;
}

.green-t4015j .green-5ho5bm {
  min-width: unset;
  width: 100%;
}

.green-t4015j .green-5ho5bm.green-82j8of {
  grid-column: 1/2;
  grid-row: 1/2;
}

.green-t4015j .green-5ho5bm.green-fykyd0 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.green-t4015j .green-6unf8d {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .green-t4015j {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .green-t4015j .green-5ho5bm.green-82j8of {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .green-t4015j .green-5ho5bm.green-fykyd0 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .green-t4015j .green-6unf8d {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.green-d61ppf {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

.green-d5s9dp {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.green-6o7hsd p a img {
  margin: 0 auto;
  display: block;
}

.green-6o7hsd table {
  margin-bottom: 17px;
}

/* contanct form */
.green-slcunu {
  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;
}

.green-slcunu label {
  font-size: 14px;
}

.green-slcunu h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.green-slcunu input,
.green-slcunu textarea,
.green-slcunu 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;
}
.green-slcunu button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.green-ibilxu ease;
}
.green-slcunu button:hover {
  background-color: #691204;
}
.green-um48hi {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.green-y2ttwf ease-in;
}

.green-um48hi h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.green-5kico4, .green-uxlnzs, [class*="review-card"],
thead, thead th, table th, .green-nlbor4,
.green-ifbjld, [class*="collapsible-header"],
.green-08kgyc, [class*="updated-block"] {
  color: #ece7dc !important;
}
