@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);
}

.richard-hcaasx {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.richard-5jpalz {
  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.richard-v37gib,
ul.richard-v37gib {
  padding-left: 20px;
}

ul.richard-v37gib {
  list-style: disc;
}

ol.richard-v37gib {
  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;
  }
}

.richard-6hoj7w > .richard-qlqtf2,
.richard-6hoj7w > .richard-b0eo2q,
.richard-6hoj7w > blockquote,
.richard-6hoj7w > h1,
.richard-6hoj7w > h2,
.richard-6hoj7w > h3,
.richard-6hoj7w > h4,
.richard-6hoj7w > h5,
.richard-6hoj7w > h6,
.richard-6hoj7w > ol,
.richard-6hoj7w > p,
.richard-6hoj7w > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.richard-6hoj7w > ol,
.richard-6hoj7w > ul {
  padding-left: 50px;
}

.richard-6hoj7w 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;
}

.richard-6hoj7w:not(:last-child) {
  margin-bottom: 2rem;
}

.richard-6hoj7w > :not(:first-child) {
  margin-top: 2rem;
}

.richard-6hoj7w {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.richard-6hoj7w:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .richard-6hoj7w:first-child {
    margin-top: 20px;
  }
}

.richard-6hoj7w > p:last-of-type {
  margin-bottom: 32px;
}

.richard-6hoj7w > .richard-606w9g:not(:first-child) {
  margin: 64px auto 16px auto;
}

.richard-8ffdsl > .richard-606w9g {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.richard-b0eo2q {
  overflow: auto;
}

.richard-b0eo2q::-webkit-scrollbar {
  height: 5px;
}

.richard-b0eo2q table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.richard-b0eo2q table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.richard-b0eo2q table thead,
table thead {
  border-bottom: none;
}

.richard-b0eo2q table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.richard-b0eo2q table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.richard-b0eo2q table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.richard-b0eo2q .richard-hdx38a {
  table-layout: auto;
}

.richard-b0eo2q .richard-hdx38a th {
  word-break: normal;
}

.richard-b0eo2q .richard-hdx38a td {
  word-break: normal;
}

.richard-hcaasx .richard-hcaasx {
  padding-right: 0;
  padding-left: 0;
}

.richard-6movq0 {
  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;
}

.richard-guzxak {
  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;
}

.richard-3l7rxg {
  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;
}

.richard-qlqtf2 {
  margin-top: 24px;
}

.richard-qlqtf2.richard-vq9edy {
  text-align: left;
}

.richard-qlqtf2.richard-6swx5k {
  text-align: right;
}

.richard-qlqtf2.richard-9f7ryw {
  text-align: center;
}

.richard-28vdl3 {
  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.richard-cz9wwo ease-in-out;
  cursor: pointer;
}

.richard-28vdl3:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.richard-28vdl3 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .richard-28vdl3 {
    min-width: unset;
  }
}

.richard-p30u99 {
  background-color: var(--fh-bg-color);
}

.richard-0h3jk3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.richard-jtwv6z {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.richard-jtwv6z img {
  max-height: 80px;
  object-fit: contain;
}

.richard-1vx9dr {
  flex: 1 1;
}

.richard-15bkr8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.richard-5j5vae {
  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;
}

.richard-5j5vae 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;
}

.richard-5j5vae.richard-70czz0 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.richard-5j5vae.richard-70czz0 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.richard-5j5vae.richard-70czz0 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.richard-1vx9dr + .richard-15bkr8 {
  margin-left: 20px;
}

.richard-ru5hnj {
  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;
}

.richard-ru5hnj > svg {
  max-width: 24px;
  max-height: 24px;
}

.richard-ru5hnj + .richard-ru5hnj {
  margin-left: 5px;
}

