html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

table caption {
  font-size: 26px;
  padding: 15px 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  background: var(--main-theme-color);
  color: var(--text-color);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

a {
  cursor: pointer;
}

* {
  outline: none;
  box-sizing: border-box;
}

*::after,
*::before {
  box-sizing: border-box;
}

svg {
  transform: translateZ(0);
}

input,
textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
  margin: 0 auto 28px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.payid-c8teva {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .payid-c8teva {
    padding: 54px 0 0;
  }
}

.payid-gu7dea {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  border: none;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .payid-gu7dea:hover {
    background: var(--button-bg-hover);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

.payid-6xoaal {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
  .payid-6xoaal {
    margin: 20px auto 100px;
  }
}

.payid-6xoaal h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .payid-6xoaal h1 {
    font-size: 120px;
  }
}

.payid-6xoaal p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.payid-694x2v {
  cursor: pointer;
}

.payid-8gqph4 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.payid-q2xa6n {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.payid-q2xa6n figure {
  margin: 0;
}

.payid-q2xa6n.payid-jznvym {
  justify-content: flex-start;
  margin-right: 4px;
}

.payid-q2xa6n.payid-2r56jt {
  justify-content: flex-end;
  margin-left: 4px;
}

.payid-q2xa6n.payid-1cnj18 {
  justify-content: center;
}

.payid-q2xa6n.payid-niij4e {
  justify-content: normal;
}

.payid-6ii1vm {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
  .payid-6ii1vm {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .payid-6ii1vm {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.payid-rb4bih {
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .payid-rb4bih {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.payid-wpo8ub {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .payid-wpo8ub {
    flex-direction: column;
  }
}

.payid-3np5jn {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.payid-3np5jn img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .payid-3np5jn {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}

.payid-8l1q3t {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.payid-8l1q3t ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .payid-8l1q3t ul {
    margin-bottom: 15px;
  }
}

.payid-8l1q3t ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.payid-8l1q3t ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--title-color);
}

.payid-8l1q3t ul li span svg {
  fill: var(--title-color);
}

.payid-8l1q3t ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .payid-8l1q3t ul li small {
    font-size: 12px;
  }
}

.payid-8l1q3t ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}

.payid-8l1q3t ul li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .payid-8l1q3t {
    flex-basis: auto;
    margin: 0 auto;
  }
}

.payid-bba0mg {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .payid-bba0mg {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.payid-x5zgl4 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.payid-05nilx {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0.payid-0n2v4e ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 767px) {
  .payid-05nilx {
    height: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .payid-05nilx:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}

.payid-05nilx.payid-i368xy {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .payid-05nilx.payid-i368xy:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.payid-8x3o49 {
  padding: 80px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1200px) {
  .payid-8x3o49 {
    padding: 80px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .payid-8x3o49 {
    padding: 50px 16px 68px;
  }
}

.payid-tbaawv {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .payid-tbaawv {
    flex-direction: column;
  }
}

.payid-7fczky {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .payid-7fczky {
    margin-bottom: 40px;
  }
}

.payid-ojfwly .payid-1t4vu9 {
  margin-bottom: 28px;
}

.payid-ojfwly .payid-1t4vu9 img {
  max-height: 100px;
  width: auto;
}

.payid-g6ssj5 {
  display: flex;
  align-items: center;
}

.payid-g6ssj5 a + a {
  margin-left: 24px;
}

.payid-g6ssj5 img {
  max-height: 56px;
  width: auto;
}

.payid-g6ssj5 img + img {
  margin-left: 24px;
}

.payid-arzd9n {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .payid-arzd9n {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}

.payid-pkrykd {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .payid-pkrykd {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

.payid-y5dkq3 {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .payid-y5dkq3 {
    flex-wrap: wrap;
  }
}

.payid-y5dkq3 li {
  display: flex;
  margin: 0 7px;
}

.payid-y5dkq3 li svg {
  transition: 0.payid-0n2v4e ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .payid-y5dkq3 li:hover svg {
    transform: scale(1.2);
  }
}

.payid-7s8jyd {
  color: var(--footer-text-color);
  font-size: 12px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  word-wrap: break-word;
}

.payid-48p466 + .payid-48p466 {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .payid-48p466 + .payid-48p466 {
    margin: 36px 0 0;
  }
}

.payid-qb5uqs {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.payid-wb3czk {
  list-style: none;
  margin: 0;
  padding: 0;
}

.payid-wb3czk li {
  font-size: 16px;
}

.payid-wb3czk li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .payid-wb3czk li a:hover {
    text-decoration: underline;
  }
}

.payid-wb3czk li + li {
  margin-top: 16px;
}

.payid-91emlp {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.payid-8aeulk ease-in-out;
}

.payid-91emlp.payid-03cns3 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.payid-tx602w {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.payid-tx602w h1,
.payid-tx602w h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .payid-tx602w h1,
  .payid-tx602w h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .payid-tx602w {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .payid-tx602w {
    margin-bottom: 60px;
  }
}

.payid-mx5gdh {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

@media only screen and (max-width: 767px) {
  .payid-mx5gdh {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}

.payid-mx5gdh li {
  width: 100%;
}

.payid-mx5gdh li a {
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.payid-0n2v4e ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.payid-mx5gdh li a svg {
  fill: var(--button-text-color);
}

.payid-mx5gdh li a.payid-03cns3 {
  background: var(--border-color);
}

@media only screen and (min-width: 1025px) {
  .payid-mx5gdh li a:hover {
    background: var(--border-color);
  }
}

@media only screen and (max-width: 767px) {
  .payid-mx5gdh li a {
    font-size: 14px;
    height: 36px;
    padding: 0 10pxr;
  }
  .payid-mx5gdh li a img {
    max-width: 16px;
  }
}

.payid-3um2op {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .payid-3um2op {
    margin: 0 -5px;
  }
}

.payid-mtoima {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.payid-mtoima span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

.payid-mtoima small {
  display: block;
  color: var(--text-color);
  opacity: 0.8;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .payid-mtoima {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .payid-mtoima span {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

.payid-c2jmde {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.payid-c2jmde img {
  width: 100%;
  transition: 0.payid-0n2v4e ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .payid-c2jmde:hover img {
    transform: scale(1.1);
  }
}

.payid-dhppxf {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .payid-dhppxf {
    height: 54px;
  }
}

.payid-ggjo1g {
  max-width: 1310px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .payid-ggjo1g {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .payid-ggjo1g {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .payid-ggjo1g .payid-1t4vu9 img {
    max-width: 90px;
  }
}

.payid-1t4vu9 img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .payid-1t4vu9 {
    order: -2;
  }
}

@media only screen and (max-width: 1023px) {
  .payid-4uo021 {
    display: none;
  }
  .payid-4uo021::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 300%;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
  }
}

.payid-mrq1zr {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.payid-mrq1zr li {
  font-size: 16px;
  margin: 0 20px;
}

.payid-mrq1zr li a {
  color: var(--menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .payid-mrq1zr li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 1023px) {
  .payid-mrq1zr {
    display: block;
  }
  .payid-mrq1zr li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .payid-mrq1zr li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .payid-mrq1zr li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    border: 5px solid transparent;
    border-left: 5px solid var(--menu-color);
  }
  .payid-mrq1zr li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

.payid-9qm195 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
  .payid-9qm195 {
    margin-right: 105px;
  }
}

@media only screen and (max-width: 1023px) {
  .payid-9qm195 {
    order: -1;
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .payid-9qm195 {
    max-width: 230px;
    justify-content: flex-end;
  }
}

.payid-9qm195.payid-gf83q1 {
  margin-right: 0;
}

.payid-b117gd {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .payid-b117gd {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .payid-b117gd:hover {
    background: var(--button-bg-color);
    opacity: 0.9;
  }
}

.payid-3z7bye {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@media only screen and (min-width: 1025px) {
  .payid-3z7bye:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .payid-3z7bye {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

.payid-67ph52 {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
  .payid-67ph52 {
    top: 9px;
    transform: none;
    right: auto;
    left: 0;
  }
}

.payid-67ph52:hover > ul {
  display: flex;
}

.payid-67ph52:focus > ul {
  display: flex;
}

.payid-67ph52:focus-within > ul {
  display: flex;
}

.payid-tpdglv {
  position: relative;
  border-radius: 10px;
  height: 42px;
  padding: 5px 32px 5px 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  gap: 5px;
}

.payid-tpdglv::after {
  border-bottom: 1px solid var(--button-text-color);
  border-right: 1px solid var(--button-text-color);
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.payid-8aeulk ease-in-out;
}

@media only screen and (max-width: 767px) {
  .payid-tpdglv {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .payid-tpdglv img {
    max-width: 20px;
  }
}

.payid-67ph52 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.payid-0n2v4e ease-in-out;
  z-index: 2;
  border-radius: 10px;
  min-width: 66px;
  display: none;
  max-height: 465px;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--button-bg-color);
}

@media only screen and (max-width: 767px) {
  .payid-67ph52 ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.payid-67ph52 ul li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.payid-0n2v4e ease-in-out;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .payid-67ph52 ul li {
    padding: 5px;
  }
}

.payid-67ph52 ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--button-text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .payid-67ph52 ul li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  .payid-67ph52 ul li a {
    font-size: 14px;
    gap: 3px;
  }
  .payid-67ph52 ul li a img {
    max-width: 20px;
  }
}

.payid-y50he4 {
  display: none;
}

.payid-e7cwdz {
  width: 38px;
  height: 38px;
  display: none;
  cursor: pointer;
  border-radius: 6px;
  background: var(--button-bg-color);
  padding: 12px 5px;
  z-index: 99;
  margin-left: 8px;
}

@media only screen and (max-width: 1023px) {
  .payid-e7cwdz {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

.payid-e7cwdz span {
  display: block;
  height: 1px;
  border-radius: 4px;
  width: 20px;
  background: var(--button-text-color);
}

@media only screen and (max-width: 1023px) {
  .payid-y50he4:checked ~ .payid-4uo021 {
    display: block;
    position: absolute;
    height: 100vh;
    background: var(--fh-bg-color);
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  .payid-4uo021 {
    display: none;
    transition: display 0.payid-0n2v4e ease-in-out;
  }
  .payid-y50he4:checked ~ .payid-4uo021 {
    display: block;
  }
  .payid-y50he4:checked + .payid-e7cwdz span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .payid-y50he4:checked + .payid-e7cwdz span:nth-child(2) {
    display: none;
  }
  .payid-y50he4:checked + .payid-e7cwdz span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.payid-ea23tz {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .payid-ea23tz {
    padding: 0 16px;
  }
}

.payid-ea23tz img {
  margin-bottom: 20px;
}

.payid-ea23tz p {
  color: var(--text-color);
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .payid-ea23tz p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .payid-ea23tz {
    margin-bottom: 60px;
  }
}

.payid-jw9a2a {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .payid-jw9a2a {
    font-size: 32px;
  }
}

.payid-66t268 {
  color: var(--text-color);
}

.payid-afi65n {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .payid-afi65n {
    font-size: 16px;
    line-height: 140%;
  }
}

.payid-afi65n p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

.payid-afi65n p img {
  display: block;
  margin: 0 auto;
}

.payid-afi65n p:first-of-type {
  margin-top: 0;
}

.payid-afi65n p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .payid-afi65n p {
    font-size: 18px;
    line-height: 140%;
  }
}

.payid-afi65n ul {
  padding: 0 0 0 20px;
}

.payid-afi65n table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.payid-afi65n table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--table-1-color);
}

@media only screen and (max-width: 767px) {
  .payid-afi65n table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.payid-afi65n table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .payid-afi65n table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.payid-afi65n table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.payid-afi65n iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .payid-afi65n iframe {
    height: 200px;
  }
}

.payid-cojkei {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 1200px) {
  .payid-cojkei {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .payid-cojkei {
    margin-bottom: 60px;
  }
}

.payid-z40pf5 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .payid-z40pf5 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.payid-z40pf5 h1,
.payid-z40pf5 h2,
.payid-z40pf5 h3,
.payid-z40pf5 h4 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .payid-z40pf5 h1,
  .payid-z40pf5 h2,
  .payid-z40pf5 h3,
  .payid-z40pf5 h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.payid-ocw0wp {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .payid-ocw0wp {
    flex-direction: column-reverse;
  }
}

.payid-ocw0wp .payid-jfv86u {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .payid-ocw0wp .payid-jfv86u {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.payid-ocw0wp .payid-uu0ic3 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .payid-ocw0wp .payid-uu0ic3 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .payid-ocw0wp .payid-uu0ic3 img {
    width: 100%;
  }
}

.payid-uu0ic3 {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .payid-uu0ic3 {
    margin-bottom: 18px;
  }
}

.payid-jfv86u {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .payid-jfv86u {
    margin-bottom: 18px;
  }
}

.payid-cojkei h2 {
  color: var(--title-color);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .payid-cojkei h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.payid-cojkei .payid-gu7dea {
  margin-top: 30px;
  margin-bottom: 30px;
}

.payid-45ep1y {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 110px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  background: #1a1b2d;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .payid-45ep1y {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 767px) {
  .payid-45ep1y {
    margin-bottom: 60px;
  }
}

.payid-d892vc {
  position: relative;
  border: none;
}

.payid-d892vc::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--fh-bg-color);
}

.payid-0w9578 {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  font-size: 24px;
  font-weight: 700;
  background: var(--fh-bg-color);
  color: var(--title-color);
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
}

.payid-0w9578 span {
  height: 32px;
}

.payid-0w9578 span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.payid-0w9578.payid-jwy1jo span {
  transform: scaleY(-1);
}

@media only screen and (max-width: 767px) {
  .payid-0w9578 {
    padding: 0 14px;
    font-size: 22px;
    height: 68px;
  }
}

.payid-42r3mp {
  list-style: none;
  padding: 0;
  margin: 0;
}

.payid-42r3mp li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .payid-42r3mp li {
    font-size: 16px;
  }
}

.payid-42r3mp li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.payid-0n2v4e ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .payid-42r3mp li a:hover {
    background: var(--main-theme-color);
  }
}

@media only screen and (max-width: 767px) {
  .payid-42r3mp li a {
    padding: 12px 14px;
  }
}

.payid-42r3mp.payid-pn28ao {
  display: none;
}

.payid-ebcelw {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.payid-ebcelw table {
  width: 100%;
  border-collapse: collapse;
}

.payid-ebcelw table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .payid-ebcelw table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .payid-ebcelw table td {
    min-width: 75px;
  }
}

.payid-ebcelw table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .payid-ebcelw table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.payid-ebcelw table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.payid-ebcelw p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .payid-ebcelw p {
    font-size: 16px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 1200px) {
  .payid-ebcelw {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .payid-ebcelw {
    margin-bottom: 60px;
  }
}

.payid-ahx6uf {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fh-bg-color);
  color: var(--title-color);
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .payid-ahx6uf {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.payid-7oh6c8 {
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 500px) {
  .payid-7oh6c8 {
    width: 100%;
    border-collapse: collapse;
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

.payid-7oh6c8 tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .payid-7oh6c8 tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.payid-7oh6c8 tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.payid-d47rv1 table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.payid-d47rv1 table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.payid-d47rv1 p {
  color: var(--text-color);
}

.payid-vwjsno {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .payid-vwjsno {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .payid-vwjsno {
    margin-bottom: 60px;
  }
}

.payid-zcb2ms {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: var(--fh-bg-color);
  color: var(--updated-block-color);
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}

.payid-pfsl2d {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .payid-pfsl2d {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .payid-pfsl2d {
    margin-bottom: 60px;
  }
}

.payid-vd5lhp {
  border-radius: 10px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding: 20px 32px 20px;
}

.payid-vd5lhp h3 {
  position: relative;
  color: var(--title-color);
  font-size: 26px;
  cursor: pointer;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .payid-vd5lhp h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

.payid-vd5lhp p {
  padding: 0;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
  color: var(--text-color);
}

.payid-vd5lhp p + p {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .payid-vd5lhp p {
    font-size: 16px;
  }
}

.payid-phuvmr {
  display: none;
}

@media only screen and (max-width: 767px) {
  .payid-phuvmr {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 68px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #161d33;
    padding: 0 40px;
  }
}

.payid-amc03d {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.payid-amc03d li {
  margin: 0 20px;
}

.payid-amc03d li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.payid-amc03d li a img {
  margin-bottom: 4px;
}

@media only screen and (min-width: 1025px) {
  .payid-amc03d li a:hover {
    color: #2ab765;
  }
}

.payid-3tabut {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 10px auto;
  padding: 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .payid-3tabut {
    padding: 0 16px;
  }
}

.payid-3tabut li {
  font-size: 16px;
  position: relative;
}

.payid-3tabut li a {
  color: var(--text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .payid-3tabut li a:hover {
    text-decoration: underline;
  }
}

.payid-3tabut li span {
  opacity: 0.5;
}

.payid-3tabut li + li {
  margin-left: 30px;
}

.payid-3tabut li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

h2.payid-z40pf5 {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  h2.payid-z40pf5 {
    margin-bottom: 18px;
  }
}

.payid-6k4nut {
  border-collapse: separate;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-color);
  counter-reset: table-row;
}

.payid-6k4nut tbody tr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 36px;
  padding: 20px 24px;
  border-radius: 10px;
  margin-bottom: 16px;
  cursor: pointer;
  background-color: var(--fh-bg-color);
}

.payid-6k4nut tbody tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: var(--fh-bg-color);
  border-radius: 10px;
}

.payid-6k4nut tbody tr:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--fh-bg-color);
  border-radius: 10px;
}

.payid-6k4nut tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.payid-6k4nut tbody tr:last-of-type {
  margin-bottom: 0;
}

.payid-6k4nut tbody tr td:first-of-type {
  flex-shrink: 0;
}

.payid-6k4nut tbody tr td:first-of-type > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--rate-image-border);
}

.payid-6k4nut tbody tr td:first-of-type > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
  padding: 2px 9px;
  width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  counter-increment: table-row;
  content: counter(table-row);
  background: var(--rate-counter-bg);
}

.payid-6k4nut tbody tr td:last-of-type {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .payid-6k4nut tbody tr td:last-of-type {
    margin-left: 0;
    width: 100%;
  }
}

.payid-6k4nut tbody tr td .payid-ytcytn {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .payid-6k4nut tbody tr td .payid-ytcytn {
    width: 100%;
  }
}

.payid-6k4nut tbody tr td .payid-wrvuwq {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 10px;
  width: 181px;
  height: 46px;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  transition: 0.payid-0n2v4e ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .payid-6k4nut tbody tr td .payid-wrvuwq:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .payid-6k4nut tbody tr td .payid-wrvuwq {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .payid-6k4nut tbody tr td .payid-wrvuwq {
    width: 100%;
  }
}

.payid-6k4nut tbody tr td .payid-nta8ns {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .payid-6k4nut tbody tr td .payid-nta8ns:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .payid-6k4nut tbody tr {
    flex-direction: column;
  }
}

.payid-6k4nut tbody tr:nth-child(-n + 3) td > a::before {
  background: var(--rate-counter-bg-top);
}

.payid-2pgawx {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .payid-2pgawx {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .payid-2pgawx {
    margin: 0 auto 60px;
  }
}

.payid-44fqwl {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .payid-44fqwl {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.payid-z93921 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .payid-z93921 {
    margin: 0 -5px;
  }
}

.payid-buiozu {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.payid-buiozu img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.payid-0n2v4e ease-in-out;
}

.payid-buiozu p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .payid-buiozu:hover img {
    transform: scale(1.01);
  }
}

@media only screen and (max-width: 991px) {
  .payid-buiozu {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .payid-buiozu {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 12px;
  }
  .payid-buiozu p {
    font-size: 16px;
  }
}

.payid-qxgew7 {
  position: relative;
  max-width: 800px;
  height: 400px;
  width: 100%;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 520px) {
  .payid-qxgew7 {
    height: 190px;
    margin: 20px auto;
  }
}

.payid-qxgew7 img {
  width: 100%;
  height: 100%;
}

.payid-qxgew7 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .payid-qxgew7 iframe {
    height: 190px;
  }
}

.payid-butynu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(3px);
}

.payid-butynu::before {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.payid-hqrpto {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.payid-hqrpto svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.payid-0n2v4e ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .payid-hqrpto:hover svg {
    transform: scale(1.1);
  }
}

.payid-0dqtbm {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .payid-0dqtbm {
    padding: 40px 0;
  }
}

.payid-jhen23 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .payid-jhen23 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .payid-jhen23 {
    flex-direction: column-reverse;
  }
}

.payid-gl44m8 {
  max-width: 520px;
  width: 100%;
  flex-basis: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}

.payid-gl44m8 img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .payid-gl44m8 {
    max-width: 565px;
    flex-basis: auto;
    margin: 24px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .payid-gl44m8 {
    margin: 10px 0 0;
  }
}

.payid-ksgycg {
  max-width: 565px;
  width: 100%;
  flex-basis: 565px;
  border-radius: 10px;
  padding: 36px 32px;
  background: radial-gradient(
    114.2% 133.85% at 7.14% 3.6%,
    rgba(35, 35, 54, 0.7) 0%,
    rgba(35, 35, 54, 0.7) 0.01%,
    rgba(35, 35, 54, 0.1) 100%
  );
  border: 1px solid #383853;
}

.payid-ksgycg h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 16px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .payid-ksgycg {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .payid-ksgycg {
    padding: 24px 10px;
  }
}

.payid-ohtv92 {
  background: rgba(30, 30, 53, 0.6);
  border: 1px solid #383853;
  border-radius: 6px;
  padding: 14px 20px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #a29eb6;
  transition: 0.payid-0n2v4e ease-in-out;
}

.payid-ohtv92:hover {
  border: 1px solid #8c8ca2;
}

.payid-8agf2f {
  margin: 20px auto 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  padding: 15px 10px;
  width: 100%;
  height: 52px;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
}

.payid-8agf2f:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.payid-g4gn23 {
  max-width: 342px;
  width: 100%;
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #c0c0c0;
  text-align: center;
}

.payid-g4gn23 a {
  text-decoration: underline;
  color: #8babff;
}

.payid-hgtt0l {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.payid-hgtt0l .payid-ohtv92 {
  width: 50%;
  margin: 0;
}

.payid-ipo2mo {
  border-radius: 6px;
  padding: 15px 10px;
  width: 50%;
  height: 52px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.payid-ipo2mo:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.payid-jtuexr {
  margin: 0 0 100px;
}

@media only screen and (max-width: 1200px) {
  .payid-jtuexr {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .payid-jtuexr {
    margin: 0 0 60px;
  }
}

.payid-3bn8wx {
  position: relative;
  padding: 20px 24px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .payid-3bn8wx {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.payid-lruzlb {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .payid-lruzlb {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}

.payid-o3no3x {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
  .payid-o3no3x {
    flex-basis: auto;
    max-width: 100%;
  }
}

.payid-navhbl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 40px;
  font-weight: 700;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .payid-navhbl {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.payid-navhbl a {
  width: 26px;
  height: 26px;
  background: #5277e7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  margin-left: 20px;
  border-radius: 4px;
  transition: 0.payid-0n2v4e ease-in-out;
}

@media only screen and (max-width: 767px) {
  .payid-navhbl a {
    margin: 1px 0 4px;
  }
}

.payid-navhbl a svg {
  fill: #fff;
}

.payid-navhbl a:hover {
  background: #3d68e7;
}

.payid-idnpoa {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.payid-suyy9y {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .payid-suyy9y {
    position: absolute;
    top: 18px;
    left: 115px;
  }
}

.payid-691l14 {
  font-size: 16px;
  color: var(--text-color);
}

.payid-2nyo9g {
  display: grid;
  grid-template-areas: "play-block__left" "content-section" "play-block__right";
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .payid-2nyo9g {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .payid-2nyo9g {
    margin: 20px auto 60px;
  }
}

@media only screen and (min-width: 992px) {
  .payid-2nyo9g {
    grid-template-areas: "play-block__left play-block__right" "content-section content-section";
    grid-template-columns: 65% 35%;
  }
}

.payid-6d0tl1 {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

.payid-6d0tl1 h1,
.payid-6d0tl1 h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .payid-6d0tl1 h1,
  .payid-6d0tl1 h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .payid-6d0tl1 {
    margin: 0;
    padding-right: 20px;
  }
}

.payid-laeisz {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

.payid-laeisz h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .payid-laeisz h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.payid-laeisz h2 {
  display: flex;
  align-items: center;
  min-height: 68px;
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 6px;
}

@media only screen and (max-width: 767px) {
  .payid-laeisz h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.payid-laeisz table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.payid-laeisz table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .payid-laeisz table tr td {
    padding: 12px 4px;
  }
}

.payid-laeisz table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .payid-laeisz table tr th {
    padding: 12px 4px;
  }
}

.payid-laeisz table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .payid-laeisz {
    margin: 0;
  }
}

.payid-2egqq0 {
  width: 100%;
  min-height: 356px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .payid-2egqq0 {
    min-height: 190px;
  }
}

.payid-ie1nxo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(5px);
}

.payid-ie1nxo::before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.payid-pya9ay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.payid-pya9ay.payid-q5qr9t {
  display: none;
}

.payid-djm51d {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.payid-djm51d iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.payid-djm51d iframe.payid-qzqrpd {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.payid-djm51d.payid-rroy3m {
  opacity: 1;
  pointer-events: all;
}

.payid-09yq28 {
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 252px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #c2c0ce;
  margin: 0 auto;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.payid-0n2v4e ease-in-out;
}

.payid-09yq28 svg {
  margin-right: 10px;
}

.payid-09yq28 + .payid-09yq28 {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .payid-09yq28:hover {
    background: #a8a6b3;
  }
}

.payid-fchkbi {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

@media only screen and (min-width: 1025px) {
  .payid-fchkbi:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
  }
}

@media only screen and (max-width: 767px) {
  .payid-09yq28 {
    height: 42px;
    max-width: 220px;
  }
}

.payid-2nyo9g .payid-cojkei {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.payid-2nyo9g .payid-cojkei h1,
.payid-2nyo9g .payid-cojkei h2 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .payid-2nyo9g .payid-cojkei h1,
  .payid-2nyo9g .payid-cojkei h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .payid-2nyo9g .payid-cojkei {
    margin: 28px 0 0;
  }
}

.payid-536yfo {
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .payid-536yfo {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .payid-536yfo {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .payid-536yfo {
    margin: 20px auto 60px;
  }
}

.payid-4iix1t {
  max-width: 545px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .payid-4iix1t {
    max-width: 100%;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .payid-4iix1t {
    max-width: 100%;
    margin: 0 0 10px;
  }
}

.payid-9qmsdq {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.payid-9qmsdq iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.payid-eujkrn {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.payid-eujkrn h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .payid-eujkrn h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .payid-eujkrn h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .payid-eujkrn {
    max-width: 100%;
    margin: 0;
  }
}

.payid-18e0ww {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .payid-18e0ww {
    padding: 14px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.payid-ef6jb3 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .payid-ef6jb3 {
    flex-direction: column;
    margin: 0 0 0 20px;
  }
}

.payid-ewiy9f {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.payid-ewiy9f span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

@media only screen and (max-width: 767px) {
  .payid-ewiy9f {
    margin: 0;
  }
  .payid-ewiy9f:last-of-type {
    margin-top: 4px;
  }
}

.payid-e8nrni {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 540px) {
  .payid-e8nrni {
    padding: 10px;
  }
}

.payid-e8nrni .payid-gu7dea {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .payid-e8nrni .payid-gu7dea {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .payid-e8nrni {
    flex-wrap: wrap;
  }
}

.payid-laqs3c {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.payid-laqs3c img {
  width: 100%;
}

.payid-y1qwt8 {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 540px) {
  .payid-y1qwt8 {
    max-width: 200px;
    margin: 0;
  }
}

.payid-zkbf9r {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

.payid-yovjwu {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.payid-ndgbwt {
  width: 100%;
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .payid-ndgbwt {
    margin: 0 0 60px;
  }
}

.payid-ndgbwt .payid-r639m7 {
  position: relative;
}

.payid-ndgbwt .payid-jrt496 {
  width: 100%;
  height: calc(100vh - 54px);
  height: 100dvh;
  height: calc(100dvh - env(safe-area-inset-bottom, 0px));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.payid-ndgbwt .payid-jrt496.payid-q5qr9t {
  display: none;
}

.payid-ndgbwt .payid-3cf3ag {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  max-width: 910px;
  width: 100%;
  border-radius: 20px;
  padding: 17px 40px;
  background: var(--main-theme-color);
  border: 1px solid var(--border-color);
  margin-bottom: env(safe-area-inset-bottom, 0px);
}

@media only screen and (max-width: 991px) {
  .payid-ndgbwt .payid-3cf3ag {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .payid-ndgbwt .payid-3cf3ag {
    bottom: 90px;
  }
}

.payid-ndgbwt .payid-3cf3ag .payid-ukxyqc {
  max-width: 300px;
  width: 100%;
}

.payid-ndgbwt .payid-3cf3ag .payid-ukxyqc .payid-qbisb7 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .payid-ndgbwt .payid-3cf3ag .payid-ukxyqc .payid-qbisb7 {
    font-size: 32px;
    text-align: center;
  }
}

.payid-ndgbwt .payid-3cf3ag .payid-ukxyqc .payid-7faz70 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .payid-ndgbwt .payid-3cf3ag .payid-ukxyqc .payid-7faz70 {
    text-align: center;
  }
}

.payid-ndgbwt .payid-3cf3ag .payid-gf83q1 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .payid-ndgbwt .payid-3cf3ag .payid-gf83q1 {
    flex-direction: column-reverse;
  }
}

.payid-ndgbwt .payid-3cf3ag .payid-gf83q1 .payid-p0gg2l {
  border-radius: 10px;
  padding: 12px 28px;
  width: 200px;
  height: 46px;
  background: #a9afbc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0b0b10;
  cursor: pointer;
  transition: 0.payid-0n2v4e ease-in-out;
}

.payid-ndgbwt .payid-3cf3ag .payid-gf83q1 .payid-p0gg2l:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .payid-ndgbwt .payid-3cf3ag .payid-gf83q1 .payid-p0gg2l {
    width: 100%;
  }
}

.payid-ndgbwt .payid-3cf3ag .payid-gf83q1 .payid-a8brr6 {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  width: 274px;
  height: 46px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  position: relative;
  transition: 0.payid-0n2v4e ease-in-out;
  overflow: hidden;
}

.payid-ndgbwt .payid-3cf3ag .payid-gf83q1 .payid-a8brr6 span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@keyframes slideLeftRight {
  0% {
    left: -16px;
  }
  100% {
    left: calc(100% + 16px);
  }
}

.payid-ndgbwt .payid-3cf3ag .payid-gf83q1 .payid-a8brr6:before {
  content: "";
  border-radius: 10px;
  position: absolute;
  height: 100%;
  width: 32px;
  top: 0;
  left: -16px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.75) 50%,
    transparent 100%
  );
  z-index: 0;
  backdrop-filter: blur(5px);
  animation: slideLeftRight 2s infinite;
}

.payid-ndgbwt .payid-3cf3ag .payid-gf83q1 .payid-a8brr6:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .payid-ndgbwt .payid-3cf3ag .payid-gf83q1 .payid-a8brr6 {
    width: 100%;
  }
}

.payid-ndgbwt .payid-3cf3ag.payid-q5qr9t {
  display: none;
}

.payid-ndgbwt .payid-a69l4b {
  display: none;
}

.payid-ndgbwt .payid-a69l4b.payid-rroy3m {
  display: block;
}

.payid-ndgbwt .payid-a69l4b iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .payid-ndgbwt .payid-a69l4b iframe {
    height: calc(100vh - 54px);
  }
}

.payid-ndgbwt .payid-buy0jk {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .payid-ndgbwt .payid-buy0jk {
    padding: 24px 16px 0;
  }
}

.payid-ndgbwt .payid-buy0jk .payid-qbisb7 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .payid-ndgbwt .payid-buy0jk .payid-qbisb7 {
    margin-bottom: 24px;
  }
}

.payid-ndgbwt .payid-buy0jk table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.payid-ndgbwt .payid-buy0jk table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .payid-ndgbwt .payid-buy0jk table tr td {
    padding: 12px 4px;
  }
}

.payid-ndgbwt .payid-buy0jk table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .payid-ndgbwt .payid-buy0jk table tr th {
    padding: 12px 4px;
  }
}

.payid-ndgbwt .payid-buy0jk table tr:last-of-type td {
  border-bottom: none;
}

.payid-qwuibi {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background: var(--main-theme-color);
}

.payid-qwuibi.payid-03cns3 {
  display: block;
}

.payid-qwuibi iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.payid-qwuibi .payid-m03eiq {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  color: #000;
  border: 1px solid #000;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
}

.payid-qwuibi .payid-bk0cs5 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.payid-qwuibi .payid-a8brr6 {
  bottom: 20px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  height: 46px;
  width: 100%;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  z-index: 10000;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: 0.payid-0n2v4e ease-in-out;
}

.payid-qwuibi .payid-a8brr6:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

.payid-84wm54 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
  overflow: auto;
}

.payid-84wm54.payid-03cns3 {
  display: block;
}

.payid-5cc67g {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.payid-so6ucl {
  position: relative;
  top: 100px;
  margin: 0 auto;
  z-index: 999;
  max-width: 600px;
  width: 100%;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px 44px;
}

.payid-oyvg6m {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .payid-so6ucl {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 28px 16px;
  }
}

.payid-fc7vt9 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.payid-fc7vt9 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.payid-wvqtjz {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.payid-hqx94n.payid-q5qr9t {
  display: none;
}

.payid-01asth {
  font-size: 16px;
  line-height: 140%;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .payid-01asth {
    margin-bottom: 20px;
  }
}

.payid-3lsymb {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.payid-3lsymb span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

.payid-3lsymb small {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.8;
  display: block;
  margin-bottom: 16px;
}

.payid-3lsymb input {
  border-radius: 46px;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: none;
  font-size: 16px;
  transition: 0.payid-0n2v4e ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.payid-3lsymb input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.payid-3lsymb input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.payid-3lsymb input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.payid-3lsymb input:active {
  border-color: #c2c0ce;
}

.payid-3lsymb input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .payid-3lsymb {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.payid-bj5qpj {
  margin-bottom: 36px;
}

.payid-bj5qpj textarea {
  border-radius: 20px;
  padding: 14px 20px;
  width: 100%;
  height: 120px;
  resize: none;
  overflow: hidden;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: 1px solid #c2c0ce;
  font-size: 16px;
}

.payid-bj5qpj textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.payid-bj5qpj textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .payid-bj5qpj {
    margin-bottom: 24px;
  }
}

.payid-i15ffv {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.payid-p0bip8 {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  width: 136px;
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  transition: 0.payid-0n2v4e ease-in-out;
}

.payid-p0bip8:hover {
  background: var(--border-color);
}

.payid-e82qs6 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #197bff;
  color: var(--title-color);
  border-radius: 6px;
  padding: 10px;
  width: 193px;
  height: 42px;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: 0.payid-0n2v4e ease-in-out;
}

.payid-e82qs6:hover {
  background: #166ad9;
}

.payid-6hu0zx {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.payid-6hu0zx.payid-q5qr9t {
  display: none;
}

.payid-5u4su2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--title-color);
  margin: 16px 0 20px;
}

.payid-6hu0zx .payid-p0bip8 {
  margin: 0 auto;
}

.payid-yhm2ag {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
  .payid-yhm2ag {
    margin-bottom: 16px;
  }
}

.payid-h84vee {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: auto;
  position: relative;
}

.payid-n087h9 {
  filter: grayscale(100%);
}

.payid-h84vee > input {
  display: none;
}

.payid-h84vee > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.payid-mu3qe8.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.payid-gf6uht 44.payid-necd5y.payid-149dez.payid-r148id.payid-az3o8m.payid-gi8rf2.payid-93820b.payid-ra01eq.payid-g8j8ti.payid-73z39k.payid-l2batb.payid-qjqtv0.payid-fgdebh 0l-12.payid-si2gus 30.payid-ssz3gj.payid-lgjw6p 2.payid-ieaj24.payid-lgjw6p 3.payid-s1f22g 3.payid-5r9bn3.payid-rlqfsy 3.payid-safbag.payid-ll8b0l.payid-rb7uif.payid-odupkp 7-3.payid-si2gus 10.payid-c720fb.payid-odupkp 23.payid-utflps.payid-iaqviq 1.payid-tah9vc 2.payid-si2gus 3.payid-iaqviq 1.payid-rlqfsy 5.payid-zw9525.payid-rlqfsy 32.payid-h5lhfx.payid-ll8b0l 5.payid-fgdebh 4.payid-odupkp 9.payid-odupkp 8.payid-rlqfsy 6.payid-1ooevq.payid-xlh3n9.payid-qvaw7c.payid-ko1dqf.payid-xj6nxg 4.payid-lko72a.payid-xj6nxg 6.payid-xj6nxg 0l29.payid-fgdebh 17.payid-08aptk.payid-2vyi83 2.payid-n5upii 10.payid-aeycv9.payid-si2gus 8.payid-eu9uv9.payid-ssi79y.payid-oz2t82.payid-alijwx.payid-l0dfp6.payid-ll8b0l.payid-gi8rf2.payid-si2gus 1.payid-oo1ys7.payid-wnenw2.payid-6ft7xf.payid-sxe1u3.payid-qi6btf.payid-tah9vc 1.payid-26rbf7.payid-40dbd7.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.payid-h84vee > input:checked ~ label,
.payid-h84vee > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.payid-mu3qe8.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.payid-gf6uht 44.payid-necd5y.payid-149dez.payid-r148id.payid-az3o8m.payid-gi8rf2.payid-93820b.payid-ra01eq.payid-g8j8ti.payid-73z39k.payid-l2batb.payid-qjqtv0.payid-fgdebh 0l-12.payid-si2gus 30.payid-ssz3gj.payid-lgjw6p 2.payid-ieaj24.payid-lgjw6p 3.payid-s1f22g 3.payid-5r9bn3.payid-rlqfsy 3.payid-safbag.payid-ll8b0l.payid-rb7uif.payid-odupkp 7-3.payid-si2gus 10.payid-c720fb.payid-odupkp 23.payid-utflps.payid-iaqviq 1.payid-tah9vc 2.payid-si2gus 3.payid-iaqviq 1.payid-rlqfsy 5.payid-zw9525.payid-rlqfsy 32.payid-h5lhfx.payid-ll8b0l 5.payid-fgdebh 4.payid-odupkp 9.payid-odupkp 8.payid-rlqfsy 6.payid-1ooevq.payid-xlh3n9.payid-qvaw7c.payid-ko1dqf.payid-xj6nxg 4.payid-lko72a.payid-xj6nxg 6.payid-xj6nxg 0l29.payid-fgdebh 17.payid-08aptk.payid-2vyi83 2.payid-n5upii 10.payid-aeycv9.payid-si2gus 8.payid-eu9uv9.payid-ssi79y.payid-oz2t82.payid-alijwx.payid-l0dfp6.payid-ll8b0l.payid-gi8rf2.payid-si2gus 1.payid-oo1ys7.payid-wnenw2.payid-6ft7xf.payid-sxe1u3.payid-qi6btf.payid-tah9vc 1.payid-26rbf7.payid-40dbd7.5z'/%3e%3c/svg%3e");
}

.payid-h84vee > input:not(:checked) ~ label:hover,
.payid-h84vee > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.payid-mu3qe8.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.payid-gf6uht 44.payid-necd5y.payid-149dez.payid-r148id.payid-az3o8m.payid-gi8rf2.payid-93820b.payid-ra01eq.payid-g8j8ti.payid-73z39k.payid-l2batb.payid-qjqtv0.payid-fgdebh 0l-12.payid-si2gus 30.payid-ssz3gj.payid-lgjw6p 2.payid-ieaj24.payid-lgjw6p 3.payid-s1f22g 3.payid-5r9bn3.payid-rlqfsy 3.payid-safbag.payid-ll8b0l.payid-rb7uif.payid-odupkp 7-3.payid-si2gus 10.payid-c720fb.payid-odupkp 23.payid-utflps.payid-iaqviq 1.payid-tah9vc 2.payid-si2gus 3.payid-iaqviq 1.payid-rlqfsy 5.payid-zw9525.payid-rlqfsy 32.payid-h5lhfx.payid-ll8b0l 5.payid-fgdebh 4.payid-odupkp 9.payid-odupkp 8.payid-rlqfsy 6.payid-1ooevq.payid-xlh3n9.payid-qvaw7c.payid-ko1dqf.payid-xj6nxg 4.payid-lko72a.payid-xj6nxg 6.payid-xj6nxg 0l29.payid-fgdebh 17.payid-08aptk.payid-2vyi83 2.payid-n5upii 10.payid-aeycv9.payid-si2gus 8.payid-eu9uv9.payid-ssi79y.payid-oz2t82.payid-alijwx.payid-l0dfp6.payid-ll8b0l.payid-gi8rf2.payid-si2gus 1.payid-oo1ys7.payid-wnenw2.payid-6ft7xf.payid-sxe1u3.payid-qi6btf.payid-tah9vc 1.payid-26rbf7.payid-40dbd7.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .payid-jsg2bs > .payid-f2iu7u {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .payid-jsg2bs > .payid-f2iu7u {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .payid-jsg2bs > .payid-f2iu7u {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .payid-jsg2bs > .payid-f2iu7u {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .payid-jsg2bs > .payid-f2iu7u {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

label[for="rating-0"] {
  display: none;
}

.payid-g4wtuo {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.payid-g4wtuo.payid-q5qr9t {
  display: none;
}

.payid-f1vsdi {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  height: 110px;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .payid-f1vsdi {
    height: 74px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .payid-f1vsdi {
    border-radius: 20px 20px 0 0;
  }
}

.payid-0cgeff {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 52px;
  gap: 16px;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  color: #fff;
  border-top-left-radius: 30px;
}

.payid-0cgeff::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.payid-0cgeff::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.payid-0cgeff img {
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .payid-0cgeff {
    max-width: 300px;
    padding: 0 10px;
    font-size: 16px;
  }
  .payid-0cgeff img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .payid-0cgeff {
    max-width: 120px;
    font-size: 14px;
    border-top-left-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
  }
  .payid-0cgeff img {
    max-width: 60px;
    border-radius: 7px;
  }
}

.payid-kr2b00 {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .payid-kr2b00 {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .payid-kr2b00 {
    font-size: 14px;
  }
}

.payid-jy9fbp {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 52px 0 0;
  z-index: 2;
  overflow: hidden;
  border-top-right-radius: 30px;
}

.payid-jy9fbp::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .payid-jy9fbp::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.payid-jy9fbp::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .payid-jy9fbp::after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .payid-jy9fbp {
    max-width: 300px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .payid-jy9fbp {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}

.payid-06ifqr {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .payid-06ifqr {
    top: -20px;
  }
}

.payid-zrgp7n {
  width: 220px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.payid-0n2v4e ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

@media only screen and (min-width: 1025px) {
  .payid-zrgp7n:hover {
    background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
  }
}

@media only screen and (max-width: 1023px) {
  .payid-zrgp7n {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .payid-zrgp7n {
    width: 90px;
    height: 40px;
  }
}

.payid-g4wtuo.payid-zttfd3 .payid-f1vsdi {
  background: #2b3b67;
}

.payid-g4wtuo.payid-zttfd3 .payid-0cgeff {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.payid-g4wtuo.payid-zttfd3 .payid-0cgeff::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.payid-g4wtuo.payid-zttfd3 .payid-0cgeff::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.payid-g4wtuo.payid-zttfd3 .payid-jy9fbp::before {
  background: #0e0f41;
}

.payid-g4wtuo.payid-zttfd3 .payid-jy9fbp::after {
  background: #152557;
}

.payid-g4wtuo.payid-5n00rh .payid-f1vsdi {
  background: #1f35fa;
}

.payid-g4wtuo.payid-5n00rh .payid-0cgeff {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.payid-g4wtuo.payid-5n00rh .payid-0cgeff::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.payid-g4wtuo.payid-5n00rh .payid-0cgeff::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.payid-g4wtuo.payid-5n00rh .payid-jy9fbp::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.payid-g4wtuo.payid-5n00rh .payid-jy9fbp::after {
  background: #192ac8;
}

.payid-g4wtuo.payid-fjyan4 .payid-f1vsdi {
  background: #fa771f;
}

.payid-g4wtuo.payid-fjyan4 .payid-0cgeff {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.payid-g4wtuo.payid-fjyan4 .payid-0cgeff::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.payid-g4wtuo.payid-fjyan4 .payid-0cgeff::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.payid-g4wtuo.payid-fjyan4 .payid-jy9fbp::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.payid-g4wtuo.payid-fjyan4 .payid-jy9fbp::after {
  background: #fa8535;
}

.payid-9pgj0m {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .payid-9pgj0m {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .payid-9pgj0m {
    margin: 24px 0 60px;
  }
}

.payid-9pgj0m h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .payid-9pgj0m h1 {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 18px;
  }
}

.payid-ucmfij {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 24px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .payid-ucmfij {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.payid-6mgbwh {
  display: flex;
  align-items: center;
  color: var(--text-color);
  gap: 6px;
  font-weight: 700;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .payid-6mgbwh {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.payid-ue6gth {
  max-width: 200px;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .payid-ue6gth:hover {
    background: var(--button-bg-hover);
  }
}

.payid-x5ada9 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.payid-x5ada9 span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.payid-x5ada9 small {
  font-size: 14px;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .payid-x5ada9 {
    margin-bottom: 16px;
  }
}

.payid-ucucm9 {
  width: 120px;
  height: 22px;
}

.payid-ucucm9 .payid-t5yyd1 {
  fill: #c2c0ce;
}

.payid-ucucm9 [rating="1"] .payid-t5yyd1:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.payid-ucucm9 [rating="2"] .payid-t5yyd1:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.payid-ucucm9 [rating="3"] .payid-t5yyd1:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.payid-ucucm9 [rating="4"] .payid-t5yyd1:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.payid-ucucm9 [rating="5"] .payid-t5yyd1:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.payid-0xpiwa {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

@media only screen and (max-width: 767px) {
  .payid-0xpiwa {
    gap: 16px 0;
  }
}

.payid-g0hu82 {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.payid-g0hu82.payid-rroy3m {
  display: block;
}

.payid-g0hu82.payid-q5qr9t {
  display: none;
}

@media only screen and (max-width: 767px) {
  .payid-g0hu82 {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.payid-5ziri8 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.payid-51vjqx {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.payid-0hgpqh {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.payid-81oo27 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.payid-81oo27 span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.payid-heqiyx {
  font-size: 16px;
  line-height: 140%;
}

.payid-zy2o4s {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.payid-zy2o4s .payid-t5yyd1 {
  fill: #c2c0ce;
}

.payid-zy2o4s [rating="1"] .payid-t5yyd1:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.payid-zy2o4s [rating="2"] .payid-t5yyd1:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.payid-zy2o4s [rating="3"] .payid-t5yyd1:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.payid-zy2o4s [rating="4"] .payid-t5yyd1:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.payid-zy2o4s [rating="5"] .payid-t5yyd1:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.payid-tlqfhc {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .payid-tlqfhc {
    margin: 18px auto 0;
  }
}

/* Review Hero Block Styles */

.payid-sh420m {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .payid-sh420m {
    padding: 0 16px;
  }
}

.payid-4e1608 {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .payid-4e1608 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.payid-810bu5 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .payid-810bu5 {
    padding: 12px;
    gap: 12px;
  }
}

.payid-vs8kx2 {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.payid-vs8kx2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.payid-bu0s1f {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    var(--button-bg-color) 0%,
    var(--button-bg-hover) 100%
  );
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.payid-q99i4n {
  flex: 1;
  min-width: 0;
}

.payid-xngetj {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .payid-xngetj {
    font-size: 14px;
    gap: 6px;
  }
}

.payid-5t1pgu {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.payid-5t1pgu svg,
.payid-5t1pgu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.payid-5t1pgu svg path {
  fill: var(--button-bg-color);
}

.payid-5t1pgu svg circle {
  fill: var(--button-text-color);
}

.payid-3l2sg8 {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .payid-3l2sg8 {
    font-size: 12px;
  }
}

.payid-3l2sg8 strong {
  font-weight: 600;
}

.payid-1dwtsw {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.payid-1dwtsw p {
  margin: 0 0 16px;
}

.payid-1dwtsw p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .payid-1dwtsw {
    font-size: 14px;
    line-height: 150%;
  }
}

.payid-swklt1 {
  max-width: 300px;
  width: 100%;
}

.payid-swklt1 a {
  width: 100%;
}

@media (max-width: 575px) {
  .payid-swklt1 {
    max-width: 200px;
  }
}

.payid-1rsi7b {
  justify-content: center;
}

.payid-imnhd5 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.payid-yfulf5 {
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .payid-5x3lev {
    padding: 0 0 50px;
    justify-content: center;
  }
}

.payid-isfwia {
  padding: 5px 0;
  justify-content: center;
  background: color-mix(in srgb, var(--fh-bg-color), transparent 20%);
}

.payid-isfwia .payid-mrq1zr {
  justify-content: center;
}

/* faq */

.payid-w70q82 {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  user-select: none;
}

.payid-44vnya {
  color: var(--text-color);
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: var(--table-1-color);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.payid-pk19v1 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.payid-44vnya::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.payid-pk19v1 ease;
}

.payid-w70q82.payid-03cns3 .payid-44vnya::after {
  transform: rotate(45deg);
}

.payid-zkp4mx {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.payid-0n2v4e ease, padding 0.payid-0n2v4e ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.payid-w70q82.payid-03cns3 .payid-zkp4mx {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.payid-3n5oku {
  margin: 25px 0;
}

.payid-h84vee > input:not(:checked) ~ label:hover,
.payid-h84vee > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.payid-ebbk4k.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.payid-c21cqz 44.payid-x8vqhk.payid-q4iusg.payid-5se6b8.payid-znaaat.payid-wmv9zi.payid-n0vhxl.payid-z5bqav.payid-0yqtgk.payid-4ua3x9.payid-vy220z.payid-dberox.payid-0qayzt 0l-12.payid-zkmzh5 30.payid-3awedw.payid-kx4lkf 2.payid-mbhu44.payid-kx4lkf 3.payid-cb9qew 3.payid-0u0emm.payid-tbzfnx 3.payid-oyvas5.payid-i4jx15.payid-rfbekt.payid-ozgocy 7-3.payid-zkmzh5 10.payid-v352f0.payid-ozgocy 23.payid-msb388.payid-obpk7r 1.payid-fa4w85 2.payid-zkmzh5 3.payid-obpk7r 1.payid-tbzfnx 5.payid-99em1s.payid-tbzfnx 32.payid-nkdeec.payid-i4jx15 5.payid-0qayzt 4.payid-ozgocy 9.payid-ozgocy 8.payid-tbzfnx 6.payid-2ssmbr.payid-t71x1u.payid-e9tm0h.payid-ihaipi.payid-4crl56 4.payid-k4sc98.payid-4crl56 6.payid-4crl56 0l29.payid-0qayzt 17.payid-yqh24t.payid-5xqnhs 2.payid-xmwquy 10.payid-xlus43.payid-zkmzh5 8.payid-su3jdl.payid-a9ms6p.payid-1aolqy.payid-3i8izr.payid-eaq4a2.payid-i4jx15.payid-wmv9zi.payid-zkmzh5 1.payid-6r3d73.payid-1rzae3.payid-paw7zr.payid-47pxi1.payid-55xdhe.payid-fa4w85 1.payid-zbt2e0.payid-2akhge.5z'/%3e%3c/svg%3e");
}

.payid-6658u3 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .payid-6658u3 {
    gap: 16px 0;
  }
}

.payid-ptuway {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.payid-ptuway.payid-k3brpz {
  display: block;
}

.payid-ptuway.payid-2im71w {
  display: none;
}

@media only screen and (max-width: 767px) {
  .payid-ptuway {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.payid-chvlh3 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.payid-qcomsy {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.payid-unyogs {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.payid-r91puo small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.payid-r91puo span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.payid-l9etux {
  font-size: 16px;
  line-height: 140%;
}

.payid-qvol1k {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.payid-qvol1k .payid-0nkky8 {
  fill: #c2c0ce;
}

.payid-qvol1k [rating="1"] .payid-0nkky8:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.payid-qvol1k [rating="2"] .payid-0nkky8:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.payid-qvol1k [rating="3"] .payid-0nkky8:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.payid-qvol1k [rating="4"] .payid-0nkky8:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.payid-qvol1k [rating="5"] .payid-0nkky8:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

.payid-hm3ngy {
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: var(--fh-bg-color);
  font-family: sans-serif;
}

.payid-hm3ngy textarea {
  width: 100%;
  height: 80px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  resize: none;
  box-sizing: border-box;
  font-size: 18px;
}

.payid-hm3ngy button {
  margin-top: 10px;
  padding: 8px 16px;
  background: var(--button-bg-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 576px) {
  table {
    word-break: break-all;
  }
}

/* up */

.payid-afp2sz {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.payid-afp2sz.payid-32d05q {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.payid-2ycd1j {
  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-2ycd1j label {
  font-size: 14px;
}

.payid-2ycd1j h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.payid-2ycd1j input,
.payid-2ycd1j textarea,
.payid-2ycd1j 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-2ycd1j button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.payid-pk19v1 ease;
}
.payid-2ycd1j button:hover {
  background-color: var(--button-bg-hover);
}
.payid-eozyr4 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.payid-xvvtl2 ease-in;
}

.payid-eozyr4 h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.payid-9vvfh3, .payid-kpzyoe, [class*="review-card"],
thead, thead th, table th, .payid-cwiii6,
.payid-k7l3zm, [class*="collapsible-header"],
.payid-vwjsno, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
.payid-05nilx, .payid-05nilx :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
