@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-avenz4 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.richard-g2y8ut {
  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-8zvuax,
ul.richard-8zvuax {
  padding-left: 20px;
}

ul.richard-8zvuax {
  list-style: disc;
}

ol.richard-8zvuax {
  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-9qjqy6 > .richard-04l3yp,
.richard-9qjqy6 > .richard-em4t4t,
.richard-9qjqy6 > blockquote,
.richard-9qjqy6 > h1,
.richard-9qjqy6 > h2,
.richard-9qjqy6 > h3,
.richard-9qjqy6 > h4,
.richard-9qjqy6 > h5,
.richard-9qjqy6 > h6,
.richard-9qjqy6 > ol,
.richard-9qjqy6 > p,
.richard-9qjqy6 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.richard-9qjqy6 > ol,
.richard-9qjqy6 > ul {
  padding-left: 50px;
}

.richard-9qjqy6 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-9qjqy6:not(:last-child) {
  margin-bottom: 2rem;
}

.richard-9qjqy6 > :not(:first-child) {
  margin-top: 2rem;
}

.richard-9qjqy6 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.richard-9qjqy6:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .richard-9qjqy6:first-child {
    margin-top: 20px;
  }
}

.richard-9qjqy6 > p:last-of-type {
  margin-bottom: 32px;
}

.richard-9qjqy6 > .richard-zwjj92:not(:first-child) {
  margin: 64px auto 16px auto;
}

.richard-8jbry9 > .richard-zwjj92 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.richard-em4t4t {
  overflow: auto;
}

.richard-em4t4t::-webkit-scrollbar {
  height: 5px;
}

.richard-em4t4t table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.richard-em4t4t table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.richard-em4t4t table thead,
table thead {
  border-bottom: none;
}

.richard-em4t4t table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.richard-em4t4t table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.richard-em4t4t table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.richard-em4t4t .richard-thnmsn {
  table-layout: auto;
}

.richard-em4t4t .richard-thnmsn th {
  word-break: normal;
}

.richard-em4t4t .richard-thnmsn td {
  word-break: normal;
}

.richard-avenz4 .richard-avenz4 {
  padding-right: 0;
  padding-left: 0;
}

.richard-gup2z6 {
  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-snsswa {
  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-1vxkoz {
  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-04l3yp {
  margin-top: 24px;
}

.richard-04l3yp.richard-xajccj {
  text-align: left;
}

.richard-04l3yp.richard-pjqf2e {
  text-align: right;
}

.richard-04l3yp.richard-8c4h1i {
  text-align: center;
}

.richard-5mexko {
  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-foulut ease-in-out;
  cursor: pointer;
}

.richard-5mexko:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.richard-5mexko {
  min-width: 328px;
}

@media (max-width: 768px) {
  .richard-5mexko {
    min-width: unset;
  }
}

.richard-uz60w9 {
  background-color: var(--fh-bg-color);
}

.richard-tnpmww {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.richard-lzcvnx {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.richard-lzcvnx img {
  max-height: 80px;
  object-fit: contain;
}

.richard-ow535l {
  flex: 1 1;
}

.richard-0ii874 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.richard-m4op70 {
  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-m4op70 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-m4op70.richard-oai1u2 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.richard-m4op70.richard-oai1u2 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.richard-m4op70.richard-oai1u2 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.richard-ow535l + .richard-0ii874 {
  margin-left: 20px;
}

.richard-hfcx5y {
  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-hfcx5y > svg {
  max-width: 24px;
  max-height: 24px;
}

.richard-hfcx5y + .richard-hfcx5y {
  margin-left: 5px;
}

.richard-idktfz {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.richard-idktfz:hover {
  background-color: var(--button-bg-hover);
}

.richard-t560tp {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.richard-foulut ease-in-out;
  border: 1px solid var(--border-color);
}

.richard-t560tp:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.richard-kw3r7e {
  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-ow535l {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .richard-kw3r7e {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .richard-ow535l {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .richard-hfcx5y {
    min-width: unset;
    flex: 1 1;
  }
}

.richard-cffirx {
  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-cffirx:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.richard-cffirx:hover .richard-ccwcjm {
  opacity: 1;
  pointer-events: auto;
}

.richard-uc6211 {
  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-dx3oqv ease-in-out;
  gap: 4px;
}

.richard-uc6211 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.richard-uc6211 .richard-gup2z6 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.richard-r1a2gn,
.richard-uc6211:hover {
  color: var(--button-bg-hover);
}

.richard-fo6x81 {
  position: relative;
}

.richard-fo6x81 .richard-uc6211 {
  margin-right: 0;
  padding-right: 4px;
}

.richard-it76g4 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.richard-fo6x81.richard-oai1u2 .richard-it76g4 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.richard-fo6x81.richard-oai1u2 .richard-ccwcjm {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.richard-fo6x81.richard-oai1u2 .richard-ccwcjm::before {
  display: none;
}

.richard-it76g4 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.richard-ccwcjm {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.richard-y3riiq 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.richard-ccwcjm::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.richard-ccwcjm:hover {
  color: var(--fh-bg-color);
}

.richard-fz4bbk {
  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-y3riiq 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.richard-dx3oqv ease-in-out;
  -o-transition: 0.richard-dx3oqv ease-in-out;
  transition: 0.richard-dx3oqv ease-in-out;
}

.richard-fz4bbk .richard-gup2z6 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.richard-dgk69n,
.richard-fz4bbk:hover {
  color: var(--button-bg-hover);
}

.richard-p4szub {
  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-p4szub.richard-lym5a5 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.richard-p4szub.richard-lym5a5:after,
.richard-p4szub.richard-lym5a5:before {
  content: "";
  position: absolute;
  margin: auto;
}

.richard-p4szub.richard-lym5a5: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-p4szub.richard-lym5a5:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.richard-p4szub.richard-lym5a5 > * {
  z-index: 1;
}

.richard-p4szub b,
.richard-p4szub strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.richard-p4szub .richard-j0w2cw {
  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-p4szub .richard-lbqq20 {
  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-p4szub .richard-gup2z6 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.richard-p4szub .richard-ma8s00 {
  margin-top: 12px;
}

.richard-ma8s00 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.richard-7s1t5e {
  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-ma8s00 .richard-98rklf {
  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-foulut ease-in-out;
}

.richard-ma8s00 .richard-98rklf:hover {
  background: rgba(255, 255, 255, 0.3);
}

.richard-l6f5yh {
  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-p4szub.richard-qqv505 {
  gap: 12px;
  padding: 16px;
}

.richard-p4szub.richard-qqv505 .richard-l6f5yh {
  min-width: 240px;
}

.richard-p4szub.richard-qqv505 .richard-l6f5yh.richard-o01iy8 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .richard-p4szub .richard-j0w2cw {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .richard-p4szub .richard-lbqq20 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .richard-p4szub .richard-gup2z6 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .richard-p4szub.richard-qqv505 .richard-gup2z6 {
    max-width: 126px;
  }
  .richard-p4szub .richard-ma8s00 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .richard-p4szub .richard-7s1t5e {
    max-width: unset;
  }
  .richard-l6f5yh {
    min-width: unset;
    width: 100%;
  }
  .richard-p4szub .richard-l6f5yh {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .richard-p4szub.richard-qqv505 {
    grid-template-rows: auto 1fr auto;
  }
  .richard-p4szub.richard-qqv505 .richard-l6f5yh {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .richard-p4szub {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .richard-p4szub .richard-j0w2cw {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .richard-p4szub .richard-gup2z6 {
    max-width: 78px;
  }
  .richard-p4szub .richard-ma8s00 {
    margin-top: -12px;
  }
  .richard-p4szub.richard-qqv505 {
    gap: 8px;
  }
  .richard-p4szub.richard-qqv505 .richard-j0w2cw {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .richard-p4szub.richard-qqv505 .richard-lbqq20 {
    grid-column: 1/3;
  }
  .richard-p4szub.richard-qqv505 .richard-gup2z6 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .richard-p4szub.richard-qqv505 .richard-gup2z6 img {
    max-width: 114px;
  }
}

.richard-l6f5yh.richard-5adr22,
.richard-l6f5yh.richard-z9p3qz,
.richard-l6f5yh.richard-hs7dsa {
  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-foulut ease-in-out;
}

.richard-l6f5yh.richard-5adr22,
.richard-l6f5yh.richard-hs7dsa {
  padding: 10px;
}

.richard-l6f5yh.richard-5adr22:hover,
.richard-l6f5yh.richard-z9p3qz:hover,
.richard-l6f5yh.richard-hs7dsa:hover {
  background: var(--button-bg-hover);
}

.richard-l6f5yh.richard-5adr22:hover svg path,
.richard-l6f5yh.richard-hs7dsa:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.richard-l6f5yh.richard-o01iy8 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.richard-foulut ease-in-out;
  background: var(--button-bg-color);
}

.richard-l6f5yh.richard-o01iy8:hover {
  background-color: var(--button-bg-hover);
}

.richard-l6f5yh.richard-z9p3qz: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-l6f5yh.richard-z9p3qz:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.richard-l6f5yh.richard-o01iy8:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.richard-c57ui6 {
  max-width: 650px;
}

.richard-3glxkz {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.richard-zx5nds {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.richard-qqxo0p {
  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-dx3oqv ease-in-out;
  cursor: pointer;
}

.richard-qqxo0p:hover {
  opacity: 0.5;
}

.richard-qqxo0p:focus {
  outline: 0;
}

.richard-qqxo0p:focus .richard-kw8qxw,
.richard-qqxo0p:hover .richard-kw8qxw {
  fill: red;
  fill-opacity: 1;
}

.richard-qqxo0p:hover {
  cursor: pointer;
}

.richard-agywpa {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.richard-c57ui6.richard-8c4h1i {
  margin: 0 auto;
}

.richard-c57ui6.richard-pjqf2e {
  margin-left: auto;
}

.richard-f7dpjv {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.richard-y7pbng {
  padding-bottom: 50px;
}

.richard-dshxij {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.richard-8fw4b8 {
  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-9hnzde {
  margin-top: 24px;
}

.richard-z0fjg7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.richard-k25et7 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.richard-vbbqhx {
  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-3b09lt {
  width: 468px;
}

.richard-vbbqhx .richard-ccwcjm {
  margin: 0.richard-erhe7q 0;
}

.richard-szmqe8 {
  display: flex;
  min-width: 224px;
}

.richard-m08o5f {
  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-dx3oqv ease-in-out;
}

.richard-yyppfk,
.richard-m08o5f:hover {
  color: var(--text-color);
}

.richard-c7ivka {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.richard-w18xpd {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .richard-f7dpjv {
    padding: 16px;
  }
  .richard-c7ivka {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .richard-w18xpd {
    align-items: center;
  }
  .richard-3b09lt {
    width: unset;
  }
  .richard-szmqe8 {
    min-width: unset;
  }
  .richard-vbbqhx {
    max-height: unset;
  }
  .richard-dshxij {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .richard-f7dpjv {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.richard-7dvz2n {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.richard-7dvz2n:not(:last-child) {
  margin-bottom: 16px;
}

.richard-kbesyl {
  outline: 0;
}

.richard-kbesyl .richard-9ab4hi {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.richard-rlpkt6 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .richard-rlpkt6 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.richard-rlpkt6::-webkit-details-marker {
  display: none;
}

.richard-rlpkt6: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-rlpkt6: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-rlpkt6:after {
  transform: unset;
}

.richard-9ab4hi {
  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-9ab4hi 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-dx3oqv ease-in-out;
  -o-transition: 0.richard-dx3oqv ease-in-out;
  transition: 0.richard-dx3oqv ease-in-out;
}

.richard-1yrncp {
  padding: 16px 0 0 0;
}

.richard-1yrncp * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .richard-1yrncp :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .richard-rlpkt6 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .richard-rlpkt6::after {
    margin-left: auto;
  }
  .richard-9ab4hi {
    order: 3;
    flex: 1 1 100%;
  }
  .richard-rlpkt6 {
    font-size: 14px;
    line-height: 130%;
  }
  .richard-9ab4hi svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.richard-68oy6q {
  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-kvgh9z {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.richard-68oy6q.richard-oai1u2 .richard-kvgh9z {
  margin-bottom: 12px;
}

.richard-kvgh9z::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-68oy6q.richard-oai1u2 .richard-kvgh9z::after {
  transform: unset;
}

.richard-luxdi1 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.richard-u50bra {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.richard-dx3oqv ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.richard-u50bra: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-68oy6q.richard-oai1u2 .richard-luxdi1 {
  max-height: 100%;
}

.richard-d0k2x1 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.richard-ryf0d8 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.richard-riv4uf {
  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-kxcsij {
  margin-right: 4px;
}

.richard-d3w4l4 {
  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-dx3oqv ease-in-out;
}

.richard-d3w4l4 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.richard-o649yc,
.richard-d3w4l4:hover {
  color: var(--text-color);
}

.richard-tzrk5g {
  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-tzrk5g img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.richard-tzrk5g .richard-2kpm7c {
  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-tzrk5g .richard-b11thj {
  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-vmb58w {
  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-q0za11 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.richard-as2soi .richard-avenz4 {
  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-as2soi {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.richard-qgvbp0 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.richard-xy29bp {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.richard-4sn61m {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.richard-mjnap4 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-4sn61m:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.richard-2e2atc {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.richard-ho8icv {
  -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-dx3oqv ease-in-out;
  transition: transform 0.richard-dx3oqv ease-in-out;
  -o-transition: transform 0.richard-dx3oqv ease-in-out;
  transition:
    transform 0.richard-dx3oqv ease-in-out,
    -webkit-transform 0.richard-dx3oqv ease-in-out;
  cursor: pointer;
}

.richard-ho8icv svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.richard-ho8icv: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-kzb69y {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .richard-kzb69y {
    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-lz6gf6 {
  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-bat8bg {
  position: relative;
  width: 100%;
}

.richard-lz6gf6.richard-oath0t {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.richard-lz6gf6.richard-8c4h1i {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.richard-lz6gf6.richard-pjqf2e {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.richard-bmx632 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.richard-09rwhk {
  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-dx3oqv ease-in-out;
  cursor: pointer;
}

.richard-09rwhk:hover {
  opacity: 0.5;
}

.richard-lz6gf6.richard-g5w8ed .richard-09rwhk {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.richard-lz6gf6.richard-g5w8ed .richard-bmx632 {
  cursor: pointer;
}

.richard-6n1xi4 {
  fill: #0009;
}

.richard-8oshw3 {
  fill: #fff;
}

.richard-09rwhk:hover .richard-6n1xi4 {
  fill: red;
}

.richard-09rwhk svg path {
  -webkit-transition: 0.richard-dx3oqv ease-in-out;
  -o-transition: 0.richard-dx3oqv ease-in-out;
  transition: 0.richard-dx3oqv ease-in-out;
}

.richard-66gc7m {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.richard-66gc7m > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.richard-66gc7m.richard-x50n9l > :not(.get-image) {
  grid-column: 1/3;
}

.richard-bad0nc:not(._h1-block) .richard-66gc7m > .richard-zwjj92 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.richard-66gc7m.richard-x50n9l .richard-wqvbti {
  grid-column: 2/3;
}

.richard-66gc7m.richard-x50n9l > .richard-gup2z6 {
  grid-column: 1/2;
}

.richard-66gc7m.richard-x50n9l > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.richard-66gc7m > p:first-of-type {
  margin-top: 0;
}

.richard-66gc7m .richard-gup2z6 {
  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-bad0nc:not(._h1-block) .richard-zwjj92 ~ .richard-gup2z6 {
  grid-row: 2/10;
}

.richard-bad0nc.richard-fxzr40 .richard-zwjj92 ~ .richard-gup2z6 {
  grid-row: 1/10;
}

.richard-bad0nc.richard-fxzr40 > .richard-zwjj92 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.richard-bad0nc.richard-fxzr40 .richard-gup2z6 {
  grid-row: 1/10;
}

.richard-66gc7m.richard-tj5wwz .richard-gup2z6 {
  align-items: flex-start;
}

.richard-66gc7m.richard-8c4h1i .richard-wqvbti {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.richard-66gc7m.richard-8c4h1i .richard-gup2z6 {
  align-items: center;
}

.richard-66gc7m.richard-hgewy1 .richard-gup2z6 {
  align-items: flex-end;
}

.richard-wqvbti > :first-child {
  margin-top: 0;
}

.richard-wqvbti > :last-child {
  margin-bottom: 0;
}

* + .richard-b7s06u,
.richard-bad0nc + .richard-bad0nc {
  margin-top: 2rem;
}

.richard-zd2x1z td::before,
.richard-zd2x1z th::after {
  display: none !important;
}

.richard-zd2x1z #link-selector {
  color: #000;
}

.richard-zd2x1z .richard-3o6kyc {
  color: #135e96;
}

.richard-zd2x1z .richard-ddwr0b *,
.richard-zd2x1z .richard-yhblm3 p,
.richard-zd2x1z .richard-roft0c * {
  color: #000;
}

.richard-zd2x1z .richard-crsul6 {
  background: 0 0 !important;
}

.richard-zd2x1z .richard-uzzvxp {
  color: #000;
}

.richard-zd2x1z .richard-fusxco.richard-dh59cb {
  color: #fff;
}

.richard-zd2x1z .richard-0tqlwj {
  color: #000;
}

.richard-zd2x1z
  .richard-ytmver
  .richard-73r670.richard-dh59cb.richard-zl5yrd {
  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-cjl0lz,
body .richard-lq5vrc {
  color: #000;
  background: var(--color-body) !important;
}

.richard-cjl0lz .richard-py12e7 .richard-qpjv92,
body .richard-lq5vrc .richard-py12e7 .richard-qpjv92 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .richard-u50bra:focus,
  .richard-u50bra:hover {
    color: #f9cb16;
  }
  .richard-ii5d8e:focus,
  .richard-ii5d8e:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .richard-0l9c4c:focus img,
  .richard-0l9c4c:focus svg,
  .richard-0l9c4c:hover img,
  .richard-0l9c4c:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .richard-tzrk5g {
    display: none;
  }
}

@media (min-width: 1024px) {
  .richard-fo6x81:hover .richard-it76g4 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .richard-it76g4 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .richard-kppwut {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .richard-jm9ezg {
    grid-template-columns: repeat(4, 1fr);
  }
  .richard-ii5nnu {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .richard-tkgibi .richard-z965be {
    grid-template-columns: 1fr;
  }
  .richard-tkgibi .richard-yyy808 {
    -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-tkgibi .richard-w3sa0v {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .richard-tkgibi .richard-ae44x5 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .richard-tkgibi .richard-bs1u8v {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .richard-tkgibi .richard-w3sa0v:not(:first-child) {
    border: none;
  }
  .richard-tkgibi .richard-w3sa0v:first-child .richard-ae44x5 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .richard-tkgibi .richard-w3sa0v:last-child .richard-ae44x5 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .richard-tnpmww {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .richard-lzcvnx {
    max-width: 100px;
  }
  .richard-ow535l {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .richard-0ii874 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .richard-0ii874 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .richard-m4op70 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .richard-ow535l + .richard-0ii874 {
    margin-left: auto;
  }
  .richard-25ygs2 {
    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-25ygs2.richard-oai1u2 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .richard-kw3r7e {
    -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-cffirx {
    width: 100%;
  }
  .richard-cffirx:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .richard-uc6211 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .richard-uc6211 svg {
    margin-right: 4px;
  }
  .richard-fo6x81 {
    -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-it76g4 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .richard-it76g4 {
    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-ccwcjm {
    display: none;
    width: 100%;
  }
  .richard-fo6x81.richard-oai1u2 .richard-ccwcjm {
    padding: 0 0 0 48px;
  }
  .richard-fz4bbk {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .richard-8fw4b8 .richard-gup2z6 {
    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-vzod6d {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .richard-vzod6d + .richard-vzod6d {
    margin-right: 0;
  }
  .richard-vzod6d + .richard-gup2z6 {
    margin: 0;
  }
  .richard-kppwut {
    grid-template-columns: repeat(4, 1fr);
  }
  .richard-jm9ezg {
    grid-template-columns: repeat(3, 1fr);
  }
  .richard-pqhg7c,
  .richard-frhd7z {
    grid-template-columns: repeat(2, 1fr);
  }
  .richard-66gc7m {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .richard-66gc7m.richard-x50n9l .richard-wqvbti {
    grid-column: auto;
    grid-row: auto;
  }
  .richard-66gc7m > .richard-zwjj92 {
    grid-column: 1/2;
  }
  .richard-66gc7m.richard-x50n9l > :not(.get-image) {
    grid-column: 1/2;
  }
  .richard-66gc7m .richard-gup2z6,
  .richard-66gc7m.richard-x50n9l > .richard-gup2z6 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .richard-66gc7m.richard-x50n9l > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .richard-bad0nc.richard-fxzr40 .richard-66gc7m > .richard-gup2z6 {
    grid-row: 1/2;
  }
  .richard-66gc7m .richard-zwjj92 ~ .richard-gup2z6,
  .richard-66gc7m.richard-x50n9l .richard-zwjj92 ~ .richard-gup2z6 {
    grid-row: 2/3;
  }
  .richard-bad0nc.richard-fxzr40 .richard-zwjj92 ~ .richard-gup2z6 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .richard-9qjqy6:first-child .richard-cmb5ln {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .richard-9qjqy6:first-child .richard-cmb5ln h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .richard-9qjqy6 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .richard-9qjqy6 {
    padding: 0;
  }
  .richard-04l3yp {
    margin-top: 1rem;
  }
  .richard-kbesyl {
    border-radius: 5px;
  }
  .richard-8qc5ht {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .richard-kvgh9z::after {
    display: inline-block;
  }
  .richard-kvgh9z {
    margin: 0;
    width: 100%;
  }
  .richard-luxdi1 {
    width: 100%;
  }
  .richard-luxdi1.richard-9upsq4 {
    -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-luxdi1.richard-9upsq4 .richard-sexnsi {
    width: 100%;
  }
  .richard-luxdi1.richard-9upsq4 .richard-sexnsi:not(:last-child) {
    margin-right: 0;
  }
  .richard-u50bra {
    width: 100%;
    text-align: center;
  }
  .richard-68oy6q.richard-oai1u2 .richard-luxdi1 {
    margin-top: 1rem;
  }
  .richard-kppwut {
    grid-template-columns: repeat(3, 1fr);
  }
  .richard-ii5nnu,
  .richard-jm9ezg {
    grid-template-columns: repeat(2, 1fr);
  }
  .richard-pqhg7c,
  .richard-frhd7z,
  .richard-adclag {
    grid-template-columns: 1fr;
  }
  .richard-au8l6m {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .richard-j865vi {
    min-width: 300px;
    max-width: 325px;
  }
  .richard-ae44x5 {
    cursor: auto;
  }
  .richard-gvvavz .richard-ae44x5 {
    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-kzb69y {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .richard-ccwcjm {
    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-kzb69y {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.richard-vzod6d p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .richard-0ii874 {
    margin: 0 -0.2rem;
  }
  .richard-vzod6d {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .richard-6kcw2c {
    -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-h7r6jq {
    max-width: 100%;
  }
  .richard-kppwut {
    grid-template-columns: repeat(2, 1fr);
  }
  .richard-ii5nnu,
  .richard-jm9ezg {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .richard-tnpmww {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .richard-0ii874 {
    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-uz60w9 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .richard-hfcx5y {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .richard-20pu5w,
  .richard-45jh9r {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .richard-5mexko {
    width: 100%;
  }
  .richard-kppwut {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .richard-kzb69y {
    top: 127px !important;
  }
}

.richard-9vbla9 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .richard-9vbla9 {
  }
}

@media (max-width: 767px) {
  .richard-9vbla9 {
    margin-bottom: 12px;
  }
}

.richard-9vbla9 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.richard-bca92m {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.richard-bca92m > .richard-54kcqe {
  flex: 1 1;
}

@media (max-width: 767px) {
  .richard-bca92m {
    flex-direction: column;
    gap: 12px;
  }
}

.richard-6hwn7g {
  display: flex;
}

.richard-6hwn7g .richard-zyitxq {
  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-6hwn7g .richard-pztytc {
  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-6hwn7g .richard-lo03q4 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.richard-6hwn7g .richard-rnwqj1 {
  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-6hwn7g .richard-rnwqj1:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.richard-6hwn7g .richard-vbu0vx {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.richard-xnrkcv {
  border: unset;
  background-color: unset;
}

.richard-xnrkcv tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.richard-xnrkcv .richard-63v62y,
.richard-xnrkcv .richard-0mgfrx {
  flex: 0 1 330px;
}

.richard-xnrkcv .richard-z0qw1b {
  flex: 1 1;
}

.richard-xnrkcv 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-xnrkcv tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.richard-xnrkcv tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.richard-xnrkcv tr td p {
  color: #fff;
  margin: 0;
}

.richard-xnrkcv tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.richard-xnrkcv tr.richard-63v62y td p {
  padding: 16px 0;
}

.richard-xnrkcv tr.richard-63v62y td p:not(:last-child),
.richard-xnrkcv tr.richard-0mgfrx td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.richard-xnrkcv tr.richard-63v62y td p:first-child,
.richard-xnrkcv tr.richard-0mgfrx td p:first-child {
  padding-top: 0;
}

.richard-xnrkcv tr.richard-0mgfrx td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.richard-xnrkcv tr.richard-0mgfrx td p:last-child {
  padding-bottom: 0;
}

.richard-xnrkcv .richard-0mgfrx img {
  max-width: 32px;
}

.richard-xnrkcv .richard-z0qw1b {
  min-width: 718px;
}

.richard-xnrkcv .richard-z0qw1b td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.richard-xnrkcv .richard-z0qw1b td {
  display: flex;
}

.richard-xnrkcv .richard-z0qw1b td:last-child .richard-x3jrzn,
.richard-xnrkcv .richard-z0qw1b td:last-child .richard-xhmqqr,
.richard-xnrkcv .richard-z0qw1b td:last-child .richard-tqjlhb {
  flex: 1 1 50%;
}

.richard-xnrkcv .richard-z0qw1b td:last-child .richard-6bc21f {
  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-xnrkcv .richard-z0qw1b td:last-child .richard-42ig05,
.richard-xnrkcv .richard-z0qw1b td:last-child .richard-mhlg9s {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.richard-xnrkcv .richard-z0qw1b td:last-child .richard-x3jrzn,
.richard-xnrkcv .richard-z0qw1b td:last-child .richard-xhmqqr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.richard-xnrkcv .richard-z0qw1b td:last-child .richard-x3jrzn span,
.richard-xnrkcv .richard-z0qw1b td:last-child .richard-xhmqqr span {
  font-weight: 800;
}

.richard-xnrkcv .richard-z0qw1b img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .richard-xnrkcv .richard-z0qw1b td .richard-tqjlhb:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .richard-xnrkcv tr.richard-63v62y td p:last-child {
    padding-bottom: 0;
  }
  .richard-xnrkcv .richard-0mgfrx > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .richard-xnrkcv .richard-0mgfrx > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .richard-xnrkcv tr.richard-63v62y td p:not(:last-child),
  .richard-xnrkcv tr.richard-0mgfrx td p:not(:last-child) {
    border-bottom: unset;
  }
  .richard-xnrkcv tr.richard-0mgfrx td p:last-child {
    padding-bottom: 12px;
  }
  .richard-xnrkcv .richard-z0qw1b td:last-child .richard-x3jrzn,
  .richard-xnrkcv .richard-z0qw1b td:last-child .richard-xhmqqr,
  .richard-xnrkcv .richard-z0qw1b td:last-child .richard-tqjlhb {
    flex: 1 1 50%;
    padding: 0;
  }
  .richard-xnrkcv .richard-z0qw1b td:last-child .richard-x3jrzn,
  .richard-xnrkcv .richard-z0qw1b td:last-child .richard-xhmqqr {
    margin-top: 16px;
  }
  .richard-xnrkcv .richard-z0qw1b td:last-child .richard-tqjlhb {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .richard-xnrkcv .richard-z0qw1b td:last-child .richard-x3jrzn {
    border-right: 1px solid var(--border-color);
  }
  .richard-xnrkcv .richard-z0qw1b td:last-child .richard-tqjlhb:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .richard-xnrkcv .richard-z0qw1b td:last-child .richard-tqjlhb:last-child {
    padding-bottom: 0;
  }
}

.richard-tqjlhb {
  display: flex;
  flex-direction: column;
}

.richard-xnrkcv .richard-z0qw1b td .richard-tqjlhb {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.richard-xnrkcv .richard-z0qw1b td .richard-tqjlhb:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.richard-xnrkcv .richard-z0qw1b td .richard-tqjlhb:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .richard-xnrkcv .richard-z0qw1b td .richard-tqjlhb:not(:first-child) {
    padding-left: 0;
  }
  .richard-xnrkcv .richard-z0qw1b td .richard-tqjlhb:not(:last-of-type) {
    border-right: unset;
  }
}

.richard-xnrkcv .richard-k24fik {
  flex: 0 1 485px;
}

.richard-xnrkcv .richard-0shhim {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.richard-xnrkcv .richard-0shhim li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.richard-xnrkcv .richard-0shhim li.richard-hes76a {
  padding: 6px 12px;
}

.richard-xnrkcv .richard-0shhim li a,
.richard-xnrkcv .richard-0shhim 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-xnrkcv .richard-vfkos4,
.richard-xnrkcv .richard-wtr8v5 {
  flex: 1 1;
}

.richard-xnrkcv .richard-hvuppj,
.richard-xnrkcv .richard-ll9sz1 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.richard-xnrkcv .richard-hvuppj li,
.richard-xnrkcv .richard-ll9sz1 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.richard-xnrkcv .richard-wtr8v5 img {
  max-width: 32px;
}

.richard-xnrkcv .richard-vfkos4 img {
  max-width: 32px;
}

.richard-xnrkcv .richard-l7q5gq {
  min-width: 280px;
}

.richard-xnrkcv .richard-l7q5gq img {
  max-width: 146px;
}

.richard-xnrkcv .richard-l7q5gq td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .richard-xnrkcv .richard-63v62y,
  .richard-xnrkcv .richard-0mgfrx {
    flex: 0 1 auto;
  }
  .richard-xnrkcv .richard-z0qw1b {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .richard-xnrkcv .richard-63v62y,
  .richard-xnrkcv .richard-k24fik,
  .richard-xnrkcv .richard-0mgfrx,
  .richard-xnrkcv .richard-z0qw1b {
    flex: 1 1 calc(50% - 20px);
  }
  .richard-xnrkcv .richard-vfkos4,
  .richard-xnrkcv .richard-l7q5gq,
  .richard-xnrkcv .richard-wtr8v5 {
    flex: 1 1 30%;
  }
  .richard-xnrkcv .richard-l7q5gq {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .richard-xnrkcv .richard-63v62y,
  .richard-xnrkcv .richard-k24fik,
  .richard-xnrkcv .richard-vfkos4,
  .richard-xnrkcv .richard-0mgfrx,
  .richard-xnrkcv .richard-z0qw1b,
  .richard-xnrkcv .richard-l7q5gq,
  .richard-xnrkcv .richard-wtr8v5 {
    flex: 1 1 100%;
  }
}

.richard-ii6qe3 .richard-jrcxj8 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.richard-ii6qe3 .richard-b8ztn6 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.richard-ii6qe3 .richard-e94brs {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.richard-ii6qe3 .richard-ii9bmd {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.richard-ii6qe3 .richard-ii9bmd > :nth-child(3) {
  margin-top: 0;
}

.richard-ii6qe3 .richard-gup2z6 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.richard-ii6qe3 .richard-r6w73w {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.richard-ii6qe3 .richard-04l3yp {
  grid-column: 1/2;
}

.richard-ii6qe3 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.richard-ii6qe3 .richard-b8ztn6: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-ii6qe3 .richard-b8ztn6:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.richard-ii6qe3 .richard-5mexko {
  min-width: 240px;
}

@media (max-width: 768px) {
  .richard-ii6qe3 .richard-b8ztn6:not(:last-child):before {
    bottom: 8px;
  }
  .richard-ii6qe3 .richard-b8ztn6:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .richard-ii6qe3 .richard-ii9bmd {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .richard-ii6qe3 .richard-gup2z6 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .richard-ii6qe3 .richard-gup2z6 img {
    width: 100%;
    height: auto;
  }
  .richard-ii6qe3 .richard-5mexko {
    width: 100%;
    min-width: unset;
  }
}

.richard-zk28uo .richard-6s2y6x {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.richard-zk28uo .richard-ynne65 {
  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-zk28uo .richard-gup2z6 {
  height: 100%;
}

.richard-zk28uo .richard-gup2z6 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.richard-zk28uo .richard-ibd4v6 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.richard-zk28uo .richard-3jqalc {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.richard-zk28uo .richard-n2qmrj {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .richard-zk28uo .richard-ynne65 {
    flex: 1 1 100%;
  }
  .richard-zk28uo .richard-l6f5yh {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .richard-zk28uo .richard-ynne65 {
    flex-direction: column;
  }
  .richard-zk28uo .richard-gup2z6 {
    width: 100%;
    height: auto;
  }
  .richard-zk28uo .richard-gup2z6 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .richard-zk28uo .richard-ibd4v6 {
    padding: 0 16px 16px 16px;
  }
  .richard-zk28uo .richard-l6f5yh {
    min-width: unset;
    width: 100%;
  }
}

.richard-p7zb8d .richard-tebvcf {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.richard-p7zb8d .richard-uivo0c {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.richard-p7zb8d 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-p7zb8d .richard-dnqh9k {
  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-p7zb8d .richard-uivo0c:hover .richard-dnqh9k {
  display: flex;
}

.richard-p7zb8d .richard-mr7dh3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.richard-p7zb8d .richard-t9jpm3 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.richard-zj9bu8 {
  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-zj9bu8.richard-8o3zu1 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.richard-foulut ease-in-out;
}

.richard-zj9bu8.richard-8o3zu1:hover {
  color: #f9cb16;
  background-color: transparent;
}

.richard-p7zb8d .richard-0r3zzd {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.richard-foulut ease-in-out;
}

.richard-p7zb8d .richard-0r3zzd:hover {
  color: #196948;
  background-color: #f9cb16;
}

.richard-p7zb8d .richard-0r3zzd:after,
.richard-zj9bu8.richard-8o3zu1:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.richard-zj9bu8.richard-8o3zu1:after {
  background-image: url(../images/Cash.svg);
}

.richard-p7zb8d .richard-0r3zzd:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .richard-p7zb8d .richard-tebvcf {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .richard-p7zb8d .richard-tebvcf {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .richard-p7zb8d .richard-tebvcf {
    grid-template-columns: 1fr;
  }
  .richard-p7zb8d .richard-uivo0c {
    height: auto;
  }
  .richard-p7zb8d .richard-uivo0c .richard-dnqh9k {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .richard-p7zb8d .richard-mr7dh3,
  .richard-p7zb8d .richard-t9jpm3 {
    text-align: left;
  }
  .richard-p7zb8d .richard-t9jpm3 {
    margin-bottom: 8px;
  }
  .richard-p7zb8d img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.richard-y0x0ni {
  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-y0x0ni.richard-g5w8ed {
  display: block;
}

.richard-y0x0ni .richard-1xlesn {
  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-y0x0ni .richard-il1ljc {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.richard-y0x0ni .richard-fdb05t {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.richard-y0x0ni .richard-feyhp9 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.richard-y0x0ni .richard-zj9bu8 {
  min-width: 296px;
  margin-bottom: 0;
}

.richard-y0x0ni .richard-kuxokv {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.richard-y0x0ni .richard-cwtudo {
  position: relative;
  flex: 1 1;
}

.richard-y0x0ni .richard-cwtudo iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .richard-y0x0ni .richard-il1ljc {
    flex-wrap: wrap;
    gap: 8px;
  }
  .richard-y0x0ni .richard-fdb05t {
    order: 1;
  }
  .richard-y0x0ni .richard-feyhp9 {
    order: 3;
    flex: 1 1 100%;
  }
  .richard-y0x0ni .richard-zj9bu8 {
    width: 100%;
    min-width: unset;
  }
  .richard-y0x0ni .richard-kuxokv {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .richard-66gc7m > .richard-zwjj92 {
    margin-bottom: 0;
  }
  .richard-66gc7m > .richard-04l3yp,
  .richard-66gc7m > p {
    margin-top: 0;
  }
}

.richard-g9eonu img,
.richard-vzod6d img {
  width: auto;
  object-fit: contain;
}

.richard-g9eonu {
  align-items: center;
}

.richard-g9eonu img {
  max-height: 76px;
}

.richard-vzod6d img {
  max-height: 64px;
}

.richard-vt2rts {
  overflow: auto;
}

.richard-vh02tk {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.richard-08ci1q:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.richard-17c3ih {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.richard-annn1y {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.richard-17c3ih .richard-gup2z6 {
  margin-right: 20px;
  flex-shrink: 0;
}

.richard-17c3ih img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.richard-p1zjg5 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.richard-p1zjg5 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .richard-17c3ih {
    padding: 15px 10px;
  }
  .richard-p1zjg5 {
    padding: 15px 10px;
  }
  .richard-17c3ih .richard-gup2z6 {
    margin-right: 10px;
  }
}

.richard-mxuj8i {
  overflow-x: auto;
}

.richard-00ex7w {
  border-collapse: collapse;
  width: 100%;
}

.richard-mxuj8i th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.richard-mxuj8i td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.richard-mxuj8i td.richard-j14daf {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.richard-mxuj8i td.richard-55tmcm {
  border-right: none;
}

.richard-mxuj8i td.richard-55tmcm .richard-gup2z6 {
  justify-content: flex-start;
}

.richard-mxuj8i td.richard-55tmcm .richard-gup2z6 img {
  height: auto;
  width: 90px;
}

.richard-mxuj8i td.richard-9qiyjz,
.richard-mxuj8i td.richard-597ltu {
  font-weight: 600;
  text-align: right;
}

.richard-mxuj8i td.richard-42ppyc,
.richard-mxuj8i td.richard-9qiyjz {
  padding-bottom: 10px;
  border-bottom: none;
}

.richard-mxuj8i td.richard-9qiyjz,
.richard-mxuj8i td.richard-597ltu {
  border-left: none;
}

.richard-mxuj8i td.richard-42ppyc,
.richard-mxuj8i td.richard-5os1cf {
  border-right: none;
}

.richard-mxuj8i td.richard-5os1cf,
.richard-mxuj8i td.richard-597ltu {
  border-top: none;
  padding-top: 10px;
}

.richard-op7434 {
  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-op7434 .richard-l6f5yh {
  min-width: unset;
  width: 100%;
}

.richard-op7434 .richard-l6f5yh.richard-5adr22 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.richard-op7434 .richard-l6f5yh.richard-hs7dsa {
  grid-column: 2/3;
  grid-row: 1/2;
}

.richard-op7434 .richard-gjqgsj {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .richard-op7434 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .richard-op7434 .richard-l6f5yh.richard-5adr22 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .richard-op7434 .richard-l6f5yh.richard-hs7dsa {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .richard-op7434 .richard-gjqgsj {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.richard-q38too {
  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-jguaoe {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.richard-8jbry9 p a img {
  margin: 0 auto;
  display: block;
}

.richard-8jbry9 table {
  margin-bottom: 17px;
}

/* contanct form */
.richard-6148gk {
  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-6148gk label {
  font-size: 14px;
}

.richard-6148gk h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.richard-6148gk input,
.richard-6148gk textarea,
.richard-6148gk 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-6148gk button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.richard-foulut ease;
}
.richard-6148gk button:hover {
  background-color: #691204;
}
.richard-a3cly7 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.richard-6019z1 ease-in;
}

.richard-a3cly7 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-qmrx1n, .richard-r2uu8s, [class*="review-card"],
thead, thead th, table th, .richard-3nkues,
.richard-nxi2kl, [class*="collapsible-header"],
.richard-zqc3xn, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
#cookie-law-div, #cookie-law-div :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
