@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);
}

.martin-5ngahm {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.martin-2988s0 {
  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.martin-cy8z34,
ul.martin-cy8z34 {
  padding-left: 20px;
}

ul.martin-cy8z34 {
  list-style: disc;
}

ol.martin-cy8z34 {
  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;
  }
}

.martin-455u4y > .martin-qma3j8,
.martin-455u4y > .martin-2flsn5,
.martin-455u4y > blockquote,
.martin-455u4y > h1,
.martin-455u4y > h2,
.martin-455u4y > h3,
.martin-455u4y > h4,
.martin-455u4y > h5,
.martin-455u4y > h6,
.martin-455u4y > ol,
.martin-455u4y > p,
.martin-455u4y > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.martin-455u4y > ol,
.martin-455u4y > ul {
  padding-left: 50px;
}

.martin-455u4y 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;
}

.martin-455u4y:not(:last-child) {
  margin-bottom: 2rem;
}

.martin-455u4y > :not(:first-child) {
  margin-top: 2rem;
}

.martin-455u4y {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.martin-455u4y:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .martin-455u4y:first-child {
    margin-top: 20px;
  }
}

.martin-455u4y > p:last-of-type {
  margin-bottom: 32px;
}

.martin-455u4y > .martin-lgw1h3:not(:first-child) {
  margin: 64px auto 16px auto;
}

.martin-43bnlc > .martin-lgw1h3 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.martin-2flsn5 {
  overflow: auto;
}

.martin-2flsn5::-webkit-scrollbar {
  height: 5px;
}

.martin-2flsn5 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.martin-2flsn5 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.martin-2flsn5 table thead,
table thead {
  border-bottom: none;
}

.martin-2flsn5 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.martin-2flsn5 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.martin-2flsn5 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.martin-2flsn5 .martin-wh6mhk {
  table-layout: auto;
}

.martin-2flsn5 .martin-wh6mhk th {
  word-break: normal;
}

.martin-2flsn5 .martin-wh6mhk td {
  word-break: normal;
}

.martin-5ngahm .martin-5ngahm {
  padding-right: 0;
  padding-left: 0;
}

.martin-sx11jo {
  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;
}

.martin-ile1lq {
  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;
}

.martin-fr1dat {
  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;
}

.martin-qma3j8 {
  margin-top: 24px;
}

.martin-qma3j8.martin-tmdks7 {
  text-align: left;
}

.martin-qma3j8.martin-5p2zhe {
  text-align: right;
}

.martin-qma3j8.martin-o9zypa {
  text-align: center;
}

.martin-mazgtp {
  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.martin-et6bqd ease-in-out;
  cursor: pointer;
}

.martin-mazgtp:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.martin-mazgtp {
  min-width: 328px;
}

@media (max-width: 768px) {
  .martin-mazgtp {
    min-width: unset;
  }
}

.martin-5791oq {
  background-color: var(--fh-bg-color);
}

.martin-lp9y0j {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.martin-fl69g3 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.martin-fl69g3 img {
  max-height: 80px;
  object-fit: contain;
}

.martin-4jnd6w {
  flex: 1 1;
}

.martin-g4vuzr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.martin-v5koig {
  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;
}

.martin-v5koig 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;
}

.martin-v5koig.martin-g1dkd6 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.martin-v5koig.martin-g1dkd6 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.martin-v5koig.martin-g1dkd6 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.martin-4jnd6w + .martin-g4vuzr {
  margin-left: 20px;
}

.martin-5x45le {
  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;
}

.martin-5x45le > svg {
  max-width: 24px;
  max-height: 24px;
}

.martin-5x45le + .martin-5x45le {
  margin-left: 5px;
}

