@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-yqmxq6 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.payid-6n6br1 {
  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-0hoj9q,
ul.payid-0hoj9q {
  padding-left: 20px;
}

ul.payid-0hoj9q {
  list-style: disc;
}

ol.payid-0hoj9q {
  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-mxd1pq > .payid-clg3wq,
.payid-mxd1pq > .payid-p4a16w,
.payid-mxd1pq > blockquote,
.payid-mxd1pq > h1,
.payid-mxd1pq > h2,
.payid-mxd1pq > h3,
.payid-mxd1pq > h4,
.payid-mxd1pq > h5,
.payid-mxd1pq > h6,
.payid-mxd1pq > ol,
.payid-mxd1pq > p,
.payid-mxd1pq > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.payid-mxd1pq > ol,
.payid-mxd1pq > ul {
  padding-left: 50px;
}

.payid-mxd1pq 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-mxd1pq:not(:last-child) {
  margin-bottom: 2rem;
}

.payid-mxd1pq > :not(:first-child) {
  margin-top: 2rem;
}

.payid-mxd1pq {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.payid-mxd1pq:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .payid-mxd1pq:first-child {
    margin-top: 20px;
  }
}

.payid-mxd1pq > p:last-of-type {
  margin-bottom: 32px;
}

.payid-mxd1pq > .payid-4kb8oz:not(:first-child) {
  margin: 64px auto 16px auto;
}

.payid-2g58ux > .payid-4kb8oz {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.payid-p4a16w {
  overflow: auto;
}

.payid-p4a16w::-webkit-scrollbar {
  height: 5px;
}

.payid-p4a16w table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.payid-p4a16w table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.payid-p4a16w table thead,
table thead {
  border-bottom: none;
}

.payid-p4a16w table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.payid-p4a16w table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.payid-p4a16w table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.payid-p4a16w .payid-tb0lle {
  table-layout: auto;
}

.payid-p4a16w .payid-tb0lle th {
  word-break: normal;
}

.payid-p4a16w .payid-tb0lle td {
  word-break: normal;
}

.payid-yqmxq6 .payid-yqmxq6 {
  padding-right: 0;
  padding-left: 0;
}

.payid-442hjb {
  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-f3qfx6 {
  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-3ng4tu {
  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-clg3wq {
  margin-top: 24px;
}

.payid-clg3wq.payid-skwqqb {
  text-align: left;
}

.payid-clg3wq.payid-6bk18j {
  text-align: right;
}

.payid-clg3wq.payid-nogro1 {
  text-align: center;
}

.payid-18a5ha {
  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-pl6u8r ease-in-out;
  cursor: pointer;
}

.payid-18a5ha:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.payid-18a5ha {
  min-width: 328px;
}

@media (max-width: 768px) {
  .payid-18a5ha {
    min-width: unset;
  }
}

.payid-blan1f {
  background-color: var(--fh-bg-color);
}

.payid-hkdv01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.payid-xj85zl {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.payid-xj85zl img {
  max-height: 80px;
  object-fit: contain;
}

.payid-a02a6v {
  flex: 1 1;
}

.payid-abqvef {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.payid-te5pcl {
  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-te5pcl 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-te5pcl.payid-3o2ybe span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.payid-te5pcl.payid-3o2ybe span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.payid-te5pcl.payid-3o2ybe span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.payid-a02a6v + .payid-abqvef {
  margin-left: 20px;
}

.payid-sfmy70 {
  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-sfmy70 > svg {
  max-width: 24px;
  max-height: 24px;
}

.payid-sfmy70 + .payid-sfmy70 {
  margin-left: 5px;
}

.payid-7jh7yx {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.payid-7jh7yx:hover {
  background-color: var(--button-bg-hover);
}

.payid-z1appt {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.payid-pl6u8r ease-in-out;
  border: 1px solid var(--border-color);
}

.payid-z1appt:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.payid-e0pyur {
  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-a02a6v {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .payid-e0pyur {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .payid-a02a6v {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .payid-sfmy70 {
    min-width: unset;
    flex: 1 1;
  }
}

.payid-6936u6 {
  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-6936u6:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.payid-6936u6:hover .payid-kscz4w {
  opacity: 1;
  pointer-events: auto;
}

.payid-2iwfcy {
  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-8hy7u4 ease-in-out;
  gap: 4px;
}

.payid-2iwfcy > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.payid-2iwfcy .payid-442hjb img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.payid-07b5tl,
.payid-2iwfcy:hover {
  color: var(--button-bg-hover);
}

.payid-bldrit {
  position: relative;
}

.payid-bldrit .payid-2iwfcy {
  margin-right: 0;
  padding-right: 4px;
}

.payid-y6j31t svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.payid-bldrit.payid-3o2ybe .payid-y6j31t svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.payid-bldrit.payid-3o2ybe .payid-kscz4w {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.payid-bldrit.payid-3o2ybe .payid-kscz4w::before {
  display: none;
}

.payid-y6j31t svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.payid-kscz4w {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.payid-746gh5 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.payid-kscz4w::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.payid-kscz4w:hover {
  color: var(--fh-bg-color);
}

.payid-uwjg7o {
  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-746gh5 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.payid-8hy7u4 ease-in-out;
  -o-transition: 0.payid-8hy7u4 ease-in-out;
  transition: 0.payid-8hy7u4 ease-in-out;
}

.payid-uwjg7o .payid-442hjb img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.payid-k79kjn,
.payid-uwjg7o:hover {
  color: var(--button-bg-hover);
}

.payid-aka97x {
  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-aka97x.payid-zmxblf {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.payid-aka97x.payid-zmxblf:after,
.payid-aka97x.payid-zmxblf:before {
  content: "";
  position: absolute;
  margin: auto;
}

.payid-aka97x.payid-zmxblf: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-aka97x.payid-zmxblf:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.payid-aka97x.payid-zmxblf > * {
  z-index: 1;
}

.payid-aka97x b,
.payid-aka97x strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.payid-aka97x .payid-fbvngl {
  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-aka97x .payid-6u7gid {
  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-aka97x .payid-442hjb {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.payid-aka97x .payid-55uwk9 {
  margin-top: 12px;
}

.payid-55uwk9 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.payid-i9xm5j {
  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-55uwk9 .payid-gl2nbl {
  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-pl6u8r ease-in-out;
}

.payid-55uwk9 .payid-gl2nbl:hover {
  background: rgba(255, 255, 255, 0.3);
}

.payid-gcf5jl {
  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-aka97x.payid-h2xvdx {
  gap: 12px;
  padding: 16px;
}

.payid-aka97x.payid-h2xvdx .payid-gcf5jl {
  min-width: 240px;
}

.payid-aka97x.payid-h2xvdx .payid-gcf5jl.payid-1dqum5 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .payid-aka97x .payid-fbvngl {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .payid-aka97x .payid-6u7gid {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .payid-aka97x .payid-442hjb {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .payid-aka97x.payid-h2xvdx .payid-442hjb {
    max-width: 126px;
  }
  .payid-aka97x .payid-55uwk9 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .payid-aka97x .payid-i9xm5j {
    max-width: unset;
  }
  .payid-gcf5jl {
    min-width: unset;
    width: 100%;
  }
  .payid-aka97x .payid-gcf5jl {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .payid-aka97x.payid-h2xvdx {
    grid-template-rows: auto 1fr auto;
  }
  .payid-aka97x.payid-h2xvdx .payid-gcf5jl {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .payid-aka97x {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .payid-aka97x .payid-fbvngl {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .payid-aka97x .payid-442hjb {
    max-width: 78px;
  }
  .payid-aka97x .payid-55uwk9 {
    margin-top: -12px;
  }
  .payid-aka97x.payid-h2xvdx {
    gap: 8px;
  }
  .payid-aka97x.payid-h2xvdx .payid-fbvngl {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .payid-aka97x.payid-h2xvdx .payid-6u7gid {
    grid-column: 1/3;
  }
  .payid-aka97x.payid-h2xvdx .payid-442hjb {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .payid-aka97x.payid-h2xvdx .payid-442hjb img {
    max-width: 114px;
  }
}

.payid-gcf5jl.payid-om4fzz,
.payid-gcf5jl.payid-zm1oy6,
.payid-gcf5jl.payid-hli5ce {
  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-pl6u8r ease-in-out;
}

.payid-gcf5jl.payid-om4fzz,
.payid-gcf5jl.payid-hli5ce {
  padding: 10px;
}

.payid-gcf5jl.payid-om4fzz:hover,
.payid-gcf5jl.payid-zm1oy6:hover,
.payid-gcf5jl.payid-hli5ce:hover {
  background: var(--button-bg-hover);
}

.payid-gcf5jl.payid-om4fzz:hover svg path,
.payid-gcf5jl.payid-hli5ce:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.payid-gcf5jl.payid-1dqum5 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.payid-pl6u8r ease-in-out;
  background: var(--button-bg-color);
}

.payid-gcf5jl.payid-1dqum5:hover {
  background-color: var(--button-bg-hover);
}

.payid-gcf5jl.payid-zm1oy6: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-gcf5jl.payid-zm1oy6:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.payid-gcf5jl.payid-1dqum5:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.payid-gsgvwc {
  max-width: 650px;
}

.payid-g74uh9 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.payid-azk0gb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.payid-njmdwv {
  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-8hy7u4 ease-in-out;
  cursor: pointer;
}

.payid-njmdwv:hover {
  opacity: 0.5;
}

.payid-njmdwv:focus {
  outline: 0;
}

.payid-njmdwv:focus .payid-qfk7se,
.payid-njmdwv:hover .payid-qfk7se {
  fill: red;
  fill-opacity: 1;
}

.payid-njmdwv:hover {
  cursor: pointer;
}

.payid-4im356 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.payid-gsgvwc.payid-nogro1 {
  margin: 0 auto;
}

.payid-gsgvwc.payid-6bk18j {
  margin-left: auto;
}

.payid-52vi15 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.payid-fvgdw9 {
  padding-bottom: 50px;
}

.payid-h0lgyx {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.payid-3agdek {
  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-yu7oy6 {
  margin-top: 24px;
}

.payid-2vf2j2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.payid-6o4gg9 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.payid-jsoaww {
  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-2wxvsk {
  width: 468px;
}

.payid-jsoaww .payid-kscz4w {
  margin: 0.payid-73nmke 0;
}

.payid-yciwny {
  display: flex;
  min-width: 224px;
}

.payid-bu0lcs {
  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-8hy7u4 ease-in-out;
}

.payid-o6fy9g,
.payid-bu0lcs:hover {
  color: var(--text-color);
}

.payid-rrw286 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.payid-l4decn {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .payid-52vi15 {
    padding: 16px;
  }
  .payid-rrw286 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .payid-l4decn {
    align-items: center;
  }
  .payid-2wxvsk {
    width: unset;
  }
  .payid-yciwny {
    min-width: unset;
  }
  .payid-jsoaww {
    max-height: unset;
  }
  .payid-h0lgyx {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .payid-52vi15 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.payid-fvlqjh {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.payid-fvlqjh:not(:last-child) {
  margin-bottom: 16px;
}

.payid-ho4odf {
  outline: 0;
}

.payid-ho4odf .payid-569msb {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.payid-sjqrfp {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .payid-sjqrfp {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.payid-sjqrfp::-webkit-details-marker {
  display: none;
}

.payid-sjqrfp: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-sjqrfp: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-sjqrfp:after {
  transform: unset;
}

.payid-569msb {
  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-569msb 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-8hy7u4 ease-in-out;
  -o-transition: 0.payid-8hy7u4 ease-in-out;
  transition: 0.payid-8hy7u4 ease-in-out;
}

.payid-3dqwr6 {
  padding: 16px 0 0 0;
}

.payid-3dqwr6 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .payid-3dqwr6 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .payid-sjqrfp {
    flex-wrap: wrap;
    gap: 12px;
  }
  .payid-sjqrfp::after {
    margin-left: auto;
  }
  .payid-569msb {
    order: 3;
    flex: 1 1 100%;
  }
  .payid-sjqrfp {
    font-size: 14px;
    line-height: 130%;
  }
  .payid-569msb svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.payid-uvsz0b {
  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-lt6rij {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.payid-uvsz0b.payid-3o2ybe .payid-lt6rij {
  margin-bottom: 12px;
}

.payid-lt6rij::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-uvsz0b.payid-3o2ybe .payid-lt6rij::after {
  transform: unset;
}

.payid-0h2fln {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.payid-nhab87 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.payid-8hy7u4 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.payid-nhab87: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-uvsz0b.payid-3o2ybe .payid-0h2fln {
  max-height: 100%;
}

.payid-4usmep {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.payid-yc2cvo {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.payid-l4awem {
  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-9jmwbu {
  margin-right: 4px;
}

.payid-nxl2ax {
  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-8hy7u4 ease-in-out;
}

.payid-nxl2ax svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.payid-5stkl9,
.payid-nxl2ax:hover {
  color: var(--text-color);
}

.payid-ijd3i6 {
  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-ijd3i6 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.payid-ijd3i6 .payid-lludmw {
  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-ijd3i6 .payid-58w1jz {
  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-mtgad4 {
  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-dlryi1 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.payid-oyhu8v .payid-yqmxq6 {
  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-oyhu8v {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.payid-ct281z {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.payid-0y78z7 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.payid-zmhern {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.payid-u3teoj 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-zmhern:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.payid-ttezni {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.payid-5ldn1o {
  -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-8hy7u4 ease-in-out;
  transition: transform 0.payid-8hy7u4 ease-in-out;
  -o-transition: transform 0.payid-8hy7u4 ease-in-out;
  transition:
    transform 0.payid-8hy7u4 ease-in-out,
    -webkit-transform 0.payid-8hy7u4 ease-in-out;
  cursor: pointer;
}

.payid-5ldn1o svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.payid-5ldn1o: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-44ze0j {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .payid-44ze0j {
    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-huaksu {
  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-1o56sn {
  position: relative;
  width: 100%;
}

.payid-huaksu.payid-kpra2p {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.payid-huaksu.payid-nogro1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.payid-huaksu.payid-6bk18j {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.payid-uwqad1 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.payid-3d636v {
  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-8hy7u4 ease-in-out;
  cursor: pointer;
}

.payid-3d636v:hover {
  opacity: 0.5;
}

.payid-huaksu.payid-6ab1z3 .payid-3d636v {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.payid-huaksu.payid-6ab1z3 .payid-uwqad1 {
  cursor: pointer;
}

.payid-t7j3n5 {
  fill: #0009;
}

.payid-d1hht6 {
  fill: #fff;
}

.payid-3d636v:hover .payid-t7j3n5 {
  fill: red;
}

.payid-3d636v svg path {
  -webkit-transition: 0.payid-8hy7u4 ease-in-out;
  -o-transition: 0.payid-8hy7u4 ease-in-out;
  transition: 0.payid-8hy7u4 ease-in-out;
}

.payid-x8707l {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.payid-x8707l > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.payid-x8707l.payid-35uuyi > :not(.get-image) {
  grid-column: 1/3;
}

.payid-gzxwfb:not(._h1-block) .payid-x8707l > .payid-4kb8oz {
  grid-row: 1/2;
  grid-column: 1/3;
}

.payid-x8707l.payid-35uuyi .payid-suj33b {
  grid-column: 2/3;
}

.payid-x8707l.payid-35uuyi > .payid-442hjb {
  grid-column: 1/2;
}

.payid-x8707l.payid-35uuyi > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.payid-x8707l > p:first-of-type {
  margin-top: 0;
}

.payid-x8707l .payid-442hjb {
  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-gzxwfb:not(._h1-block) .payid-4kb8oz ~ .payid-442hjb {
  grid-row: 2/10;
}

.payid-gzxwfb.payid-kggqyx .payid-4kb8oz ~ .payid-442hjb {
  grid-row: 1/10;
}

.payid-gzxwfb.payid-kggqyx > .payid-4kb8oz {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.payid-gzxwfb.payid-kggqyx .payid-442hjb {
  grid-row: 1/10;
}

.payid-x8707l.payid-97pm3f .payid-442hjb {
  align-items: flex-start;
}

.payid-x8707l.payid-nogro1 .payid-suj33b {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.payid-x8707l.payid-nogro1 .payid-442hjb {
  align-items: center;
}

.payid-x8707l.payid-ozhuw7 .payid-442hjb {
  align-items: flex-end;
}

.payid-suj33b > :first-child {
  margin-top: 0;
}

.payid-suj33b > :last-child {
  margin-bottom: 0;
}

* + .payid-u078zn,
.payid-gzxwfb + .payid-gzxwfb {
  margin-top: 2rem;
}

.payid-ikv9a2 td::before,
.payid-ikv9a2 th::after {
  display: none !important;
}

.payid-ikv9a2 #link-selector {
  color: #000;
}

.payid-ikv9a2 .payid-em6l6g {
  color: #135e96;
}

.payid-ikv9a2 .payid-tgthgv *,
.payid-ikv9a2 .payid-prvxts p,
.payid-ikv9a2 .payid-gspu94 * {
  color: #000;
}

.payid-ikv9a2 .payid-ezes7d {
  background: 0 0 !important;
}

.payid-ikv9a2 .payid-f0u31q {
  color: #000;
}

.payid-ikv9a2 .payid-7cpv6q.payid-uodczs {
  color: #fff;
}

.payid-ikv9a2 .payid-z156o2 {
  color: #000;
}

.payid-ikv9a2
  .payid-2vglvi
  .payid-dqu1mg.payid-uodczs.payid-8tmy5p {
  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-3zsung,
body .payid-vy4wxs {
  color: #000;
  background: var(--color-body) !important;
}

.payid-3zsung .payid-eyqe74 .payid-mvs16a,
body .payid-vy4wxs .payid-eyqe74 .payid-mvs16a {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .payid-nhab87:focus,
  .payid-nhab87:hover {
    color: #f9cb16;
  }
  .payid-17kh8h:focus,
  .payid-17kh8h:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .payid-vezvi1:focus img,
  .payid-vezvi1:focus svg,
  .payid-vezvi1:hover img,
  .payid-vezvi1:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .payid-ijd3i6 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .payid-bldrit:hover .payid-y6j31t svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .payid-y6j31t {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .payid-o8tepu {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .payid-0o7b9s {
    grid-template-columns: repeat(4, 1fr);
  }
  .payid-nddtaa {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .payid-z92ep7 .payid-xlk4dw {
    grid-template-columns: 1fr;
  }
  .payid-z92ep7 .payid-r7435x {
    -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-z92ep7 .payid-b8mpc2 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .payid-z92ep7 .payid-yot7il {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .payid-z92ep7 .payid-klr2h2 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .payid-z92ep7 .payid-b8mpc2:not(:first-child) {
    border: none;
  }
  .payid-z92ep7 .payid-b8mpc2:first-child .payid-yot7il {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .payid-z92ep7 .payid-b8mpc2:last-child .payid-yot7il {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .payid-hkdv01 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .payid-xj85zl {
    max-width: 100px;
  }
  .payid-a02a6v {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .payid-abqvef {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .payid-abqvef svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .payid-te5pcl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .payid-a02a6v + .payid-abqvef {
    margin-left: auto;
  }
  .payid-c6s2iz {
    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-c6s2iz.payid-3o2ybe {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .payid-e0pyur {
    -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-6936u6 {
    width: 100%;
  }
  .payid-6936u6:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .payid-2iwfcy {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .payid-2iwfcy svg {
    margin-right: 4px;
  }
  .payid-bldrit {
    -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-y6j31t svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .payid-y6j31t {
    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-kscz4w {
    display: none;
    width: 100%;
  }
  .payid-bldrit.payid-3o2ybe .payid-kscz4w {
    padding: 0 0 0 48px;
  }
  .payid-uwjg7o {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .payid-3agdek .payid-442hjb {
    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-ty4dt8 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .payid-ty4dt8 + .payid-ty4dt8 {
    margin-right: 0;
  }
  .payid-ty4dt8 + .payid-442hjb {
    margin: 0;
  }
  .payid-o8tepu {
    grid-template-columns: repeat(4, 1fr);
  }
  .payid-0o7b9s {
    grid-template-columns: repeat(3, 1fr);
  }
  .payid-om3q79,
  .payid-inwo39 {
    grid-template-columns: repeat(2, 1fr);
  }
  .payid-x8707l {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .payid-x8707l.payid-35uuyi .payid-suj33b {
    grid-column: auto;
    grid-row: auto;
  }
  .payid-x8707l > .payid-4kb8oz {
    grid-column: 1/2;
  }
  .payid-x8707l.payid-35uuyi > :not(.get-image) {
    grid-column: 1/2;
  }
  .payid-x8707l .payid-442hjb,
  .payid-x8707l.payid-35uuyi > .payid-442hjb {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .payid-x8707l.payid-35uuyi > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .payid-gzxwfb.payid-kggqyx .payid-x8707l > .payid-442hjb {
    grid-row: 1/2;
  }
  .payid-x8707l .payid-4kb8oz ~ .payid-442hjb,
  .payid-x8707l.payid-35uuyi .payid-4kb8oz ~ .payid-442hjb {
    grid-row: 2/3;
  }
  .payid-gzxwfb.payid-kggqyx .payid-4kb8oz ~ .payid-442hjb {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .payid-mxd1pq:first-child .payid-kzoqcw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .payid-mxd1pq:first-child .payid-kzoqcw h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .payid-mxd1pq {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .payid-mxd1pq {
    padding: 0;
  }
  .payid-clg3wq {
    margin-top: 1rem;
  }
  .payid-ho4odf {
    border-radius: 5px;
  }
  .payid-zsovaw {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .payid-lt6rij::after {
    display: inline-block;
  }
  .payid-lt6rij {
    margin: 0;
    width: 100%;
  }
  .payid-0h2fln {
    width: 100%;
  }
  .payid-0h2fln.payid-gqvo9o {
    -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-0h2fln.payid-gqvo9o .payid-04qmu3 {
    width: 100%;
  }
  .payid-0h2fln.payid-gqvo9o .payid-04qmu3:not(:last-child) {
    margin-right: 0;
  }
  .payid-nhab87 {
    width: 100%;
    text-align: center;
  }
  .payid-uvsz0b.payid-3o2ybe .payid-0h2fln {
    margin-top: 1rem;
  }
  .payid-o8tepu {
    grid-template-columns: repeat(3, 1fr);
  }
  .payid-nddtaa,
  .payid-0o7b9s {
    grid-template-columns: repeat(2, 1fr);
  }
  .payid-om3q79,
  .payid-inwo39,
  .payid-oh6lf5 {
    grid-template-columns: 1fr;
  }
  .payid-zri61m {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .payid-89ent8 {
    min-width: 300px;
    max-width: 325px;
  }
  .payid-yot7il {
    cursor: auto;
  }
  .payid-8h8crd .payid-yot7il {
    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-44ze0j {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .payid-kscz4w {
    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-44ze0j {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.payid-ty4dt8 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .payid-abqvef {
    margin: 0 -0.2rem;
  }
  .payid-ty4dt8 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .payid-1sahl1 {
    -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-4viikg {
    max-width: 100%;
  }
  .payid-o8tepu {
    grid-template-columns: repeat(2, 1fr);
  }
  .payid-nddtaa,
  .payid-0o7b9s {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .payid-hkdv01 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .payid-abqvef {
    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-blan1f {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .payid-sfmy70 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .payid-m5p6cy,
  .payid-pi235q {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .payid-18a5ha {
    width: 100%;
  }
  .payid-o8tepu {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .payid-44ze0j {
    top: 127px !important;
  }
}

.payid-tn008m {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .payid-tn008m {
  }
}

@media (max-width: 767px) {
  .payid-tn008m {
    margin-bottom: 12px;
  }
}

.payid-tn008m img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.payid-tqcpcv {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.payid-tqcpcv > .payid-w4zwfl {
  flex: 1 1;
}

@media (max-width: 767px) {
  .payid-tqcpcv {
    flex-direction: column;
    gap: 12px;
  }
}

.payid-efdhhy {
  display: flex;
}

.payid-efdhhy .payid-bqr1sm {
  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-efdhhy .payid-ik6qg8 {
  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-efdhhy .payid-mu2eiz {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.payid-efdhhy .payid-z0tor3 {
  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-efdhhy .payid-z0tor3:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.payid-efdhhy .payid-5n020u {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.payid-58lsxk {
  border: unset;
  background-color: unset;
}

.payid-58lsxk tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.payid-58lsxk .payid-p2rf86,
.payid-58lsxk .payid-phkrvi {
  flex: 0 1 330px;
}

.payid-58lsxk .payid-3pevu4 {
  flex: 1 1;
}

.payid-58lsxk 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-58lsxk tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.payid-58lsxk tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.payid-58lsxk tr td p {
  color: #fff;
  margin: 0;
}

.payid-58lsxk tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.payid-58lsxk tr.payid-p2rf86 td p {
  padding: 16px 0;
}

.payid-58lsxk tr.payid-p2rf86 td p:not(:last-child),
.payid-58lsxk tr.payid-phkrvi td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.payid-58lsxk tr.payid-p2rf86 td p:first-child,
.payid-58lsxk tr.payid-phkrvi td p:first-child {
  padding-top: 0;
}

.payid-58lsxk tr.payid-phkrvi td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.payid-58lsxk tr.payid-phkrvi td p:last-child {
  padding-bottom: 0;
}

.payid-58lsxk .payid-phkrvi img {
  max-width: 32px;
}

.payid-58lsxk .payid-3pevu4 {
  min-width: 718px;
}

.payid-58lsxk .payid-3pevu4 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.payid-58lsxk .payid-3pevu4 td {
  display: flex;
}

.payid-58lsxk .payid-3pevu4 td:last-child .payid-cu4eof,
.payid-58lsxk .payid-3pevu4 td:last-child .payid-lng4t6,
.payid-58lsxk .payid-3pevu4 td:last-child .payid-7czz2t {
  flex: 1 1 50%;
}

.payid-58lsxk .payid-3pevu4 td:last-child .payid-lqxh48 {
  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-58lsxk .payid-3pevu4 td:last-child .payid-uzu9n8,
.payid-58lsxk .payid-3pevu4 td:last-child .payid-5wlybu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.payid-58lsxk .payid-3pevu4 td:last-child .payid-cu4eof,
.payid-58lsxk .payid-3pevu4 td:last-child .payid-lng4t6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.payid-58lsxk .payid-3pevu4 td:last-child .payid-cu4eof span,
.payid-58lsxk .payid-3pevu4 td:last-child .payid-lng4t6 span {
  font-weight: 800;
}

.payid-58lsxk .payid-3pevu4 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .payid-58lsxk .payid-3pevu4 td .payid-7czz2t:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .payid-58lsxk tr.payid-p2rf86 td p:last-child {
    padding-bottom: 0;
  }
  .payid-58lsxk .payid-phkrvi > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .payid-58lsxk .payid-phkrvi > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .payid-58lsxk tr.payid-p2rf86 td p:not(:last-child),
  .payid-58lsxk tr.payid-phkrvi td p:not(:last-child) {
    border-bottom: unset;
  }
  .payid-58lsxk tr.payid-phkrvi td p:last-child {
    padding-bottom: 12px;
  }
  .payid-58lsxk .payid-3pevu4 td:last-child .payid-cu4eof,
  .payid-58lsxk .payid-3pevu4 td:last-child .payid-lng4t6,
  .payid-58lsxk .payid-3pevu4 td:last-child .payid-7czz2t {
    flex: 1 1 50%;
    padding: 0;
  }
  .payid-58lsxk .payid-3pevu4 td:last-child .payid-cu4eof,
  .payid-58lsxk .payid-3pevu4 td:last-child .payid-lng4t6 {
    margin-top: 16px;
  }
  .payid-58lsxk .payid-3pevu4 td:last-child .payid-7czz2t {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .payid-58lsxk .payid-3pevu4 td:last-child .payid-cu4eof {
    border-right: 1px solid var(--border-color);
  }
  .payid-58lsxk .payid-3pevu4 td:last-child .payid-7czz2t:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .payid-58lsxk .payid-3pevu4 td:last-child .payid-7czz2t:last-child {
    padding-bottom: 0;
  }
}

.payid-7czz2t {
  display: flex;
  flex-direction: column;
}

.payid-58lsxk .payid-3pevu4 td .payid-7czz2t {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.payid-58lsxk .payid-3pevu4 td .payid-7czz2t:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.payid-58lsxk .payid-3pevu4 td .payid-7czz2t:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .payid-58lsxk .payid-3pevu4 td .payid-7czz2t:not(:first-child) {
    padding-left: 0;
  }
  .payid-58lsxk .payid-3pevu4 td .payid-7czz2t:not(:last-of-type) {
    border-right: unset;
  }
}

.payid-58lsxk .payid-89f7y1 {
  flex: 0 1 485px;
}

.payid-58lsxk .payid-l9ufwd {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.payid-58lsxk .payid-l9ufwd li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.payid-58lsxk .payid-l9ufwd li.payid-7llint {
  padding: 6px 12px;
}

.payid-58lsxk .payid-l9ufwd li a,
.payid-58lsxk .payid-l9ufwd 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-58lsxk .payid-5xoemz,
.payid-58lsxk .payid-ej0noy {
  flex: 1 1;
}

.payid-58lsxk .payid-n2rvws,
.payid-58lsxk .payid-dg3pr0 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.payid-58lsxk .payid-n2rvws li,
.payid-58lsxk .payid-dg3pr0 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.payid-58lsxk .payid-ej0noy img {
  max-width: 32px;
}

.payid-58lsxk .payid-5xoemz img {
  max-width: 32px;
}

.payid-58lsxk .payid-vpbk24 {
  min-width: 280px;
}

.payid-58lsxk .payid-vpbk24 img {
  max-width: 146px;
}

.payid-58lsxk .payid-vpbk24 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .payid-58lsxk .payid-p2rf86,
  .payid-58lsxk .payid-phkrvi {
    flex: 0 1 auto;
  }
  .payid-58lsxk .payid-3pevu4 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .payid-58lsxk .payid-p2rf86,
  .payid-58lsxk .payid-89f7y1,
  .payid-58lsxk .payid-phkrvi,
  .payid-58lsxk .payid-3pevu4 {
    flex: 1 1 calc(50% - 20px);
  }
  .payid-58lsxk .payid-5xoemz,
  .payid-58lsxk .payid-vpbk24,
  .payid-58lsxk .payid-ej0noy {
    flex: 1 1 30%;
  }
  .payid-58lsxk .payid-vpbk24 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .payid-58lsxk .payid-p2rf86,
  .payid-58lsxk .payid-89f7y1,
  .payid-58lsxk .payid-5xoemz,
  .payid-58lsxk .payid-phkrvi,
  .payid-58lsxk .payid-3pevu4,
  .payid-58lsxk .payid-vpbk24,
  .payid-58lsxk .payid-ej0noy {
    flex: 1 1 100%;
  }
}

.payid-mtb5xa .payid-grgmxs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.payid-mtb5xa .payid-314uh4 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.payid-mtb5xa .payid-ndx4t9 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.payid-mtb5xa .payid-ze3v1z {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.payid-mtb5xa .payid-ze3v1z > :nth-child(3) {
  margin-top: 0;
}

.payid-mtb5xa .payid-442hjb {
  grid-column: 2/3;
  grid-row: 1/10;
}

.payid-mtb5xa .payid-qrnndr {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.payid-mtb5xa .payid-clg3wq {
  grid-column: 1/2;
}

.payid-mtb5xa > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.payid-mtb5xa .payid-314uh4: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-mtb5xa .payid-314uh4:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.payid-mtb5xa .payid-18a5ha {
  min-width: 240px;
}

@media (max-width: 768px) {
  .payid-mtb5xa .payid-314uh4:not(:last-child):before {
    bottom: 8px;
  }
  .payid-mtb5xa .payid-314uh4:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .payid-mtb5xa .payid-ze3v1z {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .payid-mtb5xa .payid-442hjb {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .payid-mtb5xa .payid-442hjb img {
    width: 100%;
    height: auto;
  }
  .payid-mtb5xa .payid-18a5ha {
    width: 100%;
    min-width: unset;
  }
}

.payid-y4un6u .payid-cu4zjf {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.payid-y4un6u .payid-uj0ojz {
  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-y4un6u .payid-442hjb {
  height: 100%;
}

.payid-y4un6u .payid-442hjb img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.payid-y4un6u .payid-46jcrp {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.payid-y4un6u .payid-qhocb5 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.payid-y4un6u .payid-hgdpam {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .payid-y4un6u .payid-uj0ojz {
    flex: 1 1 100%;
  }
  .payid-y4un6u .payid-gcf5jl {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .payid-y4un6u .payid-uj0ojz {
    flex-direction: column;
  }
  .payid-y4un6u .payid-442hjb {
    width: 100%;
    height: auto;
  }
  .payid-y4un6u .payid-442hjb img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .payid-y4un6u .payid-46jcrp {
    padding: 0 16px 16px 16px;
  }
  .payid-y4un6u .payid-gcf5jl {
    min-width: unset;
    width: 100%;
  }
}

.payid-wgy5bc .payid-07hanm {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.payid-wgy5bc .payid-57j5o8 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.payid-wgy5bc 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-wgy5bc .payid-zt4zqp {
  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-wgy5bc .payid-57j5o8:hover .payid-zt4zqp {
  display: flex;
}

.payid-wgy5bc .payid-oe0ai2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.payid-wgy5bc .payid-qddhb4 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.payid-2rgpe6 {
  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-2rgpe6.payid-53ihk1 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.payid-pl6u8r ease-in-out;
}

.payid-2rgpe6.payid-53ihk1:hover {
  color: #f9cb16;
  background-color: transparent;
}

.payid-wgy5bc .payid-i54dff {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.payid-pl6u8r ease-in-out;
}

.payid-wgy5bc .payid-i54dff:hover {
  color: #196948;
  background-color: #f9cb16;
}

.payid-wgy5bc .payid-i54dff:after,
.payid-2rgpe6.payid-53ihk1:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.payid-2rgpe6.payid-53ihk1:after {
  background-image: url(../images/Cash.svg);
}

.payid-wgy5bc .payid-i54dff:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .payid-wgy5bc .payid-07hanm {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .payid-wgy5bc .payid-07hanm {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .payid-wgy5bc .payid-07hanm {
    grid-template-columns: 1fr;
  }
  .payid-wgy5bc .payid-57j5o8 {
    height: auto;
  }
  .payid-wgy5bc .payid-57j5o8 .payid-zt4zqp {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .payid-wgy5bc .payid-oe0ai2,
  .payid-wgy5bc .payid-qddhb4 {
    text-align: left;
  }
  .payid-wgy5bc .payid-qddhb4 {
    margin-bottom: 8px;
  }
  .payid-wgy5bc img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.payid-qo0ypu {
  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-qo0ypu.payid-6ab1z3 {
  display: block;
}

.payid-qo0ypu .payid-rn6k2v {
  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-qo0ypu .payid-wdb6ah {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.payid-qo0ypu .payid-86dl1v {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.payid-qo0ypu .payid-qenzxi {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.payid-qo0ypu .payid-2rgpe6 {
  min-width: 296px;
  margin-bottom: 0;
}

.payid-qo0ypu .payid-jn7syt {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.payid-qo0ypu .payid-702zof {
  position: relative;
  flex: 1 1;
}

.payid-qo0ypu .payid-702zof iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .payid-qo0ypu .payid-wdb6ah {
    flex-wrap: wrap;
    gap: 8px;
  }
  .payid-qo0ypu .payid-86dl1v {
    order: 1;
  }
  .payid-qo0ypu .payid-qenzxi {
    order: 3;
    flex: 1 1 100%;
  }
  .payid-qo0ypu .payid-2rgpe6 {
    width: 100%;
    min-width: unset;
  }
  .payid-qo0ypu .payid-jn7syt {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .payid-x8707l > .payid-4kb8oz {
    margin-bottom: 0;
  }
  .payid-x8707l > .payid-clg3wq,
  .payid-x8707l > p {
    margin-top: 0;
  }
}

.payid-ztw8eu img,
.payid-ty4dt8 img {
  width: auto;
  object-fit: contain;
}

.payid-ztw8eu {
  align-items: center;
}

.payid-ztw8eu img {
  max-height: 76px;
}

.payid-ty4dt8 img {
  max-height: 64px;
}

.payid-eyza06 {
  overflow: auto;
}

.payid-3yj9lq {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.payid-0n3x2g:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.payid-17ih7t {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.payid-e9dbaf {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.payid-17ih7t .payid-442hjb {
  margin-right: 20px;
  flex-shrink: 0;
}

.payid-17ih7t img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.payid-kxuai7 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.payid-kxuai7 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .payid-17ih7t {
    padding: 15px 10px;
  }
  .payid-kxuai7 {
    padding: 15px 10px;
  }
  .payid-17ih7t .payid-442hjb {
    margin-right: 10px;
  }
}

.payid-j7qi0w {
  overflow-x: auto;
}

.payid-a4v5ee {
  border-collapse: collapse;
  width: 100%;
}

.payid-j7qi0w th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.payid-j7qi0w td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.payid-j7qi0w td.payid-1nc238 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.payid-j7qi0w td.payid-2hisbj {
  border-right: none;
}

.payid-j7qi0w td.payid-2hisbj .payid-442hjb {
  justify-content: flex-start;
}

.payid-j7qi0w td.payid-2hisbj .payid-442hjb img {
  height: auto;
  width: 90px;
}

.payid-j7qi0w td.payid-o8vdud,
.payid-j7qi0w td.payid-5jfoub {
  font-weight: 600;
  text-align: right;
}

.payid-j7qi0w td.payid-xebac3,
.payid-j7qi0w td.payid-o8vdud {
  padding-bottom: 10px;
  border-bottom: none;
}

.payid-j7qi0w td.payid-o8vdud,
.payid-j7qi0w td.payid-5jfoub {
  border-left: none;
}

.payid-j7qi0w td.payid-xebac3,
.payid-j7qi0w td.payid-cf9mp4 {
  border-right: none;
}

.payid-j7qi0w td.payid-cf9mp4,
.payid-j7qi0w td.payid-5jfoub {
  border-top: none;
  padding-top: 10px;
}

.payid-ts0ohb {
  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-ts0ohb .payid-gcf5jl {
  min-width: unset;
  width: 100%;
}

.payid-ts0ohb .payid-gcf5jl.payid-om4fzz {
  grid-column: 1/2;
  grid-row: 1/2;
}

.payid-ts0ohb .payid-gcf5jl.payid-hli5ce {
  grid-column: 2/3;
  grid-row: 1/2;
}

.payid-ts0ohb .payid-gf74rq {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .payid-ts0ohb {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .payid-ts0ohb .payid-gcf5jl.payid-om4fzz {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .payid-ts0ohb .payid-gcf5jl.payid-hli5ce {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .payid-ts0ohb .payid-gf74rq {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.payid-qe1d6i {
  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-z6egfh {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.payid-2g58ux p a img {
  margin: 0 auto;
  display: block;
}

.payid-2g58ux table {
  margin-bottom: 17px;
}

/* contanct form */
.payid-vgz1cz {
  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-vgz1cz label {
  font-size: 14px;
}

.payid-vgz1cz h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.payid-vgz1cz input,
.payid-vgz1cz textarea,
.payid-vgz1cz 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-vgz1cz button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.payid-pl6u8r ease;
}
.payid-vgz1cz button:hover {
  background-color: #691204;
}
.payid-pokhpo {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.payid-58c5ee ease-in;
}

.payid-pokhpo 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-2e04d4, .payid-lod5ti, [class*="review-card"],
thead, thead th, table th, .payid-9ze83i,
.payid-wzmpu3, [class*="collapsible-header"],
.payid-1vrzeb, [class*="updated-block"] {
  color: #ece7dc !important;
}
