* {
  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;
  }
}

.panda95-uo5xhr {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .panda95-uo5xhr {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .panda95-uo5xhr {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.panda95-zttiv5 {
  overflow: hidden;
}

.panda95-9rbn70 img {
  background: var(--Neutral-300);
}

.panda95-4l6lx9 {
  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;
}

.panda95-mcfnhe {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.panda95-mcfnhe:hover {
  background: var(--button-bg-hover);
}

.panda95-6s4s37 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.panda95-6s4s37:hover {
  background: var(--button-bg-hover);
}

.panda95-qihhqv {
  font-size: 12px;
  line-height: 18px;
}

.panda95-yo57pi {
  font-size: 18px;
  line-height: 26px;
}

.panda95-hxpo7t {
  width: 100%;
}

.panda95-dcsj6l {
  padding: 6px 16px;
}

.panda95-wgxs5o {
  padding: 10px 16px;
}

.panda95-nvlcj2 {
  padding: 15px 26px;
}

.panda95-xvgwvt {
  flex-shrink: 0;
}

.panda95-wq1x0o {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.panda95-8alnfy {
  display: none;
}

.panda95-v4c5qd {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.panda95-w6qobl {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.panda95-s5iloa {
  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;
}

.panda95-m69xsu {
  cursor: grab;
}

.panda95-s5iloa::-webkit-scrollbar {
  display: none;
}

.panda95-alx2vw {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.panda95-fbjsrf {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.panda95-17w6eb {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.panda95-cswuz8 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.panda95-yqna8f {
  visibility: visible;
}

.panda95-sl9666 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.panda95-ow44zj ease;
}

.panda95-3d05ym {
  background-color: var(--Primary-200);
  width: 16px;
}

.panda95-baaevk {
  -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.panda95-ow44zj,
    mask-image 0.3s;
}

.panda95-baaevk.panda95-oxkn01 {
  -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;
  }
}

.panda95-iegd7f: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;
}

.panda95-u7ep2o {
  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.panda95-hhkity.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.panda95-hhkity.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;
}

.panda95-9sldt6 {
  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);
}

.panda95-9sldt6::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%
  );
}

.panda95-aauvv3 {
  position: relative;
  z-index: 1;
}

.panda95-gb1n00 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.panda95-cjftcx {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.panda95-g9ndbv {
  font-size: 40px;
  line-height: 48px;
}

.panda95-z9bwdn {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.panda95-7w775t {
  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;
}

.panda95-7w775t:hover {
  background: var(--Primary-400);
}

.panda95-7w775t svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.panda95-iegd7f 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) {
  .panda95-9sldt6 {
    max-width: 600px;
    padding: 64px;
  }

  .panda95-gb1n00 {
    font-size: 24px;
    line-height: 32px;
  }

  .panda95-cjftcx {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .panda95-g9ndbv {
    font-size: 50px;
    line-height: 56px;
  }

  .panda95-z9bwdn {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .panda95-u7ep2o {
    top: 25px;
    right: 25px;
  }
}

.panda95-gnc6t7,
.panda95-pivb4u {
  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;
}

.panda95-svuweg.panda95-h2f84c::before,
.panda95-pivb4u::before,
.panda95-38ggct::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.panda95-hhkity.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.panda95-092zkb 14.panda95-xk1kfb.panda95-rluhd8 14.panda95-q5veh3 15.panda95-r185rv 14.panda95-ujrb0l 15.panda95-q7gsf3 14.panda95-ppzdwh.panda95-kfkn4r 14.panda95-3hacsa 19.panda95-s4jqx7 12.panda95-vze7o0 19.panda95-s4jqx7 10.panda95-tsu8le.panda95-s4jqx7 8.panda95-t5hdnp 17.panda95-b0pltf 7.panda95-nsydrz 15.panda95-s2dmtp 7.panda95-kg4l0n.panda95-sr7zxm 7.panda95-nsydrz 11.panda95-04ldl6 8.panda95-t5hdnp 11.panda95-04ldl6 10.panda95-dtp71e.panda95-04ldl6 12.panda95-k6duyo 13.panda95-rja9mj 14.panda95-t89su7 15.panda95-kngxob 14.panda95-fo3asd.panda95-n2xuh8 14.panda95-v5s4r9 15.panda95-u7at4g 14.panda95-8p2roq 15.panda95-ghia9i 14.panda95-e17ib7.panda95-092zkb 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.panda95-ln7tpr 15.panda95-ht1gj3.panda95-ldqw26 15.panda95-j87jpi 15.panda95-qb5str 15.panda95-niwsyf 15.panda95-wdqtda 15.panda95-tjhog3.panda95-9ew9gt 15.panda95-niwsyf 15.panda95-uumvi8 15.panda95-uk7n9f 15.panda95-y44zsk 15.panda95-gy1izb.panda95-hqis4w 15.panda95-rqmyf9 7.panda95-rvaevx 18.panda95-r3q3je 7.panda95-gq89s8 23.panda95-zaaqag.panda95-m2bgag.panda95-0ewl9l 18.panda95-5dy4n5 19.panda95-hj2gx3 15.panda95-k9bifc 15.panda95-ln7tpr 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.panda95-j53bcd [type="submit"] *,
.panda95-yrji78 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .panda95-mx54an {
    display: none;
  }
}

.panda95-8dwxdc {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .panda95-8dwxdc {
  display: none;
}

@media (min-width: 768px) {
  .panda95-8dwxdc {
    bottom: 22px;
  }
}

.panda95-8dwxdc input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .panda95-8dwxdc {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.panda95-hh640h.static) .panda95-8dwxdc {
    bottom: 8px;
  }
}

.panda95-eoqmpl {
  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.panda95-hhkity.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.panda95-91zoz6 3.panda95-d80kwc.panda95-2pqbv7.panda95-8z3a5s 3.panda95-x4t144 3.panda95-bp1ww5 5.panda95-2fgbzj 3.panda95-bp1ww5 8.panda95-ijvfxz.panda95-ttih8n.panda95-bp1ww5 26.panda95-bfks0o 5.panda95-2uddjw 28.panda95-qfmyu2 8.panda95-adwhub 28.panda95-eywsed.panda95-9j4p1e 28.panda95-wy9mcq.panda95-0t5dqr 34.panda95-8gqjt4.panda95-sjqmv6 36.panda95-sqo4ni 11.panda95-mnc4qb 37.panda95-95tscp 12.panda95-xj0lxw 36.panda95-dqpba7.panda95-x0n25c 28.panda95-x03rrg.panda95-2hx61y.panda95-6v5fmk 28.panda95-ma4sne 36.panda95-t5ty1n 26.panda95-ywfgw2 36.panda95-t5ty1n 23.panda95-fy8v1o.panda95-rz9kes.panda95-t5ty1n 5.panda95-6zepe8 34.panda95-d4205e 3.panda95-x4t144 31.panda95-91zoz6 3.panda95-yzc5xb.panda95-fqhhlt 18.panda95-di8w5j.panda95-7ttq72 18.panda95-llcy8z 8.panda95-u9cj0x 17.panda95-ctvcjo 8.panda95-u9cj0x 15.panda95-6d08gy.panda95-u9cj0x 14.panda95-qivyjm 9.panda95-7ttq72 13.panda95-58pmdx 11.panda95-fqhhlt 13.panda95-xjzcmu.panda95-tg0ivh 13.panda95-58pmdx 13.panda95-kl1fj8 14.panda95-qivyjm 13.panda95-kl1fj8 15.panda95-h67c39.panda95-kl1fj8 17.panda95-ctvcjo 12.panda95-tg0ivh 18.panda95-llcy8z 11.panda95-fqhhlt 18.panda95-hhnh3g.panda95-xsukam 18.panda95-0v8jkg.panda95-r9ygsq 18.panda95-llcy8z 17.panda95-fz3o6o 17.panda95-ctvcjo 17.panda95-fz3o6o 15.panda95-8elwfu.panda95-fz3o6o 14.panda95-qivyjm 18.panda95-r9ygsq 13.panda95-58pmdx 20.panda95-xsukam 13.panda95-2ycyqs.panda95-z2afhr 13.panda95-58pmdx 22.panda95-zd3xcv 14.panda95-qivyjm 22.panda95-zd3xcv 15.panda95-3d5yj0.panda95-60jl30 17.panda95-ctvcjo 21.panda95-z2afhr 18.panda95-llcy8z 20.panda95-xsukam 18.panda95-zb9hsp.panda95-b00a6i 18.panda95-ttiyha.panda95-x91t1y 18.panda95-llcy8z 26.panda95-elat4c 17.panda95-ctvcjo 26.panda95-elat4c 15.panda95-emmzs3.panda95-elat4c 14.panda95-qivyjm 27.panda95-x91t1y 13.panda95-58pmdx 28.panda95-b00a6i 13.panda95-2va4e2.panda95-f39eip 13.panda95-58pmdx 31.panda95-71kwbr 14.panda95-qivyjm 31.panda95-71kwbr 15.panda95-emr48c.panda95-elat4c 17.panda95-ctvcjo 30.panda95-f39eip 18.panda95-llcy8z 28.panda95-b00a6i 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"])
    .panda95-eoqmpl {
    display: none;
  }
}

.panda95-wrl7dm {
  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) {
  .panda95-wrl7dm {
    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;
}

.panda95-yrji78 {
  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) {
  .panda95-yrji78 {
    padding: 14px 16px;
  }
}

.panda95-yrji78 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.panda95-yrji78 button:first-child {
  align-content: end;
}

.panda95-yrji78 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .panda95-yrji78
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .panda95-yrji78
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.panda95-yrji78 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.panda95-yrji78 button:last-child svg {
  width: 38px;
  height: 38px;
}

.panda95-38ggct {
  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;
}

.panda95-38ggct::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .panda95-38ggct,
.pc61d126-chatbot[data-active-screen="3"]
  .panda95-38ggct {
  opacity: 1;
  visibility: visible;
}

.panda95-4ow9t0 {
  flex: 1 1;
}

.panda95-5ibyw8 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .panda95-5ibyw8 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .panda95-t2y1i9 {
  display: block;
}

.panda95-ofynip {
  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) {
  .panda95-ofynip {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.panda95-pivb4u {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.panda95-pivb4u::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.panda95-egnfgd span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.panda95-egnfgd p {
  color: var(--Text-100);
}

.panda95-pivb4u .panda95-b1fi8n {
  grid-area: button;
}

.panda95-pivb4u .panda95-b1fi8n::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.panda95-hhkity.org/2000/svg'%3E%3Cpath d='M4.panda95-u8inya 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.panda95-3nhxzl 15L16.panda95-3nhxzl 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.panda95-3nhxzl 5L16.panda95-3nhxzl 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .panda95-fxy3b4 {
  display: block;
}

.panda95-3f9vxx {
  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) {
  .panda95-3f9vxx {
    margin-top: 40px;
  }
}

.panda95-gnc6t7 label,
.panda95-gnc6t7 input {
  display: block;
  width: 100%;
}

.panda95-gnc6t7 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.panda95-gnc6t7 label.panda95-0cd1cq input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.panda95-gnc6t7 label.panda95-0cd1cq::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;
}

.panda95-gnc6t7 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;
}

.panda95-gnc6t7 input::placeholder {
  color: var(--Text-400);
}

.panda95-32qqac {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .panda95-32qqac {
  display: flex;
}

.panda95-32qqac ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .panda95-32qqac ol {
    height: 420px;
    padding: 24px;
  }
}

.panda95-32qqac ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.panda95-j53bcd {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .panda95-j53bcd {
    padding: 0 24px 24px;
  }
}

.panda95-j53bcd 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;
}

.panda95-j53bcd input::placeholder {
  color: var(--Text-400);
}

.panda95-j53bcd [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.panda95-j53bcd [type="submit"]:disabled {
  opacity: 0.5;
}

.panda95-j53bcd [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .panda95-j53bcd [type="submit"] {
    right: 40px;
  }
}

.panda95-svuweg {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.panda95-svuweg.panda95-h2f84c {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.panda95-svuweg.panda95-h2f84c::before {
  content: "";
  width: 31px;
}

.panda95-svuweg.panda95-h2f84c p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.panda95-svuweg.panda95-9zow8f p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.panda95-svuweg p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.panda95-8dwxdc .panda95-b1fi8n {
  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;
  }
}

.panda95-mx54an {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .panda95-mx54an {
    padding: 14px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .panda95-mx54an {
    padding: 15px 0;
  }
}

.panda95-mx54an .panda95-uo5xhr {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .panda95-mx54an .panda95-uo5xhr {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.panda95-bk93a5 {
  display: block;
  width: 100%;
  max-width: 144px;
  height: 36px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .panda95-bk93a5 {
    max-width: 180px;
    height: 47px;
  }
}

.panda95-bk93a5 picture,
.panda95-bk93a5 img {
  display: block;
  width: 100%;
  height: 100%;
}

.panda95-bk93a5 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .panda95-2db1te {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.panda95-ow44zj ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .panda95-mx54an.panda95-zlfxg3 .panda95-2db1te {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .panda95-2db1te {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .panda95-2db1te {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.panda95-92y1l5,
.panda95-87xmhp {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .panda95-92y1l5,
  .panda95-87xmhp {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .panda95-87xmhp {
    display: none;
  }
}

.panda95-zinsyw {
  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;
}

.panda95-zlfxg3 .panda95-zinsyw {
  background: var(--fh-bg-color);
}

.panda95-zinsyw button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .panda95-zinsyw {
    display: none;
  }
}

.panda95-zhp3m8 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .panda95-zhp3m8 {
    display: none;
  }
}

.panda95-kg4v0q {
  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;
}

.panda95-mx54an.panda95-zlfxg3 .panda95-kg4v0q:first-child {
  display: none;
}

.panda95-mx54an.panda95-zlfxg3 .panda95-kg4v0q:last-child {
  display: block;
}

.panda95-kg4v0q:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .panda95-kg4v0q {
    display: none;
  }
}

.panda95-ktq2nc {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .panda95-ktq2nc {
    display: flex;
  }
}

.panda95-ktq2nc ul {
  max-height: 350px;
  overflow-y: auto;
}

.panda95-ktq2nc:hover ul {
  visibility: visible;
  opacity: 1;
}

.panda95-ktq2nc:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.panda95-ktq2nc:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.panda95-ktq2nc:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.panda95-ktq2nc:hover .panda95-d2qvtd svg {
  transform: rotate(180deg);
}

.panda95-kyjr7v {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.panda95-xe9p0p {
  padding: 0 8px;
}

.panda95-7tvhhi {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.panda95-7tvhhi:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .panda95-7tvhhi {
    padding: 4px 8px;
  }
}

.panda95-7hbvh2 {
  display: flex;
}

.panda95-7hbvh2 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.panda95-d2qvtd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.panda95-d2qvtd svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.panda95-bnjmbn {
  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) {
  .panda95-bnjmbn {
    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;
  }
}

.panda95-u5tsiu {
  width: 100%;
}

@media (min-width: 1200px) {
  .panda95-u5tsiu {
    display: none;
  }
}

.panda95-bw4zzh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.panda95-v2y09n {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.panda95-b03zk8 {
  display: flex;
}

.panda95-9pixa1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.panda95-35121g {
  list-style: none;
}

@media (max-width: 1199px) {
  .panda95-35121g {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .panda95-35121g {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .panda95-35121g .panda95-xoox2k [data-ref-el],
  .panda95-35121g .panda95-xoox2k span,
  .panda95-35121g .panda95-xoox2k a {
    white-space: nowrap;
  }
}

.panda95-299xtk {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .panda95-299xtk.panda95-4cz82q > .panda95-xoox2k {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .panda95-299xtk.panda95-rv8ote:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .panda95-299xtk.panda95-4cz82q > .panda95-iljxh9 {
    height: auto;
  }

  .panda95-299xtk.panda95-4cz82q > div > .panda95-xynh2g {
    transform: rotate(180deg);
  }
}

.panda95-299xtk [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.panda95-299xtk [data-ref-el],
.panda95-299xtk span {
  cursor: pointer;
}

.panda95-299xtk [data-ref-el],
.panda95-299xtk span,
.panda95-299xtk 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) {
  .panda95-299xtk [data-ref-el],
  .panda95-299xtk span,
  .panda95-299xtk a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .panda95-299xtk [data-ref-el],
  .panda95-299xtk span,
  .panda95-299xtk a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.panda95-iljxh9 {
  height: 0;
  overflow: hidden;
  transition: height 0.panda95-ow44zj ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.panda95-iljxh9::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.panda95-iljxh9::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.panda95-iljxh9::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .panda95-iljxh9 {
    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;
  }

  .panda95-iljxh9:has(> .panda95-299xtk.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .panda95-iljxh9 .panda95-iljxh9 {
    padding: 0;
  }

  .panda95-iljxh9 .panda95-299xtk {
    font-weight: 400;
  }

  .panda95-iljxh9 .panda95-299xtk:hover > .panda95-xoox2k {
    background: var(--Neutral-300);
  }

  .panda95-iljxh9 .panda95-xynh2g {
    rotate: -90deg;
  }
}

.panda95-xoox2k {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .panda95-xoox2k {
    padding: 8px;
  }

  .panda95-299xtk.panda95-hnvcpj > .panda95-xoox2k {
    background: var(--Neutral-300);
  }
}

.panda95-xynh2g {
  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.panda95-hhkity.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.panda95-w08edb 0.panda95-qz30so.panda95-kmtccs -0.panda95-awsv1m 0.panda95-ppdwqv -0.panda95-awsv1m 1.panda95-uiewlz 0.panda95-s47c3l.panda95-gj5rsz 4.panda95-pe4hc3.panda95-w08edb 0.panda95-ozqjbn.panda95-j6cvmj -0.panda95-awsv1m 9.panda95-bscika -0.panda95-awsv1m 10.panda95-hyy5e3 0.panda95-p8nfiw.panda95-ade8cs 0.panda95-kmtccs 10.panda95-ade8cs 0.panda95-ppdwqv 10.panda95-hyy5e3 1.panda95-3zk307.panda95-du989x 5.panda95-fvycni.panda95-panvgu 6.panda95-5tzoj6 5.panda95-tbiujp 6.panda95-5tzoj6 4.panda95-1s9lxk 5.panda95-tc5504.panda95-w08edb 1.panda95-g2jsma.panda95-awsv1m 0.panda95-ppdwqv -0.panda95-awsv1m 0.panda95-kmtccs 0.panda95-w08edb 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.panda95-ow44zj ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .panda95-xynh2g {
    cursor: default;
  }
}

.panda95-v3vtgr {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.panda95-c41me7 {
  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) {
  .panda95-c41me7 {
    padding: 40px 4px;
  }
}

.panda95-7kxbei {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .panda95-7kxbei {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.panda95-fxkofa {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .panda95-fxkofa {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.panda95-fxkofa ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.panda95-fxkofa [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.panda95-fxkofa [data-ref-el],
.panda95-fxkofa span,
.panda95-fxkofa a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--footer-text-color);
}

.panda95-87rdmy {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .panda95-87rdmy {
    margin-bottom: 12px;
  }
}

.panda95-d5j7bm {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.panda95-d5j7bm img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .panda95-d5j7bm:last-child {
    margin-right: 0;
  }
}

.panda95-yhszhv {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.panda95-87rdmy:hover .panda95-apuvlj {
  visibility: visible;
  opacity: 1;
}

.panda95-apuvlj {
  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);
}

.panda95-svnekr {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.panda95-8wcl7n {
  display: flex;
  margin: 6px;
}

.panda95-8wcl7n img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.panda95-apuvlj::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);
}

.panda95-apuvlj::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);
}

.panda95-8s4d6g {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .panda95-8s4d6g {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.panda95-08677g {
  font-size: 14px;
  line-height: 20px;
  color: var(--footer-text-color);
}

@media (min-width: 1200px) {
  .panda95-08677g {
    margin-right: 32px;
  }
}

.panda95-se77rs {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .panda95-se77rs {
    margin-top: 0;
    width: 340px;
  }
}

.panda95-se77rs a {
  line-height: 19px;
  color: var(--footer-text-color);
  border-bottom: 1px solid var(--Primary-100);
}

.panda95-tgb1b3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.panda95-etkrru {
  position: relative;
}

@media (min-width: 768px) {
  .panda95-etkrru {
    margin-top: 40px;
  }
}

.panda95-etkrru + .panda95-z1oc1n,
.panda95-etkrru + .panda95-etkrru {
  margin-top: 24px;
}

.panda95-yf5lna {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .panda95-yf5lna {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .panda95-yf5lna {
    padding: 80px;
  }
}

.panda95-798787 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .panda95-798787 {
    padding: 0 16px;
}


}

.panda95-roaavu {
  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) {
  .panda95-roaavu {
    font-size: 48px;
    line-height: 56px;
  }
}

.panda95-gm9lk9 {
  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) {
  .panda95-gm9lk9 {
    font-size: 24px;
    line-height: 32px;
  }
}

.panda95-q0x4xk {
  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;
}

.panda95-q0x4xk:hover {
  background: var(--button-bg-hover);
}

.panda95-4ei90k {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.panda95-4ei90k img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .panda95-4ei90k img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .panda95-4ei90k img {
  min-height: 100%;
  }
}

.panda95-yf5lna::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.panda95-2qcmnr {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.panda95-2qcmnr h1,
.panda95-2qcmnr h2,
.panda95-2qcmnr h3,
.panda95-2qcmnr h4 {
  margin-bottom: 6px;
}

.panda95-2qcmnr h1:not(:first-child),
.panda95-2qcmnr h2:not(:first-child),
.panda95-2qcmnr h3:not(:first-child),
.panda95-2qcmnr h4:not(:first-child) {
  margin-top: 16px;
}

.panda95-2qcmnr h1,
.panda95-2qcmnr h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .panda95-2qcmnr h1,
  .panda95-2qcmnr h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.panda95-2qcmnr h2,
.panda95-2qcmnr h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .panda95-2qcmnr h2,
  .panda95-2qcmnr h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.panda95-2qcmnr h3,
.panda95-2qcmnr h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .panda95-2qcmnr h3,
  .panda95-2qcmnr h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.panda95-2qcmnr h4,
.panda95-2qcmnr h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.panda95-2qcmnr ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.panda95-2qcmnr ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.panda95-2qcmnr 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);
}

.panda95-2qcmnr ul ul {
  margin-bottom: 8px;
}

.panda95-2qcmnr ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.panda95-2qcmnr ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.panda95-2qcmnr ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.panda95-2qcmnr ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.panda95-2qcmnr ol li::marker {
  font-weight: 700;
}

.panda95-2qcmnr ol ol {
  margin-bottom: 8px;
}

.panda95-2qcmnr ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.panda95-2qcmnr ol ul li {
  padding-left: 16px;
}

.panda95-2qcmnr 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) {
  .panda95-2qcmnr table {
    padding: 24px;
  }
}

.panda95-2qcmnr table.panda95-1xywmn {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.panda95-ow44zj,
    mask-image 0.3s;
}

.panda95-2qcmnr table.panda95-1xywmn.panda95-oxkn01 {
  -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) {
  .panda95-2qcmnr table {
    display: table;
  }
}

.panda95-2qcmnr 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);
}

.panda95-2qcmnr table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.panda95-2qcmnr table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.panda95-2qcmnr 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) {
  .panda95-2qcmnr table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.panda95-2qcmnr table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.panda95-2qcmnr table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.panda95-2qcmnr table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.panda95-2qcmnr img {
  max-width: 100%;
  height: auto;
}

.panda95-op6tcd {
  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) {
  .panda95-op6tcd {
    padding: 24px;
  }
}

.panda95-ou22om {
  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) {
  .panda95-ou22om {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.panda95-ou22om > * {
  margin: 0 !important;
}

.panda95-ou22om img,
.panda95-cp641l {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .panda95-ou22om img,
  .panda95-cp641l {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.panda95-1sqv42 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .panda95-1sqv42 {
    width: 32px;
    height: 32px;
  }
}

.panda95-a3vubl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.panda95-a3vubl .panda95-59yq6a {
  flex-shrink: 0;
}

.panda95-a3vubl .panda95-ub06gc svg {
  display: none;
}

.panda95-hxlsn0 {
  display: grid;
  transition: max-height 0.panda95-ow44zj ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .panda95-hxlsn0 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .panda95-hxlsn0 {
    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));
  }
}

.panda95-hxlsn0.panda95-0l1446 + .panda95-59yq6a svg {
  transform: rotate(180deg);
}

.panda95-6wktbw {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.panda95-6wktbw > div:nth-child(3n) {
  grid-column: span 2;
}

.panda95-6wktbw
  > div:nth-child(3n)
  .panda95-z2kv8f
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .panda95-6wktbw {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .panda95-6wktbw > div:nth-child(3n) {
    grid-column: unset;
  }

  .panda95-6wktbw
    > div:nth-child(3n)
    .panda95-z2kv8f
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .panda95-6wktbw {
    max-width: 270px;
  }
}

.panda95-6wktbw .panda95-z2kv8f button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .panda95-6wktbw .panda95-z2kv8f button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .panda95-6wktbw .panda95-z2kv8f button {
    max-width: 104px;
  }
}

.panda95-nf1bm3 {
  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) {
  .panda95-nf1bm3 {
    margin-bottom: 0;
  }
}

.panda95-t20qle {
  display: none;
  opacity: 0;
}

.panda95-0fgx0o {
  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;
  }
}

.panda95-0fgx0o img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.panda95-z2kv8f {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.panda95-z2kv8f button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .panda95-z2kv8f
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .panda95-z2kv8f
    button {
    max-width: 145px;
  }
}

.panda95-dcgk87:first-child
  .panda95-z2kv8f
  button {
  max-width: 270px;
}

.panda95-ms59oj {
  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%;
}

.panda95-nf1bm3 picture {
  width: 100%;
  max-width: 100%;
}

.panda95-l9d4sp {
  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;
}

.panda95-l9d4sp svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.panda95-nf1bm3:hover .panda95-l9d4sp {
  display: flex;
}

.panda95-ey9llf {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.panda95-g2rlap {
  display: flex;
}

.panda95-g2rlap:hover .panda95-bekgm3,
.panda95-g2rlap .panda95-hnvcpj .panda95-bekgm3 {
  display: flex;
}

.panda95-g2rlap svg {
  flex-shrink: 0;
}

.panda95-bekgm3 {
  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) {
  .panda95-bekgm3 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.panda95-bekgm3:hover {
  display: flex;
}

.panda95-bekgm3 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.panda95-1ve8cl {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .panda95-1ve8cl {
    font-size: 12px;
  }
}

.panda95-ct4jna,
.panda95-qghiuy {
  width: 50%;
  flex-shrink: 0;
}

.panda95-ct4jna {
  font-weight: 700;
}

.panda95-fpcnao .panda95-hxlsn0 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .panda95-fpcnao .panda95-hxlsn0 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .panda95-fpcnao .panda95-hxlsn0 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.panda95-fpcnao
  .panda95-ms59oj:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.panda95-fpcnao .panda95-0fgx0o {
  height: 100% !important;
  border-radius: 16px;
}

.panda95-fpcnao .panda95-z2kv8f {
  gap: 4px;
  align-items: center;
}

.panda95-fpcnao .panda95-z2kv8f button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.panda95-fpcnao .panda95-z2kv8f svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.panda95-fpcnao .panda95-y1qbpn,
.panda95-fpcnao .panda95-5h4col {
  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.panda95-hhkity.org/2000/svg'%3E%3Cpath d='M9.panda95-zdmbiu 4.panda95-6ozw28.panda95-260asq 5.panda95-bp3bm2.panda95-o4dg1m 5.panda95-e5uewd.panda95-bueo0b 5.panda95-kk9y7n.panda95-zi1bcm 8.panda95-r6cdly.panda95-kl0x45 9.panda95-e7u0lr.panda95-3moeeg 9.panda95-1ss36f.panda95-b5b49w 13.panda95-2xceni.panda95-22d0rh 11.panda95-qnlneo.panda95-vluhad 11.panda95-2f3ss8.panda95-z8vf5m 11.panda95-3p98rv.panda95-5d8mf3 13.panda95-9bdwji.panda95-lzmyjx 9.panda95-zts8c8.panda95-w4tb93 9.panda95-i0vxm7.panda95-fphlss 8.panda95-cvshh6.panda95-p5h8vb 5.panda95-lv33zu.panda95-s9dehx 5.panda95-4u1rp9.panda95-64z2r7 5.panda95-dmx9h9.panda95-dsopup 4.panda95-4ymgq5.panda95-vluhad 1.panda95-qm3noi.panda95-zdmbiu 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.panda95-fpcnao .panda95-y1qbpn {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.panda95-fpcnao .panda95-5h4col {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.panda95-93zs0f {
  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) {
  .panda95-93zs0f {
    padding: 24px;
  }
}

.panda95-93zs0f .panda95-59yq6a {
  display: flex;
}

@media (min-width: 768px) {
  .panda95-93zs0f .panda95-59yq6a {
    display: none;
  }
}

.panda95-93zs0f .panda95-ub06gc svg {
  display: none;
}

.panda95-w66hyq {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.panda95-w66hyq .panda95-4l6lx9 {
  display: none;
}

@media (min-width: 768px) {
  .panda95-w66hyq .panda95-4l6lx9 {
    display: flex;
  }
}

.panda95-o27t6o {
  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) {
  .panda95-o27t6o {
    font-size: 40px;
    line-height: 48px;
  }
}

.panda95-o27t6o > * {
  margin: 0 !important;
}

.panda95-o27t6o img,
.panda95-bb15sm {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .panda95-o27t6o img,
  .panda95-bb15sm {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.panda95-6j8xmv {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .panda95-6j8xmv {
    width: 32px;
    height: 32px;
  }
}

.panda95-w511kz {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .panda95-w511kz {
    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;
  }

  .panda95-w511kz::-webkit-scrollbar {
    display: none;
  }
}

.panda95-3qwcci {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .panda95-3qwcci {
    padding: 7px 15px;
  }
}

.panda95-3qwcci:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.panda95-cmkdze {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .panda95-cmkdze {
    display: flex;
    opacity: 1;
  }
}

.panda95-3qwcci picture {
  height: 100%;
  display: block;
}

.panda95-3qwcci img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .panda95-3qwcci img {
    width: 88px;
    height: 44px;
  }
}

.panda95-3qwcci p {
  text-align: center;
  width: 100%;
}

.panda95-ztlstz {
  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) {
  .panda95-ztlstz {
    font-size: 40px;
    line-height: 48px;
  }
}

.panda95-ztlstz img,
.panda95-30n62o {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .panda95-ztlstz img,
  .panda95-30n62o {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.panda95-4pcq8g {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .panda95-4pcq8g {
    width: 32px;
    height: 32px;
  }
}

.panda95-heuvcv {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.panda95-kfdjnj {
  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;
}

.panda95-r11pns {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.panda95-r11pns.panda95-hnvcpj {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.panda95-w7u6ht {
  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) {
  .panda95-w7u6ht {
    font-size: 20px;
    line-height: 28px;
  }
}

.panda95-wqzi2c {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--card-text-color, var(--text-color));
}

.panda95-f0ba9s {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.panda95-ow44zj ease;
  opacity: 0;
  color: var(--card-text-color, var(--text-color));
}

.panda95-6o4a4g {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.panda95-6o4a4g ol,
.panda95-6o4a4g ul {
  padding-left: 1.3em;
}

.panda95-r11pns.panda95-hnvcpj .panda95-f0ba9s {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.panda95-r11pns.panda95-hnvcpj .panda95-wqzi2c {
  transform: rotate(180deg);
  color: var(--card-text-color, var(--text-color));
}

.panda95-qicjkt {
  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) {
  .panda95-qicjkt {
    padding: 24px;
  }
}

.panda95-qicjkt .panda95-59yq6a {
  display: flex;
}

@media (min-width: 768px) {
  .panda95-qicjkt .panda95-59yq6a {
    display: none;
  }
}

.panda95-qicjkt .panda95-ub06gc svg {
  display: none;
}

.panda95-ehscmx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.panda95-ehscmx .panda95-4l6lx9 {
  display: none;
}

@media (min-width: 768px) {
  .panda95-ehscmx .panda95-4l6lx9 {
    display: flex;
  }
}

.panda95-dz2wpm {
  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) {
  .panda95-dz2wpm {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.panda95-dz2wpm > * {
  margin: 0 !important;
}

.panda95-dz2wpm img,
.panda95-timrg2 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .panda95-dz2wpm img,
  .panda95-timrg2 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.panda95-o8p19n {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .panda95-o8p19n {
    width: 32px;
    height: 32px;
  }
}

.panda95-8yvn7o {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .panda95-8yvn7o {
    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;
  }

  .panda95-8yvn7o::-webkit-scrollbar {
    display: none;
  }
}

.panda95-lxzpys {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.panda95-lxzpys:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.panda95-djc83z {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .panda95-djc83z {
    display: flex;
    opacity: 1;
  }
}

.panda95-lxzpys picture {
  width: auto;
  height: 100%;
  display: block;
}

.panda95-lxzpys picture img {
  display: block;
  width: auto;
  height: 100%;
}

.panda95-2yaz2u {
  margin: -24px 0;
}

.panda95-2yaz2u:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .panda95-2yaz2u {
    margin: -16px 0;
  }
}

.panda95-o9afsf {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .panda95-o9afsf {
    flex-direction: row;
  }
}

.panda95-loqt2a {
  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) {
  .panda95-loqt2a {
    flex: 1;
  }
}

.panda95-loqt2a::placeholder {
  color: var(--Text-400);
}

.panda95-zb4vtd {
  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;
}

.panda95-j5ekay {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.panda95-j5ekay::-webkit-scrollbar {
  display: none;
}

.panda95-xpv2gl {
  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;
}

.panda95-xpv2gl img,
.panda95-xpv2gl svg {
  margin-right: 8px;
}

.panda95-du4eiu {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.panda95-2yaz2u + .panda95-y9shd6 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .panda95-2yaz2u + .panda95-y9shd6 {
    margin-top: -16px;
  }
}

.panda95-guujts {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.panda95-guujts > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.panda95-guujts > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.panda95-hpomdp {
  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;
}

.panda95-myifj8 {
  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;
}

.panda95-7wyzxk {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.panda95-xtiryw {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.panda95-ks2i1f {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.panda95-hpomdp 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;
}

.panda95-hpomdp 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) {
  .panda95-hpomdp {
    padding: 39px 179px 39px 39px;
  }

  .panda95-myifj8 {
    font-size: 40px;
    line-height: 48px;
  }

  .panda95-ks2i1f {
    height: 348px;
  }

  .panda95-hpomdp button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .panda95-hpomdp button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .panda95-hpomdp {
    padding: 63px;
  }
}

.panda95-omf24x {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .panda95-omf24x {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.panda95-6u77uy {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .panda95-6u77uy {
    width: auto;
  }
}

.panda95-p7jz17 {
  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;
}

.panda95-p7jz17::-webkit-scrollbar {
  display: none;
}

.panda95-p7jz17 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);
}

.panda95-p7jz17 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .panda95-p7jz17 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.panda95-omf24x .panda95-40myy2 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.panda95-ow44zj,
    mask-image 0.3s;
}

.panda95-omf24x .panda95-40myy2.panda95-oxkn01 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.panda95-luf2yz {
  margin: 40px -16px;
}

.panda95-l3oyvn + .panda95-z1oc1n,
.panda95-l3oyvn + .panda95-etkrru {
  margin-top: 24px;
}

.panda95-42m5ix {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.panda95-42m5ix picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.panda95-0z6pcb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .panda95-0z6pcb {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .panda95-0z6pcb {
    margin-top: 0;
  }
}

.panda95-zhb0nk {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .panda95-zhb0nk {
    font-size: 24px;
    line-height: 32px;
  }
}

.panda95-qiiqpd {
  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) {
  .panda95-qiiqpd {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.panda95-unn6qy {
  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) {
  .panda95-unn6qy {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.panda95-tfmwfz {
  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) {
  .panda95-tfmwfz {
    font-size: 20px;
    line-height: 28px;
  }
}

.panda95-65019o {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .panda95-65019o {
    font-size: 32px;
    line-height: 40px;
  }
}

.panda95-6s76if {
  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;
}

.panda95-y1klmw {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.panda95-y1klmw img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.panda95-y9shd6 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.panda95-afequp {
  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) {
  .panda95-afequp {
    padding: 15px 48px;
  }
}

main > .panda95-y9shd6 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .panda95-hxlsn0.panda95-9ocsfa > div:nth-child(n+5) {
    display: none;
  }
}

.panda95-2qcmnr p a img {
  display: block;
  margin: 0 auto;
}


.panda95-5169lg {
  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 */
.panda95-yowuty {
  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;
}

.panda95-yowuty label {
  font-size: 14px;
}

.panda95-yowuty h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.panda95-yowuty input,
.panda95-yowuty textarea,
.panda95-yowuty 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;
}
.panda95-yowuty button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.panda95-cr5yr6 ease;
}
.panda95-yowuty button:hover {
  background-color: var(--button-bg-hover);
}
.panda95-e7qzso {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.panda95-wuqkt4 ease-in;
}

.panda95-e7qzso 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;
}
.panda95-ajexct, .panda95-sn4237, [class*="review-card"],
thead, thead th, table th, .panda95-ehmn9c,
.panda95-iyjq4s, [class*="collapsible-header"],
.panda95-3sk60d, [class*="updated-block"] {
  color: #ece7dc !important;
}

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