@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);
}

.payid-jhjy3l {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.payid-jri1b2 {
  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.payid-2yjgr8,
ul.payid-2yjgr8 {
  padding-left: 20px;
}

ul.payid-2yjgr8 {
  list-style: disc;
}

ol.payid-2yjgr8 {
  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;
  }
}

.payid-8htka1 > .payid-bmws3b,
.payid-8htka1 > .payid-jb5dvq,
.payid-8htka1 > blockquote,
.payid-8htka1 > h1,
.payid-8htka1 > h2,
.payid-8htka1 > h3,
.payid-8htka1 > h4,
.payid-8htka1 > h5,
.payid-8htka1 > h6,
.payid-8htka1 > ol,
.payid-8htka1 > p,
.payid-8htka1 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.payid-8htka1 > ol,
.payid-8htka1 > ul {
  padding-left: 50px;
}

.payid-8htka1 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;
}

.payid-8htka1:not(:last-child) {
  margin-bottom: 2rem;
}

.payid-8htka1 > :not(:first-child) {
  margin-top: 2rem;
}

.payid-8htka1 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.payid-8htka1:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .payid-8htka1:first-child {
    margin-top: 20px;
  }
}

.payid-8htka1 > p:last-of-type {
  margin-bottom: 32px;
}

.payid-8htka1 > .payid-qh36d7:not(:first-child) {
  margin: 64px auto 16px auto;
}

.payid-jynoyx > .payid-qh36d7 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.payid-jb5dvq {
  overflow: auto;
}

.payid-jb5dvq::-webkit-scrollbar {
  height: 5px;
}

.payid-jb5dvq table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.payid-jb5dvq table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.payid-jb5dvq table thead,
table thead {
  border-bottom: none;
}

.payid-jb5dvq table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.payid-jb5dvq table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.payid-jb5dvq table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.payid-jb5dvq .payid-r32k3z {
  table-layout: auto;
}

.payid-jb5dvq .payid-r32k3z th {
  word-break: normal;
}

.payid-jb5dvq .payid-r32k3z td {
  word-break: normal;
}

.payid-jhjy3l .payid-jhjy3l {
  padding-right: 0;
  padding-left: 0;
}

.payid-x8vf15 {
  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;
}

.payid-zw15rk {
  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;
}

.payid-vryiqv {
  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;
}

.payid-bmws3b {
  margin-top: 24px;
}

.payid-bmws3b.payid-byw1ax {
  text-align: left;
}

.payid-bmws3b.payid-rkjtbs {
  text-align: right;
}

.payid-bmws3b.payid-l2e5t4 {
  text-align: center;
}

.payid-1xx2bo {
  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.payid-60ab4o ease-in-out;
  cursor: pointer;
}

.payid-1xx2bo:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.payid-1xx2bo {
  min-width: 328px;
}

@media (max-width: 768px) {
  .payid-1xx2bo {
    min-width: unset;
  }
}

.payid-s6qde0 {
  background-color: var(--fh-bg-color);
}