.richard-ejjytt {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.richard-ejjytt:hover {
  background-color: var(--button-bg-hover);
}

.richard-4pp3no {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.richard-cz9wwo ease-in-out;
  border: 1px solid var(--border-color);
}

.richard-4pp3no:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.richard-g2laif {
  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) {
  .richard-1vx9dr {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .richard-g2laif {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .richard-1vx9dr {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .richard-ru5hnj {
    min-width: unset;
    flex: 1 1;
  }
}

.richard-vutpsh {
  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;
}

.richard-vutpsh:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.richard-vutpsh:hover .richard-j74stj {
  opacity: 1;
  pointer-events: auto;
}

.richard-5qgtfl {
  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.richard-bf03xp ease-in-out;
  gap: 4px;
}

.richard-5qgtfl > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.richard-5qgtfl .richard-6movq0 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.richard-hmt5qd,
.richard-5qgtfl:hover {
  color: var(--button-bg-hover);
}

.richard-wcieow {
  position: relative;
}

.richard-wcieow .richard-5qgtfl {
  margin-right: 0;
  padding-right: 4px;
}

.richard-v1j91k svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.richard-wcieow.richard-70czz0 .richard-v1j91k svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.richard-wcieow.richard-70czz0 .richard-j74stj {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.richard-wcieow.richard-70czz0 .richard-j74stj::before {
  display: none;
}

.richard-v1j91k svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.richard-j74stj {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.richard-atg85a 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.richard-j74stj::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.richard-j74stj:hover {
  color: var(--fh-bg-color);
}

.richard-ljpmm1 {
  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.richard-atg85a 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.richard-bf03xp ease-in-out;
  -o-transition: 0.richard-bf03xp ease-in-out;
  transition: 0.richard-bf03xp ease-in-out;
}

.richard-ljpmm1 .richard-6movq0 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.richard-6h4sdg,
.richard-ljpmm1:hover {
  color: var(--button-bg-hover);
}

.richard-1sx9db {
  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%;
}

.richard-1sx9db.richard-8wjiam {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.richard-1sx9db.richard-8wjiam:after,
.richard-1sx9db.richard-8wjiam:before {
  content: "";
  position: absolute;
  margin: auto;
}

.richard-1sx9db.richard-8wjiam: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);
  }
}

.richard-1sx9db.richard-8wjiam:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.richard-1sx9db.richard-8wjiam > * {
  z-index: 1;
}

.richard-1sx9db b,
.richard-1sx9db strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.richard-1sx9db .richard-jti2xc {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.richard-1sx9db .richard-l9nz21 {
  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;
}

.richard-1sx9db .richard-6movq0 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.richard-1sx9db .richard-o5vdxs {
  margin-top: 12px;
}

.richard-o5vdxs {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.richard-6d2szc {
  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;
}

.richard-o5vdxs .richard-cjldok {
  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.richard-cz9wwo ease-in-out;
}

.richard-o5vdxs .richard-cjldok:hover {
  background: rgba(255, 255, 255, 0.3);
}

.richard-zqt7y5 {
  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;
}

.richard-1sx9db.richard-6tuufg {
  gap: 12px;
  padding: 16px;
}

.richard-1sx9db.richard-6tuufg .richard-zqt7y5 {
  min-width: 240px;
}

.richard-1sx9db.richard-6tuufg .richard-zqt7y5.richard-ushecr {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .richard-1sx9db .richard-jti2xc {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .richard-1sx9db .richard-l9nz21 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .richard-1sx9db .richard-6movq0 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .richard-1sx9db.richard-6tuufg .richard-6movq0 {
    max-width: 126px;
  }
  .richard-1sx9db .richard-o5vdxs {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .richard-1sx9db .richard-6d2szc {
    max-width: unset;
  }
  .richard-zqt7y5 {
    min-width: unset;
    width: 100%;
  }
  .richard-1sx9db .richard-zqt7y5 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .richard-1sx9db.richard-6tuufg {
    grid-template-rows: auto 1fr auto;
  }
  .richard-1sx9db.richard-6tuufg .richard-zqt7y5 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .richard-1sx9db {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .richard-1sx9db .richard-jti2xc {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .richard-1sx9db .richard-6movq0 {
    max-width: 78px;
  }
  .richard-1sx9db .richard-o5vdxs {
    margin-top: -12px;
  }
  .richard-1sx9db.richard-6tuufg {
    gap: 8px;
  }
  .richard-1sx9db.richard-6tuufg .richard-jti2xc {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .richard-1sx9db.richard-6tuufg .richard-l9nz21 {
    grid-column: 1/3;
  }
  .richard-1sx9db.richard-6tuufg .richard-6movq0 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .richard-1sx9db.richard-6tuufg .richard-6movq0 img {
    max-width: 114px;
  }
}

.richard-zqt7y5.richard-15xmrt,
.richard-zqt7y5.richard-ej42ns,
.richard-zqt7y5.richard-gw6x29 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.richard-cz9wwo ease-in-out;
}

.richard-zqt7y5.richard-15xmrt,
.richard-zqt7y5.richard-gw6x29 {
  padding: 10px;
}

.richard-zqt7y5.richard-15xmrt:hover,
.richard-zqt7y5.richard-ej42ns:hover,
.richard-zqt7y5.richard-gw6x29:hover {
  background: var(--button-bg-hover);
}

.richard-zqt7y5.richard-15xmrt:hover svg path,
.richard-zqt7y5.richard-gw6x29:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.richard-zqt7y5.richard-ushecr {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.richard-cz9wwo ease-in-out;
  background: var(--button-bg-color);
}

.richard-zqt7y5.richard-ushecr:hover {
  background-color: var(--button-bg-hover);
}

.richard-zqt7y5.richard-ej42ns: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);
  }
}

.richard-zqt7y5.richard-ej42ns:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.richard-zqt7y5.richard-ushecr:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.richard-peq5fo {
  max-width: 650px;
}

.richard-11a0ne {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.richard-9m1h7m {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.richard-kch1fx {
  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.richard-bf03xp ease-in-out;
  cursor: pointer;
}

.richard-kch1fx:hover {
  opacity: 0.5;
}

.richard-kch1fx:focus {
  outline: 0;
}

.richard-kch1fx:focus .richard-3ayuuo,
.richard-kch1fx:hover .richard-3ayuuo {
  fill: red;
  fill-opacity: 1;
}

.richard-kch1fx:hover {
  cursor: pointer;
}

.richard-nbmrjh {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.richard-peq5fo.richard-9f7ryw {
  margin: 0 auto;
}

.richard-peq5fo.richard-6swx5k {
  margin-left: auto;
}

.richard-textv7 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.richard-u0e5q0 {
  padding-bottom: 50px;
}

.richard-m1wxb8 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.richard-m575vg {
  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;
}

.richard-6s133t {
  margin-top: 24px;
}

.richard-p8bqhq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.richard-c7udye {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.richard-f56cyb {
  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;
}

.richard-y8h2ys {
  width: 468px;
}

.richard-f56cyb .richard-j74stj {
  margin: 0.richard-v0fwnf 0;
}

.richard-lyzyb4 {
  display: flex;
  min-width: 224px;
}

.richard-7h0x70 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.richard-bf03xp ease-in-out;
}

.richard-igyycx,
.richard-7h0x70:hover {
  color: var(--text-color);
}

.richard-en7hqp {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.richard-6f9urx {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .richard-textv7 {
    padding: 16px;
  }
  .richard-en7hqp {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .richard-6f9urx {
    align-items: center;
  }
  .richard-y8h2ys {
    width: unset;
  }
  .richard-lyzyb4 {
    min-width: unset;
  }
  .richard-f56cyb {
    max-height: unset;
  }
  .richard-m1wxb8 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .richard-textv7 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.richard-l36v40 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.richard-l36v40:not(:last-child) {
  margin-bottom: 16px;
}

.richard-m6strn {
  outline: 0;
}

.richard-m6strn .richard-c33vjt {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.richard-higk93 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .richard-higk93 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.richard-higk93::-webkit-details-marker {
  display: none;
}

.richard-higk93: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;
}

.richard-higk93: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] .richard-higk93:after {
  transform: unset;
}

.richard-c33vjt {
  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);
}

.richard-c33vjt 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.richard-bf03xp ease-in-out;
  -o-transition: 0.richard-bf03xp ease-in-out;
  transition: 0.richard-bf03xp ease-in-out;
}

.richard-1ord1l {
  padding: 16px 0 0 0;
}

.richard-1ord1l * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .richard-1ord1l :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .richard-higk93 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .richard-higk93::after {
    margin-left: auto;
  }
  .richard-c33vjt {
    order: 3;
    flex: 1 1 100%;
  }
  .richard-higk93 {
    font-size: 14px;
    line-height: 130%;
  }
  .richard-c33vjt svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.richard-gttvzo {
  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;
}

.richard-h8ci39 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.richard-gttvzo.richard-70czz0 .richard-h8ci39 {
  margin-bottom: 12px;
}

.richard-h8ci39::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;
}

.richard-gttvzo.richard-70czz0 .richard-h8ci39::after {
  transform: unset;
}

.richard-rwn9h8 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.richard-xxf8g6 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.richard-bf03xp ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.richard-xxf8g6: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;
}

.richard-gttvzo.richard-70czz0 .richard-rwn9h8 {
  max-height: 100%;
}

.richard-vcq9a0 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.richard-i982ma {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.richard-4pko64 {
  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;
}

.richard-q87m01 {
  margin-right: 4px;
}

.richard-mizu3n {
  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.richard-bf03xp ease-in-out;
}

.richard-mizu3n svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.richard-rwvifd,
.richard-mizu3n:hover {
  color: var(--text-color);
}

.richard-6tq593 {
  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;
}

.richard-6tq593 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.richard-6tq593 .richard-18b8dc {
  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;
}

.richard-6tq593 .richard-mziapo {
  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;
}

.richard-fhig33 {
  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;
}

.richard-i99asj {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.richard-d2b4lq .richard-hcaasx {
  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;
}

.richard-d2b4lq {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.richard-do5ljl {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.richard-4hh8gq {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.richard-40mlol {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.richard-bxxuxa 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;
}

.richard-40mlol:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.richard-cjfgit {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.richard-zj6oex {
  -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.richard-bf03xp ease-in-out;
  transition: transform 0.richard-bf03xp ease-in-out;
  -o-transition: transform 0.richard-bf03xp ease-in-out;
  transition:
    transform 0.richard-bf03xp ease-in-out,
    -webkit-transform 0.richard-bf03xp ease-in-out;
  cursor: pointer;
}

.richard-zj6oex svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.richard-zj6oex: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;
}

.richard-yy0d7f {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .richard-yy0d7f {
    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);
}

.richard-rbjgk0 {
  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;
}

.richard-67laui {
  position: relative;
  width: 100%;
}

.richard-rbjgk0.richard-dorgea {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.richard-rbjgk0.richard-9f7ryw {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.richard-rbjgk0.richard-6swx5k {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.richard-kzas7m {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.richard-h95mvg {
  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.richard-bf03xp ease-in-out;
  cursor: pointer;
}

.richard-h95mvg:hover {
  opacity: 0.5;
}

.richard-rbjgk0.richard-ioojrf .richard-h95mvg {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.richard-rbjgk0.richard-ioojrf .richard-kzas7m {
  cursor: pointer;
}

.richard-7ujlk6 {
  fill: #0009;
}

.richard-i4is1s {
  fill: #fff;
}

.richard-h95mvg:hover .richard-7ujlk6 {
  fill: red;
}

.richard-h95mvg svg path {
  -webkit-transition: 0.richard-bf03xp ease-in-out;
  -o-transition: 0.richard-bf03xp ease-in-out;
  transition: 0.richard-bf03xp ease-in-out;
}

.richard-4tuftx {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.richard-4tuftx > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.richard-4tuftx.richard-uco52u > :not(.get-image) {
  grid-column: 1/3;
}

.richard-cmd4z2:not(._h1-block) .richard-4tuftx > .richard-606w9g {
  grid-row: 1/2;
  grid-column: 1/3;
}

.richard-4tuftx.richard-uco52u .richard-vl4ckt {
  grid-column: 2/3;
}

.richard-4tuftx.richard-uco52u > .richard-6movq0 {
  grid-column: 1/2;
}

.richard-4tuftx.richard-uco52u > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.richard-4tuftx > p:first-of-type {
  margin-top: 0;
}

.richard-4tuftx .richard-6movq0 {
  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;
}

.richard-cmd4z2:not(._h1-block) .richard-606w9g ~ .richard-6movq0 {
  grid-row: 2/10;
}

.richard-cmd4z2.richard-sbbkyx .richard-606w9g ~ .richard-6movq0 {
  grid-row: 1/10;
}

.richard-cmd4z2.richard-sbbkyx > .richard-606w9g {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.richard-cmd4z2.richard-sbbkyx .richard-6movq0 {
  grid-row: 1/10;
}

.richard-4tuftx.richard-xtcvte .richard-6movq0 {
  align-items: flex-start;
}

.richard-4tuftx.richard-9f7ryw .richard-vl4ckt {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.richard-4tuftx.richard-9f7ryw .richard-6movq0 {
  align-items: center;
}

.richard-4tuftx.richard-faqlp4 .richard-6movq0 {
  align-items: flex-end;
}

.richard-vl4ckt > :first-child {
  margin-top: 0;
}

.richard-vl4ckt > :last-child {
  margin-bottom: 0;
}

* + .richard-q82geg,
.richard-cmd4z2 + .richard-cmd4z2 {
  margin-top: 2rem;
}

.richard-ampg4w td::before,
.richard-ampg4w th::after {
  display: none !important;
}

.richard-ampg4w #link-selector {
  color: #000;
}

.richard-ampg4w .richard-j4ayem {
  color: #135e96;
}

.richard-ampg4w .richard-gmgqql *,
.richard-ampg4w .richard-wjdd8s p,
.richard-ampg4w .richard-9osbzy * {
  color: #000;
}

.richard-ampg4w .richard-f3t4np {
  background: 0 0 !important;
}

.richard-ampg4w .richard-gvm7u8 {
  color: #000;
}

.richard-ampg4w .richard-8g3sgl.richard-zi0g8j {
  color: #fff;
}

.richard-ampg4w .richard-lx89ws {
  color: #000;
}

.richard-ampg4w
  .richard-pxar05
  .richard-uqo2fy.richard-zi0g8j.richard-m6hmrw {
  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;
}

.richard-62vhf3,
body .richard-ygzon7 {
  color: #000;
  background: var(--color-body) !important;
}

.richard-62vhf3 .richard-4q4phg .richard-kzzzim,
body .richard-ygzon7 .richard-4q4phg .richard-kzzzim {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .richard-xxf8g6:focus,
  .richard-xxf8g6:hover {
    color: #f9cb16;
  }
  .richard-fn287r:focus,
  .richard-fn287r:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .richard-zt07kw:focus img,
  .richard-zt07kw:focus svg,
  .richard-zt07kw:hover img,
  .richard-zt07kw:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .richard-6tq593 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .richard-wcieow:hover .richard-v1j91k svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .richard-v1j91k {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .richard-1ugf9h {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .richard-ykjcdp {
    grid-template-columns: repeat(4, 1fr);
  }
  .richard-0m60ss {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .richard-mw22ta .richard-carqss {
    grid-template-columns: 1fr;
  }
  .richard-mw22ta .richard-k3cq1j {
    -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;
  }
  .richard-mw22ta .richard-qoqqf8 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .richard-mw22ta .richard-gvrnnf {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .richard-mw22ta .richard-56imm3 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .richard-mw22ta .richard-qoqqf8:not(:first-child) {
    border: none;
  }
  .richard-mw22ta .richard-qoqqf8:first-child .richard-gvrnnf {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .richard-mw22ta .richard-qoqqf8:last-child .richard-gvrnnf {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .richard-0h3jk3 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .richard-jtwv6z {
    max-width: 100px;
  }
  .richard-1vx9dr {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .richard-15bkr8 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .richard-15bkr8 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .richard-5j5vae {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .richard-1vx9dr + .richard-15bkr8 {
    margin-left: auto;
  }
  .richard-npqg13 {
    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;
  }
  .richard-npqg13.richard-70czz0 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .richard-g2laif {
    -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;
  }
  .richard-vutpsh {
    width: 100%;
  }
  .richard-vutpsh:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .richard-5qgtfl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .richard-5qgtfl svg {
    margin-right: 4px;
  }
  .richard-wcieow {
    -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;
  }
  .richard-v1j91k svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .richard-v1j91k {
    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;
  }
  .richard-j74stj {
    display: none;
    width: 100%;
  }
  .richard-wcieow.richard-70czz0 .richard-j74stj {
    padding: 0 0 0 48px;
  }
  .richard-ljpmm1 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .richard-m575vg .richard-6movq0 {
    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;
  }
  .richard-4x9uu0 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .richard-4x9uu0 + .richard-4x9uu0 {
    margin-right: 0;
  }
  .richard-4x9uu0 + .richard-6movq0 {
    margin: 0;
  }
  .richard-1ugf9h {
    grid-template-columns: repeat(4, 1fr);
  }
  .richard-ykjcdp {
    grid-template-columns: repeat(3, 1fr);
  }
  .richard-av67ln,
  .richard-u0c43t {
    grid-template-columns: repeat(2, 1fr);
  }
  .richard-4tuftx {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .richard-4tuftx.richard-uco52u .richard-vl4ckt {
    grid-column: auto;
    grid-row: auto;
  }
  .richard-4tuftx > .richard-606w9g {
    grid-column: 1/2;
  }
  .richard-4tuftx.richard-uco52u > :not(.get-image) {
    grid-column: 1/2;
  }
  .richard-4tuftx .richard-6movq0,
  .richard-4tuftx.richard-uco52u > .richard-6movq0 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .richard-4tuftx.richard-uco52u > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .richard-cmd4z2.richard-sbbkyx .richard-4tuftx > .richard-6movq0 {
    grid-row: 1/2;
  }
  .richard-4tuftx .richard-606w9g ~ .richard-6movq0,
  .richard-4tuftx.richard-uco52u .richard-606w9g ~ .richard-6movq0 {
    grid-row: 2/3;
  }
  .richard-cmd4z2.richard-sbbkyx .richard-606w9g ~ .richard-6movq0 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .richard-6hoj7w:first-child .richard-rmubgm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .richard-6hoj7w:first-child .richard-rmubgm h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .richard-6hoj7w {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .richard-6hoj7w {
    padding: 0;
  }
  .richard-qlqtf2 {
    margin-top: 1rem;
  }
  .richard-m6strn {
    border-radius: 5px;
  }
  .richard-hh4u3x {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .richard-h8ci39::after {
    display: inline-block;
  }
  .richard-h8ci39 {
    margin: 0;
    width: 100%;
  }
  .richard-rwn9h8 {
    width: 100%;
  }
  .richard-rwn9h8.richard-9h0th9 {
    -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%;
  }
  .richard-rwn9h8.richard-9h0th9 .richard-ll7xm5 {
    width: 100%;
  }
  .richard-rwn9h8.richard-9h0th9 .richard-ll7xm5:not(:last-child) {
    margin-right: 0;
  }
  .richard-xxf8g6 {
    width: 100%;
    text-align: center;
  }
  .richard-gttvzo.richard-70czz0 .richard-rwn9h8 {
    margin-top: 1rem;
  }
  .richard-1ugf9h {
    grid-template-columns: repeat(3, 1fr);
  }
  .richard-0m60ss,
  .richard-ykjcdp {
    grid-template-columns: repeat(2, 1fr);
  }
  .richard-av67ln,
  .richard-u0c43t,
  .richard-hoens9 {
    grid-template-columns: 1fr;
  }
  .richard-mg2uos {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .richard-2x1lc7 {
    min-width: 300px;
    max-width: 325px;
  }
  .richard-gvrnnf {
    cursor: auto;
  }
  .richard-5kfppv .richard-gvrnnf {
    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;
  }
  .richard-yy0d7f {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .richard-j74stj {
    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) {
  .richard-yy0d7f {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.richard-4x9uu0 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .richard-15bkr8 {
    margin: 0 -0.2rem;
  }
  .richard-4x9uu0 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .richard-pxa3ie {
    -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;
  }
  .richard-ttitgh {
    max-width: 100%;
  }
  .richard-1ugf9h {
    grid-template-columns: repeat(2, 1fr);
  }
  .richard-0m60ss,
  .richard-ykjcdp {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .richard-0h3jk3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .richard-15bkr8 {
    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;
  }
  .richard-p30u99 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .richard-ru5hnj {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .richard-fjmkmh,
  .richard-vu2vxd {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .richard-28vdl3 {
    width: 100%;
  }
  .richard-1ugf9h {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .richard-yy0d7f {
    top: 127px !important;
  }
}

.richard-9rnu2v {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .richard-9rnu2v {
  }
}

@media (max-width: 767px) {
  .richard-9rnu2v {
    margin-bottom: 12px;
  }
}

.richard-9rnu2v img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.richard-4aupdm {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.richard-4aupdm > .richard-0oj6m3 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .richard-4aupdm {
    flex-direction: column;
    gap: 12px;
  }
}

.richard-zu5ei2 {
  display: flex;
}

.richard-zu5ei2 .richard-awgn5l {
  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;
}

.richard-zu5ei2 .richard-o0jgqr {
  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;
}

.richard-zu5ei2 .richard-iiz7ti {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.richard-zu5ei2 .richard-ybd350 {
  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));
  }
}

.richard-zu5ei2 .richard-ybd350:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.richard-zu5ei2 .richard-q3t6pi {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.richard-3n27h7 {
  border: unset;
  background-color: unset;
}

.richard-3n27h7 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.richard-3n27h7 .richard-bhxgyr,
.richard-3n27h7 .richard-1gmr6o {
  flex: 0 1 330px;
}

.richard-3n27h7 .richard-ubm2cm {
  flex: 1 1;
}

.richard-3n27h7 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.richard-3n27h7 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.richard-3n27h7 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.richard-3n27h7 tr td p {
  color: #fff;
  margin: 0;
}

.richard-3n27h7 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.richard-3n27h7 tr.richard-bhxgyr td p {
  padding: 16px 0;
}

.richard-3n27h7 tr.richard-bhxgyr td p:not(:last-child),
.richard-3n27h7 tr.richard-1gmr6o td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.richard-3n27h7 tr.richard-bhxgyr td p:first-child,
.richard-3n27h7 tr.richard-1gmr6o td p:first-child {
  padding-top: 0;
}

.richard-3n27h7 tr.richard-1gmr6o td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.richard-3n27h7 tr.richard-1gmr6o td p:last-child {
  padding-bottom: 0;
}

.richard-3n27h7 .richard-1gmr6o img {
  max-width: 32px;
}

.richard-3n27h7 .richard-ubm2cm {
  min-width: 718px;
}

.richard-3n27h7 .richard-ubm2cm td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.richard-3n27h7 .richard-ubm2cm td {
  display: flex;
}

.richard-3n27h7 .richard-ubm2cm td:last-child .richard-c6i8e8,
.richard-3n27h7 .richard-ubm2cm td:last-child .richard-uhv58x,
.richard-3n27h7 .richard-ubm2cm td:last-child .richard-uhuwkp {
  flex: 1 1 50%;
}

.richard-3n27h7 .richard-ubm2cm td:last-child .richard-ufoxg8 {
  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;
}

.richard-3n27h7 .richard-ubm2cm td:last-child .richard-h5q0u1,
.richard-3n27h7 .richard-ubm2cm td:last-child .richard-ln9xqi {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.richard-3n27h7 .richard-ubm2cm td:last-child .richard-c6i8e8,
.richard-3n27h7 .richard-ubm2cm td:last-child .richard-uhv58x {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.richard-3n27h7 .richard-ubm2cm td:last-child .richard-c6i8e8 span,
.richard-3n27h7 .richard-ubm2cm td:last-child .richard-uhv58x span {
  font-weight: 800;
}

.richard-3n27h7 .richard-ubm2cm img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .richard-3n27h7 .richard-ubm2cm td .richard-uhuwkp:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .richard-3n27h7 tr.richard-bhxgyr td p:last-child {
    padding-bottom: 0;
  }
  .richard-3n27h7 .richard-1gmr6o > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .richard-3n27h7 .richard-1gmr6o > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .richard-3n27h7 tr.richard-bhxgyr td p:not(:last-child),
  .richard-3n27h7 tr.richard-1gmr6o td p:not(:last-child) {
    border-bottom: unset;
  }
  .richard-3n27h7 tr.richard-1gmr6o td p:last-child {
    padding-bottom: 12px;
  }
  .richard-3n27h7 .richard-ubm2cm td:last-child .richard-c6i8e8,
  .richard-3n27h7 .richard-ubm2cm td:last-child .richard-uhv58x,
  .richard-3n27h7 .richard-ubm2cm td:last-child .richard-uhuwkp {
    flex: 1 1 50%;
    padding: 0;
  }
  .richard-3n27h7 .richard-ubm2cm td:last-child .richard-c6i8e8,
  .richard-3n27h7 .richard-ubm2cm td:last-child .richard-uhv58x {
    margin-top: 16px;
  }
  .richard-3n27h7 .richard-ubm2cm td:last-child .richard-uhuwkp {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .richard-3n27h7 .richard-ubm2cm td:last-child .richard-c6i8e8 {
    border-right: 1px solid var(--border-color);
  }
  .richard-3n27h7 .richard-ubm2cm td:last-child .richard-uhuwkp:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .richard-3n27h7 .richard-ubm2cm td:last-child .richard-uhuwkp:last-child {
    padding-bottom: 0;
  }
}

.richard-uhuwkp {
  display: flex;
  flex-direction: column;
}

.richard-3n27h7 .richard-ubm2cm td .richard-uhuwkp {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.richard-3n27h7 .richard-ubm2cm td .richard-uhuwkp:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.richard-3n27h7 .richard-ubm2cm td .richard-uhuwkp:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .richard-3n27h7 .richard-ubm2cm td .richard-uhuwkp:not(:first-child) {
    padding-left: 0;
  }
  .richard-3n27h7 .richard-ubm2cm td .richard-uhuwkp:not(:last-of-type) {
    border-right: unset;
  }
}

.richard-3n27h7 .richard-k1k0ip {
  flex: 0 1 485px;
}

.richard-3n27h7 .richard-vg2zwm {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.richard-3n27h7 .richard-vg2zwm li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.richard-3n27h7 .richard-vg2zwm li.richard-2cdxeh {
  padding: 6px 12px;
}

.richard-3n27h7 .richard-vg2zwm li a,
.richard-3n27h7 .richard-vg2zwm 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;
}

.richard-3n27h7 .richard-l6iyod,
.richard-3n27h7 .richard-yjy0ks {
  flex: 1 1;
}

.richard-3n27h7 .richard-7km8mt,
.richard-3n27h7 .richard-6w538f {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.richard-3n27h7 .richard-7km8mt li,
.richard-3n27h7 .richard-6w538f li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.richard-3n27h7 .richard-yjy0ks img {
  max-width: 32px;
}

.richard-3n27h7 .richard-l6iyod img {
  max-width: 32px;
}

.richard-3n27h7 .richard-fe0xet {
  min-width: 280px;
}

.richard-3n27h7 .richard-fe0xet img {
  max-width: 146px;
}

.richard-3n27h7 .richard-fe0xet td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .richard-3n27h7 .richard-bhxgyr,
  .richard-3n27h7 .richard-1gmr6o {
    flex: 0 1 auto;
  }
  .richard-3n27h7 .richard-ubm2cm {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .richard-3n27h7 .richard-bhxgyr,
  .richard-3n27h7 .richard-k1k0ip,
  .richard-3n27h7 .richard-1gmr6o,
  .richard-3n27h7 .richard-ubm2cm {
    flex: 1 1 calc(50% - 20px);
  }
  .richard-3n27h7 .richard-l6iyod,
  .richard-3n27h7 .richard-fe0xet,
  .richard-3n27h7 .richard-yjy0ks {
    flex: 1 1 30%;
  }
  .richard-3n27h7 .richard-fe0xet {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .richard-3n27h7 .richard-bhxgyr,
  .richard-3n27h7 .richard-k1k0ip,
  .richard-3n27h7 .richard-l6iyod,
  .richard-3n27h7 .richard-1gmr6o,
  .richard-3n27h7 .richard-ubm2cm,
  .richard-3n27h7 .richard-fe0xet,
  .richard-3n27h7 .richard-yjy0ks {
    flex: 1 1 100%;
  }
}

.richard-i22yut .richard-i16w86 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.richard-i22yut .richard-0ypu5i {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.richard-i22yut .richard-w7kink {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.richard-i22yut .richard-xaf269 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.richard-i22yut .richard-xaf269 > :nth-child(3) {
  margin-top: 0;
}

.richard-i22yut .richard-6movq0 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.richard-i22yut .richard-5zzk55 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.richard-i22yut .richard-qlqtf2 {
  grid-column: 1/2;
}

.richard-i22yut > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.richard-i22yut .richard-0ypu5i: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;
}

.richard-i22yut .richard-0ypu5i:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.richard-i22yut .richard-28vdl3 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .richard-i22yut .richard-0ypu5i:not(:last-child):before {
    bottom: 8px;
  }
  .richard-i22yut .richard-0ypu5i:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .richard-i22yut .richard-xaf269 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .richard-i22yut .richard-6movq0 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .richard-i22yut .richard-6movq0 img {
    width: 100%;
    height: auto;
  }
  .richard-i22yut .richard-28vdl3 {
    width: 100%;
    min-width: unset;
  }
}

.richard-e3tbev .richard-veyuvr {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.richard-e3tbev .richard-g2hjqy {
  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;
}

.richard-e3tbev .richard-6movq0 {
  height: 100%;
}

.richard-e3tbev .richard-6movq0 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.richard-e3tbev .richard-xf9b35 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.richard-e3tbev .richard-39ix3i {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.richard-e3tbev .richard-985b97 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .richard-e3tbev .richard-g2hjqy {
    flex: 1 1 100%;
  }
  .richard-e3tbev .richard-zqt7y5 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .richard-e3tbev .richard-g2hjqy {
    flex-direction: column;
  }
  .richard-e3tbev .richard-6movq0 {
    width: 100%;
    height: auto;
  }
  .richard-e3tbev .richard-6movq0 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .richard-e3tbev .richard-xf9b35 {
    padding: 0 16px 16px 16px;
  }
  .richard-e3tbev .richard-zqt7y5 {
    min-width: unset;
    width: 100%;
  }
}

.richard-nrmiw4 .richard-onrlbv {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.richard-nrmiw4 .richard-8vv703 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.richard-nrmiw4 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;
}

.richard-nrmiw4 .richard-3js5w1 {
  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;
}

.richard-nrmiw4 .richard-8vv703:hover .richard-3js5w1 {
  display: flex;
}

.richard-nrmiw4 .richard-zm6wdx {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.richard-nrmiw4 .richard-iygyv4 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.richard-9s7soy {
  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;
}

.richard-9s7soy.richard-hp5ihr {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.richard-cz9wwo ease-in-out;
}

.richard-9s7soy.richard-hp5ihr:hover {
  color: #f9cb16;
  background-color: transparent;
}

.richard-nrmiw4 .richard-a5xgdk {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.richard-cz9wwo ease-in-out;
}

.richard-nrmiw4 .richard-a5xgdk:hover {
  color: #196948;
  background-color: #f9cb16;
}

.richard-nrmiw4 .richard-a5xgdk:after,
.richard-9s7soy.richard-hp5ihr:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.richard-9s7soy.richard-hp5ihr:after {
  background-image: url(../images/Cash.svg);
}

.richard-nrmiw4 .richard-a5xgdk:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .richard-nrmiw4 .richard-onrlbv {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .richard-nrmiw4 .richard-onrlbv {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .richard-nrmiw4 .richard-onrlbv {
    grid-template-columns: 1fr;
  }
  .richard-nrmiw4 .richard-8vv703 {
    height: auto;
  }
  .richard-nrmiw4 .richard-8vv703 .richard-3js5w1 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .richard-nrmiw4 .richard-zm6wdx,
  .richard-nrmiw4 .richard-iygyv4 {
    text-align: left;
  }
  .richard-nrmiw4 .richard-iygyv4 {
    margin-bottom: 8px;
  }
  .richard-nrmiw4 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.richard-z4q18o {
  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;
}

.richard-z4q18o.richard-ioojrf {
  display: block;
}

.richard-z4q18o .richard-u752dv {
  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;
}

.richard-z4q18o .richard-wv1vnm {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.richard-z4q18o .richard-wbqxgd {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.richard-z4q18o .richard-jgrnfq {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.richard-z4q18o .richard-9s7soy {
  min-width: 296px;
  margin-bottom: 0;
}

.richard-z4q18o .richard-mxr3l3 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.richard-z4q18o .richard-8imb7m {
  position: relative;
  flex: 1 1;
}

.richard-z4q18o .richard-8imb7m iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .richard-z4q18o .richard-wv1vnm {
    flex-wrap: wrap;
    gap: 8px;
  }
  .richard-z4q18o .richard-wbqxgd {
    order: 1;
  }
  .richard-z4q18o .richard-jgrnfq {
    order: 3;
    flex: 1 1 100%;
  }
  .richard-z4q18o .richard-9s7soy {
    width: 100%;
    min-width: unset;
  }
  .richard-z4q18o .richard-mxr3l3 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .richard-4tuftx > .richard-606w9g {
    margin-bottom: 0;
  }
  .richard-4tuftx > .richard-qlqtf2,
  .richard-4tuftx > p {
    margin-top: 0;
  }
}

.richard-efth27 img,
.richard-4x9uu0 img {
  width: auto;
  object-fit: contain;
}

.richard-efth27 {
  align-items: center;
}

.richard-efth27 img {
  max-height: 76px;
}

.richard-4x9uu0 img {
  max-height: 64px;
}

.richard-9697av {
  overflow: auto;
}

.richard-e5zzt1 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.richard-e0qt1y:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.richard-mwx5jf {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.richard-1jacrv {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.richard-mwx5jf .richard-6movq0 {
  margin-right: 20px;
  flex-shrink: 0;
}

.richard-mwx5jf img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.richard-1kidxi {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.richard-1kidxi > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .richard-mwx5jf {
    padding: 15px 10px;
  }
  .richard-1kidxi {
    padding: 15px 10px;
  }
  .richard-mwx5jf .richard-6movq0 {
    margin-right: 10px;
  }
}

.richard-y8ht5u {
  overflow-x: auto;
}

.richard-2kee1n {
  border-collapse: collapse;
  width: 100%;
}

.richard-y8ht5u th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.richard-y8ht5u td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.richard-y8ht5u td.richard-94dvqj {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.richard-y8ht5u td.richard-io82z6 {
  border-right: none;
}

.richard-y8ht5u td.richard-io82z6 .richard-6movq0 {
  justify-content: flex-start;
}

.richard-y8ht5u td.richard-io82z6 .richard-6movq0 img {
  height: auto;
  width: 90px;
}

.richard-y8ht5u td.richard-9ok6ln,
.richard-y8ht5u td.richard-f9e700 {
  font-weight: 600;
  text-align: right;
}

.richard-y8ht5u td.richard-s8rm0g,
.richard-y8ht5u td.richard-9ok6ln {
  padding-bottom: 10px;
  border-bottom: none;
}

.richard-y8ht5u td.richard-9ok6ln,
.richard-y8ht5u td.richard-f9e700 {
  border-left: none;
}

.richard-y8ht5u td.richard-s8rm0g,
.richard-y8ht5u td.richard-z6liw9 {
  border-right: none;
}

.richard-y8ht5u td.richard-z6liw9,
.richard-y8ht5u td.richard-f9e700 {
  border-top: none;
  padding-top: 10px;
}

.richard-sxv84j {
  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;
}

.richard-sxv84j .richard-zqt7y5 {
  min-width: unset;
  width: 100%;
}

.richard-sxv84j .richard-zqt7y5.richard-15xmrt {
  grid-column: 1/2;
  grid-row: 1/2;
}

.richard-sxv84j .richard-zqt7y5.richard-gw6x29 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.richard-sxv84j .richard-sb3hn3 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .richard-sxv84j {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .richard-sxv84j .richard-zqt7y5.richard-15xmrt {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .richard-sxv84j .richard-zqt7y5.richard-gw6x29 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .richard-sxv84j .richard-sb3hn3 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.richard-uggg9v {
  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;
}

.richard-0khbc6 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.richard-8ffdsl p a img {
  margin: 0 auto;
  display: block;
}

.richard-8ffdsl table {
  margin-bottom: 17px;
}

/* contanct form */
.richard-ifc1vv {
  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;
}

.richard-ifc1vv label {
  font-size: 14px;
}

.richard-ifc1vv h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.richard-ifc1vv input,
.richard-ifc1vv textarea,
.richard-ifc1vv 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;
}
.richard-ifc1vv button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.richard-cz9wwo ease;
}
.richard-ifc1vv button:hover {
  background-color: #691204;
}
.richard-0nvdtw {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.richard-7ywd0j ease-in;
}

.richard-0nvdtw 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;
}
.richard-ydtnkd, .richard-berzd8, [class*="review-card"],
thead, thead th, table th, .richard-y2vvfw,
.richard-123im8, [class*="collapsible-header"],
.richard-56nfe9, [class*="updated-block"] {
  color: #ece7dc !important;
}
