* {
  box-sizing: border-box;
  outline: none;
  font-family:
    "Exo",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  text-decoration: none;
  border: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  overflow-wrap: break-word;
  color: var(--Text-100);
}

h1 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0.2px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

@media screen and (min-width: 1200px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  overflow-wrap: break-word;
}

s {
  text-decoration: line-through;
}

a {
  color: var(--text-color);
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 72px;
}

body {
  margin-top: 128px;
  font-size: 16px;
  line-height: 24px;
  background-color: var(--main-theme-color);
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  body {
    margin-top: 72px;
  }
}

.richman-63rxo0 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .richman-63rxo0 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .richman-63rxo0 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.richman-i337js {
  overflow: hidden;
}

.richman-azqebd img {
  background: var(--Neutral-300);
}

.richman-do3kbx {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  padding: 9px 15px;
  color: var(--button-text-color);
  border-radius: 16px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.richman-5jjk7b {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.richman-5jjk7b:hover {
  background: var(--button-bg-hover);
}

.richman-4ahz0m {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.richman-4ahz0m:hover {
  background: var(--button-bg-hover);
}

.richman-dff1ip {
  font-size: 12px;
  line-height: 18px;
}

.richman-3e5hbk {
  font-size: 18px;
  line-height: 26px;
}

.richman-iaqbuo {
  width: 100%;
}

.richman-pcr2g1 {
  padding: 6px 16px;
}

.richman-348j63 {
  padding: 10px 16px;
}

.richman-j7w96p {
  padding: 15px 26px;
}

.richman-5jhsr2 {
  flex-shrink: 0;
}

.richman-203299 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.richman-ayxr7x {
  display: none;
}

.richman-9f0zr2 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.richman-87c5z8 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.richman-om0hh9 {
  display: flex;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scroll-behavior: smooth;
  cursor: grab;
  padding-bottom: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.richman-8bz1m5 {
  cursor: grab;
}

.richman-om0hh9::-webkit-scrollbar {
  display: none;
}

.richman-8mrysx {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.richman-h5ea5z {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.richman-rruz84 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.richman-k1wd25 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.richman-7o5ork {
  visibility: visible;
}

.richman-mq0ixn {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.richman-hjbllt ease;
}

.richman-64y3k2 {
  background-color: var(--Primary-200);
  width: 16px;
}

.richman-umye4s {
  -webkit-mask-image: linear-gradient(
    to right,
    var(--Neutral-300) 96%,
    transparent
  );
  mask-image: linear-gradient(to right, var(--Neutral-300) 96%, transparent);
  transition:
    -webkit-mask-image 0.richman-hjbllt,
    mask-image 0.3s;
}

.richman-umye4s.richman-cuvbbl {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

main {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 48px;
}

@media (min-width: 768px) {
  main {
    gap: 56px;
  }
}

.richman-mdlueg:not([hidden]) {
  position: fixed;
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  inset: 0;
  z-index: 1100;
  padding: 16px;
  isolation: isolate;
  display: flex;
  justify-content: center;
  align-items: center;
}

.richman-425jt1 {
  cursor: pointer;
  display: block;
  border: none;
  width: 22px;
  height: 22px;
  background-color: var(--Neutral-50);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.richman-n5zdsh.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.richman-n5zdsh.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.richman-9mts4f {
  border-radius: 24px;
  background: var(--Neutral-400);
  padding: 40px 24px 40px;
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
}

.richman-9mts4f::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300, #53109f) 0%,
    var(--neutral-30080, rgba(21, 24, 41, 0.75)) 49.52%
  );
}

.richman-voz8y2 {
  position: relative;
  z-index: 1;
}

.richman-z9eee4 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.richman-278m1i {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.richman-yo940c {
  font-size: 40px;
  line-height: 48px;
}

.richman-6vl6gq {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.richman-rgfc7q {
  border-radius: 16px;
  background: var(--Primary-200);
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 15px 16px;
  align-content: center;
  display: block;
  width: 100%;
  margin-top: 24px;
  cursor: pointer;
  text-transform: capitalize;
  transition: 0.3s;
}

.richman-rgfc7q:hover {
  background: var(--Primary-400);
}

.richman-rgfc7q svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.richman-mdlueg img {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  touch-action: none;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .richman-9mts4f {
    max-width: 600px;
    padding: 64px;
  }

  .richman-z9eee4 {
    font-size: 24px;
    line-height: 32px;
  }

  .richman-278m1i {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .richman-yo940c {
    font-size: 50px;
    line-height: 56px;
  }

  .richman-6vl6gq {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .richman-425jt1 {
    top: 25px;
    right: 25px;
  }
}

.richman-h84fcx,
.richman-ef9asf {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
  padding: 16px 14px;
}

.richman-bf7ijb.richman-izauxu::before,
.richman-ef9asf::before,
.richman-6pdrmo::before {
  display: block;
  aspect-ratio: 1/1;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.richman-n5zdsh.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.richman-xkzxvs 14.richman-t5bdfc.richman-qv6y3i 14.richman-a4n898 15.richman-bmumkp 14.richman-ewt1r5 15.richman-5ixazz 14.richman-qkzrnh.richman-jvnfwl 14.richman-5cpsx0 19.richman-sv91s6 12.richman-uigk39 19.richman-sv91s6 10.richman-if2dc9.richman-sv91s6 8.richman-upoawa 17.richman-ejqrfn 7.richman-8v0dl5 15.richman-wnkcyu 7.richman-5b5w0o.richman-v4omcj 7.richman-8v0dl5 11.richman-dnsfkz 8.richman-upoawa 11.richman-dnsfkz 10.richman-f1pbzp.richman-dnsfkz 12.richman-gx7oe6 13.richman-bh6elt 14.richman-d3h199 15.richman-8r8wg1 14.richman-ktf2u8.richman-4qcs4e 14.richman-705v3h 15.richman-4y1rfw 14.richman-7ks4ym 15.richman-tlir9p 14.richman-kojkic.richman-xkzxvs 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.richman-1x3vpj 15.richman-d0t3me.richman-ltgzay 15.richman-li3n77 15.richman-a93lze 15.richman-bgwnai 15.richman-1qskyk 15.richman-zb5amd.richman-fcssyp 15.richman-bgwnai 15.richman-dzexnb 15.richman-9xhelm 15.richman-ik2yhf 15.richman-iqq141.richman-73xh52 15.richman-49rog3 7.richman-wgjzrv 18.richman-v552er 7.richman-fdz0tq 23.richman-jo17ss.richman-cdfi1c.richman-x9f3c8 18.richman-7ilafw 19.richman-w0mk2m 15.richman-md6879 15.richman-1x3vpj 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.richman-fgdhhc [type="submit"] *,
.richman-nna6tc button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .richman-729uzy {
    display: none;
  }
}

.richman-8d299r {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .richman-8d299r {
  display: none;
}

@media (min-width: 768px) {
  .richman-8d299r {
    bottom: 22px;
  }
}

.richman-8d299r input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .richman-8d299r {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.richman-10mjgb.static) .richman-8d299r {
    bottom: 8px;
  }
}

.richman-1na8i1 {
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: 1px solid var(--Primary-100);
  background: no-repeat center/40px var(--Primary-200)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.richman-n5zdsh.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.richman-4khtvr 3.richman-qke53r.richman-wslf01.richman-2f3byj 3.richman-au3tkj 3.richman-9qj5ed 5.richman-scgkjw 3.richman-9qj5ed 8.richman-acif9r.richman-9gwbup.richman-9qj5ed 26.richman-qp96u5 5.richman-ofunkh 28.richman-6evfbk 8.richman-7sqk3s 28.richman-rbbe3z.richman-dqgdob 28.richman-yj5kf6.richman-uzzcx3 34.richman-ote2tc.richman-6tspym 36.richman-7mach5 11.richman-porspb 37.richman-r0zcop 12.richman-qr3j57 36.richman-8mqgv2.richman-h9g5zg 28.richman-glp9x0.richman-6skzcz.richman-3yiqzw 28.richman-rvh0zk 36.richman-tffl7n 26.richman-j2k8vp 36.richman-tffl7n 23.richman-su7li5.richman-lifvdx.richman-tffl7n 5.richman-dhtcc5 34.richman-x6qy16 3.richman-au3tkj 31.richman-4khtvr 3.richman-62pqfc.richman-i143a1 18.richman-qdx6eg.richman-tzuokz 18.richman-zns7gh 8.richman-pkcumu 17.richman-rblguw 8.richman-pkcumu 15.richman-cyryc1.richman-pkcumu 14.richman-h8p5gz 9.richman-tzuokz 13.richman-1xgajy 11.richman-i143a1 13.richman-djw3zf.richman-u9mfog 13.richman-1xgajy 13.richman-zlf85f 14.richman-h8p5gz 13.richman-zlf85f 15.richman-vmvn38.richman-zlf85f 17.richman-rblguw 12.richman-u9mfog 18.richman-zns7gh 11.richman-i143a1 18.richman-mnsasz.richman-h0bfvx 18.richman-m4k97m.richman-acr7lo 18.richman-zns7gh 17.richman-cgze78 17.richman-rblguw 17.richman-cgze78 15.richman-getaw0.richman-cgze78 14.richman-h8p5gz 18.richman-acr7lo 13.richman-1xgajy 20.richman-h0bfvx 13.richman-i8raqk.richman-zd4grt 13.richman-1xgajy 22.richman-zrt84u 14.richman-h8p5gz 22.richman-zrt84u 15.richman-6z7p8w.richman-9xqjf6 17.richman-rblguw 21.richman-zd4grt 18.richman-zns7gh 20.richman-h0bfvx 18.richman-fkg0u6.richman-84uagv 18.richman-gyl158.richman-9wh3vi 18.richman-zns7gh 26.richman-ecfjya 17.richman-rblguw 26.richman-ecfjya 15.richman-o1mz8i.richman-ecfjya 14.richman-h8p5gz 27.richman-9wh3vi 13.richman-1xgajy 28.richman-84uagv 13.richman-8hzxvh.richman-c57ufs 13.richman-1xgajy 31.richman-8vytmy 14.richman-h8p5gz 31.richman-8vytmy 15.richman-5puh4j.richman-ecfjya 17.richman-rblguw 30.richman-c57ufs 18.richman-zns7gh 28.richman-84uagv 18.5087Z' fill='%23F7F7F7'/%3E%3C/svg%3E");
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"])
    .richman-1na8i1 {
    display: none;
  }
}

.richman-0jfttx {
  position: fixed;
  inset: 0;
  z-index: 101;
  background: var(--Neutral-400);
  box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  overscroll-behavior: contain;
  overflow: auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .richman-0jfttx {
    inset: auto 24px 24px auto;
    width: 448px;
    height: 600px;
    border-radius: 24px;
    border: 1px solid var(--Neutral-200);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.16);
  }
}

.pc61d126-chatbot-window[aria-hidden="true"] {
  display: none;
}

.richman-nna6tc {
  border-bottom: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  color: var(--Text-300);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0;
}

@media (min-width: 768px) {
  .richman-nna6tc {
    padding: 14px 16px;
  }
}

.richman-nna6tc button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.richman-nna6tc button:first-child {
  align-content: end;
}

.richman-nna6tc button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .richman-nna6tc
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .richman-nna6tc
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.richman-nna6tc button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.richman-nna6tc button:last-child svg {
  width: 38px;
  height: 38px;
}

.richman-6pdrmo {
  flex: 1 1;
  align-content: center;
  display: flex;
  align-items: center;
  gap: 10px;
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
}

.richman-6pdrmo::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .richman-6pdrmo,
.pc61d126-chatbot[data-active-screen="3"]
  .richman-6pdrmo {
  opacity: 1;
  visibility: visible;
}

.richman-f7ym85 {
  flex: 1 1;
}

.richman-bwmxlh {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .richman-bwmxlh {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .richman-xttg9x {
  display: block;
}

.richman-c3qqxd {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .richman-c3qqxd {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.richman-ef9asf {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.richman-ef9asf::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.richman-zp12fo span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.richman-zp12fo p {
  color: var(--Text-100);
}

.richman-ef9asf .richman-yfsqx8 {
  grid-area: button;
}

.richman-ef9asf .richman-yfsqx8::after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.richman-n5zdsh.org/2000/svg'%3E%3Cpath d='M4.richman-5soxvk 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.richman-zala7f 15L16.richman-zala7f 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.richman-zala7f 5L16.richman-zala7f 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .richman-avloxg {
  display: block;
}

.richman-1ozuua {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .richman-1ozuua {
    margin-top: 40px;
  }
}

.richman-h84fcx label,
.richman-h84fcx input {
  display: block;
  width: 100%;
}

.richman-h84fcx label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.richman-h84fcx label.richman-ij8fo0 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.richman-h84fcx label.richman-ij8fo0::after {
  content: attr(data-error);
  display: block;
  color: var(--Accent-100);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
}

.richman-h84fcx input {
  color: var(--Text-100);
  border-radius: 16px;
  background: var(--Neutral-400);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  padding: 17px 16px;
  margin-top: 4px;
}

.richman-h84fcx input::placeholder {
  color: var(--Text-400);
}

.richman-xu0qii {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .richman-xu0qii {
  display: flex;
}

.richman-xu0qii ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .richman-xu0qii ol {
    height: 420px;
    padding: 24px;
  }
}

.richman-xu0qii ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.richman-fgdhhc {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .richman-fgdhhc {
    padding: 0 24px 24px;
  }
}

.richman-fgdhhc input {
  display: block;
  width: 100%;
  padding: 16px 44px 16px 16px;
  border-radius: 24px;
  background: var(--Neutral-300);
  color: var(--Text-100);
  font-size: 16px;
  line-height: 24px;
}

.richman-fgdhhc input::placeholder {
  color: var(--Text-400);
}

.richman-fgdhhc [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.richman-fgdhhc [type="submit"]:disabled {
  opacity: 0.5;
}

.richman-fgdhhc [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .richman-fgdhhc [type="submit"] {
    right: 40px;
  }
}

.richman-bf7ijb {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.richman-bf7ijb.richman-izauxu {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.richman-bf7ijb.richman-izauxu::before {
  content: "";
  width: 31px;
}

.richman-bf7ijb.richman-izauxu p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.richman-bf7ijb.richman-5m5ryw p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.richman-bf7ijb p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.richman-8d299r .richman-yfsqx8 {
  border-radius: 16px;
  background: var(--Primary-200);
  text-align: center;
  padding: 9px;
  color: var(--Text-00);
  font-feature-settings: "liga" off;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
}

@media (max-width: 767px) {
  body:has(header.mobile-menu) {
    overflow: hidden;
  }
}

.richman-729uzy {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .richman-729uzy {
    padding: 14px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .richman-729uzy {
    padding: 15px 0;
  }
}

.richman-729uzy .richman-63rxo0 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .richman-729uzy .richman-63rxo0 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.richman-iwpu5c {
  display: block;
  width: 100%;
  max-width: 144px;
  height: 36px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .richman-iwpu5c {
    max-width: 180px;
    height: 47px;
  }
}

.richman-iwpu5c picture,
.richman-iwpu5c img {
  display: block;
  width: 100%;
  height: 100%;
}

.richman-iwpu5c img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .richman-icfpuz {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.richman-hjbllt ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .richman-729uzy.richman-vjd3cx .richman-icfpuz {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .richman-icfpuz {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .richman-icfpuz {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.richman-vumggx,
.richman-lazz81 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .richman-vumggx,
  .richman-lazz81 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .richman-lazz81 {
    display: none;
  }
}

.richman-0a2ovt {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(
    0deg,
    rgba(0, 3, 20, 0) 0%,
    var(--fh-bg-color) 70%
  );
  padding: 0 16px 16px;
  justify-content: center;
}

.richman-vjd3cx .richman-0a2ovt {
  background: var(--fh-bg-color);
}

.richman-0a2ovt button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .richman-0a2ovt {
    display: none;
  }
}

.richman-3nbwot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .richman-3nbwot {
    display: none;
  }
}

.richman-teda8g {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--header-text-color, var(--text-color));
  pointer-events: none;
  touch-action: none;
}

.richman-729uzy.richman-vjd3cx .richman-teda8g:first-child {
  display: none;
}

.richman-729uzy.richman-vjd3cx .richman-teda8g:last-child {
  display: block;
}

.richman-teda8g:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .richman-teda8g {
    display: none;
  }
}

.richman-vdbyzf {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .richman-vdbyzf {
    display: flex;
  }
}

.richman-vdbyzf ul {
  max-height: 350px;
  overflow-y: auto;
}

.richman-vdbyzf:hover ul {
  visibility: visible;
  opacity: 1;
}

.richman-vdbyzf:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.richman-vdbyzf:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.richman-vdbyzf:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.richman-vdbyzf:hover .richman-vzfzbi svg {
  transform: rotate(180deg);
}

.richman-xmrbd5 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.richman-w09sp2 {
  padding: 0 8px;
}

.richman-at6jj0 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.richman-at6jj0:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .richman-at6jj0 {
    padding: 4px 8px;
  }
}

.richman-5iznry {
  display: flex;
}

.richman-5iznry img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.richman-vzfzbi {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.richman-vzfzbi svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.richman-npunng {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  align-items: flex-start;
  flex-direction: column;
  width: auto;
  max-height: 0;
  transition: max-height 0.3s;
  opacity: 0;
  background: unset;
  gap: 0;
}

@media (min-width: 1200px) {
  .richman-npunng {
    position: absolute;
    top: 40px;
    left: 0;
    width: 112px;
    padding: 8px;
    border-radius: 8px;
    background: var(--fh-bg-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
    gap: 2px;
  }
}

.richman-glxk0c {
  width: 100%;
}

@media (min-width: 1200px) {
  .richman-glxk0c {
    display: none;
  }
}

.richman-4chiw3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.richman-zk6d6p {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.richman-t18dvq {
  display: flex;
}

.richman-dxyqee {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.richman-xb6l98 {
  list-style: none;
}

@media (max-width: 1199px) {
  .richman-xb6l98 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .richman-xb6l98 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .richman-xb6l98 .richman-2eq0nu [data-ref-el],
  .richman-xb6l98 .richman-2eq0nu span,
  .richman-xb6l98 .richman-2eq0nu a {
    white-space: nowrap;
  }
}

.richman-jdsf88 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .richman-jdsf88.richman-v56mye > .richman-2eq0nu {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .richman-jdsf88.richman-w4py41:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .richman-jdsf88.richman-v56mye > .richman-8tvqrr {
    height: auto;
  }

  .richman-jdsf88.richman-v56mye > div > .richman-kjbs6i {
    transform: rotate(180deg);
  }
}

.richman-jdsf88 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.richman-jdsf88 [data-ref-el],
.richman-jdsf88 span {
  cursor: pointer;
}

.richman-jdsf88 [data-ref-el],
.richman-jdsf88 span,
.richman-jdsf88 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--header-text-color, var(--text-color));
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .richman-jdsf88 [data-ref-el],
  .richman-jdsf88 span,
  .richman-jdsf88 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .richman-jdsf88 [data-ref-el],
  .richman-jdsf88 span,
  .richman-jdsf88 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.richman-8tvqrr {
  height: 0;
  overflow: hidden;
  transition: height 0.richman-hjbllt ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.richman-8tvqrr::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.richman-8tvqrr::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.richman-8tvqrr::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .richman-8tvqrr {
    width: 300px;
    position: absolute;
    z-index: 1001;
    border-radius: 0 0 24px 24px;
    background: var(--Neutral-400);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    max-height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .richman-8tvqrr:has(> .richman-jdsf88.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .richman-8tvqrr .richman-8tvqrr {
    padding: 0;
  }

  .richman-8tvqrr .richman-jdsf88 {
    font-weight: 400;
  }

  .richman-8tvqrr .richman-jdsf88:hover > .richman-2eq0nu {
    background: var(--Neutral-300);
  }

  .richman-8tvqrr .richman-kjbs6i {
    rotate: -90deg;
  }
}

.richman-2eq0nu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .richman-2eq0nu {
    padding: 8px;
  }

  .richman-jdsf88.richman-2ea38k > .richman-2eq0nu {
    background: var(--Neutral-300);
  }
}

.richman-kjbs6i {
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  mask-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.richman-n5zdsh.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.richman-q6e4c8 0.richman-2qbkh6.richman-qtpctd -0.richman-4n4hef 0.richman-lwher3 -0.richman-4n4hef 1.richman-j9wzk2 0.richman-wogmgo.richman-lwpden 4.richman-ue6mh5.richman-q6e4c8 0.richman-ap1vls.richman-rwqwby -0.richman-4n4hef 9.richman-2lkpp7 -0.richman-4n4hef 10.richman-6twk82 0.richman-m5jsjt.richman-fc242p 0.richman-qtpctd 10.richman-fc242p 0.richman-lwher3 10.richman-6twk82 1.richman-um9ewb.richman-h9xzk9 5.richman-gpckdj.richman-bl1g2m 6.richman-2zzwi2 5.richman-xz3ue4 6.richman-2zzwi2 4.richman-a1asum 5.richman-zj5emm.richman-q6e4c8 1.richman-ky2eh6.richman-4n4hef 0.richman-lwher3 -0.richman-4n4hef 0.richman-qtpctd 0.richman-q6e4c8 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.richman-hjbllt ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .richman-kjbs6i {
    cursor: default;
  }
}

.richman-cb1jck {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.richman-5jolvd {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--footer-bg-color, var(--main-theme-color));
  color: var(--footer-text-color);
}

@media screen and (min-width: 768px) {
  .richman-5jolvd {
    padding: 40px 4px;
  }
}

.richman-3zo9i2 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .richman-3zo9i2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.richman-llnh1j {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .richman-llnh1j {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.richman-llnh1j ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.richman-llnh1j [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.richman-llnh1j [data-ref-el],
.richman-llnh1j span,
.richman-llnh1j a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--footer-text-color);
}

.richman-l5dwc6 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .richman-l5dwc6 {
    margin-bottom: 12px;
  }
}

.richman-dd0adj {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.richman-dd0adj img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .richman-dd0adj:last-child {
    margin-right: 0;
  }
}

.richman-vp7dyo {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.richman-l5dwc6:hover .richman-mc4rnc {
  visibility: visible;
  opacity: 1;
}

.richman-mc4rnc {
  position: absolute;
  right: -13px;
  bottom: 30px;
  visibility: hidden;
  max-width: 240px;
  padding: 16px;
  transition: 0.3s;
  opacity: 0;
  border: 1px solid var(--Neutral-200);
  border-radius: 8px;
  background-color: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
}

.richman-axrmf4 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.richman-1ybecv {
  display: flex;
  margin: 6px;
}

.richman-1ybecv img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.richman-mc4rnc::after {
  position: absolute;
  right: 18px;
  bottom: -8px;
  width: 0;
  height: 0;
  content: "";
  border-top: 8px solid var(--Neutral-300);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
}

.richman-mc4rnc::before {
  position: absolute;
  right: 16px;
  bottom: -10px;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid var(--Neutral-200);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
}

.richman-0n5ncl {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .richman-0n5ncl {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.richman-215v31 {
  font-size: 14px;
  line-height: 20px;
  color: var(--footer-text-color);
}

@media (min-width: 1200px) {
  .richman-215v31 {
    margin-right: 32px;
  }
}

.richman-ireqk4 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .richman-ireqk4 {
    margin-top: 0;
    width: 340px;
  }
}

.richman-ireqk4 a {
  line-height: 19px;
  color: var(--footer-text-color);
  border-bottom: 1px solid var(--Primary-100);
}

.richman-bww8qt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.richman-jvcdhq {
  position: relative;
}

@media (min-width: 768px) {
  .richman-jvcdhq {
    margin-top: 40px;
  }
}

.richman-jvcdhq + .richman-3lbia3,
.richman-jvcdhq + .richman-jvcdhq {
  margin-top: 24px;
}

.richman-x0nhmh {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .richman-x0nhmh {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .richman-x0nhmh {
    padding: 80px;
  }
}

.richman-9idno6 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .richman-9idno6 {
    padding: 0 16px;
}


}

.richman-c5y66n {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 8px;
  color: var(--text-color);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .richman-c5y66n {
    font-size: 48px;
    line-height: 56px;
  }
}

.richman-77gj5m {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 24px;
  color: var(--Text-200);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .richman-77gj5m {
    font-size: 24px;
    line-height: 32px;
  }
}

.richman-7kteg2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  width: 240px;
  padding: 15px 23px;
  transition: 0.3s;
  color: var(--button-text-color);
  border-radius: 16px;
  border: none;
  background: var(--button-bg-color);
  gap: 8px;
  cursor: pointer;
}

.richman-7kteg2:hover {
  background: var(--button-bg-hover);
}

.richman-lfpk44 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.richman-lfpk44 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .richman-lfpk44 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .richman-lfpk44 img {
  min-height: 100%;
  }
}

.richman-x0nhmh::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.richman-mxxtgf {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.richman-mxxtgf h1,
.richman-mxxtgf h2,
.richman-mxxtgf h3,
.richman-mxxtgf h4 {
  margin-bottom: 6px;
}

.richman-mxxtgf h1:not(:first-child),
.richman-mxxtgf h2:not(:first-child),
.richman-mxxtgf h3:not(:first-child),
.richman-mxxtgf h4:not(:first-child) {
  margin-top: 16px;
}

.richman-mxxtgf h1,
.richman-mxxtgf h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .richman-mxxtgf h1,
  .richman-mxxtgf h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.richman-mxxtgf h2,
.richman-mxxtgf h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .richman-mxxtgf h2,
  .richman-mxxtgf h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.richman-mxxtgf h3,
.richman-mxxtgf h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .richman-mxxtgf h3,
  .richman-mxxtgf h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.richman-mxxtgf h4,
.richman-mxxtgf h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.richman-mxxtgf ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.richman-mxxtgf ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.richman-mxxtgf ul li::before {
  position: absolute;
  top: 11px;
  left: 0;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--Text-300);
}

.richman-mxxtgf ul ul {
  margin-bottom: 8px;
}

.richman-mxxtgf ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.richman-mxxtgf ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.richman-mxxtgf ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.richman-mxxtgf ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.richman-mxxtgf ol li::marker {
  font-weight: 700;
}

.richman-mxxtgf ol ol {
  margin-bottom: 8px;
}

.richman-mxxtgf ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.richman-mxxtgf ol ul li {
  padding-left: 16px;
}

.richman-mxxtgf table {
  display: block;
  overflow-x: auto;
  width: 100%;
  margin-top: 16px;
  border-spacing: 0 4px;
  overflow-wrap: break-word;
  font-size: 16px;
  position: relative;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-mask-image: none;
  mask-image: none;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  /* background: var(--Neutral-300); */
  padding: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .richman-mxxtgf table {
    padding: 24px;
  }
}

.richman-mxxtgf table.richman-xfdyt5 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.richman-hjbllt,
    mask-image 0.3s;
}

.richman-mxxtgf table.richman-xfdyt5.richman-cuvbbl {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

@media (min-width: 1200px) {
  .richman-mxxtgf table {
    display: table;
  }
}

.richman-mxxtgf table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-head-bg-color, var(--table-1-color));
  color: var(--table-head-text-color, var(--text-color));
  border: 1px solid var(--border-color);
}

.richman-mxxtgf table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.richman-mxxtgf table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.richman-mxxtgf table tbody td {
  background-color: var(--table-2-color);
  width: 150px;
  padding: 11px 18px;
  white-space: nowrap;
  border: 1px solid var(--border-color);
}

@media (min-width: 1200px) {
  .richman-mxxtgf table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.richman-mxxtgf table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.richman-mxxtgf table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.richman-mxxtgf table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.richman-mxxtgf img {
  max-width: 100%;
  height: auto;
}

.richman-0rvwtq {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--card-bg-color, radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  ));
}

@media (min-width: 768px) {
  .richman-0rvwtq {
    padding: 24px;
  }
}

.richman-uo1fav {
  color: var(--card-text-color, var(--text-color));
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .richman-uo1fav {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.richman-uo1fav > * {
  margin: 0 !important;
}

.richman-uo1fav img,
.richman-a5e07n {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .richman-uo1fav img,
  .richman-a5e07n {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.richman-pgs3hw {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .richman-pgs3hw {
    width: 32px;
    height: 32px;
  }
}

.richman-n9ikyp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.richman-n9ikyp .richman-2wizqo {
  flex-shrink: 0;
}

.richman-n9ikyp .richman-j3q65z svg {
  display: none;
}

.richman-70b48o {
  display: grid;
  transition: max-height 0.richman-hjbllt ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .richman-70b48o {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .richman-70b48o {
    grid-template-columns: 1fr 270px 1fr 270px;
  }
}

.pc61d126-games__list[data-games-type="Live Shows"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.richman-70b48o.richman-ib2m4f + .richman-2wizqo svg {
  transform: rotate(180deg);
}

.richman-6gyl5q {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.richman-6gyl5q > div:nth-child(3n) {
  grid-column: span 2;
}

.richman-6gyl5q
  > div:nth-child(3n)
  .richman-el2t24
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .richman-6gyl5q {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .richman-6gyl5q > div:nth-child(3n) {
    grid-column: unset;
  }

  .richman-6gyl5q
    > div:nth-child(3n)
    .richman-el2t24
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .richman-6gyl5q {
    max-width: 270px;
  }
}

.richman-6gyl5q .richman-el2t24 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .richman-6gyl5q .richman-el2t24 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .richman-6gyl5q .richman-el2t24 button {
    max-width: 104px;
  }
}

.richman-lj5np8 {
  height: calc(100% - 16px);
  transition: 0.3s;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .richman-lj5np8 {
    margin-bottom: 0;
  }
}

.richman-mvxxlb {
  display: none;
  opacity: 0;
}

.richman-23hkqk {
  width: 100%;
  height: 190px;
  max-width: 100%;
  aspect-ratio: 1/1;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 152px;
    height: 152px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 173px;
    height: 173px;
  }
}

.richman-23hkqk img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.richman-el2t24 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.richman-el2t24 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .richman-el2t24
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .richman-el2t24
    button {
    max-width: 145px;
  }
}

.richman-cnv9bn:first-child
  .richman-el2t24
  button {
  max-width: 270px;
}

.richman-fllg6y {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--card-text-color, var(--text-color));
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.richman-lj5np8 picture {
  width: 100%;
  max-width: 100%;
}

.richman-ujl08j {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--Neutral-30060);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  overflow: hidden;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.richman-ujl08j svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.richman-lj5np8:hover .richman-ujl08j {
  display: flex;
}

.richman-irc093 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.richman-j6ucaj {
  display: flex;
}

.richman-j6ucaj:hover .richman-q1fney,
.richman-j6ucaj .richman-2ea38k .richman-q1fney {
  display: flex;
}

.richman-j6ucaj svg {
  flex-shrink: 0;
}

.richman-q1fney {
  display: none;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  position: absolute;
  z-index: 2;
  top: 34px;
  right: -20px;
  width: 130px;
}

@media (min-width: 768px) {
  .richman-q1fney {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.richman-q1fney:hover {
  display: flex;
}

.richman-q1fney svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.richman-hrqaz2 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .richman-hrqaz2 {
    font-size: 12px;
  }
}

.richman-iz8fr5,
.richman-yliumm {
  width: 50%;
  flex-shrink: 0;
}

.richman-iz8fr5 {
  font-weight: 700;
}

.richman-byqqgi .richman-70b48o {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .richman-byqqgi .richman-70b48o {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .richman-byqqgi .richman-70b48o {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.richman-byqqgi
  .richman-fllg6y:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.richman-byqqgi .richman-23hkqk {
  height: 100% !important;
  border-radius: 16px;
}

.richman-byqqgi .richman-el2t24 {
  gap: 4px;
  align-items: center;
}

.richman-byqqgi .richman-el2t24 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.richman-byqqgi .richman-el2t24 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.richman-byqqgi .richman-f3itft,
.richman-byqqgi .richman-bileif {
  margin-left: -1px;
  height: 12px;
  max-width: 100%;
  mask-repeat: repeat;
  mask-position: left center;
  mask-size: 16px 12px;
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.richman-n5zdsh.org/2000/svg'%3E%3Cpath d='M9.richman-6ad9wn 4.richman-jqr5pu.richman-ieylam 5.richman-89gs1z.richman-zhfual 5.richman-yeytaj.richman-k4a4kf 5.richman-btczhd.richman-1xzd8b 8.richman-6qmhjk.richman-01431y 9.richman-gszczl.richman-5tor6h 9.richman-w5h49d.richman-penko6 13.richman-5eza3m.richman-uzsz9j 11.richman-7um027.richman-x2nbsy 11.richman-4rds42.richman-9emxi2 11.richman-4ws8gm.richman-s27g6g 13.richman-bgs076.richman-bwauzk 9.richman-2tidsl.richman-79w1i2 9.richman-ap87kz.richman-8ny68i 8.richman-fny3rf.richman-jceyxx 5.richman-0xrabj.richman-knfqxd 5.richman-s7d0us.richman-2d99hb 5.richman-3v2wum.richman-0itlpw 4.richman-l872rb.richman-x2nbsy 1.richman-57pxc0.richman-6ad9wn 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.richman-byqqgi .richman-f3itft {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.richman-byqqgi .richman-bileif {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.richman-ehq26n {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .richman-ehq26n {
    padding: 24px;
  }
}

.richman-ehq26n .richman-2wizqo {
  display: flex;
}

@media (min-width: 768px) {
  .richman-ehq26n .richman-2wizqo {
    display: none;
  }
}

.richman-ehq26n .richman-j3q65z svg {
  display: none;
}

.richman-t0km6v {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.richman-t0km6v .richman-do3kbx {
  display: none;
}

@media (min-width: 768px) {
  .richman-t0km6v .richman-do3kbx {
    display: flex;
  }
}

.richman-qrl8bo {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .richman-qrl8bo {
    font-size: 40px;
    line-height: 48px;
  }
}

.richman-qrl8bo > * {
  margin: 0 !important;
}

.richman-qrl8bo img,
.richman-x5xixa {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .richman-qrl8bo img,
  .richman-x5xixa {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.richman-a748nd {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .richman-a748nd {
    width: 32px;
    height: 32px;
  }
}

.richman-upxcux {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .richman-upxcux {
    gap: 16px;
    margin: 13px 0 16px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .richman-upxcux::-webkit-scrollbar {
    display: none;
  }
}

.richman-fqotcd {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .richman-fqotcd {
    padding: 7px 15px;
  }
}

.richman-fqotcd:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.richman-xqyy10 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .richman-xqyy10 {
    display: flex;
    opacity: 1;
  }
}

.richman-fqotcd picture {
  height: 100%;
  display: block;
}

.richman-fqotcd img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .richman-fqotcd img {
    width: 88px;
    height: 44px;
  }
}

.richman-fqotcd p {
  text-align: center;
  width: 100%;
}

.richman-jetiu9 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .richman-jetiu9 {
    font-size: 40px;
    line-height: 48px;
  }
}

.richman-jetiu9 img,
.richman-prl0io {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .richman-jetiu9 img,
  .richman-prl0io {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.richman-uc1pdz {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .richman-uc1pdz {
    width: 32px;
    height: 32px;
  }
}

.richman-9jb593 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.richman-lx355y {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: var(--card-bg-color, radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  ));
  padding: 24px;
  padding-top: 30px;
}

.richman-txytb7 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.richman-txytb7.richman-2ea38k {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.richman-3hk3yq {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--card-text-color, var(--text-color));
}

@media screen and (min-width: 768px) {
  .richman-3hk3yq {
    font-size: 20px;
    line-height: 28px;
  }
}

.richman-lpj2nx {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--card-text-color, var(--text-color));
}

.richman-mh8opp {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.richman-hjbllt ease;
  opacity: 0;
  color: var(--card-text-color, var(--text-color));
}

.richman-a4xbhd {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.richman-a4xbhd ol,
.richman-a4xbhd ul {
  padding-left: 1.3em;
}

.richman-txytb7.richman-2ea38k .richman-mh8opp {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.richman-txytb7.richman-2ea38k .richman-lpj2nx {
  transform: rotate(180deg);
  color: var(--card-text-color, var(--text-color));
}

.richman-2x9jki {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .richman-2x9jki {
    padding: 24px;
  }
}

.richman-2x9jki .richman-2wizqo {
  display: flex;
}

@media (min-width: 768px) {
  .richman-2x9jki .richman-2wizqo {
    display: none;
  }
}

.richman-2x9jki .richman-j3q65z svg {
  display: none;
}

.richman-t9w8ex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.richman-t9w8ex .richman-do3kbx {
  display: none;
}

@media (min-width: 768px) {
  .richman-t9w8ex .richman-do3kbx {
    display: flex;
  }
}

.richman-a7a0dc {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .richman-a7a0dc {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.richman-a7a0dc > * {
  margin: 0 !important;
}

.richman-a7a0dc img,
.richman-t7oycv {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .richman-a7a0dc img,
  .richman-t7oycv {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.richman-akhibs {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .richman-akhibs {
    width: 32px;
    height: 32px;
  }
}

.richman-2f7ozz {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .richman-2f7ozz {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .richman-2f7ozz::-webkit-scrollbar {
    display: none;
  }
}

.richman-tuizs1 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.richman-tuizs1:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.richman-nssihc {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .richman-nssihc {
    display: flex;
    opacity: 1;
  }
}

.richman-tuizs1 picture {
  width: auto;
  height: 100%;
  display: block;
}

.richman-tuizs1 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.richman-d9qi5b {
  margin: -24px 0;
}

.richman-d9qi5b:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .richman-d9qi5b {
    margin: -16px 0;
  }
}

.richman-3idsxb {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .richman-3idsxb {
    flex-direction: row;
  }
}

.richman-mlcj9u {
  padding: 12px 12px 12px 50px;
  border-radius: 16px;
  background:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTguMzk5OSAxNy42TDIzLjk5OTkgMjMuMiIgc3Ryb2tlPSIjOTk5OTk5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogIDxjaXJjbGUgY3g9IjExLjIiIGN5PSIxMS4yIiByPSI5LjQiIHN0cm9rZT0iIzk5OTk5OSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+")
      no-repeat 16px center,
    var(--Neutral-300);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  color: var(--Text-400);
}

@media (min-width: 768px) {
  .richman-mlcj9u {
    flex: 1;
  }
}

.richman-mlcj9u::placeholder {
  color: var(--Text-400);
}

.richman-4ms2pf {
  padding: 10px 15px;
  border-radius: 16px;
  border: 1px solid var(--Primary-200);
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  gap: 8px;
  color: var(--Text-100);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.richman-jb0pc4 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.richman-jb0pc4::-webkit-scrollbar {
  display: none;
}

.richman-xrqdqo {
  border-radius: 16px;
  background-color: var(--neutral-30060);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: var(--Text-100);
  margin: 4px;
  text-align: center;
  padding: 7px 15.5px;
  border: 1px solid var(--Primary-200);
  flex-shrink: 0;
  cursor: pointer;
}

.richman-xrqdqo img,
.richman-xrqdqo svg {
  margin-right: 8px;
}

.richman-8sx1wk {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.richman-d9qi5b + .richman-2sxb3j {
  margin-top: 0;
}

@media (min-width: 768px) {
  .richman-d9qi5b + .richman-2sxb3j {
    margin-top: -16px;
  }
}

.richman-q8jjzf {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.richman-q8jjzf > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.richman-q8jjzf > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.richman-tuflc7 {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: var(--card-bg-color, radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  ));
  padding: 15px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.richman-eq8h7s {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.richman-1k75ov {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.richman-t83k0m {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.richman-xzp2hb {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.richman-tuflc7 button {
  border-radius: 16px;
  background: var(--button-bg-color);
  padding: 10px 15px;
  color: var(--button-text-color);
  text-align: center;
  font-feature-settings: "liga" off;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  flex: 1;
}

.richman-tuflc7 button svg {
  pointer-events: none;
  touch-action: none;
  display: inline-block;
  vertical-align: sub;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  object-position: center;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .richman-tuflc7 {
    padding: 39px 179px 39px 39px;
  }

  .richman-eq8h7s {
    font-size: 40px;
    line-height: 48px;
  }

  .richman-xzp2hb {
    height: 348px;
  }

  .richman-tuflc7 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .richman-tuflc7 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .richman-tuflc7 {
    padding: 63px;
  }
}

.richman-8hkcki {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .richman-8hkcki {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.richman-l0uyc6 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .richman-l0uyc6 {
    width: auto;
  }
}

.richman-z1ty49 {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
  margin-top: 4px;
}

.richman-z1ty49::-webkit-scrollbar {
  display: none;
}

.richman-z1ty49 a {
  background-color: var(--Neutral-300);
  color: var(--Text-300);
  padding: 8px 16px;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  margin-right: 8px;
  border-radius: var(--M, 8px);
}

.richman-z1ty49 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .richman-z1ty49 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.richman-8hkcki .richman-6m6ilx {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.richman-hjbllt,
    mask-image 0.3s;
}

.richman-8hkcki .richman-6m6ilx.richman-cuvbbl {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.richman-o2ss4f {
  margin: 40px -16px;
}

.richman-fqhcfd + .richman-3lbia3,
.richman-fqhcfd + .richman-jvcdhq {
  margin-top: 24px;
}

.richman-xmx49q {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.richman-xmx49q picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.richman-y6dbk2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .richman-y6dbk2 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .richman-y6dbk2 {
    margin-top: 0;
  }
}

.richman-zc15cg {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .richman-zc15cg {
    font-size: 24px;
    line-height: 32px;
  }
}

.richman-9ulw02 {
  max-width: 700px;
  padding: 18px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30080);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 768px) {
  .richman-9ulw02 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.richman-a0vdah {
  position: relative;
  z-index: 1;
  width: 100%;
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--neutral-30080) 49.52%
  );
  padding: 16px 16px;
}

@media (min-width: 1200px) {
  .richman-a0vdah {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.richman-719cfq {
  font-weight: 700;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: var(--Text-300);
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .richman-719cfq {
    font-size: 20px;
    line-height: 28px;
  }
}

.richman-zwt1u9 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .richman-zwt1u9 {
    font-size: 32px;
    line-height: 40px;
  }
}

.richman-a7ywkq {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  display: flex;
  padding: 8px;
  align-items: center;
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
  color: var(--Text-100);
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.richman-pyf32u {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.richman-pyf32u img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.richman-2sxb3j {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.richman-jm6zrd {
  border-radius: 16px;
  background: var(--Primary-200);
  padding: 15px 24px;
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

@media (min-width: 768px) {
  .richman-jm6zrd {
    padding: 15px 48px;
  }
}

main > .richman-2sxb3j {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .richman-70b48o.richman-i4go94 > div:nth-child(n+5) {
    display: none;
  }
}

.richman-mxxtgf p a img {
  display: block;
  margin: 0 auto;
}


.richman-hcqgcf {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

/* contanct form */
.richman-z3wah7 {
  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;
}

.richman-z3wah7 label {
  font-size: 14px;
}

.richman-z3wah7 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.richman-z3wah7 input,
.richman-z3wah7 textarea,
.richman-z3wah7 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;
}
.richman-z3wah7 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.richman-3j4c8z ease;
}
.richman-z3wah7 button:hover {
  background-color: var(--button-bg-hover);
}
.richman-k2krdt {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.richman-24iqkp ease-in;
}

.richman-k2krdt 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;
}
.richman-zzyfio, .richman-9smddm, [class*="review-card"],
thead, thead th, table th, .richman-lzyygt,
.richman-dcnmet, [class*="collapsible-header"],
.richman-h4rup9, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