.payid-bnbjl4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.payid-rc0jtz {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.payid-rc0jtz img {
  max-height: 80px;
  object-fit: contain;
}

.payid-3u8zas {
  flex: 1 1;
}

.payid-foenli {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.payid-rviatu {
  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;
}

.payid-rviatu 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;
}

.payid-rviatu.payid-ucv90m span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.payid-rviatu.payid-ucv90m span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.payid-rviatu.payid-ucv90m span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.payid-3u8zas + .payid-foenli {
  margin-left: 20px;
}

.payid-dut25r {
  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;
}

.payid-dut25r > svg {
  max-width: 24px;
  max-height: 24px;
}

.payid-dut25r + .payid-dut25r {
  margin-left: 5px;
}

.payid-xn06xr {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.payid-xn06xr:hover {
  background-color: var(--button-bg-hover);
}

.payid-xr0l8l {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.payid-60ab4o ease-in-out;
  border: 1px solid var(--border-color);
}

.payid-xr0l8l:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.payid-pzvpqg {
  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) {
  .payid-3u8zas {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .payid-pzvpqg {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .payid-3u8zas {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .payid-dut25r {
    min-width: unset;
    flex: 1 1;
  }
}

.payid-jfucfa {
  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;
}

.payid-jfucfa:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.payid-jfucfa:hover .payid-jsusqg {
  opacity: 1;
  pointer-events: auto;
}

.payid-8w41bp {
  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.payid-m4ll9b ease-in-out;
  gap: 4px;
}

.payid-8w41bp > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.payid-8w41bp .payid-x8vf15 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.payid-kor94u,
.payid-8w41bp:hover {
  color: var(--button-bg-hover);
}

.payid-qy2aa2 {
  position: relative;
}

.payid-qy2aa2 .payid-8w41bp {
  margin-right: 0;
  padding-right: 4px;
}

.payid-p1sdc4 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.payid-qy2aa2.payid-ucv90m .payid-p1sdc4 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.payid-qy2aa2.payid-ucv90m .payid-jsusqg {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.payid-qy2aa2.payid-ucv90m .payid-jsusqg::before {
  display: none;
}

.payid-p1sdc4 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.payid-jsusqg {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.payid-w3w66o 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.payid-jsusqg::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.payid-jsusqg:hover {
  color: var(--fh-bg-color);
}

.payid-9byrby {
  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.payid-w3w66o 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.payid-m4ll9b ease-in-out;
  -o-transition: 0.payid-m4ll9b ease-in-out;
  transition: 0.payid-m4ll9b ease-in-out;
}

.payid-9byrby .payid-x8vf15 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.payid-mi151u,
.payid-9byrby:hover {
  color: var(--button-bg-hover);
}

.payid-n3qzsd {
  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%;
}

.payid-n3qzsd.payid-6e5zge {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.payid-n3qzsd.payid-6e5zge:after,
.payid-n3qzsd.payid-6e5zge:before {
  content: "";
  position: absolute;
  margin: auto;
}

.payid-n3qzsd.payid-6e5zge: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);
  }
}

.payid-n3qzsd.payid-6e5zge:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.payid-n3qzsd.payid-6e5zge > * {
  z-index: 1;
}

.payid-n3qzsd b,
.payid-n3qzsd strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.payid-n3qzsd .payid-kzwy9m {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.payid-n3qzsd .payid-4yw1sw {
  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;
}

.payid-n3qzsd .payid-x8vf15 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.payid-n3qzsd .payid-86x99m {
  margin-top: 12px;
}

.payid-86x99m {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.payid-e1vmuo {
  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;
}

.payid-86x99m .payid-vjg39d {
  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.payid-60ab4o ease-in-out;
}

.payid-86x99m .payid-vjg39d:hover {
  background: rgba(255, 255, 255, 0.3);
}

.payid-ydyx10 {
  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;
}

.payid-n3qzsd.payid-lurugv {
  gap: 12px;
  padding: 16px;
}

.payid-n3qzsd.payid-lurugv .payid-ydyx10 {
  min-width: 240px;
}

.payid-n3qzsd.payid-lurugv .payid-ydyx10.payid-dzqfmj {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .payid-n3qzsd .payid-kzwy9m {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .payid-n3qzsd .payid-4yw1sw {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .payid-n3qzsd .payid-x8vf15 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .payid-n3qzsd.payid-lurugv .payid-x8vf15 {
    max-width: 126px;
  }
  .payid-n3qzsd .payid-86x99m {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .payid-n3qzsd .payid-e1vmuo {
    max-width: unset;
  }
  .payid-ydyx10 {
    min-width: unset;
    width: 100%;
  }
  .payid-n3qzsd .payid-ydyx10 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .payid-n3qzsd.payid-lurugv {
    grid-template-rows: auto 1fr auto;
  }
  .payid-n3qzsd.payid-lurugv .payid-ydyx10 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .payid-n3qzsd {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .payid-n3qzsd .payid-kzwy9m {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .payid-n3qzsd .payid-x8vf15 {
    max-width: 78px;
  }
  .payid-n3qzsd .payid-86x99m {
    margin-top: -12px;
  }
  .payid-n3qzsd.payid-lurugv {
    gap: 8px;
  }
  .payid-n3qzsd.payid-lurugv .payid-kzwy9m {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .payid-n3qzsd.payid-lurugv .payid-4yw1sw {
    grid-column: 1/3;
  }
  .payid-n3qzsd.payid-lurugv .payid-x8vf15 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .payid-n3qzsd.payid-lurugv .payid-x8vf15 img {
    max-width: 114px;
  }
}

.payid-ydyx10.payid-10g8z8,
.payid-ydyx10.payid-2ombsa,
.payid-ydyx10.payid-n1kq2a {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.payid-60ab4o ease-in-out;
}

.payid-ydyx10.payid-10g8z8,
.payid-ydyx10.payid-n1kq2a {
  padding: 10px;
}

.payid-ydyx10.payid-10g8z8:hover,
.payid-ydyx10.payid-2ombsa:hover,
.payid-ydyx10.payid-n1kq2a:hover {
  background: var(--button-bg-hover);
}

.payid-ydyx10.payid-10g8z8:hover svg path,
.payid-ydyx10.payid-n1kq2a:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.payid-ydyx10.payid-dzqfmj {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.payid-60ab4o ease-in-out;
  background: var(--button-bg-color);
}

.payid-ydyx10.payid-dzqfmj:hover {
  background-color: var(--button-bg-hover);
}

.payid-ydyx10.payid-2ombsa: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);
  }
}

.payid-ydyx10.payid-2ombsa:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.payid-ydyx10.payid-dzqfmj:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.payid-xvpmjw {
  max-width: 650px;
}

.payid-jnanud {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.payid-6l9uhv {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.payid-fv9lei {
  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.payid-m4ll9b ease-in-out;
  cursor: pointer;
}

.payid-fv9lei:hover {
  opacity: 0.5;
}

.payid-fv9lei:focus {
  outline: 0;
}

.payid-fv9lei:focus .payid-nhahdp,
.payid-fv9lei:hover .payid-nhahdp {
  fill: red;
  fill-opacity: 1;
}

.payid-fv9lei:hover {
  cursor: pointer;
}

.payid-le2pp9 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.payid-xvpmjw.payid-l2e5t4 {
  margin: 0 auto;
}

.payid-xvpmjw.payid-rkjtbs {
  margin-left: auto;
}

.payid-mq65g5 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.payid-jhqzpi {
  padding-bottom: 50px;
}

.payid-l2oob3 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.payid-ssz65h {
  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;
}

.payid-785hu6 {
  margin-top: 24px;
}

.payid-7b88g0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.payid-dk9ybq {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.payid-oowlqv {
  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;
}

.payid-5a4d5m {
  width: 468px;
}

.payid-oowlqv .payid-jsusqg {
  margin: 0.payid-7jbr3g 0;
}

.payid-7ivfr7 {
  display: flex;
  min-width: 224px;
}

.payid-sybn28 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.payid-m4ll9b ease-in-out;
}

.payid-meefma,
.payid-sybn28:hover {
  color: var(--text-color);
}

.payid-cwjoui {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.payid-3k9th6 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .payid-mq65g5 {
    padding: 16px;
  }
  .payid-cwjoui {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .payid-3k9th6 {
    align-items: center;
  }
  .payid-5a4d5m {
    width: unset;
  }
  .payid-7ivfr7 {
    min-width: unset;
  }
  .payid-oowlqv {
    max-height: unset;
  }
  .payid-l2oob3 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .payid-mq65g5 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.payid-eprtgm {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.payid-eprtgm:not(:last-child) {
  margin-bottom: 16px;
}

.payid-ynq2xd {
  outline: 0;
}

.payid-ynq2xd .payid-ufbv1c {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.payid-ztxnt5 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .payid-ztxnt5 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.payid-ztxnt5::-webkit-details-marker {
  display: none;
}

.payid-ztxnt5: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;
}

.payid-ztxnt5: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] .payid-ztxnt5:after {
  transform: unset;
}

.payid-ufbv1c {
  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);
}

.payid-ufbv1c 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.payid-m4ll9b ease-in-out;
  -o-transition: 0.payid-m4ll9b ease-in-out;
  transition: 0.payid-m4ll9b ease-in-out;
}

.payid-up3cxz {
  padding: 16px 0 0 0;
}

.payid-up3cxz * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .payid-up3cxz :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .payid-ztxnt5 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .payid-ztxnt5::after {
    margin-left: auto;
  }
  .payid-ufbv1c {
    order: 3;
    flex: 1 1 100%;
  }
  .payid-ztxnt5 {
    font-size: 14px;
    line-height: 130%;
  }
  .payid-ufbv1c svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.payid-pfv7kl {
  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;
}

.payid-td4nti {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.payid-pfv7kl.payid-ucv90m .payid-td4nti {
  margin-bottom: 12px;
}

.payid-td4nti::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;
}

.payid-pfv7kl.payid-ucv90m .payid-td4nti::after {
  transform: unset;
}

.payid-1gsrjy {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.payid-u91mwd {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.payid-m4ll9b ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.payid-u91mwd: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;
}

.payid-pfv7kl.payid-ucv90m .payid-1gsrjy {
  max-height: 100%;
}

.payid-g46qm3 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.payid-2z5c5q {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.payid-nyzlm6 {
  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;
}

.payid-17wr4l {
  margin-right: 4px;
}

.payid-zu7ymh {
  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.payid-m4ll9b ease-in-out;
}

.payid-zu7ymh svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.payid-3s5y7z,
.payid-zu7ymh:hover {
  color: var(--text-color);
}

.payid-4n1ix9 {
  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;
}

.payid-4n1ix9 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.payid-4n1ix9 .payid-fz64eg {
  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;
}

.payid-4n1ix9 .payid-86stlo {
  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;
}

.payid-h7e5mg {
  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;
}

.payid-qtdab1 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.payid-6yawv7 .payid-jhjy3l {
  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;
}

.payid-6yawv7 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.payid-amiyaw {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.payid-xccbw5 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.payid-ebjvqz {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.payid-aj1hlu 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;
}

.payid-ebjvqz:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.payid-alrpbv {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.payid-09jvbw {
  -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.payid-m4ll9b ease-in-out;
  transition: transform 0.payid-m4ll9b ease-in-out;
  -o-transition: transform 0.payid-m4ll9b ease-in-out;
  transition:
    transform 0.payid-m4ll9b ease-in-out,
    -webkit-transform 0.payid-m4ll9b ease-in-out;
  cursor: pointer;
}

.payid-09jvbw svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.payid-09jvbw: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;
}

.payid-st86bl {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .payid-st86bl {
    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);
}

.payid-50cjr0 {
  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;
}

.payid-k6kobv {
  position: relative;
  width: 100%;
}

.payid-50cjr0.payid-h5wxzo {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.payid-50cjr0.payid-l2e5t4 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.payid-50cjr0.payid-rkjtbs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.payid-qskwev {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.payid-4x3out {
  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.payid-m4ll9b ease-in-out;
  cursor: pointer;
}

.payid-4x3out:hover {
  opacity: 0.5;
}

.payid-50cjr0.payid-p3zd0h .payid-4x3out {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.payid-50cjr0.payid-p3zd0h .payid-qskwev {
  cursor: pointer;
}

.payid-ateckf {
  fill: #0009;
}

.payid-ayknp7 {
  fill: #fff;
}

.payid-4x3out:hover .payid-ateckf {
  fill: red;
}

.payid-4x3out svg path {
  -webkit-transition: 0.payid-m4ll9b ease-in-out;
  -o-transition: 0.payid-m4ll9b ease-in-out;
  transition: 0.payid-m4ll9b ease-in-out;
}

.payid-nsahso {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.payid-nsahso > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.payid-nsahso.payid-pm1o1n > :not(.get-image) {
  grid-column: 1/3;
}

.payid-qit882:not(._h1-block) .payid-nsahso > .payid-qh36d7 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.payid-nsahso.payid-pm1o1n .payid-nq1oj0 {
  grid-column: 2/3;
}

.payid-nsahso.payid-pm1o1n > .payid-x8vf15 {
  grid-column: 1/2;
}

.payid-nsahso.payid-pm1o1n > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.payid-nsahso > p:first-of-type {
  margin-top: 0;
}

.payid-nsahso .payid-x8vf15 {
  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;
}

.payid-qit882:not(._h1-block) .payid-qh36d7 ~ .payid-x8vf15 {
  grid-row: 2/10;
}

.payid-qit882.payid-2a91fu .payid-qh36d7 ~ .payid-x8vf15 {
  grid-row: 1/10;
}

.payid-qit882.payid-2a91fu > .payid-qh36d7 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.payid-qit882.payid-2a91fu .payid-x8vf15 {
  grid-row: 1/10;
}

.payid-nsahso.payid-mx3cvs .payid-x8vf15 {
  align-items: flex-start;
}

.payid-nsahso.payid-l2e5t4 .payid-nq1oj0 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.payid-nsahso.payid-l2e5t4 .payid-x8vf15 {
  align-items: center;
}

.payid-nsahso.payid-hc2ez2 .payid-x8vf15 {
  align-items: flex-end;
}

.payid-nq1oj0 > :first-child {
  margin-top: 0;
}

.payid-nq1oj0 > :last-child {
  margin-bottom: 0;
}

* + .payid-ejword,
.payid-qit882 + .payid-qit882 {
  margin-top: 2rem;
}

.payid-p66ain td::before,
.payid-p66ain th::after {
  display: none !important;
}

.payid-p66ain #link-selector {
  color: #000;
}

.payid-p66ain .payid-hb7fw8 {
  color: #135e96;
}

.payid-p66ain .payid-4pqhae *,
.payid-p66ain .payid-73te0j p,
.payid-p66ain .payid-p2etlu * {
  color: #000;
}

.payid-p66ain .payid-93t5pw {
  background: 0 0 !important;
}

.payid-p66ain .payid-4qjcue {
  color: #000;
}

.payid-p66ain .payid-l48rgn.payid-pcca74 {
  color: #fff;
}

.payid-p66ain .payid-ll3ogi {
  color: #000;
}

.payid-p66ain
  .payid-imjow1
  .payid-c77891.payid-pcca74.payid-zmmw3p {
  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;
}

.payid-4lk23w,
body .payid-nc99x7 {
  color: #000;
  background: var(--color-body) !important;
}

.payid-4lk23w .payid-xzbouy .payid-0bpg6g,
body .payid-nc99x7 .payid-xzbouy .payid-0bpg6g {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .payid-u91mwd:focus,
  .payid-u91mwd:hover {
    color: #f9cb16;
  }
  .payid-ab6v4j:focus,
  .payid-ab6v4j:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .payid-psgqcz:focus img,
  .payid-psgqcz:focus svg,
  .payid-psgqcz:hover img,
  .payid-psgqcz:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .payid-4n1ix9 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .payid-qy2aa2:hover .payid-p1sdc4 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .payid-p1sdc4 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .payid-vr6uux {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .payid-g7bnaf {
    grid-template-columns: repeat(4, 1fr);
  }
  .payid-34knnm {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .payid-ovje79 .payid-1zslvj {
    grid-template-columns: 1fr;
  }
  .payid-ovje79 .payid-jf86x6 {
    -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;
  }
  .payid-ovje79 .payid-g7h42q {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .payid-ovje79 .payid-ksa32d {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .payid-ovje79 .payid-lhrnxl {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .payid-ovje79 .payid-g7h42q:not(:first-child) {
    border: none;
  }
  .payid-ovje79 .payid-g7h42q:first-child .payid-ksa32d {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .payid-ovje79 .payid-g7h42q:last-child .payid-ksa32d {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .payid-bnbjl4 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .payid-rc0jtz {
    max-width: 100px;
  }
  .payid-3u8zas {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .payid-foenli {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .payid-foenli svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .payid-rviatu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .payid-3u8zas + .payid-foenli {
    margin-left: auto;
  }
  .payid-1n263i {
    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;
  }
  .payid-1n263i.payid-ucv90m {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .payid-pzvpqg {
    -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;
  }
  .payid-jfucfa {
    width: 100%;
  }
  .payid-jfucfa:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .payid-8w41bp {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .payid-8w41bp svg {
    margin-right: 4px;
  }
  .payid-qy2aa2 {
    -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;
  }
  .payid-p1sdc4 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .payid-p1sdc4 {
    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;
  }
  .payid-jsusqg {
    display: none;
    width: 100%;
  }
  .payid-qy2aa2.payid-ucv90m .payid-jsusqg {
    padding: 0 0 0 48px;
  }
  .payid-9byrby {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .payid-ssz65h .payid-x8vf15 {
    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;
  }
  .payid-zhjv1b {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .payid-zhjv1b + .payid-zhjv1b {
    margin-right: 0;
  }
  .payid-zhjv1b + .payid-x8vf15 {
    margin: 0;
  }
  .payid-vr6uux {
    grid-template-columns: repeat(4, 1fr);
  }
  .payid-g7bnaf {
    grid-template-columns: repeat(3, 1fr);
  }
  .payid-i7hjga,
  .payid-hyednf {
    grid-template-columns: repeat(2, 1fr);
  }
  .payid-nsahso {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .payid-nsahso.payid-pm1o1n .payid-nq1oj0 {
    grid-column: auto;
    grid-row: auto;
  }
  .payid-nsahso > .payid-qh36d7 {
    grid-column: 1/2;
  }
  .payid-nsahso.payid-pm1o1n > :not(.get-image) {
    grid-column: 1/2;
  }
  .payid-nsahso .payid-x8vf15,
  .payid-nsahso.payid-pm1o1n > .payid-x8vf15 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .payid-nsahso.payid-pm1o1n > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .payid-qit882.payid-2a91fu .payid-nsahso > .payid-x8vf15 {
    grid-row: 1/2;
  }
  .payid-nsahso .payid-qh36d7 ~ .payid-x8vf15,
  .payid-nsahso.payid-pm1o1n .payid-qh36d7 ~ .payid-x8vf15 {
    grid-row: 2/3;
  }
  .payid-qit882.payid-2a91fu .payid-qh36d7 ~ .payid-x8vf15 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .payid-8htka1:first-child .payid-cu53mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .payid-8htka1:first-child .payid-cu53mv h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .payid-8htka1 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .payid-8htka1 {
    padding: 0;
  }
  .payid-bmws3b {
    margin-top: 1rem;
  }
  .payid-ynq2xd {
    border-radius: 5px;
  }
  .payid-cgnjwo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .payid-td4nti::after {
    display: inline-block;
  }
  .payid-td4nti {
    margin: 0;
    width: 100%;
  }
  .payid-1gsrjy {
    width: 100%;
  }
  .payid-1gsrjy.payid-bungpt {
    -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%;
  }
  .payid-1gsrjy.payid-bungpt .payid-l9x6ho {
    width: 100%;
  }
  .payid-1gsrjy.payid-bungpt .payid-l9x6ho:not(:last-child) {
    margin-right: 0;
  }
  .payid-u91mwd {
    width: 100%;
    text-align: center;
  }
  .payid-pfv7kl.payid-ucv90m .payid-1gsrjy {
    margin-top: 1rem;
  }
  .payid-vr6uux {
    grid-template-columns: repeat(3, 1fr);
  }
  .payid-34knnm,
  .payid-g7bnaf {
    grid-template-columns: repeat(2, 1fr);
  }
  .payid-i7hjga,
  .payid-hyednf,
  .payid-q76u6k {
    grid-template-columns: 1fr;
  }
  .payid-hashth {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .payid-ptoiu1 {
    min-width: 300px;
    max-width: 325px;
  }
  .payid-ksa32d {
    cursor: auto;
  }
  .payid-szo760 .payid-ksa32d {
    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;
  }
  .payid-st86bl {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .payid-jsusqg {
    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) {
  .payid-st86bl {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.payid-zhjv1b p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .payid-foenli {
    margin: 0 -0.2rem;
  }
  .payid-zhjv1b {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .payid-r93w22 {
    -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;
  }
  .payid-81vwks {
    max-width: 100%;
  }
  .payid-vr6uux {
    grid-template-columns: repeat(2, 1fr);
  }
  .payid-34knnm,
  .payid-g7bnaf {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .payid-bnbjl4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .payid-foenli {
    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;
  }
  .payid-s6qde0 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .payid-dut25r {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .payid-476nkj,
  .payid-i9j6v3 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .payid-1xx2bo {
    width: 100%;
  }
  .payid-vr6uux {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .payid-st86bl {
    top: 127px !important;
  }
}

.payid-izncf5 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .payid-izncf5 {
  }
}

@media (max-width: 767px) {
  .payid-izncf5 {
    margin-bottom: 12px;
  }
}

.payid-izncf5 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.payid-q99wa0 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.payid-q99wa0 > .payid-rldt92 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .payid-q99wa0 {
    flex-direction: column;
    gap: 12px;
  }
}

.payid-wqquxb {
  display: flex;
}

.payid-wqquxb .payid-18tif0 {
  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;
}

.payid-wqquxb .payid-6wvv5z {
  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;
}

.payid-wqquxb .payid-16o3t5 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.payid-wqquxb .payid-2bhu2v {
  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));
  }
}

.payid-wqquxb .payid-2bhu2v:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.payid-wqquxb .payid-2fnqqp {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.payid-leo6mq {
  border: unset;
  background-color: unset;
}

.payid-leo6mq tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.payid-leo6mq .payid-5vs0so,
.payid-leo6mq .payid-p2nv1t {
  flex: 0 1 330px;
}

.payid-leo6mq .payid-cri7f9 {
  flex: 1 1;
}

.payid-leo6mq tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.payid-leo6mq tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.payid-leo6mq tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.payid-leo6mq tr td p {
  color: #fff;
  margin: 0;
}

.payid-leo6mq tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.payid-leo6mq tr.payid-5vs0so td p {
  padding: 16px 0;
}

.payid-leo6mq tr.payid-5vs0so td p:not(:last-child),
.payid-leo6mq tr.payid-p2nv1t td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.payid-leo6mq tr.payid-5vs0so td p:first-child,
.payid-leo6mq tr.payid-p2nv1t td p:first-child {
  padding-top: 0;
}

.payid-leo6mq tr.payid-p2nv1t td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.payid-leo6mq tr.payid-p2nv1t td p:last-child {
  padding-bottom: 0;
}

.payid-leo6mq .payid-p2nv1t img {
  max-width: 32px;
}

.payid-leo6mq .payid-cri7f9 {
  min-width: 718px;
}

.payid-leo6mq .payid-cri7f9 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.payid-leo6mq .payid-cri7f9 td {
  display: flex;
}

.payid-leo6mq .payid-cri7f9 td:last-child .payid-5814mc,
.payid-leo6mq .payid-cri7f9 td:last-child .payid-upxvtt,
.payid-leo6mq .payid-cri7f9 td:last-child .payid-y2mhm2 {
  flex: 1 1 50%;
}

.payid-leo6mq .payid-cri7f9 td:last-child .payid-scw97r {
  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;
}

.payid-leo6mq .payid-cri7f9 td:last-child .payid-aoqejx,
.payid-leo6mq .payid-cri7f9 td:last-child .payid-7ghhrh {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.payid-leo6mq .payid-cri7f9 td:last-child .payid-5814mc,
.payid-leo6mq .payid-cri7f9 td:last-child .payid-upxvtt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.payid-leo6mq .payid-cri7f9 td:last-child .payid-5814mc span,
.payid-leo6mq .payid-cri7f9 td:last-child .payid-upxvtt span {
  font-weight: 800;
}

.payid-leo6mq .payid-cri7f9 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .payid-leo6mq .payid-cri7f9 td .payid-y2mhm2:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .payid-leo6mq tr.payid-5vs0so td p:last-child {
    padding-bottom: 0;
  }
  .payid-leo6mq .payid-p2nv1t > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .payid-leo6mq .payid-p2nv1t > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .payid-leo6mq tr.payid-5vs0so td p:not(:last-child),
  .payid-leo6mq tr.payid-p2nv1t td p:not(:last-child) {
    border-bottom: unset;
  }
  .payid-leo6mq tr.payid-p2nv1t td p:last-child {
    padding-bottom: 12px;
  }
  .payid-leo6mq .payid-cri7f9 td:last-child .payid-5814mc,
  .payid-leo6mq .payid-cri7f9 td:last-child .payid-upxvtt,
  .payid-leo6mq .payid-cri7f9 td:last-child .payid-y2mhm2 {
    flex: 1 1 50%;
    padding: 0;
  }
  .payid-leo6mq .payid-cri7f9 td:last-child .payid-5814mc,
  .payid-leo6mq .payid-cri7f9 td:last-child .payid-upxvtt {
    margin-top: 16px;
  }
  .payid-leo6mq .payid-cri7f9 td:last-child .payid-y2mhm2 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .payid-leo6mq .payid-cri7f9 td:last-child .payid-5814mc {
    border-right: 1px solid var(--border-color);
  }
  .payid-leo6mq .payid-cri7f9 td:last-child .payid-y2mhm2:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .payid-leo6mq .payid-cri7f9 td:last-child .payid-y2mhm2:last-child {
    padding-bottom: 0;
  }
}

.payid-y2mhm2 {
  display: flex;
  flex-direction: column;
}

.payid-leo6mq .payid-cri7f9 td .payid-y2mhm2 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.payid-leo6mq .payid-cri7f9 td .payid-y2mhm2:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.payid-leo6mq .payid-cri7f9 td .payid-y2mhm2:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .payid-leo6mq .payid-cri7f9 td .payid-y2mhm2:not(:first-child) {
    padding-left: 0;
  }
  .payid-leo6mq .payid-cri7f9 td .payid-y2mhm2:not(:last-of-type) {
    border-right: unset;
  }
}

.payid-leo6mq .payid-ev9zy5 {
  flex: 0 1 485px;
}

.payid-leo6mq .payid-gkbx11 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.payid-leo6mq .payid-gkbx11 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.payid-leo6mq .payid-gkbx11 li.payid-p6feos {
  padding: 6px 12px;
}

.payid-leo6mq .payid-gkbx11 li a,
.payid-leo6mq .payid-gkbx11 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;
}

.payid-leo6mq .payid-cm9dxh,
.payid-leo6mq .payid-k6v401 {
  flex: 1 1;
}

.payid-leo6mq .payid-ak4yl1,
.payid-leo6mq .payid-0h28hv {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.payid-leo6mq .payid-ak4yl1 li,
.payid-leo6mq .payid-0h28hv li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.payid-leo6mq .payid-k6v401 img {
  max-width: 32px;
}

.payid-leo6mq .payid-cm9dxh img {
  max-width: 32px;
}

.payid-leo6mq .payid-86z3wj {
  min-width: 280px;
}

.payid-leo6mq .payid-86z3wj img {
  max-width: 146px;
}

.payid-leo6mq .payid-86z3wj td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .payid-leo6mq .payid-5vs0so,
  .payid-leo6mq .payid-p2nv1t {
    flex: 0 1 auto;
  }
  .payid-leo6mq .payid-cri7f9 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .payid-leo6mq .payid-5vs0so,
  .payid-leo6mq .payid-ev9zy5,
  .payid-leo6mq .payid-p2nv1t,
  .payid-leo6mq .payid-cri7f9 {
    flex: 1 1 calc(50% - 20px);
  }
  .payid-leo6mq .payid-cm9dxh,
  .payid-leo6mq .payid-86z3wj,
  .payid-leo6mq .payid-k6v401 {
    flex: 1 1 30%;
  }
  .payid-leo6mq .payid-86z3wj {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .payid-leo6mq .payid-5vs0so,
  .payid-leo6mq .payid-ev9zy5,
  .payid-leo6mq .payid-cm9dxh,
  .payid-leo6mq .payid-p2nv1t,
  .payid-leo6mq .payid-cri7f9,
  .payid-leo6mq .payid-86z3wj,
  .payid-leo6mq .payid-k6v401 {
    flex: 1 1 100%;
  }
}

.payid-zah04w .payid-nkzgnz {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.payid-zah04w .payid-mqmkt3 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.payid-zah04w .payid-pz8tmf {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.payid-zah04w .payid-y8rwkd {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.payid-zah04w .payid-y8rwkd > :nth-child(3) {
  margin-top: 0;
}

.payid-zah04w .payid-x8vf15 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.payid-zah04w .payid-grvijr {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.payid-zah04w .payid-bmws3b {
  grid-column: 1/2;
}

.payid-zah04w > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.payid-zah04w .payid-mqmkt3: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;
}

.payid-zah04w .payid-mqmkt3:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.payid-zah04w .payid-1xx2bo {
  min-width: 240px;
}

@media (max-width: 768px) {
  .payid-zah04w .payid-mqmkt3:not(:last-child):before {
    bottom: 8px;
  }
  .payid-zah04w .payid-mqmkt3:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .payid-zah04w .payid-y8rwkd {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .payid-zah04w .payid-x8vf15 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .payid-zah04w .payid-x8vf15 img {
    width: 100%;
    height: auto;
  }
  .payid-zah04w .payid-1xx2bo {
    width: 100%;
    min-width: unset;
  }
}

.payid-wxswlw .payid-h0b6t7 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.payid-wxswlw .payid-3ihr7f {
  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;
}

.payid-wxswlw .payid-x8vf15 {
  height: 100%;
}

.payid-wxswlw .payid-x8vf15 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.payid-wxswlw .payid-fkk2zt {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.payid-wxswlw .payid-94ev3c {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.payid-wxswlw .payid-y8lhhs {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .payid-wxswlw .payid-3ihr7f {
    flex: 1 1 100%;
  }
  .payid-wxswlw .payid-ydyx10 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .payid-wxswlw .payid-3ihr7f {
    flex-direction: column;
  }
  .payid-wxswlw .payid-x8vf15 {
    width: 100%;
    height: auto;
  }
  .payid-wxswlw .payid-x8vf15 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .payid-wxswlw .payid-fkk2zt {
    padding: 0 16px 16px 16px;
  }
  .payid-wxswlw .payid-ydyx10 {
    min-width: unset;
    width: 100%;
  }
}

.payid-qs3h9a .payid-gtih53 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.payid-qs3h9a .payid-gh4l4z {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.payid-qs3h9a 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;
}

.payid-qs3h9a .payid-5kxvjs {
  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;
}

.payid-qs3h9a .payid-gh4l4z:hover .payid-5kxvjs {
  display: flex;
}

.payid-qs3h9a .payid-zmvcy2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.payid-qs3h9a .payid-8fkqpz {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.payid-qunbo5 {
  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;
}

.payid-qunbo5.payid-gdbb07 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.payid-60ab4o ease-in-out;
}

.payid-qunbo5.payid-gdbb07:hover {
  color: #f9cb16;
  background-color: transparent;
}

.payid-qs3h9a .payid-s699dc {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.payid-60ab4o ease-in-out;
}

.payid-qs3h9a .payid-s699dc:hover {
  color: #196948;
  background-color: #f9cb16;
}

.payid-qs3h9a .payid-s699dc:after,
.payid-qunbo5.payid-gdbb07:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.payid-qunbo5.payid-gdbb07:after {
  background-image: url(../images/Cash.svg);
}

.payid-qs3h9a .payid-s699dc:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .payid-qs3h9a .payid-gtih53 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .payid-qs3h9a .payid-gtih53 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .payid-qs3h9a .payid-gtih53 {
    grid-template-columns: 1fr;
  }
  .payid-qs3h9a .payid-gh4l4z {
    height: auto;
  }
  .payid-qs3h9a .payid-gh4l4z .payid-5kxvjs {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .payid-qs3h9a .payid-zmvcy2,
  .payid-qs3h9a .payid-8fkqpz {
    text-align: left;
  }
  .payid-qs3h9a .payid-8fkqpz {
    margin-bottom: 8px;
  }
  .payid-qs3h9a img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.payid-4zo2y9 {
  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;
}

.payid-4zo2y9.payid-p3zd0h {
  display: block;
}

.payid-4zo2y9 .payid-gs5jtx {
  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;
}

.payid-4zo2y9 .payid-uk8ejw {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.payid-4zo2y9 .payid-7dlrk8 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.payid-4zo2y9 .payid-fd2a4m {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.payid-4zo2y9 .payid-qunbo5 {
  min-width: 296px;
  margin-bottom: 0;
}

.payid-4zo2y9 .payid-oyf1f9 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.payid-4zo2y9 .payid-cn3jj8 {
  position: relative;
  flex: 1 1;
}

.payid-4zo2y9 .payid-cn3jj8 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .payid-4zo2y9 .payid-uk8ejw {
    flex-wrap: wrap;
    gap: 8px;
  }
  .payid-4zo2y9 .payid-7dlrk8 {
    order: 1;
  }
  .payid-4zo2y9 .payid-fd2a4m {
    order: 3;
    flex: 1 1 100%;
  }
  .payid-4zo2y9 .payid-qunbo5 {
    width: 100%;
    min-width: unset;
  }
  .payid-4zo2y9 .payid-oyf1f9 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .payid-nsahso > .payid-qh36d7 {
    margin-bottom: 0;
  }
  .payid-nsahso > .payid-bmws3b,
  .payid-nsahso > p {
    margin-top: 0;
  }
}

.payid-j1m7c8 img,
.payid-zhjv1b img {
  width: auto;
  object-fit: contain;
}

.payid-j1m7c8 {
  align-items: center;
}

.payid-j1m7c8 img {
  max-height: 76px;
}

.payid-zhjv1b img {
  max-height: 64px;
}

.payid-l7bbgg {
  overflow: auto;
}

.payid-403yex {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.payid-qlspol:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.payid-g8ejej {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.payid-5dphq9 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.payid-g8ejej .payid-x8vf15 {
  margin-right: 20px;
  flex-shrink: 0;
}

.payid-g8ejej img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.payid-tpr7li {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.payid-tpr7li > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .payid-g8ejej {
    padding: 15px 10px;
  }
  .payid-tpr7li {
    padding: 15px 10px;
  }
  .payid-g8ejej .payid-x8vf15 {
    margin-right: 10px;
  }
}

.payid-kz7msf {
  overflow-x: auto;
}

.payid-cp0nuw {
  border-collapse: collapse;
  width: 100%;
}

.payid-kz7msf th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.payid-kz7msf td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.payid-kz7msf td.payid-9itcm2 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.payid-kz7msf td.payid-ojo6mq {
  border-right: none;
}

.payid-kz7msf td.payid-ojo6mq .payid-x8vf15 {
  justify-content: flex-start;
}

.payid-kz7msf td.payid-ojo6mq .payid-x8vf15 img {
  height: auto;
  width: 90px;
}

.payid-kz7msf td.payid-2peks0,
.payid-kz7msf td.payid-e6ii03 {
  font-weight: 600;
  text-align: right;
}

.payid-kz7msf td.payid-95kq6y,
.payid-kz7msf td.payid-2peks0 {
  padding-bottom: 10px;
  border-bottom: none;
}

.payid-kz7msf td.payid-2peks0,
.payid-kz7msf td.payid-e6ii03 {
  border-left: none;
}

.payid-kz7msf td.payid-95kq6y,
.payid-kz7msf td.payid-w5ny55 {
  border-right: none;
}

.payid-kz7msf td.payid-w5ny55,
.payid-kz7msf td.payid-e6ii03 {
  border-top: none;
  padding-top: 10px;
}

.payid-82h6pz {
  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;
}

.payid-82h6pz .payid-ydyx10 {
  min-width: unset;
  width: 100%;
}

.payid-82h6pz .payid-ydyx10.payid-10g8z8 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.payid-82h6pz .payid-ydyx10.payid-n1kq2a {
  grid-column: 2/3;
  grid-row: 1/2;
}

.payid-82h6pz .payid-k0hqmo {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .payid-82h6pz {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .payid-82h6pz .payid-ydyx10.payid-10g8z8 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .payid-82h6pz .payid-ydyx10.payid-n1kq2a {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .payid-82h6pz .payid-k0hqmo {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.payid-lpxtx8 {
  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;
}

.payid-9m8lns {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.payid-jynoyx p a img {
  margin: 0 auto;
  display: block;
}

.payid-jynoyx table {
  margin-bottom: 17px;
}

/* contanct form */
.payid-1qm2w9 {
  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;
}

.payid-1qm2w9 label {
  font-size: 14px;
}

.payid-1qm2w9 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.payid-1qm2w9 input,
.payid-1qm2w9 textarea,
.payid-1qm2w9 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;
}
.payid-1qm2w9 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.payid-60ab4o ease;
}
.payid-1qm2w9 button:hover {
  background-color: #691204;
}
.payid-19pj1o {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.payid-lvhmxi ease-in;
}

.payid-19pj1o 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;
}
.payid-zhy6li, .payid-me3qar, [class*="review-card"],
thead, thead th, table th, .payid-4eq13u,
.payid-05hqxh, [class*="collapsible-header"],
.payid-8cc0u3, [class*="updated-block"] {
  color: #ece7dc !important;
}
