@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);
}

.fair-go-t6ev0r {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.fair-go-kmn6l5 {
  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.fair-go-v8b0uj,
ul.fair-go-v8b0uj {
  padding-left: 20px;
}

ul.fair-go-v8b0uj {
  list-style: disc;
}

ol.fair-go-v8b0uj {
  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;
  }
}

.fair-go-28rd87 > .fair-go-ayuryz,
.fair-go-28rd87 > .fair-go-b3xnro,
.fair-go-28rd87 > blockquote,
.fair-go-28rd87 > h1,
.fair-go-28rd87 > h2,
.fair-go-28rd87 > h3,
.fair-go-28rd87 > h4,
.fair-go-28rd87 > h5,
.fair-go-28rd87 > h6,
.fair-go-28rd87 > ol,
.fair-go-28rd87 > p,
.fair-go-28rd87 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.fair-go-28rd87 > ol,
.fair-go-28rd87 > ul {
  padding-left: 50px;
}

.fair-go-28rd87 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;
}

.fair-go-28rd87:not(:last-child) {
  margin-bottom: 2rem;
}

.fair-go-28rd87 > :not(:first-child) {
  margin-top: 2rem;
}

.fair-go-28rd87 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fair-go-28rd87:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .fair-go-28rd87:first-child {
    margin-top: 20px;
  }
}

.fair-go-28rd87 > p:last-of-type {
  margin-bottom: 32px;
}

.fair-go-28rd87 > .fair-go-z2oyw1:not(:first-child) {
  margin: 64px auto 16px auto;
}

.fair-go-36ugi9 > .fair-go-z2oyw1 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.fair-go-b3xnro {
  overflow: auto;
}

.fair-go-b3xnro::-webkit-scrollbar {
  height: 5px;
}

.fair-go-b3xnro table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.fair-go-b3xnro table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.fair-go-b3xnro table thead,
table thead {
  border-bottom: none;
}

.fair-go-b3xnro table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.fair-go-b3xnro table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.fair-go-b3xnro table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.fair-go-b3xnro .fair-go-qy672p {
  table-layout: auto;
}

.fair-go-b3xnro .fair-go-qy672p th {
  word-break: normal;
}

.fair-go-b3xnro .fair-go-qy672p td {
  word-break: normal;
}

.fair-go-t6ev0r .fair-go-t6ev0r {
  padding-right: 0;
  padding-left: 0;
}

.fair-go-0nbw3e {
  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;
}

.fair-go-if2fvb {
  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;
}

.fair-go-qr9z3c {
  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;
}

.fair-go-ayuryz {
  margin-top: 24px;
}

.fair-go-ayuryz.fair-go-uu6rz3 {
  text-align: left;
}

.fair-go-ayuryz.fair-go-i94cb6 {
  text-align: right;
}

.fair-go-ayuryz.fair-go-5sg63q {
  text-align: center;
}

.fair-go-n9cvzm {
  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.fair-go-ldam8n ease-in-out;
  cursor: pointer;
}

.fair-go-n9cvzm:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.fair-go-n9cvzm {
  min-width: 328px;
}

@media (max-width: 768px) {
  .fair-go-n9cvzm {
    min-width: unset;
  }
}

.fair-go-fejll9 {
  background-color: var(--fh-bg-color);
}

.fair-go-q2s9n7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.fair-go-emvz45 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.fair-go-emvz45 img {
  max-height: 80px;
  object-fit: contain;
}

.fair-go-ks9gme {
  flex: 1 1;
}

.fair-go-mtl0vq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.fair-go-u9t0tx {
  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;
}

.fair-go-u9t0tx 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;
}

.fair-go-u9t0tx.fair-go-cnz42s span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.fair-go-u9t0tx.fair-go-cnz42s span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.fair-go-u9t0tx.fair-go-cnz42s span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.fair-go-ks9gme + .fair-go-mtl0vq {
  margin-left: 20px;
}

.fair-go-5jl539 {
  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;
}

.fair-go-5jl539 > svg {
  max-width: 24px;
  max-height: 24px;
}

.fair-go-5jl539 + .fair-go-5jl539 {
  margin-left: 5px;
}

