@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);
}

.twoeightmars-0g9ul6 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.twoeightmars-yjrrog {
  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.twoeightmars-s5atch,
ul.twoeightmars-s5atch {
  padding-left: 20px;
}

ul.twoeightmars-s5atch {
  list-style: disc;
}

ol.twoeightmars-s5atch {
  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;
  }
}

.twoeightmars-t2gcki > .twoeightmars-h0g6ae,
.twoeightmars-t2gcki > .twoeightmars-recdut,
.twoeightmars-t2gcki > blockquote,
.twoeightmars-t2gcki > h1,
.twoeightmars-t2gcki > h2,
.twoeightmars-t2gcki > h3,
.twoeightmars-t2gcki > h4,
.twoeightmars-t2gcki > h5,
.twoeightmars-t2gcki > h6,
.twoeightmars-t2gcki > ol,
.twoeightmars-t2gcki > p,
.twoeightmars-t2gcki > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.twoeightmars-t2gcki > ol,
.twoeightmars-t2gcki > ul {
  padding-left: 50px;
}

.twoeightmars-t2gcki 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;
}

.twoeightmars-t2gcki:not(:last-child) {
  margin-bottom: 2rem;
}

.twoeightmars-t2gcki > :not(:first-child) {
  margin-top: 2rem;
}

.twoeightmars-t2gcki {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.twoeightmars-t2gcki:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .twoeightmars-t2gcki:first-child {
    margin-top: 20px;
  }
}

.twoeightmars-t2gcki > p:last-of-type {
  margin-bottom: 32px;
}

.twoeightmars-t2gcki > .twoeightmars-tn5znd:not(:first-child) {
  margin: 64px auto 16px auto;
}

