* {
  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;
  }
}

.hyperino-k6k6z8 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .hyperino-k6k6z8 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .hyperino-k6k6z8 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.hyperino-kfdaiq {
  overflow: hidden;
}

.hyperino-aqz0gf img {
  background: var(--Neutral-300);
}

.hyperino-a5utpq {
  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;
}

.hyperino-9icyiz {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.hyperino-9icyiz:hover {
  background: var(--button-bg-hover);
}

.hyperino-zydp67 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.hyperino-zydp67:hover {
  background: var(--button-bg-hover);
}

.hyperino-gi5nbo {
  font-size: 12px;
  line-height: 18px;
}

.hyperino-54q2m0 {
  font-size: 18px;
  line-height: 26px;
}

.hyperino-1xuwe5 {
  width: 100%;
}

.hyperino-3ipbs0 {
  padding: 6px 16px;
}

.hyperino-sf3j9p {
  padding: 10px 16px;
}

.hyperino-jh1ie6 {
  padding: 15px 26px;
}

.hyperino-c3kkwk {
  flex-shrink: 0;
}

.hyperino-z244sx {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.hyperino-2smw7a {
  display: none;
}

.hyperino-d862qb {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.hyperino-veuzkv {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.hyperino-a4pya3 {
  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;
}

.hyperino-2uen6y {
  cursor: grab;
}

.hyperino-a4pya3::-webkit-scrollbar {
  display: none;
}

.hyperino-96t1z1 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.hyperino-od7o1h {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.hyperino-qem8ta {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.hyperino-p333sn {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.hyperino-b1zd74 {
  visibility: visible;
}

.hyperino-2sexkd {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.hyperino-hzqpg6 ease;
}

.hyperino-j4r7ya {
  background-color: var(--Primary-200);
  width: 16px;
}

.hyperino-31humo {
  -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.hyperino-hzqpg6,
    mask-image 0.3s;
}

.hyperino-31humo.hyperino-hzsloc {
  -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;
  }
}

.hyperino-mjymmi: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;
}

.hyperino-yqe4d6 {
  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.hyperino-zxvlzh.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.hyperino-zxvlzh.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;
}

.hyperino-9i8o2v {
  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);
}

.hyperino-9i8o2v::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%
  );
}

.hyperino-h6tybq {
  position: relative;
  z-index: 1;
}

.hyperino-r1itmd {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.hyperino-cur877 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.hyperino-6yqruo {
  font-size: 40px;
  line-height: 48px;
}

.hyperino-hc02j9 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.hyperino-4deo5j {
  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;
}

.hyperino-4deo5j:hover {
  background: var(--Primary-400);
}

.hyperino-4deo5j svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.hyperino-mjymmi 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) {
  .hyperino-9i8o2v {
    max-width: 600px;
    padding: 64px;
  }

  .hyperino-r1itmd {
    font-size: 24px;
    line-height: 32px;
  }

  .hyperino-cur877 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .hyperino-6yqruo {
    font-size: 50px;
    line-height: 56px;
  }

  .hyperino-hc02j9 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .hyperino-yqe4d6 {
    top: 25px;
    right: 25px;
  }
}

.hyperino-gewl5m,
.hyperino-mz3lya {
  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;
}

.hyperino-sxm4z8.hyperino-2igrxp::before,
.hyperino-mz3lya::before,
.hyperino-fucimm::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.hyperino-zxvlzh.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.hyperino-okztdu 14.hyperino-sbtsxg.hyperino-bl5ilu 14.hyperino-yowd1b 15.hyperino-ilfydb 14.hyperino-o7322a 15.hyperino-gsaq6z 14.hyperino-hfk0n4.hyperino-6kjfzf 14.hyperino-sgwzo9 19.hyperino-iscnin 12.hyperino-855q0e 19.hyperino-iscnin 10.hyperino-scv4io.hyperino-iscnin 8.hyperino-3qn6so 17.hyperino-z7yebh 7.hyperino-bdqff8 15.hyperino-fo45m1 7.hyperino-j1tu8n.hyperino-ptyqfi 7.hyperino-bdqff8 11.hyperino-zju8jc 8.hyperino-3qn6so 11.hyperino-zju8jc 10.hyperino-437i8v.hyperino-zju8jc 12.hyperino-puzv4p 13.hyperino-bfjdcq 14.hyperino-xsumbm 15.hyperino-qe1lxe 14.hyperino-teqji9.hyperino-anlz0c 14.hyperino-pbwdsq 15.hyperino-kprm1f 14.hyperino-l69lib 15.hyperino-k1zj30 14.hyperino-bq9ihs.hyperino-okztdu 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.hyperino-ucmxqv 15.hyperino-5uh7ea.hyperino-mi7edg 15.hyperino-qc0pdx 15.hyperino-rwg7t1 15.hyperino-dd0zwl 15.hyperino-a71bjs 15.hyperino-ng3poi.hyperino-gubhe6 15.hyperino-dd0zwl 15.hyperino-fucdew 15.hyperino-qctb1z 15.hyperino-7ohhy1 15.hyperino-ggq3ea.hyperino-ocudw7 15.hyperino-0b9yax 7.hyperino-hjj1up 18.hyperino-7229jr 7.hyperino-9wzaex 23.hyperino-dyfp1k.hyperino-gw6vhe.hyperino-ya9wr9 18.hyperino-r0az3r 19.hyperino-fty45t 15.hyperino-dq6bww 15.hyperino-ucmxqv 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.hyperino-te092j [type="submit"] *,
.hyperino-o73n4w button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .hyperino-vn467w {
    display: none;
  }
}

.hyperino-g1hpqx {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .hyperino-g1hpqx {
  display: none;
}

@media (min-width: 768px) {
  .hyperino-g1hpqx {
    bottom: 22px;
  }
}

.hyperino-g1hpqx input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .hyperino-g1hpqx {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.hyperino-owvrvv.static) .hyperino-g1hpqx {
    bottom: 8px;
  }
}

.hyperino-qpn1yf {
  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.hyperino-zxvlzh.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.hyperino-e6oryv 3.hyperino-67tp5v.hyperino-xo4sc8.hyperino-visadj 3.hyperino-jf4zus 3.hyperino-cxgynn 5.hyperino-o4cx98 3.hyperino-cxgynn 8.hyperino-tbsb27.hyperino-votv3q.hyperino-cxgynn 26.hyperino-phgpzk 5.hyperino-kzxtbu 28.hyperino-d8poxa 8.hyperino-eb1sss 28.hyperino-e4pn2n.hyperino-ewmjvw 28.hyperino-l6kdzf.hyperino-lztaox 34.hyperino-hlw12g.hyperino-efvt8g 36.hyperino-fufvpo 11.hyperino-ms9t5m 37.hyperino-27guxm 12.hyperino-3jwnpg 36.hyperino-m3izr5.hyperino-kya7kj 28.hyperino-y49is9.hyperino-bgfziv.hyperino-u9udjo 28.hyperino-5pa8lu 36.hyperino-b2eeah 26.hyperino-iuwtyk 36.hyperino-b2eeah 23.hyperino-sh30zv.hyperino-injg5z.hyperino-b2eeah 5.hyperino-nc04ar 34.hyperino-2vpg5t 3.hyperino-jf4zus 31.hyperino-e6oryv 3.hyperino-xsbosc.hyperino-81x3r8 18.hyperino-ysmr21.hyperino-bk550c 18.hyperino-yoz9c1 8.hyperino-9w8ybd 17.hyperino-isyk68 8.hyperino-9w8ybd 15.hyperino-uoqi8t.hyperino-9w8ybd 14.hyperino-sz3q1p 9.hyperino-bk550c 13.hyperino-e3fiew 11.hyperino-81x3r8 13.hyperino-adnzz6.hyperino-s8g2jp 13.hyperino-e3fiew 13.hyperino-tf8odv 14.hyperino-sz3q1p 13.hyperino-tf8odv 15.hyperino-9ngnyw.hyperino-tf8odv 17.hyperino-isyk68 12.hyperino-s8g2jp 18.hyperino-yoz9c1 11.hyperino-81x3r8 18.hyperino-3nh9wb.hyperino-0phuxq 18.hyperino-glufdc.hyperino-ay667x 18.hyperino-yoz9c1 17.hyperino-s8vll7 17.hyperino-isyk68 17.hyperino-s8vll7 15.hyperino-blik9g.hyperino-s8vll7 14.hyperino-sz3q1p 18.hyperino-ay667x 13.hyperino-e3fiew 20.hyperino-0phuxq 13.hyperino-xote3l.hyperino-z78qmc 13.hyperino-e3fiew 22.hyperino-n499vf 14.hyperino-sz3q1p 22.hyperino-n499vf 15.hyperino-x4tzqn.hyperino-hj1jgb 17.hyperino-isyk68 21.hyperino-z78qmc 18.hyperino-yoz9c1 20.hyperino-0phuxq 18.hyperino-8nfj5t.hyperino-vy14rd 18.hyperino-y1s4le.hyperino-nms2r4 18.hyperino-yoz9c1 26.hyperino-27urlc 17.hyperino-isyk68 26.hyperino-27urlc 15.hyperino-0oq12d.hyperino-27urlc 14.hyperino-sz3q1p 27.hyperino-nms2r4 13.hyperino-e3fiew 28.hyperino-vy14rd 13.hyperino-3a4mw7.hyperino-cnudm4 13.hyperino-e3fiew 31.hyperino-nquo3v 14.hyperino-sz3q1p 31.hyperino-nquo3v 15.hyperino-68w08q.hyperino-27urlc 17.hyperino-isyk68 30.hyperino-cnudm4 18.hyperino-yoz9c1 28.hyperino-vy14rd 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"])
    .hyperino-qpn1yf {
    display: none;
  }
}

.hyperino-cdibdv {
  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) {
  .hyperino-cdibdv {
    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;
}

.hyperino-o73n4w {
  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) {
  .hyperino-o73n4w {
    padding: 14px 16px;
  }
}

.hyperino-o73n4w button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.hyperino-o73n4w button:first-child {
  align-content: end;
}

.hyperino-o73n4w button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .hyperino-o73n4w
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .hyperino-o73n4w
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.hyperino-o73n4w button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.hyperino-o73n4w button:last-child svg {
  width: 38px;
  height: 38px;
}

.hyperino-fucimm {
  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;
}

.hyperino-fucimm::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .hyperino-fucimm,
.pc61d126-chatbot[data-active-screen="3"]
  .hyperino-fucimm {
  opacity: 1;
  visibility: visible;
}

.hyperino-zpuq9x {
  flex: 1 1;
}

.hyperino-dobuls {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .hyperino-dobuls {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .hyperino-ne40l1 {
  display: block;
}

.hyperino-l568hp {
  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) {
  .hyperino-l568hp {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.hyperino-mz3lya {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.hyperino-mz3lya::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.hyperino-0j5snc span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.hyperino-0j5snc p {
  color: var(--Text-100);
}

.hyperino-mz3lya .hyperino-uqkfk9 {
  grid-area: button;
}

.hyperino-mz3lya .hyperino-uqkfk9::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.hyperino-zxvlzh.org/2000/svg'%3E%3Cpath d='M4.hyperino-00uz0z 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.hyperino-ej8vho 15L16.hyperino-ej8vho 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.hyperino-ej8vho 5L16.hyperino-ej8vho 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .hyperino-7u09lq {
  display: block;
}

.hyperino-tgdrkk {
  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) {
  .hyperino-tgdrkk {
    margin-top: 40px;
  }
}

.hyperino-gewl5m label,
.hyperino-gewl5m input {
  display: block;
  width: 100%;
}

.hyperino-gewl5m label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.hyperino-gewl5m label.hyperino-7fyl1s input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.hyperino-gewl5m label.hyperino-7fyl1s::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;
}

.hyperino-gewl5m 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;
}

.hyperino-gewl5m input::placeholder {
  color: var(--Text-400);
}

.hyperino-jy9l6w {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .hyperino-jy9l6w {
  display: flex;
}

.hyperino-jy9l6w ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .hyperino-jy9l6w ol {
    height: 420px;
    padding: 24px;
  }
}

.hyperino-jy9l6w ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.hyperino-te092j {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .hyperino-te092j {
    padding: 0 24px 24px;
  }
}

.hyperino-te092j 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;
}

.hyperino-te092j input::placeholder {
  color: var(--Text-400);
}

.hyperino-te092j [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.hyperino-te092j [type="submit"]:disabled {
  opacity: 0.5;
}

.hyperino-te092j [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .hyperino-te092j [type="submit"] {
    right: 40px;
  }
}

.hyperino-sxm4z8 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.hyperino-sxm4z8.hyperino-2igrxp {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.hyperino-sxm4z8.hyperino-2igrxp::before {
  content: "";
  width: 31px;
}

.hyperino-sxm4z8.hyperino-2igrxp p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.hyperino-sxm4z8.hyperino-lyk07f p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.hyperino-sxm4z8 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.hyperino-g1hpqx .hyperino-uqkfk9 {
  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;
  }
}

.hyperino-vn467w {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .hyperino-vn467w {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .hyperino-vn467w {
    padding: 18px 0;
  }
}

.hyperino-vn467w .hyperino-k6k6z8 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .hyperino-vn467w .hyperino-k6k6z8 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.hyperino-zc36sc {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .hyperino-zc36sc {
    max-width: 160px;
    height: 40px;
  }
}

.hyperino-zc36sc picture,
.hyperino-zc36sc img {
  display: block;
  width: 100%;
  height: 100%;
}

.hyperino-zc36sc img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .hyperino-tech3i {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.hyperino-hzqpg6 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .hyperino-vn467w.hyperino-zqnsab .hyperino-tech3i {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hyperino-tech3i {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .hyperino-tech3i {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.hyperino-w7xdbo,
.hyperino-0p9nhm {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .hyperino-w7xdbo,
  .hyperino-0p9nhm {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .hyperino-0p9nhm {
    display: none;
  }
}

.hyperino-yiae3h {
  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;
}

.hyperino-zqnsab .hyperino-yiae3h {
  background: var(--fh-bg-color);
}

.hyperino-yiae3h button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .hyperino-yiae3h {
    display: none;
  }
}

.hyperino-h1rscx {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .hyperino-h1rscx {
    display: none;
  }
}

.hyperino-iy6dwl {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.hyperino-vn467w.hyperino-zqnsab .hyperino-iy6dwl:first-child {
  display: none;
}

.hyperino-vn467w.hyperino-zqnsab .hyperino-iy6dwl:last-child {
  display: block;
}

.hyperino-iy6dwl:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .hyperino-iy6dwl {
    display: none;
  }
}

.hyperino-0zclaf {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .hyperino-0zclaf {
    display: flex;
  }
}

.hyperino-0zclaf ul {
  max-height: 350px;
  overflow-y: auto;
}

.hyperino-0zclaf:hover ul {
  visibility: visible;
  opacity: 1;
}

.hyperino-0zclaf:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.hyperino-0zclaf:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.hyperino-0zclaf:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.hyperino-0zclaf:hover .hyperino-f7gq8j svg {
  transform: rotate(180deg);
}

.hyperino-oavkl5 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.hyperino-88or9t {
  padding: 0 8px;
}

.hyperino-tim4ic {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.hyperino-tim4ic:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .hyperino-tim4ic {
    padding: 4px 8px;
  }
}

.hyperino-mp2xlx {
  display: flex;
}

.hyperino-mp2xlx img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.hyperino-f7gq8j {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.hyperino-f7gq8j svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.hyperino-hb7uzg {
  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) {
  .hyperino-hb7uzg {
    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;
  }
}

.hyperino-yw4hc8 {
  width: 100%;
}

@media (min-width: 1200px) {
  .hyperino-yw4hc8 {
    display: none;
  }
}

.hyperino-4cz56f {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.hyperino-u56ooo {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.hyperino-apc5rh {
  display: flex;
}

.hyperino-28ad9x {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.hyperino-9b0fso {
  list-style: none;
}

@media (max-width: 1199px) {
  .hyperino-9b0fso {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .hyperino-9b0fso {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .hyperino-9b0fso .hyperino-52p9u7 [data-ref-el],
  .hyperino-9b0fso .hyperino-52p9u7 span,
  .hyperino-9b0fso .hyperino-52p9u7 a {
    white-space: nowrap;
  }
}

.hyperino-5irc2m {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .hyperino-5irc2m.hyperino-znreka > .hyperino-52p9u7 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .hyperino-5irc2m.hyperino-vljfvn:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .hyperino-5irc2m.hyperino-znreka > .hyperino-5scba7 {
    height: auto;
  }

  .hyperino-5irc2m.hyperino-znreka > div > .hyperino-kdwmbx {
    transform: rotate(180deg);
  }
}

.hyperino-5irc2m [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.hyperino-5irc2m [data-ref-el],
.hyperino-5irc2m span {
  cursor: pointer;
}

.hyperino-5irc2m [data-ref-el],
.hyperino-5irc2m span,
.hyperino-5irc2m a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .hyperino-5irc2m [data-ref-el],
  .hyperino-5irc2m span,
  .hyperino-5irc2m a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .hyperino-5irc2m [data-ref-el],
  .hyperino-5irc2m span,
  .hyperino-5irc2m a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.hyperino-5scba7 {
  height: 0;
  overflow: hidden;
  transition: height 0.hyperino-hzqpg6 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.hyperino-5scba7::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.hyperino-5scba7::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.hyperino-5scba7::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .hyperino-5scba7 {
    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;
  }

  .hyperino-5scba7:has(> .hyperino-5irc2m.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .hyperino-5scba7 .hyperino-5scba7 {
    padding: 0;
  }

  .hyperino-5scba7 .hyperino-5irc2m {
    font-weight: 400;
  }

  .hyperino-5scba7 .hyperino-5irc2m:hover > .hyperino-52p9u7 {
    background: var(--Neutral-300);
  }

  .hyperino-5scba7 .hyperino-kdwmbx {
    rotate: -90deg;
  }
}

.hyperino-52p9u7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .hyperino-52p9u7 {
    padding: 8px;
  }

  .hyperino-5irc2m.hyperino-47y6j4 > .hyperino-52p9u7 {
    background: var(--Neutral-300);
  }
}

.hyperino-kdwmbx {
  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.hyperino-zxvlzh.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.hyperino-mt1mx6 0.hyperino-wytq9t.hyperino-r912i8 -0.hyperino-dntk6h 0.hyperino-ew7k47 -0.hyperino-dntk6h 1.hyperino-5xxpxz 0.hyperino-unxs6e.hyperino-m76yug 4.hyperino-0waw0c.hyperino-mt1mx6 0.hyperino-e4vnzk.hyperino-acgtvo -0.hyperino-dntk6h 9.hyperino-91np3x -0.hyperino-dntk6h 10.hyperino-e9we9l 0.hyperino-oef245.hyperino-66x3bu 0.hyperino-r912i8 10.hyperino-66x3bu 0.hyperino-ew7k47 10.hyperino-e9we9l 1.hyperino-pcrnbd.hyperino-jz6bra 5.hyperino-55dmea.hyperino-n63e8a 6.hyperino-ea3sv1 5.hyperino-9zz83g 6.hyperino-ea3sv1 4.hyperino-5dllle 5.hyperino-kfvhu4.hyperino-mt1mx6 1.hyperino-zg2txt.hyperino-dntk6h 0.hyperino-ew7k47 -0.hyperino-dntk6h 0.hyperino-r912i8 0.hyperino-mt1mx6 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.hyperino-hzqpg6 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .hyperino-kdwmbx {
    cursor: default;
  }
}

.hyperino-elvv8o {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.hyperino-rxs3vi {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .hyperino-rxs3vi {
    padding: 40px 4px;
  }
}

.hyperino-5r6spf {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .hyperino-5r6spf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.hyperino-01eqn9 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .hyperino-01eqn9 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.hyperino-01eqn9 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.hyperino-01eqn9 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.hyperino-01eqn9 [data-ref-el],
.hyperino-01eqn9 span,
.hyperino-01eqn9 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.hyperino-o2r1pk {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .hyperino-o2r1pk {
    margin-bottom: 12px;
  }
}

.hyperino-pozrny {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.hyperino-pozrny img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .hyperino-pozrny:last-child {
    margin-right: 0;
  }
}

.hyperino-1y7og1 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.hyperino-o2r1pk:hover .hyperino-d678j7 {
  visibility: visible;
  opacity: 1;
}

.hyperino-d678j7 {
  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);
}

.hyperino-pexorl {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.hyperino-deb8ya {
  display: flex;
  margin: 6px;
}

.hyperino-deb8ya img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.hyperino-d678j7::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);
}

.hyperino-d678j7::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);
}

.hyperino-mwhhvs {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .hyperino-mwhhvs {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.hyperino-zvcho6 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .hyperino-zvcho6 {
    margin-right: 32px;
  }
}

.hyperino-o7vkmw {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .hyperino-o7vkmw {
    margin-top: 0;
    width: 340px;
  }
}

.hyperino-o7vkmw a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.hyperino-hht4q8 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.hyperino-68dgsi {
  position: relative;
}

@media (min-width: 768px) {
  .hyperino-68dgsi {
    margin-top: 40px;
  }
}

.hyperino-68dgsi + .hyperino-amapao,
.hyperino-68dgsi + .hyperino-68dgsi {
  margin-top: 24px;
}

.hyperino-4kkwgx {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .hyperino-4kkwgx {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .hyperino-4kkwgx {
    padding: 80px;
  }
}

.hyperino-repkxf {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .hyperino-repkxf {
    padding: 0 16px;
}


}

.hyperino-5505fv {
  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) {
  .hyperino-5505fv {
    font-size: 48px;
    line-height: 56px;
  }
}

.hyperino-hlt62m {
  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) {
  .hyperino-hlt62m {
    font-size: 24px;
    line-height: 32px;
  }
}

.hyperino-w8gyua {
  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;
}

.hyperino-w8gyua:hover {
  background: var(--button-bg-hover);
}

.hyperino-z49q2o {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.hyperino-z49q2o img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .hyperino-z49q2o img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .hyperino-z49q2o img {
  min-height: 100%;
  }
}

.hyperino-4kkwgx::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.hyperino-le4rl4 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hyperino-le4rl4 h1,
.hyperino-le4rl4 h2,
.hyperino-le4rl4 h3,
.hyperino-le4rl4 h4 {
  margin-bottom: 6px;
}

.hyperino-le4rl4 h1:not(:first-child),
.hyperino-le4rl4 h2:not(:first-child),
.hyperino-le4rl4 h3:not(:first-child),
.hyperino-le4rl4 h4:not(:first-child) {
  margin-top: 16px;
}

.hyperino-le4rl4 h1,
.hyperino-le4rl4 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .hyperino-le4rl4 h1,
  .hyperino-le4rl4 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.hyperino-le4rl4 h2,
.hyperino-le4rl4 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .hyperino-le4rl4 h2,
  .hyperino-le4rl4 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.hyperino-le4rl4 h3,
.hyperino-le4rl4 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .hyperino-le4rl4 h3,
  .hyperino-le4rl4 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.hyperino-le4rl4 h4,
.hyperino-le4rl4 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.hyperino-le4rl4 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.hyperino-le4rl4 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.hyperino-le4rl4 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);
}

.hyperino-le4rl4 ul ul {
  margin-bottom: 8px;
}

.hyperino-le4rl4 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.hyperino-le4rl4 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.hyperino-le4rl4 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.hyperino-le4rl4 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.hyperino-le4rl4 ol li::marker {
  font-weight: 700;
}

.hyperino-le4rl4 ol ol {
  margin-bottom: 8px;
}

.hyperino-le4rl4 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.hyperino-le4rl4 ol ul li {
  padding-left: 16px;
}

.hyperino-le4rl4 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) {
  .hyperino-le4rl4 table {
    padding: 24px;
  }
}

.hyperino-le4rl4 table.hyperino-r6lnbh {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.hyperino-hzqpg6,
    mask-image 0.3s;
}

.hyperino-le4rl4 table.hyperino-r6lnbh.hyperino-hzsloc {
  -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) {
  .hyperino-le4rl4 table {
    display: table;
  }
}

.hyperino-le4rl4 table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-1-color);
  border: 1px solid var(--border-color);
}

.hyperino-le4rl4 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.hyperino-le4rl4 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.hyperino-le4rl4 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) {
  .hyperino-le4rl4 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.hyperino-le4rl4 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.hyperino-le4rl4 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.hyperino-le4rl4 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.hyperino-le4rl4 img {
  max-width: 100%;
  height: auto;
}

.hyperino-t27v42 {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: 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) {
  .hyperino-t27v42 {
    padding: 24px;
  }
}

.hyperino-vw57eb {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .hyperino-vw57eb {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.hyperino-vw57eb > * {
  margin: 0 !important;
}

.hyperino-vw57eb img,
.hyperino-yck9vr {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hyperino-vw57eb img,
  .hyperino-yck9vr {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hyperino-9y5ht8 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hyperino-9y5ht8 {
    width: 32px;
    height: 32px;
  }
}

.hyperino-pti9sl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.hyperino-pti9sl .hyperino-um2phi {
  flex-shrink: 0;
}

.hyperino-pti9sl .hyperino-ce9yio svg {
  display: none;
}

.hyperino-7gocjr {
  display: grid;
  transition: max-height 0.hyperino-hzqpg6 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .hyperino-7gocjr {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .hyperino-7gocjr {
    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));
  }
}

.hyperino-7gocjr.hyperino-6yyu2z + .hyperino-um2phi svg {
  transform: rotate(180deg);
}

.hyperino-0w27ya {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.hyperino-0w27ya > div:nth-child(3n) {
  grid-column: span 2;
}

.hyperino-0w27ya
  > div:nth-child(3n)
  .hyperino-jy9eor
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .hyperino-0w27ya {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .hyperino-0w27ya > div:nth-child(3n) {
    grid-column: unset;
  }

  .hyperino-0w27ya
    > div:nth-child(3n)
    .hyperino-jy9eor
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .hyperino-0w27ya {
    max-width: 270px;
  }
}

.hyperino-0w27ya .hyperino-jy9eor button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .hyperino-0w27ya .hyperino-jy9eor button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .hyperino-0w27ya .hyperino-jy9eor button {
    max-width: 104px;
  }
}

.hyperino-nk38fy {
  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) {
  .hyperino-nk38fy {
    margin-bottom: 0;
  }
}

.hyperino-ibj801 {
  display: none;
  opacity: 0;
}

.hyperino-z4mhg9 {
  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;
  }
}

.hyperino-z4mhg9 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.hyperino-jy9eor {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.hyperino-jy9eor button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .hyperino-jy9eor
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .hyperino-jy9eor
    button {
    max-width: 145px;
  }
}

.hyperino-tbdixs:first-child
  .hyperino-jy9eor
  button {
  max-width: 270px;
}

.hyperino-sqjyh0 {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--text-color);
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.hyperino-nk38fy picture {
  width: 100%;
  max-width: 100%;
}

.hyperino-lfct1q {
  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;
}

.hyperino-lfct1q svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.hyperino-nk38fy:hover .hyperino-lfct1q {
  display: flex;
}

.hyperino-legryx {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.hyperino-qyp5ow {
  display: flex;
}

.hyperino-qyp5ow:hover .hyperino-eyspfp,
.hyperino-qyp5ow .hyperino-47y6j4 .hyperino-eyspfp {
  display: flex;
}

.hyperino-qyp5ow svg {
  flex-shrink: 0;
}

.hyperino-eyspfp {
  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) {
  .hyperino-eyspfp {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.hyperino-eyspfp:hover {
  display: flex;
}

.hyperino-eyspfp svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.hyperino-qkvmkt {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .hyperino-qkvmkt {
    font-size: 12px;
  }
}

.hyperino-7qf9ct,
.hyperino-izfcld {
  width: 50%;
  flex-shrink: 0;
}

.hyperino-7qf9ct {
  font-weight: 700;
}

.hyperino-6g9e84 .hyperino-7gocjr {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .hyperino-6g9e84 .hyperino-7gocjr {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .hyperino-6g9e84 .hyperino-7gocjr {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.hyperino-6g9e84
  .hyperino-sqjyh0:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.hyperino-6g9e84 .hyperino-z4mhg9 {
  height: 100% !important;
  border-radius: 16px;
}

.hyperino-6g9e84 .hyperino-jy9eor {
  gap: 4px;
  align-items: center;
}

.hyperino-6g9e84 .hyperino-jy9eor button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hyperino-6g9e84 .hyperino-jy9eor svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.hyperino-6g9e84 .hyperino-hjbkl7,
.hyperino-6g9e84 .hyperino-1s3odf {
  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.hyperino-zxvlzh.org/2000/svg'%3E%3Cpath d='M9.hyperino-8oqtep 4.hyperino-al6c2k.hyperino-6bpbwt 5.hyperino-u9d7an.hyperino-8se152 5.hyperino-usdxdw.hyperino-1fsiuw 5.hyperino-79axsx.hyperino-qgiw76 8.hyperino-opnwo7.hyperino-k5aeap 9.hyperino-j42bhs.hyperino-n74dnl 9.hyperino-yyrrcp.hyperino-3dzjkd 13.hyperino-rzy4rz.hyperino-8rivzj 11.hyperino-zd9n69.hyperino-f4lddt 11.hyperino-9ci78j.hyperino-ubyti6 11.hyperino-elhd3n.hyperino-3ud1ky 13.hyperino-439xcp.hyperino-0907ki 9.hyperino-092thq.hyperino-9r2y8n 9.hyperino-l5i8a3.hyperino-fqn787 8.hyperino-bnpxun.hyperino-2uizar 5.hyperino-fsoypu.hyperino-0goya4 5.hyperino-b68sma.hyperino-krcxlz 5.hyperino-4rl6ev.hyperino-x4x0la 4.hyperino-5rhmo5.hyperino-f4lddt 1.hyperino-yfin2x.hyperino-8oqtep 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.hyperino-6g9e84 .hyperino-hjbkl7 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.hyperino-6g9e84 .hyperino-1s3odf {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.hyperino-uxp0xc {
  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) {
  .hyperino-uxp0xc {
    padding: 24px;
  }
}

.hyperino-uxp0xc .hyperino-um2phi {
  display: flex;
}

@media (min-width: 768px) {
  .hyperino-uxp0xc .hyperino-um2phi {
    display: none;
  }
}

.hyperino-uxp0xc .hyperino-ce9yio svg {
  display: none;
}

.hyperino-kge4cr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hyperino-kge4cr .hyperino-a5utpq {
  display: none;
}

@media (min-width: 768px) {
  .hyperino-kge4cr .hyperino-a5utpq {
    display: flex;
  }
}

.hyperino-aawbye {
  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) {
  .hyperino-aawbye {
    font-size: 40px;
    line-height: 48px;
  }
}

.hyperino-aawbye > * {
  margin: 0 !important;
}

.hyperino-aawbye img,
.hyperino-uktcoz {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hyperino-aawbye img,
  .hyperino-uktcoz {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hyperino-qmeect {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hyperino-qmeect {
    width: 32px;
    height: 32px;
  }
}

.hyperino-a5hc9p {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .hyperino-a5hc9p {
    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;
  }

  .hyperino-a5hc9p::-webkit-scrollbar {
    display: none;
  }
}

.hyperino-rjbl33 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .hyperino-rjbl33 {
    padding: 7px 15px;
  }
}

.hyperino-rjbl33:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.hyperino-prf2a4 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .hyperino-prf2a4 {
    display: flex;
    opacity: 1;
  }
}

.hyperino-rjbl33 picture {
  height: 100%;
  display: block;
}

.hyperino-rjbl33 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .hyperino-rjbl33 img {
    width: 88px;
    height: 44px;
  }
}

.hyperino-rjbl33 p {
  text-align: center;
  width: 100%;
}

.hyperino-kf2we5 {
  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) {
  .hyperino-kf2we5 {
    font-size: 40px;
    line-height: 48px;
  }
}

.hyperino-kf2we5 img,
.hyperino-hodw13 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hyperino-kf2we5 img,
  .hyperino-hodw13 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hyperino-9g1w67 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hyperino-9g1w67 {
    width: 32px;
    height: 32px;
  }
}

.hyperino-19na5z {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.hyperino-m9yzwv {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: 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;
}

.hyperino-ryshiz {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.hyperino-ryshiz.hyperino-47y6j4 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.hyperino-fstry8 {
  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(--text-color);
}

@media screen and (min-width: 768px) {
  .hyperino-fstry8 {
    font-size: 20px;
    line-height: 28px;
  }
}

.hyperino-a9015s {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.hyperino-8d7kw2 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.hyperino-hzqpg6 ease;
  opacity: 0;
  color: var(--text-color);
}

.hyperino-oaij50 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.hyperino-oaij50 ol,
.hyperino-oaij50 ul {
  padding-left: 1.3em;
}

.hyperino-ryshiz.hyperino-47y6j4 .hyperino-8d7kw2 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.hyperino-ryshiz.hyperino-47y6j4 .hyperino-a9015s {
  transform: rotate(180deg);
  color: var(--text-color);
}

.hyperino-f1n2yh {
  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) {
  .hyperino-f1n2yh {
    padding: 24px;
  }
}

.hyperino-f1n2yh .hyperino-um2phi {
  display: flex;
}

@media (min-width: 768px) {
  .hyperino-f1n2yh .hyperino-um2phi {
    display: none;
  }
}

.hyperino-f1n2yh .hyperino-ce9yio svg {
  display: none;
}

.hyperino-3ak3e2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hyperino-3ak3e2 .hyperino-a5utpq {
  display: none;
}

@media (min-width: 768px) {
  .hyperino-3ak3e2 .hyperino-a5utpq {
    display: flex;
  }
}

.hyperino-rptrp2 {
  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) {
  .hyperino-rptrp2 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.hyperino-rptrp2 > * {
  margin: 0 !important;
}

.hyperino-rptrp2 img,
.hyperino-jt3fmi {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hyperino-rptrp2 img,
  .hyperino-jt3fmi {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hyperino-fluhp5 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hyperino-fluhp5 {
    width: 32px;
    height: 32px;
  }
}

.hyperino-gk42h2 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .hyperino-gk42h2 {
    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;
  }

  .hyperino-gk42h2::-webkit-scrollbar {
    display: none;
  }
}

.hyperino-hrsl31 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.hyperino-hrsl31:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.hyperino-ijmr7b {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .hyperino-ijmr7b {
    display: flex;
    opacity: 1;
  }
}

.hyperino-hrsl31 picture {
  width: auto;
  height: 100%;
  display: block;
}

.hyperino-hrsl31 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.hyperino-qe2i75 {
  margin: -24px 0;
}

.hyperino-qe2i75:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .hyperino-qe2i75 {
    margin: -16px 0;
  }
}

.hyperino-5houzs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .hyperino-5houzs {
    flex-direction: row;
  }
}

.hyperino-8zlrqz {
  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) {
  .hyperino-8zlrqz {
    flex: 1;
  }
}

.hyperino-8zlrqz::placeholder {
  color: var(--Text-400);
}

.hyperino-d1c33e {
  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;
}

.hyperino-u1cpl5 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.hyperino-u1cpl5::-webkit-scrollbar {
  display: none;
}

.hyperino-p94v5k {
  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;
}

.hyperino-p94v5k img,
.hyperino-p94v5k svg {
  margin-right: 8px;
}

.hyperino-r4frf0 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.hyperino-qe2i75 + .hyperino-vfgb0e {
  margin-top: 0;
}

@media (min-width: 768px) {
  .hyperino-qe2i75 + .hyperino-vfgb0e {
    margin-top: -16px;
  }
}

.hyperino-4njajg {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.hyperino-4njajg > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.hyperino-4njajg > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.hyperino-5v0ven {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: 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;
}

.hyperino-lqgqan {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.hyperino-02a5vj {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.hyperino-acnywg {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.hyperino-920j6c {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.hyperino-5v0ven 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;
}

.hyperino-5v0ven 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) {
  .hyperino-5v0ven {
    padding: 39px 179px 39px 39px;
  }

  .hyperino-lqgqan {
    font-size: 40px;
    line-height: 48px;
  }

  .hyperino-920j6c {
    height: 348px;
  }

  .hyperino-5v0ven button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .hyperino-5v0ven button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .hyperino-5v0ven {
    padding: 63px;
  }
}

.hyperino-x5dqez {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .hyperino-x5dqez {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.hyperino-3ql6p0 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .hyperino-3ql6p0 {
    width: auto;
  }
}

.hyperino-si85pl {
  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;
}

.hyperino-si85pl::-webkit-scrollbar {
  display: none;
}

.hyperino-si85pl 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);
}

.hyperino-si85pl a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .hyperino-si85pl {
    margin-left: 16px;
    margin-top: 0;
  }
}

.hyperino-x5dqez .hyperino-bja4j3 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.hyperino-hzqpg6,
    mask-image 0.3s;
}

.hyperino-x5dqez .hyperino-bja4j3.hyperino-hzsloc {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.hyperino-d9vla6 {
  margin: 40px -16px;
}

.hyperino-njy8t3 + .hyperino-amapao,
.hyperino-njy8t3 + .hyperino-68dgsi {
  margin-top: 24px;
}

.hyperino-d5t7wu {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.hyperino-d5t7wu picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.hyperino-7apnyz {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .hyperino-7apnyz {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .hyperino-7apnyz {
    margin-top: 0;
  }
}

.hyperino-s2lgy7 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .hyperino-s2lgy7 {
    font-size: 24px;
    line-height: 32px;
  }
}

.hyperino-uvblw0 {
  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) {
  .hyperino-uvblw0 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.hyperino-irwi3t {
  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) {
  .hyperino-irwi3t {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.hyperino-5xiplj {
  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) {
  .hyperino-5xiplj {
    font-size: 20px;
    line-height: 28px;
  }
}

.hyperino-ud0fdp {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .hyperino-ud0fdp {
    font-size: 32px;
    line-height: 40px;
  }
}

.hyperino-pwlf1z {
  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;
}

.hyperino-o7mnmz {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.hyperino-o7mnmz img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hyperino-vfgb0e {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.hyperino-l6iswh {
  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) {
  .hyperino-l6iswh {
    padding: 15px 48px;
  }
}

main > .hyperino-vfgb0e {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .hyperino-7gocjr.hyperino-9zfqby > div:nth-child(n+5) {
    display: none;
  }
}

.hyperino-le4rl4 p a img {
  display: block;
  margin: 0 auto;
}


.hyperino-1fyqzh {
  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 */
.hyperino-ytlx4d {
  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;
}

.hyperino-ytlx4d label {
  font-size: 14px;
}

.hyperino-ytlx4d h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.hyperino-ytlx4d input,
.hyperino-ytlx4d textarea,
.hyperino-ytlx4d 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;
}
.hyperino-ytlx4d button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.hyperino-ackrlk ease;
}
.hyperino-ytlx4d button:hover {
  background-color: var(--button-bg-hover);
}
.hyperino-seh796 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.hyperino-632sc8 ease-in;
}

.hyperino-seh796 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;
}
.hyperino-80gyqj, .hyperino-1ujsp9, [class*="review-card"],
thead, thead th, table th, .hyperino-p6l8w6,
.hyperino-ecxzef, [class*="collapsible-header"],
.hyperino-ymi9a6, [class*="updated-block"] {
  color: #ece7dc !important;
}