.fair-go-gm9nhu {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.fair-go-gm9nhu:hover {
  background-color: var(--button-bg-hover);
}

.fair-go-zl9xqh {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.fair-go-ldam8n ease-in-out;
  border: 1px solid var(--border-color);
}

.fair-go-zl9xqh:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.fair-go-cojdsj {
  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) {
  .fair-go-ks9gme {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .fair-go-cojdsj {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .fair-go-ks9gme {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .fair-go-5jl539 {
    min-width: unset;
    flex: 1 1;
  }
}

.fair-go-3woqeb {
  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;
}

.fair-go-3woqeb:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.fair-go-3woqeb:hover .fair-go-px5jix {
  opacity: 1;
  pointer-events: auto;
}

.fair-go-7zslol {
  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.fair-go-zfmmzl ease-in-out;
  gap: 4px;
}

.fair-go-7zslol > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.fair-go-7zslol .fair-go-0nbw3e img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.fair-go-o9s50n,
.fair-go-7zslol:hover {
  color: var(--button-bg-hover);
}

.fair-go-55jfvz {
  position: relative;
}

.fair-go-55jfvz .fair-go-7zslol {
  margin-right: 0;
  padding-right: 4px;
}

.fair-go-xtma3y svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.fair-go-55jfvz.fair-go-cnz42s .fair-go-xtma3y svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.fair-go-55jfvz.fair-go-cnz42s .fair-go-px5jix {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.fair-go-55jfvz.fair-go-cnz42s .fair-go-px5jix::before {
  display: none;
}

.fair-go-xtma3y svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.fair-go-px5jix {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.fair-go-me6k6c 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.fair-go-px5jix::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.fair-go-px5jix:hover {
  color: var(--fh-bg-color);
}

.fair-go-ogppde {
  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.fair-go-me6k6c 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.fair-go-zfmmzl ease-in-out;
  -o-transition: 0.fair-go-zfmmzl ease-in-out;
  transition: 0.fair-go-zfmmzl ease-in-out;
}

.fair-go-ogppde .fair-go-0nbw3e img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.fair-go-crqi2r,
.fair-go-ogppde:hover {
  color: var(--button-bg-hover);
}

.fair-go-jjlhds {
  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%;
}

.fair-go-jjlhds.fair-go-7jnkdo {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.fair-go-jjlhds.fair-go-7jnkdo:after,
.fair-go-jjlhds.fair-go-7jnkdo:before {
  content: "";
  position: absolute;
  margin: auto;
}

.fair-go-jjlhds.fair-go-7jnkdo: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);
  }
}

.fair-go-jjlhds.fair-go-7jnkdo:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.fair-go-jjlhds.fair-go-7jnkdo > * {
  z-index: 1;
}

.fair-go-jjlhds b,
.fair-go-jjlhds strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.fair-go-jjlhds .fair-go-q32c4l {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.fair-go-jjlhds .fair-go-d5wjcu {
  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;
}

.fair-go-jjlhds .fair-go-0nbw3e {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.fair-go-jjlhds .fair-go-2vx9ab {
  margin-top: 12px;
}

.fair-go-2vx9ab {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.fair-go-7vr2uz {
  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;
}

.fair-go-2vx9ab .fair-go-pzj5eq {
  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.fair-go-ldam8n ease-in-out;
}

.fair-go-2vx9ab .fair-go-pzj5eq:hover {
  background: rgba(255, 255, 255, 0.3);
}

.fair-go-4veqyf {
  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;
}

.fair-go-jjlhds.fair-go-6uxvp5 {
  gap: 12px;
  padding: 16px;
}

.fair-go-jjlhds.fair-go-6uxvp5 .fair-go-4veqyf {
  min-width: 240px;
}

.fair-go-jjlhds.fair-go-6uxvp5 .fair-go-4veqyf.fair-go-ly429f {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .fair-go-jjlhds .fair-go-q32c4l {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .fair-go-jjlhds .fair-go-d5wjcu {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .fair-go-jjlhds .fair-go-0nbw3e {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .fair-go-jjlhds.fair-go-6uxvp5 .fair-go-0nbw3e {
    max-width: 126px;
  }
  .fair-go-jjlhds .fair-go-2vx9ab {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .fair-go-jjlhds .fair-go-7vr2uz {
    max-width: unset;
  }
  .fair-go-4veqyf {
    min-width: unset;
    width: 100%;
  }
  .fair-go-jjlhds .fair-go-4veqyf {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .fair-go-jjlhds.fair-go-6uxvp5 {
    grid-template-rows: auto 1fr auto;
  }
  .fair-go-jjlhds.fair-go-6uxvp5 .fair-go-4veqyf {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .fair-go-jjlhds {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .fair-go-jjlhds .fair-go-q32c4l {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .fair-go-jjlhds .fair-go-0nbw3e {
    max-width: 78px;
  }
  .fair-go-jjlhds .fair-go-2vx9ab {
    margin-top: -12px;
  }
  .fair-go-jjlhds.fair-go-6uxvp5 {
    gap: 8px;
  }
  .fair-go-jjlhds.fair-go-6uxvp5 .fair-go-q32c4l {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .fair-go-jjlhds.fair-go-6uxvp5 .fair-go-d5wjcu {
    grid-column: 1/3;
  }
  .fair-go-jjlhds.fair-go-6uxvp5 .fair-go-0nbw3e {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .fair-go-jjlhds.fair-go-6uxvp5 .fair-go-0nbw3e img {
    max-width: 114px;
  }
}

.fair-go-4veqyf.fair-go-390dyn,
.fair-go-4veqyf.fair-go-385th9,
.fair-go-4veqyf.fair-go-4xz6cw {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.fair-go-ldam8n ease-in-out;
}

.fair-go-4veqyf.fair-go-390dyn,
.fair-go-4veqyf.fair-go-4xz6cw {
  padding: 10px;
}

.fair-go-4veqyf.fair-go-390dyn:hover,
.fair-go-4veqyf.fair-go-385th9:hover,
.fair-go-4veqyf.fair-go-4xz6cw:hover {
  background: var(--button-bg-hover);
}

.fair-go-4veqyf.fair-go-390dyn:hover svg path,
.fair-go-4veqyf.fair-go-4xz6cw:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.fair-go-4veqyf.fair-go-ly429f {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.fair-go-ldam8n ease-in-out;
  background: var(--button-bg-color);
}

.fair-go-4veqyf.fair-go-ly429f:hover {
  background-color: var(--button-bg-hover);
}

.fair-go-4veqyf.fair-go-385th9: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);
  }
}

.fair-go-4veqyf.fair-go-385th9:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.fair-go-4veqyf.fair-go-ly429f:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.fair-go-gp6ttt {
  max-width: 650px;
}

.fair-go-9q9yme {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.fair-go-w3tkv6 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fair-go-wubavn {
  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.fair-go-zfmmzl ease-in-out;
  cursor: pointer;
}

.fair-go-wubavn:hover {
  opacity: 0.5;
}

.fair-go-wubavn:focus {
  outline: 0;
}

.fair-go-wubavn:focus .fair-go-ow6k4e,
.fair-go-wubavn:hover .fair-go-ow6k4e {
  fill: red;
  fill-opacity: 1;
}

.fair-go-wubavn:hover {
  cursor: pointer;
}

.fair-go-lgxi5x {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.fair-go-gp6ttt.fair-go-5sg63q {
  margin: 0 auto;
}

.fair-go-gp6ttt.fair-go-i94cb6 {
  margin-left: auto;
}

.fair-go-3cie71 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.fair-go-kh2kji {
  padding-bottom: 50px;
}

.fair-go-j207e2 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.fair-go-7yrlta {
  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;
}

.fair-go-g49yjq {
  margin-top: 24px;
}

.fair-go-uqpeln {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fair-go-u4hwfk {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.fair-go-nsw24r {
  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;
}

.fair-go-m2ct6a {
  width: 468px;
}

.fair-go-nsw24r .fair-go-px5jix {
  margin: 0.fair-go-wxju7q 0;
}

.fair-go-oxtl3g {
  display: flex;
  min-width: 224px;
}

.fair-go-rrmvro {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.fair-go-zfmmzl ease-in-out;
}

.fair-go-jfaw6r,
.fair-go-rrmvro:hover {
  color: var(--text-color);
}

.fair-go-mj9wxd {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.fair-go-793z6b {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .fair-go-3cie71 {
    padding: 16px;
  }
  .fair-go-mj9wxd {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .fair-go-793z6b {
    align-items: center;
  }
  .fair-go-m2ct6a {
    width: unset;
  }
  .fair-go-oxtl3g {
    min-width: unset;
  }
  .fair-go-nsw24r {
    max-height: unset;
  }
  .fair-go-j207e2 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .fair-go-3cie71 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.fair-go-2t570d {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.fair-go-2t570d:not(:last-child) {
  margin-bottom: 16px;
}

.fair-go-iu7wbo {
  outline: 0;
}

.fair-go-iu7wbo .fair-go-p3ekaj {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.fair-go-z3odft {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .fair-go-z3odft {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.fair-go-z3odft::-webkit-details-marker {
  display: none;
}

.fair-go-z3odft: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;
}

.fair-go-z3odft: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] .fair-go-z3odft:after {
  transform: unset;
}

.fair-go-p3ekaj {
  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);
}

.fair-go-p3ekaj 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.fair-go-zfmmzl ease-in-out;
  -o-transition: 0.fair-go-zfmmzl ease-in-out;
  transition: 0.fair-go-zfmmzl ease-in-out;
}

.fair-go-rrhkw3 {
  padding: 16px 0 0 0;
}

.fair-go-rrhkw3 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .fair-go-rrhkw3 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .fair-go-z3odft {
    flex-wrap: wrap;
    gap: 12px;
  }
  .fair-go-z3odft::after {
    margin-left: auto;
  }
  .fair-go-p3ekaj {
    order: 3;
    flex: 1 1 100%;
  }
  .fair-go-z3odft {
    font-size: 14px;
    line-height: 130%;
  }
  .fair-go-p3ekaj svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.fair-go-n57jh9 {
  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;
}

.fair-go-uycwh8 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.fair-go-n57jh9.fair-go-cnz42s .fair-go-uycwh8 {
  margin-bottom: 12px;
}

.fair-go-uycwh8::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;
}

.fair-go-n57jh9.fair-go-cnz42s .fair-go-uycwh8::after {
  transform: unset;
}

.fair-go-izmuhk {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.fair-go-hie3hp {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.fair-go-zfmmzl ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.fair-go-hie3hp: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;
}

.fair-go-n57jh9.fair-go-cnz42s .fair-go-izmuhk {
  max-height: 100%;
}

.fair-go-n8mtt0 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.fair-go-2u94ml {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.fair-go-blrz1y {
  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;
}

.fair-go-tc25l8 {
  margin-right: 4px;
}

.fair-go-u3b2ki {
  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.fair-go-zfmmzl ease-in-out;
}

.fair-go-u3b2ki svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.fair-go-y9jr3t,
.fair-go-u3b2ki:hover {
  color: var(--text-color);
}

.fair-go-7we6qb {
  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;
}

.fair-go-7we6qb img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.fair-go-7we6qb .fair-go-91o1qw {
  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;
}

.fair-go-7we6qb .fair-go-5euehe {
  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;
}

.fair-go-mkcv78 {
  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;
}

.fair-go-8jiynz {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fair-go-1s57h3 .fair-go-t6ev0r {
  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;
}

.fair-go-1s57h3 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.fair-go-e945p9 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.fair-go-v86psr {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.fair-go-xpsrws {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.fair-go-4ovwa0 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;
}

.fair-go-xpsrws:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.fair-go-zs1v50 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.fair-go-rr4ul1 {
  -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.fair-go-zfmmzl ease-in-out;
  transition: transform 0.fair-go-zfmmzl ease-in-out;
  -o-transition: transform 0.fair-go-zfmmzl ease-in-out;
  transition:
    transform 0.fair-go-zfmmzl ease-in-out,
    -webkit-transform 0.fair-go-zfmmzl ease-in-out;
  cursor: pointer;
}

.fair-go-rr4ul1 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.fair-go-rr4ul1: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;
}

.fair-go-btxcic {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .fair-go-btxcic {
    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);
}

.fair-go-ovuhu7 {
  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;
}

.fair-go-h01xz8 {
  position: relative;
  width: 100%;
}

.fair-go-ovuhu7.fair-go-et0o1y {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fair-go-ovuhu7.fair-go-5sg63q {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fair-go-ovuhu7.fair-go-i94cb6 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fair-go-mz8lqk {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.fair-go-kklq13 {
  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.fair-go-zfmmzl ease-in-out;
  cursor: pointer;
}

.fair-go-kklq13:hover {
  opacity: 0.5;
}

.fair-go-ovuhu7.fair-go-hfh7ns .fair-go-kklq13 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.fair-go-ovuhu7.fair-go-hfh7ns .fair-go-mz8lqk {
  cursor: pointer;
}

.fair-go-921rbs {
  fill: #0009;
}

.fair-go-8k1god {
  fill: #fff;
}

.fair-go-kklq13:hover .fair-go-921rbs {
  fill: red;
}

.fair-go-kklq13 svg path {
  -webkit-transition: 0.fair-go-zfmmzl ease-in-out;
  -o-transition: 0.fair-go-zfmmzl ease-in-out;
  transition: 0.fair-go-zfmmzl ease-in-out;
}

.fair-go-48fhhl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.fair-go-48fhhl > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.fair-go-48fhhl.fair-go-xr6btk > :not(.get-image) {
  grid-column: 1/3;
}

.fair-go-qfs528:not(._h1-block) .fair-go-48fhhl > .fair-go-z2oyw1 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.fair-go-48fhhl.fair-go-xr6btk .fair-go-svj958 {
  grid-column: 2/3;
}

.fair-go-48fhhl.fair-go-xr6btk > .fair-go-0nbw3e {
  grid-column: 1/2;
}

.fair-go-48fhhl.fair-go-xr6btk > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.fair-go-48fhhl > p:first-of-type {
  margin-top: 0;
}

.fair-go-48fhhl .fair-go-0nbw3e {
  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;
}

.fair-go-qfs528:not(._h1-block) .fair-go-z2oyw1 ~ .fair-go-0nbw3e {
  grid-row: 2/10;
}

.fair-go-qfs528.fair-go-zgtpit .fair-go-z2oyw1 ~ .fair-go-0nbw3e {
  grid-row: 1/10;
}

.fair-go-qfs528.fair-go-zgtpit > .fair-go-z2oyw1 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.fair-go-qfs528.fair-go-zgtpit .fair-go-0nbw3e {
  grid-row: 1/10;
}

.fair-go-48fhhl.fair-go-e6312k .fair-go-0nbw3e {
  align-items: flex-start;
}

.fair-go-48fhhl.fair-go-5sg63q .fair-go-svj958 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.fair-go-48fhhl.fair-go-5sg63q .fair-go-0nbw3e {
  align-items: center;
}

.fair-go-48fhhl.fair-go-y2x6b4 .fair-go-0nbw3e {
  align-items: flex-end;
}

.fair-go-svj958 > :first-child {
  margin-top: 0;
}

.fair-go-svj958 > :last-child {
  margin-bottom: 0;
}

* + .fair-go-9sq85p,
.fair-go-qfs528 + .fair-go-qfs528 {
  margin-top: 2rem;
}

.fair-go-kmg7w1 td::before,
.fair-go-kmg7w1 th::after {
  display: none !important;
}

.fair-go-kmg7w1 #link-selector {
  color: #000;
}

.fair-go-kmg7w1 .fair-go-61xskb {
  color: #135e96;
}

.fair-go-kmg7w1 .fair-go-rceyg0 *,
.fair-go-kmg7w1 .fair-go-0nbeva p,
.fair-go-kmg7w1 .fair-go-c798dw * {
  color: #000;
}

.fair-go-kmg7w1 .fair-go-ds9r91 {
  background: 0 0 !important;
}

.fair-go-kmg7w1 .fair-go-v2mrx2 {
  color: #000;
}

.fair-go-kmg7w1 .fair-go-z1vxlb.fair-go-grtfa5 {
  color: #fff;
}

.fair-go-kmg7w1 .fair-go-d3olnk {
  color: #000;
}

.fair-go-kmg7w1
  .fair-go-jl9ohx
  .fair-go-6r4d5n.fair-go-grtfa5.fair-go-btrnjl {
  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;
}

.fair-go-5osily,
body .fair-go-4lx402 {
  color: #000;
  background: var(--color-body) !important;
}

.fair-go-5osily .fair-go-ljcsvf .fair-go-iluzeh,
body .fair-go-4lx402 .fair-go-ljcsvf .fair-go-iluzeh {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .fair-go-hie3hp:focus,
  .fair-go-hie3hp:hover {
    color: #f9cb16;
  }
  .fair-go-bvrkqg:focus,
  .fair-go-bvrkqg:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .fair-go-bd6o0n:focus img,
  .fair-go-bd6o0n:focus svg,
  .fair-go-bd6o0n:hover img,
  .fair-go-bd6o0n:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .fair-go-7we6qb {
    display: none;
  }
}

@media (min-width: 1024px) {
  .fair-go-55jfvz:hover .fair-go-xtma3y svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .fair-go-xtma3y {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .fair-go-p6nhtn {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .fair-go-rh0ni1 {
    grid-template-columns: repeat(4, 1fr);
  }
  .fair-go-0z3xt9 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .fair-go-x2on3d .fair-go-0ac1ak {
    grid-template-columns: 1fr;
  }
  .fair-go-x2on3d .fair-go-8z8t2a {
    -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;
  }
  .fair-go-x2on3d .fair-go-ogvuj2 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .fair-go-x2on3d .fair-go-9v92nf {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .fair-go-x2on3d .fair-go-vjw2yy {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .fair-go-x2on3d .fair-go-ogvuj2:not(:first-child) {
    border: none;
  }
  .fair-go-x2on3d .fair-go-ogvuj2:first-child .fair-go-9v92nf {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .fair-go-x2on3d .fair-go-ogvuj2:last-child .fair-go-9v92nf {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .fair-go-q2s9n7 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .fair-go-emvz45 {
    max-width: 100px;
  }
  .fair-go-ks9gme {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .fair-go-mtl0vq {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .fair-go-mtl0vq svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .fair-go-u9t0tx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .fair-go-ks9gme + .fair-go-mtl0vq {
    margin-left: auto;
  }
  .fair-go-ijymxn {
    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;
  }
  .fair-go-ijymxn.fair-go-cnz42s {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .fair-go-cojdsj {
    -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;
  }
  .fair-go-3woqeb {
    width: 100%;
  }
  .fair-go-3woqeb:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .fair-go-7zslol {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .fair-go-7zslol svg {
    margin-right: 4px;
  }
  .fair-go-55jfvz {
    -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;
  }
  .fair-go-xtma3y svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .fair-go-xtma3y {
    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;
  }
  .fair-go-px5jix {
    display: none;
    width: 100%;
  }
  .fair-go-55jfvz.fair-go-cnz42s .fair-go-px5jix {
    padding: 0 0 0 48px;
  }
  .fair-go-ogppde {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .fair-go-7yrlta .fair-go-0nbw3e {
    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;
  }
  .fair-go-pfmwrg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .fair-go-pfmwrg + .fair-go-pfmwrg {
    margin-right: 0;
  }
  .fair-go-pfmwrg + .fair-go-0nbw3e {
    margin: 0;
  }
  .fair-go-p6nhtn {
    grid-template-columns: repeat(4, 1fr);
  }
  .fair-go-rh0ni1 {
    grid-template-columns: repeat(3, 1fr);
  }
  .fair-go-qv1krw,
  .fair-go-kj536m {
    grid-template-columns: repeat(2, 1fr);
  }
  .fair-go-48fhhl {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .fair-go-48fhhl.fair-go-xr6btk .fair-go-svj958 {
    grid-column: auto;
    grid-row: auto;
  }
  .fair-go-48fhhl > .fair-go-z2oyw1 {
    grid-column: 1/2;
  }
  .fair-go-48fhhl.fair-go-xr6btk > :not(.get-image) {
    grid-column: 1/2;
  }
  .fair-go-48fhhl .fair-go-0nbw3e,
  .fair-go-48fhhl.fair-go-xr6btk > .fair-go-0nbw3e {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .fair-go-48fhhl.fair-go-xr6btk > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .fair-go-qfs528.fair-go-zgtpit .fair-go-48fhhl > .fair-go-0nbw3e {
    grid-row: 1/2;
  }
  .fair-go-48fhhl .fair-go-z2oyw1 ~ .fair-go-0nbw3e,
  .fair-go-48fhhl.fair-go-xr6btk .fair-go-z2oyw1 ~ .fair-go-0nbw3e {
    grid-row: 2/3;
  }
  .fair-go-qfs528.fair-go-zgtpit .fair-go-z2oyw1 ~ .fair-go-0nbw3e {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .fair-go-28rd87:first-child .fair-go-1drwzj {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fair-go-28rd87:first-child .fair-go-1drwzj h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .fair-go-28rd87 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .fair-go-28rd87 {
    padding: 0;
  }
  .fair-go-ayuryz {
    margin-top: 1rem;
  }
  .fair-go-iu7wbo {
    border-radius: 5px;
  }
  .fair-go-wrnr15 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fair-go-uycwh8::after {
    display: inline-block;
  }
  .fair-go-uycwh8 {
    margin: 0;
    width: 100%;
  }
  .fair-go-izmuhk {
    width: 100%;
  }
  .fair-go-izmuhk.fair-go-682z3v {
    -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%;
  }
  .fair-go-izmuhk.fair-go-682z3v .fair-go-9wn0eu {
    width: 100%;
  }
  .fair-go-izmuhk.fair-go-682z3v .fair-go-9wn0eu:not(:last-child) {
    margin-right: 0;
  }
  .fair-go-hie3hp {
    width: 100%;
    text-align: center;
  }
  .fair-go-n57jh9.fair-go-cnz42s .fair-go-izmuhk {
    margin-top: 1rem;
  }
  .fair-go-p6nhtn {
    grid-template-columns: repeat(3, 1fr);
  }
  .fair-go-0z3xt9,
  .fair-go-rh0ni1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .fair-go-qv1krw,
  .fair-go-kj536m,
  .fair-go-9hhsej {
    grid-template-columns: 1fr;
  }
  .fair-go-reh1pn {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .fair-go-rddsm5 {
    min-width: 300px;
    max-width: 325px;
  }
  .fair-go-9v92nf {
    cursor: auto;
  }
  .fair-go-ij0opb .fair-go-9v92nf {
    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;
  }
  .fair-go-btxcic {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .fair-go-px5jix {
    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) {
  .fair-go-btxcic {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.fair-go-pfmwrg p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .fair-go-mtl0vq {
    margin: 0 -0.2rem;
  }
  .fair-go-pfmwrg {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .fair-go-ei00up {
    -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;
  }
  .fair-go-w6f0ah {
    max-width: 100%;
  }
  .fair-go-p6nhtn {
    grid-template-columns: repeat(2, 1fr);
  }
  .fair-go-0z3xt9,
  .fair-go-rh0ni1 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .fair-go-q2s9n7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fair-go-mtl0vq {
    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;
  }
  .fair-go-fejll9 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fair-go-5jl539 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .fair-go-a8y2np,
  .fair-go-sjvacg {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .fair-go-n9cvzm {
    width: 100%;
  }
  .fair-go-p6nhtn {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .fair-go-btxcic {
    top: 127px !important;
  }
}

.fair-go-t8tpsb {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .fair-go-t8tpsb {
  }
}

@media (max-width: 767px) {
  .fair-go-t8tpsb {
    margin-bottom: 12px;
  }
}

.fair-go-t8tpsb img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.fair-go-zk9dsg {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.fair-go-zk9dsg > .fair-go-so0xwa {
  flex: 1 1;
}

@media (max-width: 767px) {
  .fair-go-zk9dsg {
    flex-direction: column;
    gap: 12px;
  }
}

.fair-go-paxyso {
  display: flex;
}

.fair-go-paxyso .fair-go-y3xpa5 {
  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;
}

.fair-go-paxyso .fair-go-1x7mtu {
  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;
}

.fair-go-paxyso .fair-go-8h3vjc {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.fair-go-paxyso .fair-go-78k09h {
  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));
  }
}

.fair-go-paxyso .fair-go-78k09h:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.fair-go-paxyso .fair-go-m0wzjk {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.fair-go-gwieig {
  border: unset;
  background-color: unset;
}

.fair-go-gwieig tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.fair-go-gwieig .fair-go-zuzoh2,
.fair-go-gwieig .fair-go-12ihea {
  flex: 0 1 330px;
}

.fair-go-gwieig .fair-go-vua8ks {
  flex: 1 1;
}

.fair-go-gwieig tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.fair-go-gwieig tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.fair-go-gwieig tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.fair-go-gwieig tr td p {
  color: #fff;
  margin: 0;
}

.fair-go-gwieig tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.fair-go-gwieig tr.fair-go-zuzoh2 td p {
  padding: 16px 0;
}

.fair-go-gwieig tr.fair-go-zuzoh2 td p:not(:last-child),
.fair-go-gwieig tr.fair-go-12ihea td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.fair-go-gwieig tr.fair-go-zuzoh2 td p:first-child,
.fair-go-gwieig tr.fair-go-12ihea td p:first-child {
  padding-top: 0;
}

.fair-go-gwieig tr.fair-go-12ihea td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.fair-go-gwieig tr.fair-go-12ihea td p:last-child {
  padding-bottom: 0;
}

.fair-go-gwieig .fair-go-12ihea img {
  max-width: 32px;
}

.fair-go-gwieig .fair-go-vua8ks {
  min-width: 718px;
}

.fair-go-gwieig .fair-go-vua8ks td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.fair-go-gwieig .fair-go-vua8ks td {
  display: flex;
}

.fair-go-gwieig .fair-go-vua8ks td:last-child .fair-go-zde786,
.fair-go-gwieig .fair-go-vua8ks td:last-child .fair-go-zveqm5,
.fair-go-gwieig .fair-go-vua8ks td:last-child .fair-go-387dul {
  flex: 1 1 50%;
}

.fair-go-gwieig .fair-go-vua8ks td:last-child .fair-go-n2ezxp {
  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;
}

.fair-go-gwieig .fair-go-vua8ks td:last-child .fair-go-txtoif,
.fair-go-gwieig .fair-go-vua8ks td:last-child .fair-go-0vz1af {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.fair-go-gwieig .fair-go-vua8ks td:last-child .fair-go-zde786,
.fair-go-gwieig .fair-go-vua8ks td:last-child .fair-go-zveqm5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.fair-go-gwieig .fair-go-vua8ks td:last-child .fair-go-zde786 span,
.fair-go-gwieig .fair-go-vua8ks td:last-child .fair-go-zveqm5 span {
  font-weight: 800;
}

.fair-go-gwieig .fair-go-vua8ks img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .fair-go-gwieig .fair-go-vua8ks td .fair-go-387dul:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .fair-go-gwieig tr.fair-go-zuzoh2 td p:last-child {
    padding-bottom: 0;
  }
  .fair-go-gwieig .fair-go-12ihea > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .fair-go-gwieig .fair-go-12ihea > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .fair-go-gwieig tr.fair-go-zuzoh2 td p:not(:last-child),
  .fair-go-gwieig tr.fair-go-12ihea td p:not(:last-child) {
    border-bottom: unset;
  }
  .fair-go-gwieig tr.fair-go-12ihea td p:last-child {
    padding-bottom: 12px;
  }
  .fair-go-gwieig .fair-go-vua8ks td:last-child .fair-go-zde786,
  .fair-go-gwieig .fair-go-vua8ks td:last-child .fair-go-zveqm5,
  .fair-go-gwieig .fair-go-vua8ks td:last-child .fair-go-387dul {
    flex: 1 1 50%;
    padding: 0;
  }
  .fair-go-gwieig .fair-go-vua8ks td:last-child .fair-go-zde786,
  .fair-go-gwieig .fair-go-vua8ks td:last-child .fair-go-zveqm5 {
    margin-top: 16px;
  }
  .fair-go-gwieig .fair-go-vua8ks td:last-child .fair-go-387dul {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .fair-go-gwieig .fair-go-vua8ks td:last-child .fair-go-zde786 {
    border-right: 1px solid var(--border-color);
  }
  .fair-go-gwieig .fair-go-vua8ks td:last-child .fair-go-387dul:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .fair-go-gwieig .fair-go-vua8ks td:last-child .fair-go-387dul:last-child {
    padding-bottom: 0;
  }
}

.fair-go-387dul {
  display: flex;
  flex-direction: column;
}

.fair-go-gwieig .fair-go-vua8ks td .fair-go-387dul {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.fair-go-gwieig .fair-go-vua8ks td .fair-go-387dul:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.fair-go-gwieig .fair-go-vua8ks td .fair-go-387dul:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .fair-go-gwieig .fair-go-vua8ks td .fair-go-387dul:not(:first-child) {
    padding-left: 0;
  }
  .fair-go-gwieig .fair-go-vua8ks td .fair-go-387dul:not(:last-of-type) {
    border-right: unset;
  }
}

.fair-go-gwieig .fair-go-583ikt {
  flex: 0 1 485px;
}

.fair-go-gwieig .fair-go-bp6r1h {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.fair-go-gwieig .fair-go-bp6r1h li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.fair-go-gwieig .fair-go-bp6r1h li.fair-go-vy972s {
  padding: 6px 12px;
}

.fair-go-gwieig .fair-go-bp6r1h li a,
.fair-go-gwieig .fair-go-bp6r1h 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;
}

.fair-go-gwieig .fair-go-02hfda,
.fair-go-gwieig .fair-go-m3dnyu {
  flex: 1 1;
}

.fair-go-gwieig .fair-go-6as08z,
.fair-go-gwieig .fair-go-pm3bus {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.fair-go-gwieig .fair-go-6as08z li,
.fair-go-gwieig .fair-go-pm3bus li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.fair-go-gwieig .fair-go-m3dnyu img {
  max-width: 32px;
}

.fair-go-gwieig .fair-go-02hfda img {
  max-width: 32px;
}

.fair-go-gwieig .fair-go-awmoa2 {
  min-width: 280px;
}

.fair-go-gwieig .fair-go-awmoa2 img {
  max-width: 146px;
}

.fair-go-gwieig .fair-go-awmoa2 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .fair-go-gwieig .fair-go-zuzoh2,
  .fair-go-gwieig .fair-go-12ihea {
    flex: 0 1 auto;
  }
  .fair-go-gwieig .fair-go-vua8ks {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .fair-go-gwieig .fair-go-zuzoh2,
  .fair-go-gwieig .fair-go-583ikt,
  .fair-go-gwieig .fair-go-12ihea,
  .fair-go-gwieig .fair-go-vua8ks {
    flex: 1 1 calc(50% - 20px);
  }
  .fair-go-gwieig .fair-go-02hfda,
  .fair-go-gwieig .fair-go-awmoa2,
  .fair-go-gwieig .fair-go-m3dnyu {
    flex: 1 1 30%;
  }
  .fair-go-gwieig .fair-go-awmoa2 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .fair-go-gwieig .fair-go-zuzoh2,
  .fair-go-gwieig .fair-go-583ikt,
  .fair-go-gwieig .fair-go-02hfda,
  .fair-go-gwieig .fair-go-12ihea,
  .fair-go-gwieig .fair-go-vua8ks,
  .fair-go-gwieig .fair-go-awmoa2,
  .fair-go-gwieig .fair-go-m3dnyu {
    flex: 1 1 100%;
  }
}

.fair-go-lzyqnp .fair-go-yqbwh2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fair-go-lzyqnp .fair-go-jgtm6r {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.fair-go-lzyqnp .fair-go-mcwdir {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.fair-go-lzyqnp .fair-go-1ivq1m {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.fair-go-lzyqnp .fair-go-1ivq1m > :nth-child(3) {
  margin-top: 0;
}

.fair-go-lzyqnp .fair-go-0nbw3e {
  grid-column: 2/3;
  grid-row: 1/10;
}

.fair-go-lzyqnp .fair-go-70vwdo {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.fair-go-lzyqnp .fair-go-ayuryz {
  grid-column: 1/2;
}

.fair-go-lzyqnp > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.fair-go-lzyqnp .fair-go-jgtm6r: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;
}

.fair-go-lzyqnp .fair-go-jgtm6r:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.fair-go-lzyqnp .fair-go-n9cvzm {
  min-width: 240px;
}

@media (max-width: 768px) {
  .fair-go-lzyqnp .fair-go-jgtm6r:not(:last-child):before {
    bottom: 8px;
  }
  .fair-go-lzyqnp .fair-go-jgtm6r:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .fair-go-lzyqnp .fair-go-1ivq1m {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .fair-go-lzyqnp .fair-go-0nbw3e {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .fair-go-lzyqnp .fair-go-0nbw3e img {
    width: 100%;
    height: auto;
  }
  .fair-go-lzyqnp .fair-go-n9cvzm {
    width: 100%;
    min-width: unset;
  }
}

.fair-go-ngitsb .fair-go-r0dnf7 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.fair-go-ngitsb .fair-go-14nq4a {
  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;
}

.fair-go-ngitsb .fair-go-0nbw3e {
  height: 100%;
}

.fair-go-ngitsb .fair-go-0nbw3e img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.fair-go-ngitsb .fair-go-fjolu2 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.fair-go-ngitsb .fair-go-rabcem {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.fair-go-ngitsb .fair-go-xz6kms {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .fair-go-ngitsb .fair-go-14nq4a {
    flex: 1 1 100%;
  }
  .fair-go-ngitsb .fair-go-4veqyf {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .fair-go-ngitsb .fair-go-14nq4a {
    flex-direction: column;
  }
  .fair-go-ngitsb .fair-go-0nbw3e {
    width: 100%;
    height: auto;
  }
  .fair-go-ngitsb .fair-go-0nbw3e img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .fair-go-ngitsb .fair-go-fjolu2 {
    padding: 0 16px 16px 16px;
  }
  .fair-go-ngitsb .fair-go-4veqyf {
    min-width: unset;
    width: 100%;
  }
}

.fair-go-bek3ln .fair-go-qdni5l {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.fair-go-bek3ln .fair-go-h0nxgq {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.fair-go-bek3ln 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;
}

.fair-go-bek3ln .fair-go-wizn3k {
  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;
}

.fair-go-bek3ln .fair-go-h0nxgq:hover .fair-go-wizn3k {
  display: flex;
}

.fair-go-bek3ln .fair-go-sl9nkr {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.fair-go-bek3ln .fair-go-qvg3nr {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.fair-go-ake6vr {
  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;
}

.fair-go-ake6vr.fair-go-hfbtw9 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.fair-go-ldam8n ease-in-out;
}

.fair-go-ake6vr.fair-go-hfbtw9:hover {
  color: #f9cb16;
  background-color: transparent;
}

.fair-go-bek3ln .fair-go-2wxuf7 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.fair-go-ldam8n ease-in-out;
}

.fair-go-bek3ln .fair-go-2wxuf7:hover {
  color: #196948;
  background-color: #f9cb16;
}

.fair-go-bek3ln .fair-go-2wxuf7:after,
.fair-go-ake6vr.fair-go-hfbtw9:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.fair-go-ake6vr.fair-go-hfbtw9:after {
  background-image: url(../images/Cash.svg);
}

.fair-go-bek3ln .fair-go-2wxuf7:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .fair-go-bek3ln .fair-go-qdni5l {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .fair-go-bek3ln .fair-go-qdni5l {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .fair-go-bek3ln .fair-go-qdni5l {
    grid-template-columns: 1fr;
  }
  .fair-go-bek3ln .fair-go-h0nxgq {
    height: auto;
  }
  .fair-go-bek3ln .fair-go-h0nxgq .fair-go-wizn3k {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .fair-go-bek3ln .fair-go-sl9nkr,
  .fair-go-bek3ln .fair-go-qvg3nr {
    text-align: left;
  }
  .fair-go-bek3ln .fair-go-qvg3nr {
    margin-bottom: 8px;
  }
  .fair-go-bek3ln img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.fair-go-gt98jg {
  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;
}

.fair-go-gt98jg.fair-go-hfh7ns {
  display: block;
}

.fair-go-gt98jg .fair-go-ect1mv {
  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;
}

.fair-go-gt98jg .fair-go-dya1hg {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.fair-go-gt98jg .fair-go-2r13z2 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.fair-go-gt98jg .fair-go-ji65s1 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.fair-go-gt98jg .fair-go-ake6vr {
  min-width: 296px;
  margin-bottom: 0;
}

.fair-go-gt98jg .fair-go-2lc4qp {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.fair-go-gt98jg .fair-go-xofmqq {
  position: relative;
  flex: 1 1;
}

.fair-go-gt98jg .fair-go-xofmqq iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .fair-go-gt98jg .fair-go-dya1hg {
    flex-wrap: wrap;
    gap: 8px;
  }
  .fair-go-gt98jg .fair-go-2r13z2 {
    order: 1;
  }
  .fair-go-gt98jg .fair-go-ji65s1 {
    order: 3;
    flex: 1 1 100%;
  }
  .fair-go-gt98jg .fair-go-ake6vr {
    width: 100%;
    min-width: unset;
  }
  .fair-go-gt98jg .fair-go-2lc4qp {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .fair-go-48fhhl > .fair-go-z2oyw1 {
    margin-bottom: 0;
  }
  .fair-go-48fhhl > .fair-go-ayuryz,
  .fair-go-48fhhl > p {
    margin-top: 0;
  }
}

.fair-go-2ahwah img,
.fair-go-pfmwrg img {
  width: auto;
  object-fit: contain;
}

.fair-go-2ahwah {
  align-items: center;
}

.fair-go-2ahwah img {
  max-height: 76px;
}

.fair-go-pfmwrg img {
  max-height: 64px;
}

.fair-go-0r15wo {
  overflow: auto;
}

.fair-go-mnagsi {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.fair-go-szzf77:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.fair-go-otghft {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.fair-go-qa7219 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.fair-go-otghft .fair-go-0nbw3e {
  margin-right: 20px;
  flex-shrink: 0;
}

.fair-go-otghft img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.fair-go-q5hbj2 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.fair-go-q5hbj2 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .fair-go-otghft {
    padding: 15px 10px;
  }
  .fair-go-q5hbj2 {
    padding: 15px 10px;
  }
  .fair-go-otghft .fair-go-0nbw3e {
    margin-right: 10px;
  }
}

.fair-go-kubtp0 {
  overflow-x: auto;
}

.fair-go-ecy0ox {
  border-collapse: collapse;
  width: 100%;
}

.fair-go-kubtp0 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.fair-go-kubtp0 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.fair-go-kubtp0 td.fair-go-2qhaxe {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.fair-go-kubtp0 td.fair-go-nkbbdb {
  border-right: none;
}

.fair-go-kubtp0 td.fair-go-nkbbdb .fair-go-0nbw3e {
  justify-content: flex-start;
}

.fair-go-kubtp0 td.fair-go-nkbbdb .fair-go-0nbw3e img {
  height: auto;
  width: 90px;
}

.fair-go-kubtp0 td.fair-go-bqc0bf,
.fair-go-kubtp0 td.fair-go-fkwgt1 {
  font-weight: 600;
  text-align: right;
}

.fair-go-kubtp0 td.fair-go-8sl6kh,
.fair-go-kubtp0 td.fair-go-bqc0bf {
  padding-bottom: 10px;
  border-bottom: none;
}

.fair-go-kubtp0 td.fair-go-bqc0bf,
.fair-go-kubtp0 td.fair-go-fkwgt1 {
  border-left: none;
}

.fair-go-kubtp0 td.fair-go-8sl6kh,
.fair-go-kubtp0 td.fair-go-nik4fk {
  border-right: none;
}

.fair-go-kubtp0 td.fair-go-nik4fk,
.fair-go-kubtp0 td.fair-go-fkwgt1 {
  border-top: none;
  padding-top: 10px;
}

.fair-go-3ekva2 {
  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;
}

.fair-go-3ekva2 .fair-go-4veqyf {
  min-width: unset;
  width: 100%;
}

.fair-go-3ekva2 .fair-go-4veqyf.fair-go-390dyn {
  grid-column: 1/2;
  grid-row: 1/2;
}

.fair-go-3ekva2 .fair-go-4veqyf.fair-go-4xz6cw {
  grid-column: 2/3;
  grid-row: 1/2;
}

.fair-go-3ekva2 .fair-go-gfiizq {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .fair-go-3ekva2 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .fair-go-3ekva2 .fair-go-4veqyf.fair-go-390dyn {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .fair-go-3ekva2 .fair-go-4veqyf.fair-go-4xz6cw {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .fair-go-3ekva2 .fair-go-gfiizq {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.fair-go-hnaced {
  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;
}

.fair-go-7l7npr {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.fair-go-36ugi9 p a img {
  margin: 0 auto;
  display: block;
}

.fair-go-36ugi9 table {
  margin-bottom: 17px;
}

/* contanct form */
.fair-go-7xuwb9 {
  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;
}

.fair-go-7xuwb9 label {
  font-size: 14px;
}

.fair-go-7xuwb9 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.fair-go-7xuwb9 input,
.fair-go-7xuwb9 textarea,
.fair-go-7xuwb9 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;
}
.fair-go-7xuwb9 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.fair-go-ldam8n ease;
}
.fair-go-7xuwb9 button:hover {
  background-color: #691204;
}
.fair-go-qy8et3 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.fair-go-ggl16q ease-in;
}

.fair-go-qy8et3 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;
}
.fair-go-6dhpu4, .fair-go-vz2upl, [class*="review-card"],
thead, thead th, table th, .fair-go-y1emgh,
.fair-go-bfzggk, [class*="collapsible-header"],
.fair-go-eeuwzg, [class*="updated-block"] {
  color: #ece7dc !important;
}