.twoeightmars-nuqhcp > .twoeightmars-tn5znd {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.twoeightmars-recdut {
  overflow: auto;
}

.twoeightmars-recdut::-webkit-scrollbar {
  height: 5px;
}

.twoeightmars-recdut table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.twoeightmars-recdut table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.twoeightmars-recdut table thead,
table thead {
  border-bottom: none;
}

.twoeightmars-recdut table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.twoeightmars-recdut table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.twoeightmars-recdut table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.twoeightmars-recdut .twoeightmars-i14foq {
  table-layout: auto;
}

.twoeightmars-recdut .twoeightmars-i14foq th {
  word-break: normal;
}

.twoeightmars-recdut .twoeightmars-i14foq td {
  word-break: normal;
}

.twoeightmars-0g9ul6 .twoeightmars-0g9ul6 {
  padding-right: 0;
  padding-left: 0;
}

.twoeightmars-smcmlm {
  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;
}

.twoeightmars-ary2oe {
  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;
}

.twoeightmars-6gv245 {
  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;
}

.twoeightmars-h0g6ae {
  margin-top: 24px;
}

.twoeightmars-h0g6ae.twoeightmars-v2s4pa {
  text-align: left;
}

.twoeightmars-h0g6ae.twoeightmars-vskn2j {
  text-align: right;
}

.twoeightmars-h0g6ae.twoeightmars-hfk00t {
  text-align: center;
}

.twoeightmars-uin53j {
  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.twoeightmars-i5of1m ease-in-out;
  cursor: pointer;
}

.twoeightmars-uin53j:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.twoeightmars-uin53j {
  min-width: 328px;
}

@media (max-width: 768px) {
  .twoeightmars-uin53j {
    min-width: unset;
  }
}

.twoeightmars-xa270x {
  background-color: var(--fh-bg-color);
}

.twoeightmars-er3o1v {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.twoeightmars-599eko {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.twoeightmars-599eko img {
  max-height: 80px;
  object-fit: contain;
}

.twoeightmars-kf4kln {
  flex: 1 1;
}

.twoeightmars-8w6eq4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.twoeightmars-2ngx7f {
  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;
}

.twoeightmars-2ngx7f 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;
}

.twoeightmars-2ngx7f.twoeightmars-vcne2j span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.twoeightmars-2ngx7f.twoeightmars-vcne2j span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.twoeightmars-2ngx7f.twoeightmars-vcne2j span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.twoeightmars-kf4kln + .twoeightmars-8w6eq4 {
  margin-left: 20px;
}

.twoeightmars-opojow {
  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;
}

.twoeightmars-opojow > svg {
  max-width: 24px;
  max-height: 24px;
}

.twoeightmars-opojow + .twoeightmars-opojow {
  margin-left: 5px;
}

.twoeightmars-lo9a4s {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.twoeightmars-lo9a4s:hover {
  background-color: var(--button-bg-hover);
}

.twoeightmars-ud7gp4 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.twoeightmars-i5of1m ease-in-out;
  border: 1px solid var(--border-color);
}

.twoeightmars-ud7gp4:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.twoeightmars-s333z1 {
  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) {
  .twoeightmars-kf4kln {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .twoeightmars-s333z1 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .twoeightmars-kf4kln {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .twoeightmars-opojow {
    min-width: unset;
    flex: 1 1;
  }
}

.twoeightmars-u9ofaz {
  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;
}

.twoeightmars-u9ofaz:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.twoeightmars-u9ofaz:hover .twoeightmars-lr0zix {
  opacity: 1;
  pointer-events: auto;
}

.twoeightmars-j34v5v {
  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.twoeightmars-l39pyh ease-in-out;
  gap: 4px;
}

.twoeightmars-j34v5v > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.twoeightmars-j34v5v .twoeightmars-smcmlm img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.twoeightmars-xixve8,
.twoeightmars-j34v5v:hover {
  color: var(--button-bg-hover);
}

.twoeightmars-rqcbve {
  position: relative;
}

.twoeightmars-rqcbve .twoeightmars-j34v5v {
  margin-right: 0;
  padding-right: 4px;
}

.twoeightmars-2hovif svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.twoeightmars-rqcbve.twoeightmars-vcne2j .twoeightmars-2hovif svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.twoeightmars-rqcbve.twoeightmars-vcne2j .twoeightmars-lr0zix {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.twoeightmars-rqcbve.twoeightmars-vcne2j .twoeightmars-lr0zix::before {
  display: none;
}

.twoeightmars-2hovif svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.twoeightmars-lr0zix {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.twoeightmars-g6zul6 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.twoeightmars-lr0zix::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.twoeightmars-lr0zix:hover {
  color: var(--fh-bg-color);
}

.twoeightmars-5wuj9p {
  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.twoeightmars-g6zul6 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.twoeightmars-l39pyh ease-in-out;
  -o-transition: 0.twoeightmars-l39pyh ease-in-out;
  transition: 0.twoeightmars-l39pyh ease-in-out;
}

.twoeightmars-5wuj9p .twoeightmars-smcmlm img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.twoeightmars-7uulc3,
.twoeightmars-5wuj9p:hover {
  color: var(--button-bg-hover);
}

.twoeightmars-j2h7zq {
  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%;
}

.twoeightmars-j2h7zq.twoeightmars-e35z6j {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.twoeightmars-j2h7zq.twoeightmars-e35z6j:after,
.twoeightmars-j2h7zq.twoeightmars-e35z6j:before {
  content: "";
  position: absolute;
  margin: auto;
}

.twoeightmars-j2h7zq.twoeightmars-e35z6j: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);
  }
}

.twoeightmars-j2h7zq.twoeightmars-e35z6j:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.twoeightmars-j2h7zq.twoeightmars-e35z6j > * {
  z-index: 1;
}

.twoeightmars-j2h7zq b,
.twoeightmars-j2h7zq strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.twoeightmars-j2h7zq .twoeightmars-tuep7w {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.twoeightmars-j2h7zq .twoeightmars-d6ey6n {
  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;
}

.twoeightmars-j2h7zq .twoeightmars-smcmlm {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.twoeightmars-j2h7zq .twoeightmars-bd3gui {
  margin-top: 12px;
}

.twoeightmars-bd3gui {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.twoeightmars-s37pug {
  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;
}

.twoeightmars-bd3gui .twoeightmars-je0njb {
  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.twoeightmars-i5of1m ease-in-out;
}

.twoeightmars-bd3gui .twoeightmars-je0njb:hover {
  background: rgba(255, 255, 255, 0.3);
}

.twoeightmars-uzt6a1 {
  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;
}

.twoeightmars-j2h7zq.twoeightmars-7tsg72 {
  gap: 12px;
  padding: 16px;
}

.twoeightmars-j2h7zq.twoeightmars-7tsg72 .twoeightmars-uzt6a1 {
  min-width: 240px;
}

.twoeightmars-j2h7zq.twoeightmars-7tsg72 .twoeightmars-uzt6a1.twoeightmars-i1gwvx {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .twoeightmars-j2h7zq .twoeightmars-tuep7w {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .twoeightmars-j2h7zq .twoeightmars-d6ey6n {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .twoeightmars-j2h7zq .twoeightmars-smcmlm {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .twoeightmars-j2h7zq.twoeightmars-7tsg72 .twoeightmars-smcmlm {
    max-width: 126px;
  }
  .twoeightmars-j2h7zq .twoeightmars-bd3gui {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .twoeightmars-j2h7zq .twoeightmars-s37pug {
    max-width: unset;
  }
  .twoeightmars-uzt6a1 {
    min-width: unset;
    width: 100%;
  }
  .twoeightmars-j2h7zq .twoeightmars-uzt6a1 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .twoeightmars-j2h7zq.twoeightmars-7tsg72 {
    grid-template-rows: auto 1fr auto;
  }
  .twoeightmars-j2h7zq.twoeightmars-7tsg72 .twoeightmars-uzt6a1 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .twoeightmars-j2h7zq {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .twoeightmars-j2h7zq .twoeightmars-tuep7w {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .twoeightmars-j2h7zq .twoeightmars-smcmlm {
    max-width: 78px;
  }
  .twoeightmars-j2h7zq .twoeightmars-bd3gui {
    margin-top: -12px;
  }
  .twoeightmars-j2h7zq.twoeightmars-7tsg72 {
    gap: 8px;
  }
  .twoeightmars-j2h7zq.twoeightmars-7tsg72 .twoeightmars-tuep7w {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .twoeightmars-j2h7zq.twoeightmars-7tsg72 .twoeightmars-d6ey6n {
    grid-column: 1/3;
  }
  .twoeightmars-j2h7zq.twoeightmars-7tsg72 .twoeightmars-smcmlm {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .twoeightmars-j2h7zq.twoeightmars-7tsg72 .twoeightmars-smcmlm img {
    max-width: 114px;
  }
}

.twoeightmars-uzt6a1.twoeightmars-gzfjav,
.twoeightmars-uzt6a1.twoeightmars-xd3f5q,
.twoeightmars-uzt6a1.twoeightmars-9v4131 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.twoeightmars-i5of1m ease-in-out;
}

.twoeightmars-uzt6a1.twoeightmars-gzfjav,
.twoeightmars-uzt6a1.twoeightmars-9v4131 {
  padding: 10px;
}

.twoeightmars-uzt6a1.twoeightmars-gzfjav:hover,
.twoeightmars-uzt6a1.twoeightmars-xd3f5q:hover,
.twoeightmars-uzt6a1.twoeightmars-9v4131:hover {
  background: var(--button-bg-hover);
}

.twoeightmars-uzt6a1.twoeightmars-gzfjav:hover svg path,
.twoeightmars-uzt6a1.twoeightmars-9v4131:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.twoeightmars-uzt6a1.twoeightmars-i1gwvx {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.twoeightmars-i5of1m ease-in-out;
  background: var(--button-bg-color);
}

.twoeightmars-uzt6a1.twoeightmars-i1gwvx:hover {
  background-color: var(--button-bg-hover);
}

.twoeightmars-uzt6a1.twoeightmars-xd3f5q: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);
  }
}

.twoeightmars-uzt6a1.twoeightmars-xd3f5q:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.twoeightmars-uzt6a1.twoeightmars-i1gwvx:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.twoeightmars-ok0tpp {
  max-width: 650px;
}

.twoeightmars-06l7h7 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.twoeightmars-7t3j2b {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.twoeightmars-10b13x {
  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.twoeightmars-l39pyh ease-in-out;
  cursor: pointer;
}

.twoeightmars-10b13x:hover {
  opacity: 0.5;
}

.twoeightmars-10b13x:focus {
  outline: 0;
}

.twoeightmars-10b13x:focus .twoeightmars-snh2qb,
.twoeightmars-10b13x:hover .twoeightmars-snh2qb {
  fill: red;
  fill-opacity: 1;
}

.twoeightmars-10b13x:hover {
  cursor: pointer;
}

.twoeightmars-31emow {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.twoeightmars-ok0tpp.twoeightmars-hfk00t {
  margin: 0 auto;
}

.twoeightmars-ok0tpp.twoeightmars-vskn2j {
  margin-left: auto;
}

.twoeightmars-au7kvj {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.twoeightmars-hvlf34 {
  padding-bottom: 50px;
}

.twoeightmars-hkupt3 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.twoeightmars-asqy9w {
  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;
}

.twoeightmars-v61wuy {
  margin-top: 24px;
}

.twoeightmars-49y17v {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.twoeightmars-7iguhc {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.twoeightmars-m54gz7 {
  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;
}

.twoeightmars-1ryhfw {
  width: 468px;
}

.twoeightmars-m54gz7 .twoeightmars-lr0zix {
  margin: 0.twoeightmars-zsg7xb 0;
}

.twoeightmars-053vub {
  display: flex;
  min-width: 224px;
}

.twoeightmars-bn7qqn {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.twoeightmars-l39pyh ease-in-out;
}

.twoeightmars-zgy9m9,
.twoeightmars-bn7qqn:hover {
  color: var(--text-color);
}

.twoeightmars-sp6nlm {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.twoeightmars-djor8q {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .twoeightmars-au7kvj {
    padding: 16px;
  }
  .twoeightmars-sp6nlm {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .twoeightmars-djor8q {
    align-items: center;
  }
  .twoeightmars-1ryhfw {
    width: unset;
  }
  .twoeightmars-053vub {
    min-width: unset;
  }
  .twoeightmars-m54gz7 {
    max-height: unset;
  }
  .twoeightmars-hkupt3 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .twoeightmars-au7kvj {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.twoeightmars-bi17cn {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.twoeightmars-bi17cn:not(:last-child) {
  margin-bottom: 16px;
}

.twoeightmars-wu76xk {
  outline: 0;
}

.twoeightmars-wu76xk .twoeightmars-uo5g3t {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.twoeightmars-m518h5 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .twoeightmars-m518h5 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.twoeightmars-m518h5::-webkit-details-marker {
  display: none;
}

.twoeightmars-m518h5: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;
}

.twoeightmars-m518h5: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] .twoeightmars-m518h5:after {
  transform: unset;
}

.twoeightmars-uo5g3t {
  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);
}

.twoeightmars-uo5g3t 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.twoeightmars-l39pyh ease-in-out;
  -o-transition: 0.twoeightmars-l39pyh ease-in-out;
  transition: 0.twoeightmars-l39pyh ease-in-out;
}

.twoeightmars-ei23j6 {
  padding: 16px 0 0 0;
}

.twoeightmars-ei23j6 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .twoeightmars-ei23j6 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .twoeightmars-m518h5 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .twoeightmars-m518h5::after {
    margin-left: auto;
  }
  .twoeightmars-uo5g3t {
    order: 3;
    flex: 1 1 100%;
  }
  .twoeightmars-m518h5 {
    font-size: 14px;
    line-height: 130%;
  }
  .twoeightmars-uo5g3t svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.twoeightmars-02yfq1 {
  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;
}

.twoeightmars-50s10u {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.twoeightmars-02yfq1.twoeightmars-vcne2j .twoeightmars-50s10u {
  margin-bottom: 12px;
}

.twoeightmars-50s10u::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;
}

.twoeightmars-02yfq1.twoeightmars-vcne2j .twoeightmars-50s10u::after {
  transform: unset;
}

.twoeightmars-kgrjou {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.twoeightmars-ukb3u3 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.twoeightmars-l39pyh ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.twoeightmars-ukb3u3: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;
}

.twoeightmars-02yfq1.twoeightmars-vcne2j .twoeightmars-kgrjou {
  max-height: 100%;
}

.twoeightmars-mbsywt {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.twoeightmars-j5ig1i {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.twoeightmars-f1ti3a {
  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;
}

.twoeightmars-i5kz8j {
  margin-right: 4px;
}

.twoeightmars-djf5du {
  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.twoeightmars-l39pyh ease-in-out;
}

.twoeightmars-djf5du svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.twoeightmars-2br2m0,
.twoeightmars-djf5du:hover {
  color: var(--text-color);
}

.twoeightmars-b7mjn3 {
  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;
}

.twoeightmars-b7mjn3 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.twoeightmars-b7mjn3 .twoeightmars-5wfft0 {
  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;
}

.twoeightmars-b7mjn3 .twoeightmars-344me0 {
  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;
}

.twoeightmars-j8gkqc {
  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;
}

.twoeightmars-7o6zga {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.twoeightmars-duw0ta .twoeightmars-0g9ul6 {
  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;
}

.twoeightmars-duw0ta {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.twoeightmars-fjtc55 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.twoeightmars-9pov0c {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.twoeightmars-1olfss {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.twoeightmars-7dmgys 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;
}

.twoeightmars-1olfss:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.twoeightmars-ahxakn {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.twoeightmars-xr90dn {
  -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.twoeightmars-l39pyh ease-in-out;
  transition: transform 0.twoeightmars-l39pyh ease-in-out;
  -o-transition: transform 0.twoeightmars-l39pyh ease-in-out;
  transition:
    transform 0.twoeightmars-l39pyh ease-in-out,
    -webkit-transform 0.twoeightmars-l39pyh ease-in-out;
  cursor: pointer;
}

.twoeightmars-xr90dn svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.twoeightmars-xr90dn: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;
}

.twoeightmars-e60jz3 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .twoeightmars-e60jz3 {
    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);
}

.twoeightmars-mtgqqx {
  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;
}

.twoeightmars-bpcjm3 {
  position: relative;
  width: 100%;
}

.twoeightmars-mtgqqx.twoeightmars-6sbavd {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.twoeightmars-mtgqqx.twoeightmars-hfk00t {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.twoeightmars-mtgqqx.twoeightmars-vskn2j {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.twoeightmars-mm3wcw {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.twoeightmars-m3ymhn {
  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.twoeightmars-l39pyh ease-in-out;
  cursor: pointer;
}

.twoeightmars-m3ymhn:hover {
  opacity: 0.5;
}

.twoeightmars-mtgqqx.twoeightmars-83v4tw .twoeightmars-m3ymhn {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.twoeightmars-mtgqqx.twoeightmars-83v4tw .twoeightmars-mm3wcw {
  cursor: pointer;
}

.twoeightmars-jzb92m {
  fill: #0009;
}

.twoeightmars-17uh8o {
  fill: #fff;
}

.twoeightmars-m3ymhn:hover .twoeightmars-jzb92m {
  fill: red;
}

.twoeightmars-m3ymhn svg path {
  -webkit-transition: 0.twoeightmars-l39pyh ease-in-out;
  -o-transition: 0.twoeightmars-l39pyh ease-in-out;
  transition: 0.twoeightmars-l39pyh ease-in-out;
}

.twoeightmars-oxvsay {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.twoeightmars-oxvsay > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.twoeightmars-oxvsay.twoeightmars-8u2x1x > :not(.get-image) {
  grid-column: 1/3;
}

.twoeightmars-thukpo:not(._h1-block) .twoeightmars-oxvsay > .twoeightmars-tn5znd {
  grid-row: 1/2;
  grid-column: 1/3;
}

.twoeightmars-oxvsay.twoeightmars-8u2x1x .twoeightmars-x642jp {
  grid-column: 2/3;
}

.twoeightmars-oxvsay.twoeightmars-8u2x1x > .twoeightmars-smcmlm {
  grid-column: 1/2;
}

.twoeightmars-oxvsay.twoeightmars-8u2x1x > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.twoeightmars-oxvsay > p:first-of-type {
  margin-top: 0;
}

.twoeightmars-oxvsay .twoeightmars-smcmlm {
  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;
}

.twoeightmars-thukpo:not(._h1-block) .twoeightmars-tn5znd ~ .twoeightmars-smcmlm {
  grid-row: 2/10;
}

.twoeightmars-thukpo.twoeightmars-mvx9na .twoeightmars-tn5znd ~ .twoeightmars-smcmlm {
  grid-row: 1/10;
}

.twoeightmars-thukpo.twoeightmars-mvx9na > .twoeightmars-tn5znd {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.twoeightmars-thukpo.twoeightmars-mvx9na .twoeightmars-smcmlm {
  grid-row: 1/10;
}

.twoeightmars-oxvsay.twoeightmars-78xawa .twoeightmars-smcmlm {
  align-items: flex-start;
}

.twoeightmars-oxvsay.twoeightmars-hfk00t .twoeightmars-x642jp {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.twoeightmars-oxvsay.twoeightmars-hfk00t .twoeightmars-smcmlm {
  align-items: center;
}

.twoeightmars-oxvsay.twoeightmars-qrcke3 .twoeightmars-smcmlm {
  align-items: flex-end;
}

.twoeightmars-x642jp > :first-child {
  margin-top: 0;
}

.twoeightmars-x642jp > :last-child {
  margin-bottom: 0;
}

* + .twoeightmars-slm6h2,
.twoeightmars-thukpo + .twoeightmars-thukpo {
  margin-top: 2rem;
}

.twoeightmars-n9y5m7 td::before,
.twoeightmars-n9y5m7 th::after {
  display: none !important;
}

.twoeightmars-n9y5m7 #link-selector {
  color: #000;
}

.twoeightmars-n9y5m7 .twoeightmars-tee289 {
  color: #135e96;
}

.twoeightmars-n9y5m7 .twoeightmars-8nvmc6 *,
.twoeightmars-n9y5m7 .twoeightmars-s1zoke p,
.twoeightmars-n9y5m7 .twoeightmars-ursu4o * {
  color: #000;
}

.twoeightmars-n9y5m7 .twoeightmars-qw6kqw {
  background: 0 0 !important;
}

.twoeightmars-n9y5m7 .twoeightmars-al78uk {
  color: #000;
}

.twoeightmars-n9y5m7 .twoeightmars-s1xb9y.twoeightmars-ae5age {
  color: #fff;
}

.twoeightmars-n9y5m7 .twoeightmars-u0saoq {
  color: #000;
}

.twoeightmars-n9y5m7
  .twoeightmars-7dttp7
  .twoeightmars-zmwnhf.twoeightmars-ae5age.twoeightmars-bhf3fb {
  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;
}

.twoeightmars-iyrlnh,
body .twoeightmars-xfsbnl {
  color: #000;
  background: var(--color-body) !important;
}

.twoeightmars-iyrlnh .twoeightmars-v9epl0 .twoeightmars-yko9bv,
body .twoeightmars-xfsbnl .twoeightmars-v9epl0 .twoeightmars-yko9bv {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .twoeightmars-ukb3u3:focus,
  .twoeightmars-ukb3u3:hover {
    color: #f9cb16;
  }
  .twoeightmars-o1rx89:focus,
  .twoeightmars-o1rx89:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .twoeightmars-7qnizy:focus img,
  .twoeightmars-7qnizy:focus svg,
  .twoeightmars-7qnizy:hover img,
  .twoeightmars-7qnizy:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .twoeightmars-b7mjn3 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .twoeightmars-rqcbve:hover .twoeightmars-2hovif svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .twoeightmars-2hovif {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .twoeightmars-dv18n2 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .twoeightmars-ivifdw {
    grid-template-columns: repeat(4, 1fr);
  }
  .twoeightmars-e2hu9c {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .twoeightmars-d240xa .twoeightmars-mjy3rk {
    grid-template-columns: 1fr;
  }
  .twoeightmars-d240xa .twoeightmars-ptvfvp {
    -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;
  }
  .twoeightmars-d240xa .twoeightmars-oj599j {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .twoeightmars-d240xa .twoeightmars-1e15jn {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .twoeightmars-d240xa .twoeightmars-i7yg26 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .twoeightmars-d240xa .twoeightmars-oj599j:not(:first-child) {
    border: none;
  }
  .twoeightmars-d240xa .twoeightmars-oj599j:first-child .twoeightmars-1e15jn {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .twoeightmars-d240xa .twoeightmars-oj599j:last-child .twoeightmars-1e15jn {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .twoeightmars-er3o1v {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .twoeightmars-599eko {
    max-width: 100px;
  }
  .twoeightmars-kf4kln {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .twoeightmars-8w6eq4 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .twoeightmars-8w6eq4 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .twoeightmars-2ngx7f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .twoeightmars-kf4kln + .twoeightmars-8w6eq4 {
    margin-left: auto;
  }
  .twoeightmars-e38u1a {
    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;
  }
  .twoeightmars-e38u1a.twoeightmars-vcne2j {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .twoeightmars-s333z1 {
    -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;
  }
  .twoeightmars-u9ofaz {
    width: 100%;
  }
  .twoeightmars-u9ofaz:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .twoeightmars-j34v5v {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .twoeightmars-j34v5v svg {
    margin-right: 4px;
  }
  .twoeightmars-rqcbve {
    -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;
  }
  .twoeightmars-2hovif svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .twoeightmars-2hovif {
    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;
  }
  .twoeightmars-lr0zix {
    display: none;
    width: 100%;
  }
  .twoeightmars-rqcbve.twoeightmars-vcne2j .twoeightmars-lr0zix {
    padding: 0 0 0 48px;
  }
  .twoeightmars-5wuj9p {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .twoeightmars-asqy9w .twoeightmars-smcmlm {
    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;
  }
  .twoeightmars-fwiwaw {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .twoeightmars-fwiwaw + .twoeightmars-fwiwaw {
    margin-right: 0;
  }
  .twoeightmars-fwiwaw + .twoeightmars-smcmlm {
    margin: 0;
  }
  .twoeightmars-dv18n2 {
    grid-template-columns: repeat(4, 1fr);
  }
  .twoeightmars-ivifdw {
    grid-template-columns: repeat(3, 1fr);
  }
  .twoeightmars-48ep3h,
  .twoeightmars-4bjhgk {
    grid-template-columns: repeat(2, 1fr);
  }
  .twoeightmars-oxvsay {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .twoeightmars-oxvsay.twoeightmars-8u2x1x .twoeightmars-x642jp {
    grid-column: auto;
    grid-row: auto;
  }
  .twoeightmars-oxvsay > .twoeightmars-tn5znd {
    grid-column: 1/2;
  }
  .twoeightmars-oxvsay.twoeightmars-8u2x1x > :not(.get-image) {
    grid-column: 1/2;
  }
  .twoeightmars-oxvsay .twoeightmars-smcmlm,
  .twoeightmars-oxvsay.twoeightmars-8u2x1x > .twoeightmars-smcmlm {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .twoeightmars-oxvsay.twoeightmars-8u2x1x > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .twoeightmars-thukpo.twoeightmars-mvx9na .twoeightmars-oxvsay > .twoeightmars-smcmlm {
    grid-row: 1/2;
  }
  .twoeightmars-oxvsay .twoeightmars-tn5znd ~ .twoeightmars-smcmlm,
  .twoeightmars-oxvsay.twoeightmars-8u2x1x .twoeightmars-tn5znd ~ .twoeightmars-smcmlm {
    grid-row: 2/3;
  }
  .twoeightmars-thukpo.twoeightmars-mvx9na .twoeightmars-tn5znd ~ .twoeightmars-smcmlm {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .twoeightmars-t2gcki:first-child .twoeightmars-1f3yx1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .twoeightmars-t2gcki:first-child .twoeightmars-1f3yx1 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .twoeightmars-t2gcki {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .twoeightmars-t2gcki {
    padding: 0;
  }
  .twoeightmars-h0g6ae {
    margin-top: 1rem;
  }
  .twoeightmars-wu76xk {
    border-radius: 5px;
  }
  .twoeightmars-d2tf2b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .twoeightmars-50s10u::after {
    display: inline-block;
  }
  .twoeightmars-50s10u {
    margin: 0;
    width: 100%;
  }
  .twoeightmars-kgrjou {
    width: 100%;
  }
  .twoeightmars-kgrjou.twoeightmars-ex0gm4 {
    -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%;
  }
  .twoeightmars-kgrjou.twoeightmars-ex0gm4 .twoeightmars-bwp3be {
    width: 100%;
  }
  .twoeightmars-kgrjou.twoeightmars-ex0gm4 .twoeightmars-bwp3be:not(:last-child) {
    margin-right: 0;
  }
  .twoeightmars-ukb3u3 {
    width: 100%;
    text-align: center;
  }
  .twoeightmars-02yfq1.twoeightmars-vcne2j .twoeightmars-kgrjou {
    margin-top: 1rem;
  }
  .twoeightmars-dv18n2 {
    grid-template-columns: repeat(3, 1fr);
  }
  .twoeightmars-e2hu9c,
  .twoeightmars-ivifdw {
    grid-template-columns: repeat(2, 1fr);
  }
  .twoeightmars-48ep3h,
  .twoeightmars-4bjhgk,
  .twoeightmars-kcaxd4 {
    grid-template-columns: 1fr;
  }
  .twoeightmars-81h94y {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .twoeightmars-rjhvs5 {
    min-width: 300px;
    max-width: 325px;
  }
  .twoeightmars-1e15jn {
    cursor: auto;
  }
  .twoeightmars-iw6g4u .twoeightmars-1e15jn {
    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;
  }
  .twoeightmars-e60jz3 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .twoeightmars-lr0zix {
    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) {
  .twoeightmars-e60jz3 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.twoeightmars-fwiwaw p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .twoeightmars-8w6eq4 {
    margin: 0 -0.2rem;
  }
  .twoeightmars-fwiwaw {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .twoeightmars-8g6aik {
    -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;
  }
  .twoeightmars-lr08yw {
    max-width: 100%;
  }
  .twoeightmars-dv18n2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .twoeightmars-e2hu9c,
  .twoeightmars-ivifdw {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .twoeightmars-er3o1v {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .twoeightmars-8w6eq4 {
    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;
  }
  .twoeightmars-xa270x {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .twoeightmars-opojow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .twoeightmars-reqi0o,
  .twoeightmars-y66u4x {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .twoeightmars-uin53j {
    width: 100%;
  }
  .twoeightmars-dv18n2 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .twoeightmars-e60jz3 {
    top: 127px !important;
  }
}

.twoeightmars-3o9pi0 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .twoeightmars-3o9pi0 {
  }
}

@media (max-width: 767px) {
  .twoeightmars-3o9pi0 {
    margin-bottom: 12px;
  }
}

.twoeightmars-3o9pi0 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.twoeightmars-lump54 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.twoeightmars-lump54 > .twoeightmars-hyt805 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .twoeightmars-lump54 {
    flex-direction: column;
    gap: 12px;
  }
}

.twoeightmars-296trw {
  display: flex;
}

.twoeightmars-296trw .twoeightmars-o80zii {
  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;
}

.twoeightmars-296trw .twoeightmars-urq4h2 {
  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;
}

.twoeightmars-296trw .twoeightmars-2l5a8f {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.twoeightmars-296trw .twoeightmars-2aap9k {
  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));
  }
}

.twoeightmars-296trw .twoeightmars-2aap9k:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.twoeightmars-296trw .twoeightmars-4usnq9 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.twoeightmars-ytrfnc {
  border: unset;
  background-color: unset;
}

.twoeightmars-ytrfnc tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.twoeightmars-ytrfnc .twoeightmars-f9xpu4,
.twoeightmars-ytrfnc .twoeightmars-7b58dn {
  flex: 0 1 330px;
}

.twoeightmars-ytrfnc .twoeightmars-1gbv5o {
  flex: 1 1;
}

.twoeightmars-ytrfnc tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.twoeightmars-ytrfnc tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.twoeightmars-ytrfnc tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.twoeightmars-ytrfnc tr td p {
  color: #fff;
  margin: 0;
}

.twoeightmars-ytrfnc tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.twoeightmars-ytrfnc tr.twoeightmars-f9xpu4 td p {
  padding: 16px 0;
}

.twoeightmars-ytrfnc tr.twoeightmars-f9xpu4 td p:not(:last-child),
.twoeightmars-ytrfnc tr.twoeightmars-7b58dn td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.twoeightmars-ytrfnc tr.twoeightmars-f9xpu4 td p:first-child,
.twoeightmars-ytrfnc tr.twoeightmars-7b58dn td p:first-child {
  padding-top: 0;
}

.twoeightmars-ytrfnc tr.twoeightmars-7b58dn td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.twoeightmars-ytrfnc tr.twoeightmars-7b58dn td p:last-child {
  padding-bottom: 0;
}

.twoeightmars-ytrfnc .twoeightmars-7b58dn img {
  max-width: 32px;
}

.twoeightmars-ytrfnc .twoeightmars-1gbv5o {
  min-width: 718px;
}

.twoeightmars-ytrfnc .twoeightmars-1gbv5o td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.twoeightmars-ytrfnc .twoeightmars-1gbv5o td {
  display: flex;
}

.twoeightmars-ytrfnc .twoeightmars-1gbv5o td:last-child .twoeightmars-uz6ifd,
.twoeightmars-ytrfnc .twoeightmars-1gbv5o td:last-child .twoeightmars-d1mpyb,
.twoeightmars-ytrfnc .twoeightmars-1gbv5o td:last-child .twoeightmars-uewz8v {
  flex: 1 1 50%;
}

.twoeightmars-ytrfnc .twoeightmars-1gbv5o td:last-child .twoeightmars-wfuy6f {
  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;
}

.twoeightmars-ytrfnc .twoeightmars-1gbv5o td:last-child .twoeightmars-401vxd,
.twoeightmars-ytrfnc .twoeightmars-1gbv5o td:last-child .twoeightmars-lcn4t8 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.twoeightmars-ytrfnc .twoeightmars-1gbv5o td:last-child .twoeightmars-uz6ifd,
.twoeightmars-ytrfnc .twoeightmars-1gbv5o td:last-child .twoeightmars-d1mpyb {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.twoeightmars-ytrfnc .twoeightmars-1gbv5o td:last-child .twoeightmars-uz6ifd span,
.twoeightmars-ytrfnc .twoeightmars-1gbv5o td:last-child .twoeightmars-d1mpyb span {
  font-weight: 800;
}

.twoeightmars-ytrfnc .twoeightmars-1gbv5o img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .twoeightmars-ytrfnc .twoeightmars-1gbv5o td .twoeightmars-uewz8v:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .twoeightmars-ytrfnc tr.twoeightmars-f9xpu4 td p:last-child {
    padding-bottom: 0;
  }
  .twoeightmars-ytrfnc .twoeightmars-7b58dn > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .twoeightmars-ytrfnc .twoeightmars-7b58dn > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .twoeightmars-ytrfnc tr.twoeightmars-f9xpu4 td p:not(:last-child),
  .twoeightmars-ytrfnc tr.twoeightmars-7b58dn td p:not(:last-child) {
    border-bottom: unset;
  }
  .twoeightmars-ytrfnc tr.twoeightmars-7b58dn td p:last-child {
    padding-bottom: 12px;
  }
  .twoeightmars-ytrfnc .twoeightmars-1gbv5o td:last-child .twoeightmars-uz6ifd,
  .twoeightmars-ytrfnc .twoeightmars-1gbv5o td:last-child .twoeightmars-d1mpyb,
  .twoeightmars-ytrfnc .twoeightmars-1gbv5o td:last-child .twoeightmars-uewz8v {
    flex: 1 1 50%;
    padding: 0;
  }
  .twoeightmars-ytrfnc .twoeightmars-1gbv5o td:last-child .twoeightmars-uz6ifd,
  .twoeightmars-ytrfnc .twoeightmars-1gbv5o td:last-child .twoeightmars-d1mpyb {
    margin-top: 16px;
  }
  .twoeightmars-ytrfnc .twoeightmars-1gbv5o td:last-child .twoeightmars-uewz8v {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .twoeightmars-ytrfnc .twoeightmars-1gbv5o td:last-child .twoeightmars-uz6ifd {
    border-right: 1px solid var(--border-color);
  }
  .twoeightmars-ytrfnc .twoeightmars-1gbv5o td:last-child .twoeightmars-uewz8v:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .twoeightmars-ytrfnc .twoeightmars-1gbv5o td:last-child .twoeightmars-uewz8v:last-child {
    padding-bottom: 0;
  }
}

.twoeightmars-uewz8v {
  display: flex;
  flex-direction: column;
}

.twoeightmars-ytrfnc .twoeightmars-1gbv5o td .twoeightmars-uewz8v {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.twoeightmars-ytrfnc .twoeightmars-1gbv5o td .twoeightmars-uewz8v:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.twoeightmars-ytrfnc .twoeightmars-1gbv5o td .twoeightmars-uewz8v:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .twoeightmars-ytrfnc .twoeightmars-1gbv5o td .twoeightmars-uewz8v:not(:first-child) {
    padding-left: 0;
  }
  .twoeightmars-ytrfnc .twoeightmars-1gbv5o td .twoeightmars-uewz8v:not(:last-of-type) {
    border-right: unset;
  }
}

.twoeightmars-ytrfnc .twoeightmars-hpfrcx {
  flex: 0 1 485px;
}

.twoeightmars-ytrfnc .twoeightmars-8rhte4 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.twoeightmars-ytrfnc .twoeightmars-8rhte4 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.twoeightmars-ytrfnc .twoeightmars-8rhte4 li.twoeightmars-rk2q8u {
  padding: 6px 12px;
}

.twoeightmars-ytrfnc .twoeightmars-8rhte4 li a,
.twoeightmars-ytrfnc .twoeightmars-8rhte4 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;
}

.twoeightmars-ytrfnc .twoeightmars-xwn1nk,
.twoeightmars-ytrfnc .twoeightmars-r4isgb {
  flex: 1 1;
}

.twoeightmars-ytrfnc .twoeightmars-0ydlah,
.twoeightmars-ytrfnc .twoeightmars-8xr1wp {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.twoeightmars-ytrfnc .twoeightmars-0ydlah li,
.twoeightmars-ytrfnc .twoeightmars-8xr1wp li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.twoeightmars-ytrfnc .twoeightmars-r4isgb img {
  max-width: 32px;
}

.twoeightmars-ytrfnc .twoeightmars-xwn1nk img {
  max-width: 32px;
}

.twoeightmars-ytrfnc .twoeightmars-rxf8uk {
  min-width: 280px;
}

.twoeightmars-ytrfnc .twoeightmars-rxf8uk img {
  max-width: 146px;
}

.twoeightmars-ytrfnc .twoeightmars-rxf8uk td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .twoeightmars-ytrfnc .twoeightmars-f9xpu4,
  .twoeightmars-ytrfnc .twoeightmars-7b58dn {
    flex: 0 1 auto;
  }
  .twoeightmars-ytrfnc .twoeightmars-1gbv5o {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .twoeightmars-ytrfnc .twoeightmars-f9xpu4,
  .twoeightmars-ytrfnc .twoeightmars-hpfrcx,
  .twoeightmars-ytrfnc .twoeightmars-7b58dn,
  .twoeightmars-ytrfnc .twoeightmars-1gbv5o {
    flex: 1 1 calc(50% - 20px);
  }
  .twoeightmars-ytrfnc .twoeightmars-xwn1nk,
  .twoeightmars-ytrfnc .twoeightmars-rxf8uk,
  .twoeightmars-ytrfnc .twoeightmars-r4isgb {
    flex: 1 1 30%;
  }
  .twoeightmars-ytrfnc .twoeightmars-rxf8uk {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .twoeightmars-ytrfnc .twoeightmars-f9xpu4,
  .twoeightmars-ytrfnc .twoeightmars-hpfrcx,
  .twoeightmars-ytrfnc .twoeightmars-xwn1nk,
  .twoeightmars-ytrfnc .twoeightmars-7b58dn,
  .twoeightmars-ytrfnc .twoeightmars-1gbv5o,
  .twoeightmars-ytrfnc .twoeightmars-rxf8uk,
  .twoeightmars-ytrfnc .twoeightmars-r4isgb {
    flex: 1 1 100%;
  }
}

.twoeightmars-a8la2t .twoeightmars-2olex2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.twoeightmars-a8la2t .twoeightmars-6rnwus {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.twoeightmars-a8la2t .twoeightmars-z56f49 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.twoeightmars-a8la2t .twoeightmars-3ldna2 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.twoeightmars-a8la2t .twoeightmars-3ldna2 > :nth-child(3) {
  margin-top: 0;
}

.twoeightmars-a8la2t .twoeightmars-smcmlm {
  grid-column: 2/3;
  grid-row: 1/10;
}

.twoeightmars-a8la2t .twoeightmars-v1znug {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.twoeightmars-a8la2t .twoeightmars-h0g6ae {
  grid-column: 1/2;
}

.twoeightmars-a8la2t > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.twoeightmars-a8la2t .twoeightmars-6rnwus: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;
}

.twoeightmars-a8la2t .twoeightmars-6rnwus:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.twoeightmars-a8la2t .twoeightmars-uin53j {
  min-width: 240px;
}

@media (max-width: 768px) {
  .twoeightmars-a8la2t .twoeightmars-6rnwus:not(:last-child):before {
    bottom: 8px;
  }
  .twoeightmars-a8la2t .twoeightmars-6rnwus:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .twoeightmars-a8la2t .twoeightmars-3ldna2 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .twoeightmars-a8la2t .twoeightmars-smcmlm {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .twoeightmars-a8la2t .twoeightmars-smcmlm img {
    width: 100%;
    height: auto;
  }
  .twoeightmars-a8la2t .twoeightmars-uin53j {
    width: 100%;
    min-width: unset;
  }
}

.twoeightmars-4gmecu .twoeightmars-8kf6tu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.twoeightmars-4gmecu .twoeightmars-ab0ste {
  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;
}

.twoeightmars-4gmecu .twoeightmars-smcmlm {
  height: 100%;
}

.twoeightmars-4gmecu .twoeightmars-smcmlm img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.twoeightmars-4gmecu .twoeightmars-mpsics {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.twoeightmars-4gmecu .twoeightmars-6is2jf {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.twoeightmars-4gmecu .twoeightmars-gnhwao {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .twoeightmars-4gmecu .twoeightmars-ab0ste {
    flex: 1 1 100%;
  }
  .twoeightmars-4gmecu .twoeightmars-uzt6a1 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .twoeightmars-4gmecu .twoeightmars-ab0ste {
    flex-direction: column;
  }
  .twoeightmars-4gmecu .twoeightmars-smcmlm {
    width: 100%;
    height: auto;
  }
  .twoeightmars-4gmecu .twoeightmars-smcmlm img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .twoeightmars-4gmecu .twoeightmars-mpsics {
    padding: 0 16px 16px 16px;
  }
  .twoeightmars-4gmecu .twoeightmars-uzt6a1 {
    min-width: unset;
    width: 100%;
  }
}

.twoeightmars-2x1ztl .twoeightmars-pvogms {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.twoeightmars-2x1ztl .twoeightmars-buq9cu {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.twoeightmars-2x1ztl 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;
}

.twoeightmars-2x1ztl .twoeightmars-pt7fx3 {
  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;
}

.twoeightmars-2x1ztl .twoeightmars-buq9cu:hover .twoeightmars-pt7fx3 {
  display: flex;
}

.twoeightmars-2x1ztl .twoeightmars-0321n9 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.twoeightmars-2x1ztl .twoeightmars-hthjmy {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.twoeightmars-xs73ns {
  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;
}

.twoeightmars-xs73ns.twoeightmars-luw2my {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.twoeightmars-i5of1m ease-in-out;
}

.twoeightmars-xs73ns.twoeightmars-luw2my:hover {
  color: #f9cb16;
  background-color: transparent;
}

.twoeightmars-2x1ztl .twoeightmars-4jbkzn {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.twoeightmars-i5of1m ease-in-out;
}

.twoeightmars-2x1ztl .twoeightmars-4jbkzn:hover {
  color: #196948;
  background-color: #f9cb16;
}

.twoeightmars-2x1ztl .twoeightmars-4jbkzn:after,
.twoeightmars-xs73ns.twoeightmars-luw2my:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.twoeightmars-xs73ns.twoeightmars-luw2my:after {
  background-image: url(../images/Cash.svg);
}

.twoeightmars-2x1ztl .twoeightmars-4jbkzn:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .twoeightmars-2x1ztl .twoeightmars-pvogms {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .twoeightmars-2x1ztl .twoeightmars-pvogms {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .twoeightmars-2x1ztl .twoeightmars-pvogms {
    grid-template-columns: 1fr;
  }
  .twoeightmars-2x1ztl .twoeightmars-buq9cu {
    height: auto;
  }
  .twoeightmars-2x1ztl .twoeightmars-buq9cu .twoeightmars-pt7fx3 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .twoeightmars-2x1ztl .twoeightmars-0321n9,
  .twoeightmars-2x1ztl .twoeightmars-hthjmy {
    text-align: left;
  }
  .twoeightmars-2x1ztl .twoeightmars-hthjmy {
    margin-bottom: 8px;
  }
  .twoeightmars-2x1ztl img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.twoeightmars-ut8b9p {
  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;
}

.twoeightmars-ut8b9p.twoeightmars-83v4tw {
  display: block;
}

.twoeightmars-ut8b9p .twoeightmars-uv7xj0 {
  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;
}

.twoeightmars-ut8b9p .twoeightmars-dg97bo {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.twoeightmars-ut8b9p .twoeightmars-sjyvo8 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.twoeightmars-ut8b9p .twoeightmars-s6hods {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.twoeightmars-ut8b9p .twoeightmars-xs73ns {
  min-width: 296px;
  margin-bottom: 0;
}

.twoeightmars-ut8b9p .twoeightmars-egx4x8 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.twoeightmars-ut8b9p .twoeightmars-5ow605 {
  position: relative;
  flex: 1 1;
}

.twoeightmars-ut8b9p .twoeightmars-5ow605 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .twoeightmars-ut8b9p .twoeightmars-dg97bo {
    flex-wrap: wrap;
    gap: 8px;
  }
  .twoeightmars-ut8b9p .twoeightmars-sjyvo8 {
    order: 1;
  }
  .twoeightmars-ut8b9p .twoeightmars-s6hods {
    order: 3;
    flex: 1 1 100%;
  }
  .twoeightmars-ut8b9p .twoeightmars-xs73ns {
    width: 100%;
    min-width: unset;
  }
  .twoeightmars-ut8b9p .twoeightmars-egx4x8 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .twoeightmars-oxvsay > .twoeightmars-tn5znd {
    margin-bottom: 0;
  }
  .twoeightmars-oxvsay > .twoeightmars-h0g6ae,
  .twoeightmars-oxvsay > p {
    margin-top: 0;
  }
}

.twoeightmars-gi7rno img,
.twoeightmars-fwiwaw img {
  width: auto;
  object-fit: contain;
}

.twoeightmars-gi7rno {
  align-items: center;
}

.twoeightmars-gi7rno img {
  max-height: 76px;
}

.twoeightmars-fwiwaw img {
  max-height: 64px;
}

.twoeightmars-eq1u0q {
  overflow: auto;
}

.twoeightmars-gg648d {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.twoeightmars-xe0j7h:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.twoeightmars-znf3os {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.twoeightmars-n1vr79 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.twoeightmars-znf3os .twoeightmars-smcmlm {
  margin-right: 20px;
  flex-shrink: 0;
}

.twoeightmars-znf3os img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.twoeightmars-pzcz0t {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.twoeightmars-pzcz0t > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .twoeightmars-znf3os {
    padding: 15px 10px;
  }
  .twoeightmars-pzcz0t {
    padding: 15px 10px;
  }
  .twoeightmars-znf3os .twoeightmars-smcmlm {
    margin-right: 10px;
  }
}

.twoeightmars-89fhzl {
  overflow-x: auto;
}

.twoeightmars-wgtze7 {
  border-collapse: collapse;
  width: 100%;
}

.twoeightmars-89fhzl th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.twoeightmars-89fhzl td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.twoeightmars-89fhzl td.twoeightmars-olpiye {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.twoeightmars-89fhzl td.twoeightmars-t0gw8h {
  border-right: none;
}

.twoeightmars-89fhzl td.twoeightmars-t0gw8h .twoeightmars-smcmlm {
  justify-content: flex-start;
}

.twoeightmars-89fhzl td.twoeightmars-t0gw8h .twoeightmars-smcmlm img {
  height: auto;
  width: 90px;
}

.twoeightmars-89fhzl td.twoeightmars-xauqwp,
.twoeightmars-89fhzl td.twoeightmars-u4gkdl {
  font-weight: 600;
  text-align: right;
}

.twoeightmars-89fhzl td.twoeightmars-mm636m,
.twoeightmars-89fhzl td.twoeightmars-xauqwp {
  padding-bottom: 10px;
  border-bottom: none;
}

.twoeightmars-89fhzl td.twoeightmars-xauqwp,
.twoeightmars-89fhzl td.twoeightmars-u4gkdl {
  border-left: none;
}

.twoeightmars-89fhzl td.twoeightmars-mm636m,
.twoeightmars-89fhzl td.twoeightmars-g9k4vg {
  border-right: none;
}

.twoeightmars-89fhzl td.twoeightmars-g9k4vg,
.twoeightmars-89fhzl td.twoeightmars-u4gkdl {
  border-top: none;
  padding-top: 10px;
}

.twoeightmars-p06bw1 {
  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;
}

.twoeightmars-p06bw1 .twoeightmars-uzt6a1 {
  min-width: unset;
  width: 100%;
}

.twoeightmars-p06bw1 .twoeightmars-uzt6a1.twoeightmars-gzfjav {
  grid-column: 1/2;
  grid-row: 1/2;
}

.twoeightmars-p06bw1 .twoeightmars-uzt6a1.twoeightmars-9v4131 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.twoeightmars-p06bw1 .twoeightmars-in9991 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .twoeightmars-p06bw1 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .twoeightmars-p06bw1 .twoeightmars-uzt6a1.twoeightmars-gzfjav {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .twoeightmars-p06bw1 .twoeightmars-uzt6a1.twoeightmars-9v4131 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .twoeightmars-p06bw1 .twoeightmars-in9991 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.twoeightmars-hr6z3c {
  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;
}

.twoeightmars-tcsvx1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.twoeightmars-nuqhcp p a img {
  margin: 0 auto;
  display: block;
}

.twoeightmars-nuqhcp table {
  margin-bottom: 17px;
}

/* contanct form */
.twoeightmars-2gyw7l {
  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;
}

.twoeightmars-2gyw7l label {
  font-size: 14px;
}

.twoeightmars-2gyw7l h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.twoeightmars-2gyw7l input,
.twoeightmars-2gyw7l textarea,
.twoeightmars-2gyw7l 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;
}
.twoeightmars-2gyw7l button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.twoeightmars-i5of1m ease;
}
.twoeightmars-2gyw7l button:hover {
  background-color: #691204;
}
.twoeightmars-rcq6sz {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.twoeightmars-i63xvd ease-in;
}

.twoeightmars-rcq6sz 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;
}
.twoeightmars-8mpwty, .twoeightmars-x868cc, [class*="review-card"],
thead, thead th, table th, .twoeightmars-tsuk0k,
.twoeightmars-vp88c9, [class*="collapsible-header"],
.twoeightmars-vpm13a, [class*="updated-block"] {
  color: #ece7dc !important;
}