.martin-7qjffp {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.martin-7qjffp:hover {
  background-color: var(--button-bg-hover);
}

.martin-ij1guf {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.martin-et6bqd ease-in-out;
  border: 1px solid var(--border-color);
}

.martin-ij1guf:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.martin-s5mbt3 {
  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) {
  .martin-4jnd6w {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .martin-s5mbt3 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .martin-4jnd6w {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .martin-5x45le {
    min-width: unset;
    flex: 1 1;
  }
}

.martin-2k4511 {
  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;
}

.martin-2k4511:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.martin-2k4511:hover .martin-3176sp {
  opacity: 1;
  pointer-events: auto;
}

.martin-8fo9id {
  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.martin-di65vf ease-in-out;
  gap: 4px;
}

.martin-8fo9id > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.martin-8fo9id .martin-sx11jo img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.martin-wbvez8,
.martin-8fo9id:hover {
  color: var(--button-bg-hover);
}

.martin-7kde4d {
  position: relative;
}

.martin-7kde4d .martin-8fo9id {
  margin-right: 0;
  padding-right: 4px;
}

.martin-jl6ds7 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.martin-7kde4d.martin-g1dkd6 .martin-jl6ds7 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.martin-7kde4d.martin-g1dkd6 .martin-3176sp {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.martin-7kde4d.martin-g1dkd6 .martin-3176sp::before {
  display: none;
}

.martin-jl6ds7 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.martin-3176sp {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.martin-214dlc 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.martin-3176sp::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.martin-3176sp:hover {
  color: var(--fh-bg-color);
}

.martin-8mmi0m {
  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.martin-214dlc 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.martin-di65vf ease-in-out;
  -o-transition: 0.martin-di65vf ease-in-out;
  transition: 0.martin-di65vf ease-in-out;
}

.martin-8mmi0m .martin-sx11jo img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.martin-jtkz7p,
.martin-8mmi0m:hover {
  color: var(--button-bg-hover);
}

.martin-tcim2t {
  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%;
}

.martin-tcim2t.martin-5jfzjp {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.martin-tcim2t.martin-5jfzjp:after,
.martin-tcim2t.martin-5jfzjp:before {
  content: "";
  position: absolute;
  margin: auto;
}

.martin-tcim2t.martin-5jfzjp: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);
  }
}

.martin-tcim2t.martin-5jfzjp:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.martin-tcim2t.martin-5jfzjp > * {
  z-index: 1;
}

.martin-tcim2t b,
.martin-tcim2t strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.martin-tcim2t .martin-a3858f {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.martin-tcim2t .martin-5vct1b {
  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;
}

.martin-tcim2t .martin-sx11jo {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.martin-tcim2t .martin-et27yl {
  margin-top: 12px;
}

.martin-et27yl {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.martin-iwtx2g {
  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;
}

.martin-et27yl .martin-jg73ks {
  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.martin-et6bqd ease-in-out;
}

.martin-et27yl .martin-jg73ks:hover {
  background: rgba(255, 255, 255, 0.3);
}

.martin-axsen2 {
  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;
}

.martin-tcim2t.martin-q0watw {
  gap: 12px;
  padding: 16px;
}

.martin-tcim2t.martin-q0watw .martin-axsen2 {
  min-width: 240px;
}

.martin-tcim2t.martin-q0watw .martin-axsen2.martin-8ccnm5 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .martin-tcim2t .martin-a3858f {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .martin-tcim2t .martin-5vct1b {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .martin-tcim2t .martin-sx11jo {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .martin-tcim2t.martin-q0watw .martin-sx11jo {
    max-width: 126px;
  }
  .martin-tcim2t .martin-et27yl {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .martin-tcim2t .martin-iwtx2g {
    max-width: unset;
  }
  .martin-axsen2 {
    min-width: unset;
    width: 100%;
  }
  .martin-tcim2t .martin-axsen2 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .martin-tcim2t.martin-q0watw {
    grid-template-rows: auto 1fr auto;
  }
  .martin-tcim2t.martin-q0watw .martin-axsen2 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .martin-tcim2t {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .martin-tcim2t .martin-a3858f {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .martin-tcim2t .martin-sx11jo {
    max-width: 78px;
  }
  .martin-tcim2t .martin-et27yl {
    margin-top: -12px;
  }
  .martin-tcim2t.martin-q0watw {
    gap: 8px;
  }
  .martin-tcim2t.martin-q0watw .martin-a3858f {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .martin-tcim2t.martin-q0watw .martin-5vct1b {
    grid-column: 1/3;
  }
  .martin-tcim2t.martin-q0watw .martin-sx11jo {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .martin-tcim2t.martin-q0watw .martin-sx11jo img {
    max-width: 114px;
  }
}

.martin-axsen2.martin-fw2e22,
.martin-axsen2.martin-m16vto,
.martin-axsen2.martin-qmj9ly {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.martin-et6bqd ease-in-out;
}

.martin-axsen2.martin-fw2e22,
.martin-axsen2.martin-qmj9ly {
  padding: 10px;
}

.martin-axsen2.martin-fw2e22:hover,
.martin-axsen2.martin-m16vto:hover,
.martin-axsen2.martin-qmj9ly:hover {
  background: var(--button-bg-hover);
}

.martin-axsen2.martin-fw2e22:hover svg path,
.martin-axsen2.martin-qmj9ly:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.martin-axsen2.martin-8ccnm5 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.martin-et6bqd ease-in-out;
  background: var(--button-bg-color);
}

.martin-axsen2.martin-8ccnm5:hover {
  background-color: var(--button-bg-hover);
}

.martin-axsen2.martin-m16vto: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);
  }
}

.martin-axsen2.martin-m16vto:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.martin-axsen2.martin-8ccnm5:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.martin-pi1rms {
  max-width: 650px;
}

.martin-fimon8 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.martin-e91svz {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.martin-0g3bj1 {
  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.martin-di65vf ease-in-out;
  cursor: pointer;
}

.martin-0g3bj1:hover {
  opacity: 0.5;
}

.martin-0g3bj1:focus {
  outline: 0;
}

.martin-0g3bj1:focus .martin-3qwnw8,
.martin-0g3bj1:hover .martin-3qwnw8 {
  fill: red;
  fill-opacity: 1;
}

.martin-0g3bj1:hover {
  cursor: pointer;
}

.martin-i8shki {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.martin-pi1rms.martin-o9zypa {
  margin: 0 auto;
}

.martin-pi1rms.martin-5p2zhe {
  margin-left: auto;
}

.martin-1x8d19 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.martin-5m5z9c {
  padding-bottom: 50px;
}

.martin-fbe7jw {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.martin-yhk7ag {
  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;
}

.martin-3l88yc {
  margin-top: 24px;
}

.martin-n3db6e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.martin-1dsttf {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.martin-rpzazj {
  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;
}

.martin-7k47py {
  width: 468px;
}

.martin-rpzazj .martin-3176sp {
  margin: 0.martin-zq8jyq 0;
}

.martin-1ym3jo {
  display: flex;
  min-width: 224px;
}

.martin-j7flqk {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.martin-di65vf ease-in-out;
}

.martin-j2csdh,
.martin-j7flqk:hover {
  color: var(--text-color);
}

.martin-o7z5si {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.martin-aw7twf {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .martin-1x8d19 {
    padding: 16px;
  }
  .martin-o7z5si {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .martin-aw7twf {
    align-items: center;
  }
  .martin-7k47py {
    width: unset;
  }
  .martin-1ym3jo {
    min-width: unset;
  }
  .martin-rpzazj {
    max-height: unset;
  }
  .martin-fbe7jw {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .martin-1x8d19 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.martin-akukqc {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.martin-akukqc:not(:last-child) {
  margin-bottom: 16px;
}

.martin-tk35a1 {
  outline: 0;
}

.martin-tk35a1 .martin-owqmn7 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.martin-57os3g {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .martin-57os3g {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.martin-57os3g::-webkit-details-marker {
  display: none;
}

.martin-57os3g: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;
}

.martin-57os3g: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] .martin-57os3g:after {
  transform: unset;
}

.martin-owqmn7 {
  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);
}

.martin-owqmn7 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.martin-di65vf ease-in-out;
  -o-transition: 0.martin-di65vf ease-in-out;
  transition: 0.martin-di65vf ease-in-out;
}

.martin-hjinhm {
  padding: 16px 0 0 0;
}

.martin-hjinhm * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .martin-hjinhm :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .martin-57os3g {
    flex-wrap: wrap;
    gap: 12px;
  }
  .martin-57os3g::after {
    margin-left: auto;
  }
  .martin-owqmn7 {
    order: 3;
    flex: 1 1 100%;
  }
  .martin-57os3g {
    font-size: 14px;
    line-height: 130%;
  }
  .martin-owqmn7 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.martin-f2vtrh {
  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;
}

.martin-qn3s0j {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.martin-f2vtrh.martin-g1dkd6 .martin-qn3s0j {
  margin-bottom: 12px;
}

.martin-qn3s0j::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;
}

.martin-f2vtrh.martin-g1dkd6 .martin-qn3s0j::after {
  transform: unset;
}

.martin-7avlfn {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.martin-imwzaz {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.martin-di65vf ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.martin-imwzaz: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;
}

.martin-f2vtrh.martin-g1dkd6 .martin-7avlfn {
  max-height: 100%;
}

.martin-zs3ap3 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.martin-v3heif {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.martin-pwwtzg {
  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;
}

.martin-05dsch {
  margin-right: 4px;
}

.martin-bpby20 {
  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.martin-di65vf ease-in-out;
}

.martin-bpby20 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.martin-burwu1,
.martin-bpby20:hover {
  color: var(--text-color);
}

.martin-qdw88i {
  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;
}

.martin-qdw88i img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.martin-qdw88i .martin-whcnhb {
  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;
}

.martin-qdw88i .martin-s41lus {
  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;
}

.martin-nbm26t {
  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;
}

.martin-6xcnjr {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.martin-y2gu8r .martin-5ngahm {
  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;
}

.martin-y2gu8r {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.martin-tkw1sk {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.martin-qfa28f {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.martin-mkp83r {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.martin-wpmeyd 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;
}

.martin-mkp83r:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.martin-lkgurb {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.martin-ritvmu {
  -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.martin-di65vf ease-in-out;
  transition: transform 0.martin-di65vf ease-in-out;
  -o-transition: transform 0.martin-di65vf ease-in-out;
  transition:
    transform 0.martin-di65vf ease-in-out,
    -webkit-transform 0.martin-di65vf ease-in-out;
  cursor: pointer;
}

.martin-ritvmu svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.martin-ritvmu: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;
}

.martin-vqn7kh {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .martin-vqn7kh {
    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);
}

.martin-mmpvfh {
  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;
}

.martin-de0kee {
  position: relative;
  width: 100%;
}

.martin-mmpvfh.martin-0ecti1 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.martin-mmpvfh.martin-o9zypa {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.martin-mmpvfh.martin-5p2zhe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.martin-p6ly06 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.martin-55wcum {
  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.martin-di65vf ease-in-out;
  cursor: pointer;
}

.martin-55wcum:hover {
  opacity: 0.5;
}

.martin-mmpvfh.martin-spmrk7 .martin-55wcum {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.martin-mmpvfh.martin-spmrk7 .martin-p6ly06 {
  cursor: pointer;
}

.martin-6nz2bz {
  fill: #0009;
}

.martin-72bx4k {
  fill: #fff;
}

.martin-55wcum:hover .martin-6nz2bz {
  fill: red;
}

.martin-55wcum svg path {
  -webkit-transition: 0.martin-di65vf ease-in-out;
  -o-transition: 0.martin-di65vf ease-in-out;
  transition: 0.martin-di65vf ease-in-out;
}

.martin-qtlk66 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.martin-qtlk66 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.martin-qtlk66.martin-41sjme > :not(.get-image) {
  grid-column: 1/3;
}

.martin-2ywndm:not(._h1-block) .martin-qtlk66 > .martin-lgw1h3 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.martin-qtlk66.martin-41sjme .martin-5gxx6g {
  grid-column: 2/3;
}

.martin-qtlk66.martin-41sjme > .martin-sx11jo {
  grid-column: 1/2;
}

.martin-qtlk66.martin-41sjme > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.martin-qtlk66 > p:first-of-type {
  margin-top: 0;
}

.martin-qtlk66 .martin-sx11jo {
  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;
}

.martin-2ywndm:not(._h1-block) .martin-lgw1h3 ~ .martin-sx11jo {
  grid-row: 2/10;
}

.martin-2ywndm.martin-naux3w .martin-lgw1h3 ~ .martin-sx11jo {
  grid-row: 1/10;
}

.martin-2ywndm.martin-naux3w > .martin-lgw1h3 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.martin-2ywndm.martin-naux3w .martin-sx11jo {
  grid-row: 1/10;
}

.martin-qtlk66.martin-lc0du7 .martin-sx11jo {
  align-items: flex-start;
}

.martin-qtlk66.martin-o9zypa .martin-5gxx6g {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.martin-qtlk66.martin-o9zypa .martin-sx11jo {
  align-items: center;
}

.martin-qtlk66.martin-zygtbi .martin-sx11jo {
  align-items: flex-end;
}

.martin-5gxx6g > :first-child {
  margin-top: 0;
}

.martin-5gxx6g > :last-child {
  margin-bottom: 0;
}

* + .martin-sf2vzp,
.martin-2ywndm + .martin-2ywndm {
  margin-top: 2rem;
}

.martin-4pd5s6 td::before,
.martin-4pd5s6 th::after {
  display: none !important;
}

.martin-4pd5s6 #link-selector {
  color: #000;
}

.martin-4pd5s6 .martin-0vn4fr {
  color: #135e96;
}

.martin-4pd5s6 .martin-slb8rc *,
.martin-4pd5s6 .martin-hkw31w p,
.martin-4pd5s6 .martin-4a8cdj * {
  color: #000;
}

.martin-4pd5s6 .martin-9hy5v1 {
  background: 0 0 !important;
}

.martin-4pd5s6 .martin-k6vuvf {
  color: #000;
}

.martin-4pd5s6 .martin-fb4nq6.martin-8v1lj0 {
  color: #fff;
}

.martin-4pd5s6 .martin-s6slh4 {
  color: #000;
}

.martin-4pd5s6
  .martin-x44j6p
  .martin-c3t4xc.martin-8v1lj0.martin-9k2lc7 {
  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;
}

.martin-7fo637,
body .martin-wduzvv {
  color: #000;
  background: var(--color-body) !important;
}

.martin-7fo637 .martin-q2sext .martin-vtln3t,
body .martin-wduzvv .martin-q2sext .martin-vtln3t {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .martin-imwzaz:focus,
  .martin-imwzaz:hover {
    color: #f9cb16;
  }
  .martin-vv7p9d:focus,
  .martin-vv7p9d:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .martin-fxd3zo:focus img,
  .martin-fxd3zo:focus svg,
  .martin-fxd3zo:hover img,
  .martin-fxd3zo:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .martin-qdw88i {
    display: none;
  }
}

@media (min-width: 1024px) {
  .martin-7kde4d:hover .martin-jl6ds7 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .martin-jl6ds7 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .martin-6w5xvk {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .martin-ntda80 {
    grid-template-columns: repeat(4, 1fr);
  }
  .martin-nxwe3o {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .martin-3uxbhn .martin-5xyzhn {
    grid-template-columns: 1fr;
  }
  .martin-3uxbhn .martin-dl58v1 {
    -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;
  }
  .martin-3uxbhn .martin-gj5gll {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .martin-3uxbhn .martin-udp8gc {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .martin-3uxbhn .martin-39f4ky {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .martin-3uxbhn .martin-gj5gll:not(:first-child) {
    border: none;
  }
  .martin-3uxbhn .martin-gj5gll:first-child .martin-udp8gc {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .martin-3uxbhn .martin-gj5gll:last-child .martin-udp8gc {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .martin-lp9y0j {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .martin-fl69g3 {
    max-width: 100px;
  }
  .martin-4jnd6w {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .martin-g4vuzr {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .martin-g4vuzr svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .martin-v5koig {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .martin-4jnd6w + .martin-g4vuzr {
    margin-left: auto;
  }
  .martin-72n3s2 {
    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;
  }
  .martin-72n3s2.martin-g1dkd6 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .martin-s5mbt3 {
    -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;
  }
  .martin-2k4511 {
    width: 100%;
  }
  .martin-2k4511:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .martin-8fo9id {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .martin-8fo9id svg {
    margin-right: 4px;
  }
  .martin-7kde4d {
    -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;
  }
  .martin-jl6ds7 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .martin-jl6ds7 {
    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;
  }
  .martin-3176sp {
    display: none;
    width: 100%;
  }
  .martin-7kde4d.martin-g1dkd6 .martin-3176sp {
    padding: 0 0 0 48px;
  }
  .martin-8mmi0m {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .martin-yhk7ag .martin-sx11jo {
    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;
  }
  .martin-q22inf {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .martin-q22inf + .martin-q22inf {
    margin-right: 0;
  }
  .martin-q22inf + .martin-sx11jo {
    margin: 0;
  }
  .martin-6w5xvk {
    grid-template-columns: repeat(4, 1fr);
  }
  .martin-ntda80 {
    grid-template-columns: repeat(3, 1fr);
  }
  .martin-c2wpn0,
  .martin-cc9n0j {
    grid-template-columns: repeat(2, 1fr);
  }
  .martin-qtlk66 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .martin-qtlk66.martin-41sjme .martin-5gxx6g {
    grid-column: auto;
    grid-row: auto;
  }
  .martin-qtlk66 > .martin-lgw1h3 {
    grid-column: 1/2;
  }
  .martin-qtlk66.martin-41sjme > :not(.get-image) {
    grid-column: 1/2;
  }
  .martin-qtlk66 .martin-sx11jo,
  .martin-qtlk66.martin-41sjme > .martin-sx11jo {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .martin-qtlk66.martin-41sjme > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .martin-2ywndm.martin-naux3w .martin-qtlk66 > .martin-sx11jo {
    grid-row: 1/2;
  }
  .martin-qtlk66 .martin-lgw1h3 ~ .martin-sx11jo,
  .martin-qtlk66.martin-41sjme .martin-lgw1h3 ~ .martin-sx11jo {
    grid-row: 2/3;
  }
  .martin-2ywndm.martin-naux3w .martin-lgw1h3 ~ .martin-sx11jo {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .martin-455u4y:first-child .martin-gmwabc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .martin-455u4y:first-child .martin-gmwabc h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .martin-455u4y {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .martin-455u4y {
    padding: 0;
  }
  .martin-qma3j8 {
    margin-top: 1rem;
  }
  .martin-tk35a1 {
    border-radius: 5px;
  }
  .martin-nrmoel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .martin-qn3s0j::after {
    display: inline-block;
  }
  .martin-qn3s0j {
    margin: 0;
    width: 100%;
  }
  .martin-7avlfn {
    width: 100%;
  }
  .martin-7avlfn.martin-0yry7b {
    -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%;
  }
  .martin-7avlfn.martin-0yry7b .martin-v9qqf2 {
    width: 100%;
  }
  .martin-7avlfn.martin-0yry7b .martin-v9qqf2:not(:last-child) {
    margin-right: 0;
  }
  .martin-imwzaz {
    width: 100%;
    text-align: center;
  }
  .martin-f2vtrh.martin-g1dkd6 .martin-7avlfn {
    margin-top: 1rem;
  }
  .martin-6w5xvk {
    grid-template-columns: repeat(3, 1fr);
  }
  .martin-nxwe3o,
  .martin-ntda80 {
    grid-template-columns: repeat(2, 1fr);
  }
  .martin-c2wpn0,
  .martin-cc9n0j,
  .martin-k5hfj2 {
    grid-template-columns: 1fr;
  }
  .martin-pdy5bn {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .martin-7ccrfd {
    min-width: 300px;
    max-width: 325px;
  }
  .martin-udp8gc {
    cursor: auto;
  }
  .martin-x6hiaq .martin-udp8gc {
    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;
  }
  .martin-vqn7kh {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .martin-3176sp {
    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) {
  .martin-vqn7kh {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.martin-q22inf p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .martin-g4vuzr {
    margin: 0 -0.2rem;
  }
  .martin-q22inf {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .martin-5u7c1w {
    -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;
  }
  .martin-kxhsve {
    max-width: 100%;
  }
  .martin-6w5xvk {
    grid-template-columns: repeat(2, 1fr);
  }
  .martin-nxwe3o,
  .martin-ntda80 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .martin-lp9y0j {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .martin-g4vuzr {
    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;
  }
  .martin-5791oq {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .martin-5x45le {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .martin-yirmg0,
  .martin-hj1i8f {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .martin-mazgtp {
    width: 100%;
  }
  .martin-6w5xvk {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .martin-vqn7kh {
    top: 127px !important;
  }
}

.martin-j01052 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .martin-j01052 {
  }
}

@media (max-width: 767px) {
  .martin-j01052 {
    margin-bottom: 12px;
  }
}

.martin-j01052 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.martin-19oe3i {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.martin-19oe3i > .martin-o9o6ou {
  flex: 1 1;
}

@media (max-width: 767px) {
  .martin-19oe3i {
    flex-direction: column;
    gap: 12px;
  }
}

.martin-3a2lq7 {
  display: flex;
}

.martin-3a2lq7 .martin-l7y8mu {
  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;
}

.martin-3a2lq7 .martin-9v0g35 {
  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;
}

.martin-3a2lq7 .martin-dtixsc {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.martin-3a2lq7 .martin-oivxuk {
  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));
  }
}

.martin-3a2lq7 .martin-oivxuk:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.martin-3a2lq7 .martin-hozrgd {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.martin-8zr9du {
  border: unset;
  background-color: unset;
}

.martin-8zr9du tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.martin-8zr9du .martin-68immg,
.martin-8zr9du .martin-o1to56 {
  flex: 0 1 330px;
}

.martin-8zr9du .martin-1de5b6 {
  flex: 1 1;
}

.martin-8zr9du tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.martin-8zr9du tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.martin-8zr9du tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.martin-8zr9du tr td p {
  color: #fff;
  margin: 0;
}

.martin-8zr9du tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.martin-8zr9du tr.martin-68immg td p {
  padding: 16px 0;
}

.martin-8zr9du tr.martin-68immg td p:not(:last-child),
.martin-8zr9du tr.martin-o1to56 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.martin-8zr9du tr.martin-68immg td p:first-child,
.martin-8zr9du tr.martin-o1to56 td p:first-child {
  padding-top: 0;
}

.martin-8zr9du tr.martin-o1to56 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.martin-8zr9du tr.martin-o1to56 td p:last-child {
  padding-bottom: 0;
}

.martin-8zr9du .martin-o1to56 img {
  max-width: 32px;
}

.martin-8zr9du .martin-1de5b6 {
  min-width: 718px;
}

.martin-8zr9du .martin-1de5b6 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.martin-8zr9du .martin-1de5b6 td {
  display: flex;
}

.martin-8zr9du .martin-1de5b6 td:last-child .martin-es4yo5,
.martin-8zr9du .martin-1de5b6 td:last-child .martin-9f9r9a,
.martin-8zr9du .martin-1de5b6 td:last-child .martin-pub3oa {
  flex: 1 1 50%;
}

.martin-8zr9du .martin-1de5b6 td:last-child .martin-ikbw5s {
  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;
}

.martin-8zr9du .martin-1de5b6 td:last-child .martin-gwzpc2,
.martin-8zr9du .martin-1de5b6 td:last-child .martin-sjsir8 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.martin-8zr9du .martin-1de5b6 td:last-child .martin-es4yo5,
.martin-8zr9du .martin-1de5b6 td:last-child .martin-9f9r9a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.martin-8zr9du .martin-1de5b6 td:last-child .martin-es4yo5 span,
.martin-8zr9du .martin-1de5b6 td:last-child .martin-9f9r9a span {
  font-weight: 800;
}

.martin-8zr9du .martin-1de5b6 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .martin-8zr9du .martin-1de5b6 td .martin-pub3oa:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .martin-8zr9du tr.martin-68immg td p:last-child {
    padding-bottom: 0;
  }
  .martin-8zr9du .martin-o1to56 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .martin-8zr9du .martin-o1to56 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .martin-8zr9du tr.martin-68immg td p:not(:last-child),
  .martin-8zr9du tr.martin-o1to56 td p:not(:last-child) {
    border-bottom: unset;
  }
  .martin-8zr9du tr.martin-o1to56 td p:last-child {
    padding-bottom: 12px;
  }
  .martin-8zr9du .martin-1de5b6 td:last-child .martin-es4yo5,
  .martin-8zr9du .martin-1de5b6 td:last-child .martin-9f9r9a,
  .martin-8zr9du .martin-1de5b6 td:last-child .martin-pub3oa {
    flex: 1 1 50%;
    padding: 0;
  }
  .martin-8zr9du .martin-1de5b6 td:last-child .martin-es4yo5,
  .martin-8zr9du .martin-1de5b6 td:last-child .martin-9f9r9a {
    margin-top: 16px;
  }
  .martin-8zr9du .martin-1de5b6 td:last-child .martin-pub3oa {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .martin-8zr9du .martin-1de5b6 td:last-child .martin-es4yo5 {
    border-right: 1px solid var(--border-color);
  }
  .martin-8zr9du .martin-1de5b6 td:last-child .martin-pub3oa:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .martin-8zr9du .martin-1de5b6 td:last-child .martin-pub3oa:last-child {
    padding-bottom: 0;
  }
}

.martin-pub3oa {
  display: flex;
  flex-direction: column;
}

.martin-8zr9du .martin-1de5b6 td .martin-pub3oa {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.martin-8zr9du .martin-1de5b6 td .martin-pub3oa:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.martin-8zr9du .martin-1de5b6 td .martin-pub3oa:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .martin-8zr9du .martin-1de5b6 td .martin-pub3oa:not(:first-child) {
    padding-left: 0;
  }
  .martin-8zr9du .martin-1de5b6 td .martin-pub3oa:not(:last-of-type) {
    border-right: unset;
  }
}

.martin-8zr9du .martin-0jvcof {
  flex: 0 1 485px;
}

.martin-8zr9du .martin-1erfnp {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.martin-8zr9du .martin-1erfnp li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.martin-8zr9du .martin-1erfnp li.martin-32k98g {
  padding: 6px 12px;
}

.martin-8zr9du .martin-1erfnp li a,
.martin-8zr9du .martin-1erfnp 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;
}

.martin-8zr9du .martin-kznm9s,
.martin-8zr9du .martin-t7bwrt {
  flex: 1 1;
}

.martin-8zr9du .martin-ahb832,
.martin-8zr9du .martin-fi4h0c {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.martin-8zr9du .martin-ahb832 li,
.martin-8zr9du .martin-fi4h0c li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.martin-8zr9du .martin-t7bwrt img {
  max-width: 32px;
}

.martin-8zr9du .martin-kznm9s img {
  max-width: 32px;
}

.martin-8zr9du .martin-2r3b5z {
  min-width: 280px;
}

.martin-8zr9du .martin-2r3b5z img {
  max-width: 146px;
}

.martin-8zr9du .martin-2r3b5z td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .martin-8zr9du .martin-68immg,
  .martin-8zr9du .martin-o1to56 {
    flex: 0 1 auto;
  }
  .martin-8zr9du .martin-1de5b6 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .martin-8zr9du .martin-68immg,
  .martin-8zr9du .martin-0jvcof,
  .martin-8zr9du .martin-o1to56,
  .martin-8zr9du .martin-1de5b6 {
    flex: 1 1 calc(50% - 20px);
  }
  .martin-8zr9du .martin-kznm9s,
  .martin-8zr9du .martin-2r3b5z,
  .martin-8zr9du .martin-t7bwrt {
    flex: 1 1 30%;
  }
  .martin-8zr9du .martin-2r3b5z {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .martin-8zr9du .martin-68immg,
  .martin-8zr9du .martin-0jvcof,
  .martin-8zr9du .martin-kznm9s,
  .martin-8zr9du .martin-o1to56,
  .martin-8zr9du .martin-1de5b6,
  .martin-8zr9du .martin-2r3b5z,
  .martin-8zr9du .martin-t7bwrt {
    flex: 1 1 100%;
  }
}

.martin-2iq0pl .martin-a5dvjv {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.martin-2iq0pl .martin-fniv5t {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.martin-2iq0pl .martin-vxj6np {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.martin-2iq0pl .martin-o7mubg {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.martin-2iq0pl .martin-o7mubg > :nth-child(3) {
  margin-top: 0;
}

.martin-2iq0pl .martin-sx11jo {
  grid-column: 2/3;
  grid-row: 1/10;
}

.martin-2iq0pl .martin-vby6o4 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.martin-2iq0pl .martin-qma3j8 {
  grid-column: 1/2;
}

.martin-2iq0pl > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.martin-2iq0pl .martin-fniv5t: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;
}

.martin-2iq0pl .martin-fniv5t:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.martin-2iq0pl .martin-mazgtp {
  min-width: 240px;
}

@media (max-width: 768px) {
  .martin-2iq0pl .martin-fniv5t:not(:last-child):before {
    bottom: 8px;
  }
  .martin-2iq0pl .martin-fniv5t:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .martin-2iq0pl .martin-o7mubg {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .martin-2iq0pl .martin-sx11jo {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .martin-2iq0pl .martin-sx11jo img {
    width: 100%;
    height: auto;
  }
  .martin-2iq0pl .martin-mazgtp {
    width: 100%;
    min-width: unset;
  }
}

.martin-3s4v2n .martin-vnf85m {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.martin-3s4v2n .martin-alvif3 {
  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;
}

.martin-3s4v2n .martin-sx11jo {
  height: 100%;
}

.martin-3s4v2n .martin-sx11jo img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.martin-3s4v2n .martin-mgtg47 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.martin-3s4v2n .martin-bs16bq {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.martin-3s4v2n .martin-irudcu {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .martin-3s4v2n .martin-alvif3 {
    flex: 1 1 100%;
  }
  .martin-3s4v2n .martin-axsen2 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .martin-3s4v2n .martin-alvif3 {
    flex-direction: column;
  }
  .martin-3s4v2n .martin-sx11jo {
    width: 100%;
    height: auto;
  }
  .martin-3s4v2n .martin-sx11jo img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .martin-3s4v2n .martin-mgtg47 {
    padding: 0 16px 16px 16px;
  }
  .martin-3s4v2n .martin-axsen2 {
    min-width: unset;
    width: 100%;
  }
}

.martin-detp9l .martin-hxc6u7 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.martin-detp9l .martin-32v43f {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.martin-detp9l 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;
}

.martin-detp9l .martin-4b5bvi {
  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;
}

.martin-detp9l .martin-32v43f:hover .martin-4b5bvi {
  display: flex;
}

.martin-detp9l .martin-ciiuep {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.martin-detp9l .martin-ji92gm {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.martin-2ei3zv {
  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;
}

.martin-2ei3zv.martin-v30sk7 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.martin-et6bqd ease-in-out;
}

.martin-2ei3zv.martin-v30sk7:hover {
  color: #f9cb16;
  background-color: transparent;
}

.martin-detp9l .martin-zvklyu {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.martin-et6bqd ease-in-out;
}

.martin-detp9l .martin-zvklyu:hover {
  color: #196948;
  background-color: #f9cb16;
}

.martin-detp9l .martin-zvklyu:after,
.martin-2ei3zv.martin-v30sk7:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.martin-2ei3zv.martin-v30sk7:after {
  background-image: url(../images/Cash.svg);
}

.martin-detp9l .martin-zvklyu:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .martin-detp9l .martin-hxc6u7 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .martin-detp9l .martin-hxc6u7 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .martin-detp9l .martin-hxc6u7 {
    grid-template-columns: 1fr;
  }
  .martin-detp9l .martin-32v43f {
    height: auto;
  }
  .martin-detp9l .martin-32v43f .martin-4b5bvi {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .martin-detp9l .martin-ciiuep,
  .martin-detp9l .martin-ji92gm {
    text-align: left;
  }
  .martin-detp9l .martin-ji92gm {
    margin-bottom: 8px;
  }
  .martin-detp9l img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.martin-7wjvrb {
  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;
}

.martin-7wjvrb.martin-spmrk7 {
  display: block;
}

.martin-7wjvrb .martin-rbx081 {
  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;
}

.martin-7wjvrb .martin-jbj968 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.martin-7wjvrb .martin-eclxks {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.martin-7wjvrb .martin-pqmrjx {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.martin-7wjvrb .martin-2ei3zv {
  min-width: 296px;
  margin-bottom: 0;
}

.martin-7wjvrb .martin-s2a56b {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.martin-7wjvrb .martin-9p3yce {
  position: relative;
  flex: 1 1;
}

.martin-7wjvrb .martin-9p3yce iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .martin-7wjvrb .martin-jbj968 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .martin-7wjvrb .martin-eclxks {
    order: 1;
  }
  .martin-7wjvrb .martin-pqmrjx {
    order: 3;
    flex: 1 1 100%;
  }
  .martin-7wjvrb .martin-2ei3zv {
    width: 100%;
    min-width: unset;
  }
  .martin-7wjvrb .martin-s2a56b {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .martin-qtlk66 > .martin-lgw1h3 {
    margin-bottom: 0;
  }
  .martin-qtlk66 > .martin-qma3j8,
  .martin-qtlk66 > p {
    margin-top: 0;
  }
}

.martin-ceggqs img,
.martin-q22inf img {
  width: auto;
  object-fit: contain;
}

.martin-ceggqs {
  align-items: center;
}

.martin-ceggqs img {
  max-height: 76px;
}

.martin-q22inf img {
  max-height: 64px;
}

.martin-86dgn0 {
  overflow: auto;
}

.martin-4rl9aj {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.martin-5uizkm:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.martin-vbhmng {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.martin-8h50l8 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.martin-vbhmng .martin-sx11jo {
  margin-right: 20px;
  flex-shrink: 0;
}

.martin-vbhmng img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.martin-iy1hfq {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.martin-iy1hfq > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .martin-vbhmng {
    padding: 15px 10px;
  }
  .martin-iy1hfq {
    padding: 15px 10px;
  }
  .martin-vbhmng .martin-sx11jo {
    margin-right: 10px;
  }
}

.martin-r7ys52 {
  overflow-x: auto;
}

.martin-001ibe {
  border-collapse: collapse;
  width: 100%;
}

.martin-r7ys52 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.martin-r7ys52 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.martin-r7ys52 td.martin-ltve02 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.martin-r7ys52 td.martin-qabvax {
  border-right: none;
}

.martin-r7ys52 td.martin-qabvax .martin-sx11jo {
  justify-content: flex-start;
}

.martin-r7ys52 td.martin-qabvax .martin-sx11jo img {
  height: auto;
  width: 90px;
}

.martin-r7ys52 td.martin-7p10k3,
.martin-r7ys52 td.martin-t0m9ee {
  font-weight: 600;
  text-align: right;
}

.martin-r7ys52 td.martin-abw456,
.martin-r7ys52 td.martin-7p10k3 {
  padding-bottom: 10px;
  border-bottom: none;
}

.martin-r7ys52 td.martin-7p10k3,
.martin-r7ys52 td.martin-t0m9ee {
  border-left: none;
}

.martin-r7ys52 td.martin-abw456,
.martin-r7ys52 td.martin-ph6tir {
  border-right: none;
}

.martin-r7ys52 td.martin-ph6tir,
.martin-r7ys52 td.martin-t0m9ee {
  border-top: none;
  padding-top: 10px;
}

.martin-xe0m1a {
  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;
}

.martin-xe0m1a .martin-axsen2 {
  min-width: unset;
  width: 100%;
}

.martin-xe0m1a .martin-axsen2.martin-fw2e22 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.martin-xe0m1a .martin-axsen2.martin-qmj9ly {
  grid-column: 2/3;
  grid-row: 1/2;
}

.martin-xe0m1a .martin-tsiju2 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .martin-xe0m1a {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .martin-xe0m1a .martin-axsen2.martin-fw2e22 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .martin-xe0m1a .martin-axsen2.martin-qmj9ly {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .martin-xe0m1a .martin-tsiju2 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.martin-4jpct7 {
  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;
}

.martin-stlaqf {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.martin-43bnlc p a img {
  margin: 0 auto;
  display: block;
}

.martin-43bnlc table {
  margin-bottom: 17px;
}

/* contanct form */
.martin-cnyh8n {
  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;
}

.martin-cnyh8n label {
  font-size: 14px;
}

.martin-cnyh8n h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.martin-cnyh8n input,
.martin-cnyh8n textarea,
.martin-cnyh8n 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;
}
.martin-cnyh8n button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.martin-et6bqd ease;
}
.martin-cnyh8n button:hover {
  background-color: #691204;
}
.martin-bcc7rt {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.martin-usqono ease-in;
}

.martin-bcc7rt 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;
}
.martin-k8xiek, .martin-8rmj8q, [class*="review-card"],
thead, thead th, table th, .martin-o1ljho,
.martin-lbc98u, [class*="collapsible-header"],
.martin-a0w30q, [class*="updated-block"] {
  color: #ece7dc !important;
}
