* {
  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;
  }
}

.sevenbit-n238d3 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .sevenbit-n238d3 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .sevenbit-n238d3 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.sevenbit-y5lcf6 {
  overflow: hidden;
}

.sevenbit-n2ch98 img {
  background: var(--Neutral-300);
}

.sevenbit-kp2v6b {
  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;
}

.sevenbit-mtwaai {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.sevenbit-mtwaai:hover {
  background: var(--button-bg-hover);
}

.sevenbit-i0zynv {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.sevenbit-i0zynv:hover {
  background: var(--button-bg-hover);
}

.sevenbit-9ki9of {
  font-size: 12px;
  line-height: 18px;
}

.sevenbit-5bsmn4 {
  font-size: 18px;
  line-height: 26px;
}

.sevenbit-2vx1ez {
  width: 100%;
}

.sevenbit-vvno11 {
  padding: 6px 16px;
}

.sevenbit-otncru {
  padding: 10px 16px;
}

.sevenbit-2mye53 {
  padding: 15px 26px;
}

.sevenbit-j2wlp6 {
  flex-shrink: 0;
}

.sevenbit-blqubp {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.sevenbit-olxal5 {
  display: none;
}

.sevenbit-oqhosf {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.sevenbit-9gfxoc {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.sevenbit-dr2bk5 {
  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;
}

.sevenbit-0sj5c4 {
  cursor: grab;
}

.sevenbit-dr2bk5::-webkit-scrollbar {
  display: none;
}

.sevenbit-55dc7m {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.sevenbit-5jy3h1 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.sevenbit-a2pcmm {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.sevenbit-rc6fxg {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.sevenbit-gyy71g {
  visibility: visible;
}

.sevenbit-e4ecii {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.sevenbit-x1y7ks ease;
}

.sevenbit-6zu6v9 {
  background-color: var(--Primary-200);
  width: 16px;
}

.sevenbit-92j9fc {
  -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.sevenbit-x1y7ks,
    mask-image 0.3s;
}

.sevenbit-92j9fc.sevenbit-za73e4 {
  -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;
  }
}

.sevenbit-bzpvn4: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;
}

.sevenbit-yqz0uo {
  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.sevenbit-5b2pga.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.sevenbit-5b2pga.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;
}

.sevenbit-jgm957 {
  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);
}

.sevenbit-jgm957::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%
  );
}

.sevenbit-myu3s7 {
  position: relative;
  z-index: 1;
}

.sevenbit-fa0otz {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.sevenbit-aj1p61 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.sevenbit-bdh61b {
  font-size: 40px;
  line-height: 48px;
}

.sevenbit-81bcbs {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.sevenbit-7nq8pr {
  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;
}

.sevenbit-7nq8pr:hover {
  background: var(--Primary-400);
}

.sevenbit-7nq8pr svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.sevenbit-bzpvn4 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) {
  .sevenbit-jgm957 {
    max-width: 600px;
    padding: 64px;
  }

  .sevenbit-fa0otz {
    font-size: 24px;
    line-height: 32px;
  }

  .sevenbit-aj1p61 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .sevenbit-bdh61b {
    font-size: 50px;
    line-height: 56px;
  }

  .sevenbit-81bcbs {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .sevenbit-yqz0uo {
    top: 25px;
    right: 25px;
  }
}

.sevenbit-jiq43j,
.sevenbit-rf89cz {
  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;
}

.sevenbit-r70tkl.sevenbit-88sd9n::before,
.sevenbit-rf89cz::before,
.sevenbit-s8el5c::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.sevenbit-5b2pga.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.sevenbit-zgx0im 14.sevenbit-s9cd2r.sevenbit-3qzp5n 14.sevenbit-rjwmb7 15.sevenbit-f0ggxx 14.sevenbit-4waazp 15.sevenbit-8blo85 14.sevenbit-hvymdl.sevenbit-01kzrm 14.sevenbit-b5vd9i 19.sevenbit-qn13tx 12.sevenbit-ypcmm5 19.sevenbit-qn13tx 10.sevenbit-3wwdma.sevenbit-qn13tx 8.sevenbit-4dk5wd 17.sevenbit-idlk4w 7.sevenbit-1fp610 15.sevenbit-9vxh4h 7.sevenbit-ictcwk.sevenbit-fjfwon 7.sevenbit-1fp610 11.sevenbit-x02r1t 8.sevenbit-4dk5wd 11.sevenbit-x02r1t 10.sevenbit-aell4g.sevenbit-x02r1t 12.sevenbit-c9cbb9 13.sevenbit-6tfsln 14.sevenbit-cvrfca 15.sevenbit-7hyha1 14.sevenbit-o5xlyl.sevenbit-jruw5n 14.sevenbit-rf0w53 15.sevenbit-81zdiq 14.sevenbit-z3kqy6 15.sevenbit-atq4ke 14.sevenbit-jvfbeg.sevenbit-zgx0im 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.sevenbit-mh1w37 15.sevenbit-3ttmo1.sevenbit-5j1ra7 15.sevenbit-3dcdt0 15.sevenbit-5934lz 15.sevenbit-etkhez 15.sevenbit-i8jy8r 15.sevenbit-j7o3o1.sevenbit-ldog6j 15.sevenbit-etkhez 15.sevenbit-dz42t8 15.sevenbit-uzpoat 15.sevenbit-ftpvc3 15.sevenbit-orka1n.sevenbit-waa2rl 15.sevenbit-u8g5v4 7.sevenbit-10svuy 18.sevenbit-9tkcjo 7.sevenbit-r2uqh0 23.sevenbit-kslt9x.sevenbit-1yqw34.sevenbit-af7e0i 18.sevenbit-w5cugv 19.sevenbit-wtm4ge 15.sevenbit-c6fq5a 15.sevenbit-mh1w37 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.sevenbit-1pbsdu [type="submit"] *,
.sevenbit-mc3txs button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .sevenbit-a5txi3 {
    display: none;
  }
}

.sevenbit-lexi3k {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .sevenbit-lexi3k {
  display: none;
}

@media (min-width: 768px) {
  .sevenbit-lexi3k {
    bottom: 22px;
  }
}

.sevenbit-lexi3k input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .sevenbit-lexi3k {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.sevenbit-08x28p.static) .sevenbit-lexi3k {
    bottom: 8px;
  }
}

.sevenbit-91yo8m {
  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.sevenbit-5b2pga.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.sevenbit-ueb9pi 3.sevenbit-x2o5iz.sevenbit-vg5s3g.sevenbit-yomfhz 3.sevenbit-e2uxjt 3.sevenbit-tklam6 5.sevenbit-a7i2k3 3.sevenbit-tklam6 8.sevenbit-lhfqp2.sevenbit-isky1n.sevenbit-tklam6 26.sevenbit-sv8r95 5.sevenbit-zxod5b 28.sevenbit-rxt1en 8.sevenbit-zw4iah 28.sevenbit-458jz1.sevenbit-7hiqqf 28.sevenbit-akowy2.sevenbit-18077t 34.sevenbit-8apm4n.sevenbit-6ao4ye 36.sevenbit-46yrvn 11.sevenbit-g7gybs 37.sevenbit-smlwsr 12.sevenbit-wurryc 36.sevenbit-qr4iy7.sevenbit-i252ap 28.sevenbit-u26afg.sevenbit-a83ohk.sevenbit-hptg3b 28.sevenbit-dvsgfc 36.sevenbit-w7skp5 26.sevenbit-oxpcfx 36.sevenbit-w7skp5 23.sevenbit-bsebrd.sevenbit-rnq5wt.sevenbit-w7skp5 5.sevenbit-yzgo2v 34.sevenbit-xt8cme 3.sevenbit-e2uxjt 31.sevenbit-ueb9pi 3.sevenbit-nqykuf.sevenbit-0bfxzw 18.sevenbit-038c21.sevenbit-1ypak5 18.sevenbit-o0liqk 8.sevenbit-3u3dlp 17.sevenbit-cyr7ut 8.sevenbit-3u3dlp 15.sevenbit-o4n3wj.sevenbit-3u3dlp 14.sevenbit-v3oopj 9.sevenbit-1ypak5 13.sevenbit-ue5fac 11.sevenbit-0bfxzw 13.sevenbit-opsddt.sevenbit-1nhu82 13.sevenbit-ue5fac 13.sevenbit-xm08yk 14.sevenbit-v3oopj 13.sevenbit-xm08yk 15.sevenbit-e4cpko.sevenbit-xm08yk 17.sevenbit-cyr7ut 12.sevenbit-1nhu82 18.sevenbit-o0liqk 11.sevenbit-0bfxzw 18.sevenbit-8gr6t9.sevenbit-q85vor 18.sevenbit-4swmgx.sevenbit-km1you 18.sevenbit-o0liqk 17.sevenbit-a4znwt 17.sevenbit-cyr7ut 17.sevenbit-a4znwt 15.sevenbit-crryro.sevenbit-a4znwt 14.sevenbit-v3oopj 18.sevenbit-km1you 13.sevenbit-ue5fac 20.sevenbit-q85vor 13.sevenbit-62dfnb.sevenbit-byaj77 13.sevenbit-ue5fac 22.sevenbit-8yla6v 14.sevenbit-v3oopj 22.sevenbit-8yla6v 15.sevenbit-g7oum5.sevenbit-hsjmqq 17.sevenbit-cyr7ut 21.sevenbit-byaj77 18.sevenbit-o0liqk 20.sevenbit-q85vor 18.sevenbit-joqqak.sevenbit-pn29x4 18.sevenbit-d1tsu4.sevenbit-jqn08p 18.sevenbit-o0liqk 26.sevenbit-5p5egt 17.sevenbit-cyr7ut 26.sevenbit-5p5egt 15.sevenbit-cestaq.sevenbit-5p5egt 14.sevenbit-v3oopj 27.sevenbit-jqn08p 13.sevenbit-ue5fac 28.sevenbit-pn29x4 13.sevenbit-bu9cpd.sevenbit-bgtxf8 13.sevenbit-ue5fac 31.sevenbit-3rpmzp 14.sevenbit-v3oopj 31.sevenbit-3rpmzp 15.sevenbit-hpmuos.sevenbit-5p5egt 17.sevenbit-cyr7ut 30.sevenbit-bgtxf8 18.sevenbit-o0liqk 28.sevenbit-pn29x4 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"])
    .sevenbit-91yo8m {
    display: none;
  }
}

.sevenbit-389ug6 {
  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) {
  .sevenbit-389ug6 {
    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;
}

.sevenbit-mc3txs {
  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) {
  .sevenbit-mc3txs {
    padding: 14px 16px;
  }
}

.sevenbit-mc3txs button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.sevenbit-mc3txs button:first-child {
  align-content: end;
}

.sevenbit-mc3txs button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .sevenbit-mc3txs
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .sevenbit-mc3txs
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.sevenbit-mc3txs button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.sevenbit-mc3txs button:last-child svg {
  width: 38px;
  height: 38px;
}

.sevenbit-s8el5c {
  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;
}

.sevenbit-s8el5c::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .sevenbit-s8el5c,
.pc61d126-chatbot[data-active-screen="3"]
  .sevenbit-s8el5c {
  opacity: 1;
  visibility: visible;
}

.sevenbit-t3weob {
  flex: 1 1;
}

.sevenbit-kxb6e8 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .sevenbit-kxb6e8 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .sevenbit-42cfrt {
  display: block;
}

.sevenbit-592q42 {
  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) {
  .sevenbit-592q42 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.sevenbit-rf89cz {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.sevenbit-rf89cz::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.sevenbit-e884lv span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.sevenbit-e884lv p {
  color: var(--Text-100);
}

.sevenbit-rf89cz .sevenbit-3rmsq9 {
  grid-area: button;
}

.sevenbit-rf89cz .sevenbit-3rmsq9::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.sevenbit-5b2pga.org/2000/svg'%3E%3Cpath d='M4.sevenbit-z53dxf 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.sevenbit-u4rakw 15L16.sevenbit-u4rakw 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.sevenbit-u4rakw 5L16.sevenbit-u4rakw 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .sevenbit-9szwps {
  display: block;
}

.sevenbit-un1w1j {
  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) {
  .sevenbit-un1w1j {
    margin-top: 40px;
  }
}

.sevenbit-jiq43j label,
.sevenbit-jiq43j input {
  display: block;
  width: 100%;
}

.sevenbit-jiq43j label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.sevenbit-jiq43j label.sevenbit-zqkf37 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.sevenbit-jiq43j label.sevenbit-zqkf37::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;
}

.sevenbit-jiq43j 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;
}

.sevenbit-jiq43j input::placeholder {
  color: var(--Text-400);
}

.sevenbit-7ecejd {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .sevenbit-7ecejd {
  display: flex;
}

.sevenbit-7ecejd ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .sevenbit-7ecejd ol {
    height: 420px;
    padding: 24px;
  }
}

.sevenbit-7ecejd ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.sevenbit-1pbsdu {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .sevenbit-1pbsdu {
    padding: 0 24px 24px;
  }
}

.sevenbit-1pbsdu 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;
}

.sevenbit-1pbsdu input::placeholder {
  color: var(--Text-400);
}

.sevenbit-1pbsdu [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.sevenbit-1pbsdu [type="submit"]:disabled {
  opacity: 0.5;
}

.sevenbit-1pbsdu [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .sevenbit-1pbsdu [type="submit"] {
    right: 40px;
  }
}

.sevenbit-r70tkl {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.sevenbit-r70tkl.sevenbit-88sd9n {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.sevenbit-r70tkl.sevenbit-88sd9n::before {
  content: "";
  width: 31px;
}

.sevenbit-r70tkl.sevenbit-88sd9n p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.sevenbit-r70tkl.sevenbit-ltno2x p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.sevenbit-r70tkl p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.sevenbit-lexi3k .sevenbit-3rmsq9 {
  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;
  }
}

.sevenbit-a5txi3 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .sevenbit-a5txi3 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .sevenbit-a5txi3 {
    padding: 18px 0;
  }
}

.sevenbit-a5txi3 .sevenbit-n238d3 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .sevenbit-a5txi3 .sevenbit-n238d3 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.sevenbit-zcdvam {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .sevenbit-zcdvam {
    max-width: 160px;
    height: 40px;
  }
}

.sevenbit-zcdvam picture,
.sevenbit-zcdvam img {
  display: block;
  width: 100%;
  height: 100%;
}

.sevenbit-zcdvam img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .sevenbit-e7pte7 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.sevenbit-x1y7ks ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .sevenbit-a5txi3.sevenbit-lotkvy .sevenbit-e7pte7 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sevenbit-e7pte7 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .sevenbit-e7pte7 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.sevenbit-ufcs80,
.sevenbit-2bync0 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .sevenbit-ufcs80,
  .sevenbit-2bync0 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .sevenbit-2bync0 {
    display: none;
  }
}

.sevenbit-iab92v {
  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;
}

.sevenbit-lotkvy .sevenbit-iab92v {
  background: var(--fh-bg-color);
}

.sevenbit-iab92v button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .sevenbit-iab92v {
    display: none;
  }
}

.sevenbit-3nyrtt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .sevenbit-3nyrtt {
    display: none;
  }
}

.sevenbit-mdo7az {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.sevenbit-a5txi3.sevenbit-lotkvy .sevenbit-mdo7az:first-child {
  display: none;
}

.sevenbit-a5txi3.sevenbit-lotkvy .sevenbit-mdo7az:last-child {
  display: block;
}

.sevenbit-mdo7az:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .sevenbit-mdo7az {
    display: none;
  }
}

.sevenbit-2mfve7 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .sevenbit-2mfve7 {
    display: flex;
  }
}

.sevenbit-2mfve7 ul {
  max-height: 350px;
  overflow-y: auto;
}

.sevenbit-2mfve7:hover ul {
  visibility: visible;
  opacity: 1;
}

.sevenbit-2mfve7:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.sevenbit-2mfve7:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.sevenbit-2mfve7:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.sevenbit-2mfve7:hover .sevenbit-i5ovq4 svg {
  transform: rotate(180deg);
}

.sevenbit-3d3gwv {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.sevenbit-biea39 {
  padding: 0 8px;
}

.sevenbit-cerzw3 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.sevenbit-cerzw3:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .sevenbit-cerzw3 {
    padding: 4px 8px;
  }
}

.sevenbit-hv89ip {
  display: flex;
}

.sevenbit-hv89ip img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.sevenbit-i5ovq4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.sevenbit-i5ovq4 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.sevenbit-vqf39f {
  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) {
  .sevenbit-vqf39f {
    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;
  }
}

.sevenbit-kerpg1 {
  width: 100%;
}

@media (min-width: 1200px) {
  .sevenbit-kerpg1 {
    display: none;
  }
}

.sevenbit-n9krod {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.sevenbit-g7ms62 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.sevenbit-i3krhu {
  display: flex;
}

.sevenbit-it8jmn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.sevenbit-67os7i {
  list-style: none;
}

@media (max-width: 1199px) {
  .sevenbit-67os7i {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .sevenbit-67os7i {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .sevenbit-67os7i .sevenbit-sqartz [data-ref-el],
  .sevenbit-67os7i .sevenbit-sqartz span,
  .sevenbit-67os7i .sevenbit-sqartz a {
    white-space: nowrap;
  }
}

.sevenbit-i67htw {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .sevenbit-i67htw.sevenbit-9c2xb4 > .sevenbit-sqartz {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .sevenbit-i67htw.sevenbit-lopsmz:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .sevenbit-i67htw.sevenbit-9c2xb4 > .sevenbit-lngcjk {
    height: auto;
  }

  .sevenbit-i67htw.sevenbit-9c2xb4 > div > .sevenbit-w3j4c5 {
    transform: rotate(180deg);
  }
}

.sevenbit-i67htw [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.sevenbit-i67htw [data-ref-el],
.sevenbit-i67htw span {
  cursor: pointer;
}

.sevenbit-i67htw [data-ref-el],
.sevenbit-i67htw span,
.sevenbit-i67htw a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .sevenbit-i67htw [data-ref-el],
  .sevenbit-i67htw span,
  .sevenbit-i67htw a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .sevenbit-i67htw [data-ref-el],
  .sevenbit-i67htw span,
  .sevenbit-i67htw a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.sevenbit-lngcjk {
  height: 0;
  overflow: hidden;
  transition: height 0.sevenbit-x1y7ks ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.sevenbit-lngcjk::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.sevenbit-lngcjk::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.sevenbit-lngcjk::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .sevenbit-lngcjk {
    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;
  }

  .sevenbit-lngcjk:has(> .sevenbit-i67htw.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .sevenbit-lngcjk .sevenbit-lngcjk {
    padding: 0;
  }

  .sevenbit-lngcjk .sevenbit-i67htw {
    font-weight: 400;
  }

  .sevenbit-lngcjk .sevenbit-i67htw:hover > .sevenbit-sqartz {
    background: var(--Neutral-300);
  }

  .sevenbit-lngcjk .sevenbit-w3j4c5 {
    rotate: -90deg;
  }
}

.sevenbit-sqartz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .sevenbit-sqartz {
    padding: 8px;
  }

  .sevenbit-i67htw.sevenbit-09u6g5 > .sevenbit-sqartz {
    background: var(--Neutral-300);
  }
}

.sevenbit-w3j4c5 {
  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.sevenbit-5b2pga.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.sevenbit-0ckkkx 0.sevenbit-45cv1g.sevenbit-y6nhnx -0.sevenbit-t6nz7p 0.sevenbit-xdcnta -0.sevenbit-t6nz7p 1.sevenbit-xt1b52 0.sevenbit-ke9tm7.sevenbit-8504wg 4.sevenbit-zgmae5.sevenbit-0ckkkx 0.sevenbit-wm22v1.sevenbit-fkh3cq -0.sevenbit-t6nz7p 9.sevenbit-ioqwl1 -0.sevenbit-t6nz7p 10.sevenbit-pdrncr 0.sevenbit-l3v41m.sevenbit-fni1sz 0.sevenbit-y6nhnx 10.sevenbit-fni1sz 0.sevenbit-xdcnta 10.sevenbit-pdrncr 1.sevenbit-0wpjn2.sevenbit-10uqdz 5.sevenbit-tvp7sg.sevenbit-zwq2pf 6.sevenbit-v9xp05 5.sevenbit-4ijs05 6.sevenbit-v9xp05 4.sevenbit-q0sq77 5.sevenbit-ookgad.sevenbit-0ckkkx 1.sevenbit-c7fjkv.sevenbit-t6nz7p 0.sevenbit-xdcnta -0.sevenbit-t6nz7p 0.sevenbit-y6nhnx 0.sevenbit-0ckkkx 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.sevenbit-x1y7ks ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .sevenbit-w3j4c5 {
    cursor: default;
  }
}

.sevenbit-b04wrd {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.sevenbit-47jzvs {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .sevenbit-47jzvs {
    padding: 40px 4px;
  }
}

.sevenbit-l8m52d {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .sevenbit-l8m52d {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.sevenbit-pnkj98 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .sevenbit-pnkj98 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.sevenbit-pnkj98 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.sevenbit-pnkj98 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.sevenbit-pnkj98 [data-ref-el],
.sevenbit-pnkj98 span,
.sevenbit-pnkj98 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.sevenbit-qmuru6 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .sevenbit-qmuru6 {
    margin-bottom: 12px;
  }
}

.sevenbit-ryd79q {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.sevenbit-ryd79q img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .sevenbit-ryd79q:last-child {
    margin-right: 0;
  }
}

.sevenbit-ghp38g {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.sevenbit-qmuru6:hover .sevenbit-o9ljdy {
  visibility: visible;
  opacity: 1;
}

.sevenbit-o9ljdy {
  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);
}

.sevenbit-2il2kf {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.sevenbit-1z3t2s {
  display: flex;
  margin: 6px;
}

.sevenbit-1z3t2s img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.sevenbit-o9ljdy::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);
}

.sevenbit-o9ljdy::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);
}

.sevenbit-jif7a8 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .sevenbit-jif7a8 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.sevenbit-5lqziv {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .sevenbit-5lqziv {
    margin-right: 32px;
  }
}

.sevenbit-gka2ro {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .sevenbit-gka2ro {
    margin-top: 0;
    width: 340px;
  }
}

.sevenbit-gka2ro a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.sevenbit-yxy9yq {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.sevenbit-59elgu {
  position: relative;
}

@media (min-width: 768px) {
  .sevenbit-59elgu {
    margin-top: 40px;
  }
}

.sevenbit-59elgu + .sevenbit-hbjfyf,
.sevenbit-59elgu + .sevenbit-59elgu {
  margin-top: 24px;
}

.sevenbit-jnk481 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .sevenbit-jnk481 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .sevenbit-jnk481 {
    padding: 80px;
  }
}

.sevenbit-qrvwkz {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .sevenbit-qrvwkz {
    padding: 0 16px;
}


}

.sevenbit-qxmkz9 {
  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) {
  .sevenbit-qxmkz9 {
    font-size: 48px;
    line-height: 56px;
  }
}

.sevenbit-fy8uqe {
  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) {
  .sevenbit-fy8uqe {
    font-size: 24px;
    line-height: 32px;
  }
}

.sevenbit-hrwybj {
  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;
}

.sevenbit-hrwybj:hover {
  background: var(--button-bg-hover);
}

.sevenbit-1qhnf3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.sevenbit-1qhnf3 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .sevenbit-1qhnf3 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .sevenbit-1qhnf3 img {
  min-height: 100%;
  }
}

.sevenbit-jnk481::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.sevenbit-fwb721 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sevenbit-fwb721 h1,
.sevenbit-fwb721 h2,
.sevenbit-fwb721 h3,
.sevenbit-fwb721 h4 {
  margin-bottom: 6px;
}

.sevenbit-fwb721 h1:not(:first-child),
.sevenbit-fwb721 h2:not(:first-child),
.sevenbit-fwb721 h3:not(:first-child),
.sevenbit-fwb721 h4:not(:first-child) {
  margin-top: 16px;
}

.sevenbit-fwb721 h1,
.sevenbit-fwb721 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .sevenbit-fwb721 h1,
  .sevenbit-fwb721 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.sevenbit-fwb721 h2,
.sevenbit-fwb721 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .sevenbit-fwb721 h2,
  .sevenbit-fwb721 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.sevenbit-fwb721 h3,
.sevenbit-fwb721 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .sevenbit-fwb721 h3,
  .sevenbit-fwb721 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.sevenbit-fwb721 h4,
.sevenbit-fwb721 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.sevenbit-fwb721 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.sevenbit-fwb721 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.sevenbit-fwb721 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);
}

.sevenbit-fwb721 ul ul {
  margin-bottom: 8px;
}

.sevenbit-fwb721 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.sevenbit-fwb721 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.sevenbit-fwb721 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.sevenbit-fwb721 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.sevenbit-fwb721 ol li::marker {
  font-weight: 700;
}

.sevenbit-fwb721 ol ol {
  margin-bottom: 8px;
}

.sevenbit-fwb721 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.sevenbit-fwb721 ol ul li {
  padding-left: 16px;
}

.sevenbit-fwb721 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) {
  .sevenbit-fwb721 table {
    padding: 24px;
  }
}

.sevenbit-fwb721 table.sevenbit-kc564b {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.sevenbit-x1y7ks,
    mask-image 0.3s;
}

.sevenbit-fwb721 table.sevenbit-kc564b.sevenbit-za73e4 {
  -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) {
  .sevenbit-fwb721 table {
    display: table;
  }
}

.sevenbit-fwb721 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);
}

.sevenbit-fwb721 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.sevenbit-fwb721 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.sevenbit-fwb721 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) {
  .sevenbit-fwb721 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.sevenbit-fwb721 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.sevenbit-fwb721 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.sevenbit-fwb721 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.sevenbit-fwb721 img {
  max-width: 100%;
  height: auto;
}

.sevenbit-rod3gu {
  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) {
  .sevenbit-rod3gu {
    padding: 24px;
  }
}

.sevenbit-kvq2lp {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .sevenbit-kvq2lp {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.sevenbit-kvq2lp > * {
  margin: 0 !important;
}

.sevenbit-kvq2lp img,
.sevenbit-40sq8t {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .sevenbit-kvq2lp img,
  .sevenbit-40sq8t {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.sevenbit-1mlnkc {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .sevenbit-1mlnkc {
    width: 32px;
    height: 32px;
  }
}

.sevenbit-qqtv8v {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.sevenbit-qqtv8v .sevenbit-5bndx0 {
  flex-shrink: 0;
}

.sevenbit-qqtv8v .sevenbit-8rvf5h svg {
  display: none;
}

.sevenbit-mbs3w3 {
  display: grid;
  transition: max-height 0.sevenbit-x1y7ks ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .sevenbit-mbs3w3 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .sevenbit-mbs3w3 {
    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));
  }
}

.sevenbit-mbs3w3.sevenbit-uqtyvi + .sevenbit-5bndx0 svg {
  transform: rotate(180deg);
}

.sevenbit-mavuw8 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.sevenbit-mavuw8 > div:nth-child(3n) {
  grid-column: span 2;
}

.sevenbit-mavuw8
  > div:nth-child(3n)
  .sevenbit-kzg87u
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .sevenbit-mavuw8 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .sevenbit-mavuw8 > div:nth-child(3n) {
    grid-column: unset;
  }

  .sevenbit-mavuw8
    > div:nth-child(3n)
    .sevenbit-kzg87u
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .sevenbit-mavuw8 {
    max-width: 270px;
  }
}

.sevenbit-mavuw8 .sevenbit-kzg87u button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .sevenbit-mavuw8 .sevenbit-kzg87u button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .sevenbit-mavuw8 .sevenbit-kzg87u button {
    max-width: 104px;
  }
}

.sevenbit-r5i71g {
  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) {
  .sevenbit-r5i71g {
    margin-bottom: 0;
  }
}

.sevenbit-86x872 {
  display: none;
  opacity: 0;
}

.sevenbit-jfseof {
  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;
  }
}

.sevenbit-jfseof img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.sevenbit-kzg87u {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.sevenbit-kzg87u button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .sevenbit-kzg87u
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .sevenbit-kzg87u
    button {
    max-width: 145px;
  }
}

.sevenbit-lm5q3s:first-child
  .sevenbit-kzg87u
  button {
  max-width: 270px;
}

.sevenbit-nw0qgt {
  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%;
}

.sevenbit-r5i71g picture {
  width: 100%;
  max-width: 100%;
}

.sevenbit-uxlcyq {
  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;
}

.sevenbit-uxlcyq svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.sevenbit-r5i71g:hover .sevenbit-uxlcyq {
  display: flex;
}

.sevenbit-d6e0mk {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.sevenbit-lh36im {
  display: flex;
}

.sevenbit-lh36im:hover .sevenbit-uy7w3s,
.sevenbit-lh36im .sevenbit-09u6g5 .sevenbit-uy7w3s {
  display: flex;
}

.sevenbit-lh36im svg {
  flex-shrink: 0;
}

.sevenbit-uy7w3s {
  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) {
  .sevenbit-uy7w3s {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.sevenbit-uy7w3s:hover {
  display: flex;
}

.sevenbit-uy7w3s svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.sevenbit-ajpng5 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .sevenbit-ajpng5 {
    font-size: 12px;
  }
}

.sevenbit-0f9d0s,
.sevenbit-k7gnwq {
  width: 50%;
  flex-shrink: 0;
}

.sevenbit-0f9d0s {
  font-weight: 700;
}

.sevenbit-5g3ps6 .sevenbit-mbs3w3 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .sevenbit-5g3ps6 .sevenbit-mbs3w3 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .sevenbit-5g3ps6 .sevenbit-mbs3w3 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.sevenbit-5g3ps6
  .sevenbit-nw0qgt:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.sevenbit-5g3ps6 .sevenbit-jfseof {
  height: 100% !important;
  border-radius: 16px;
}

.sevenbit-5g3ps6 .sevenbit-kzg87u {
  gap: 4px;
  align-items: center;
}

.sevenbit-5g3ps6 .sevenbit-kzg87u button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sevenbit-5g3ps6 .sevenbit-kzg87u svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.sevenbit-5g3ps6 .sevenbit-v5jgh8,
.sevenbit-5g3ps6 .sevenbit-cnkcft {
  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.sevenbit-5b2pga.org/2000/svg'%3E%3Cpath d='M9.sevenbit-67no23 4.sevenbit-6jb88e.sevenbit-dmdbv5 5.sevenbit-6mfy0j.sevenbit-4tjtri 5.sevenbit-a7wv70.sevenbit-hv564r 5.sevenbit-5z0vkg.sevenbit-ansjms 8.sevenbit-uzevkv.sevenbit-a4bwpr 9.sevenbit-ee1vul.sevenbit-tgkhuo 9.sevenbit-ywukmu.sevenbit-rrkhol 13.sevenbit-12pxn7.sevenbit-imw8bk 11.sevenbit-nzm4eh.sevenbit-8wdoq0 11.sevenbit-rrzdrk.sevenbit-z5l9jv 11.sevenbit-deewu3.sevenbit-rq2gdr 13.sevenbit-6dhv05.sevenbit-ydqf1w 9.sevenbit-ihxla8.sevenbit-0gkl44 9.sevenbit-qqae95.sevenbit-t1cf3m 8.sevenbit-ioeyvp.sevenbit-xggbpq 5.sevenbit-khfo3i.sevenbit-9qwqv2 5.sevenbit-qatioi.sevenbit-m9p5c9 5.sevenbit-nlx925.sevenbit-jvr8ze 4.sevenbit-ipdq8k.sevenbit-8wdoq0 1.sevenbit-9wkk9r.sevenbit-67no23 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.sevenbit-5g3ps6 .sevenbit-v5jgh8 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.sevenbit-5g3ps6 .sevenbit-cnkcft {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.sevenbit-zi03cb {
  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) {
  .sevenbit-zi03cb {
    padding: 24px;
  }
}

.sevenbit-zi03cb .sevenbit-5bndx0 {
  display: flex;
}

@media (min-width: 768px) {
  .sevenbit-zi03cb .sevenbit-5bndx0 {
    display: none;
  }
}

.sevenbit-zi03cb .sevenbit-8rvf5h svg {
  display: none;
}

.sevenbit-s94012 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.sevenbit-s94012 .sevenbit-kp2v6b {
  display: none;
}

@media (min-width: 768px) {
  .sevenbit-s94012 .sevenbit-kp2v6b {
    display: flex;
  }
}

.sevenbit-ok6ok5 {
  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) {
  .sevenbit-ok6ok5 {
    font-size: 40px;
    line-height: 48px;
  }
}

.sevenbit-ok6ok5 > * {
  margin: 0 !important;
}

.sevenbit-ok6ok5 img,
.sevenbit-a9743p {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .sevenbit-ok6ok5 img,
  .sevenbit-a9743p {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.sevenbit-fearjk {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .sevenbit-fearjk {
    width: 32px;
    height: 32px;
  }
}

.sevenbit-t9eozl {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .sevenbit-t9eozl {
    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;
  }

  .sevenbit-t9eozl::-webkit-scrollbar {
    display: none;
  }
}

.sevenbit-lhpddi {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .sevenbit-lhpddi {
    padding: 7px 15px;
  }
}

.sevenbit-lhpddi:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.sevenbit-c9hlk8 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .sevenbit-c9hlk8 {
    display: flex;
    opacity: 1;
  }
}

.sevenbit-lhpddi picture {
  height: 100%;
  display: block;
}

.sevenbit-lhpddi img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .sevenbit-lhpddi img {
    width: 88px;
    height: 44px;
  }
}

.sevenbit-lhpddi p {
  text-align: center;
  width: 100%;
}

.sevenbit-qhts2l {
  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) {
  .sevenbit-qhts2l {
    font-size: 40px;
    line-height: 48px;
  }
}

.sevenbit-qhts2l img,
.sevenbit-ecfa7d {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .sevenbit-qhts2l img,
  .sevenbit-ecfa7d {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.sevenbit-kb45m9 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .sevenbit-kb45m9 {
    width: 32px;
    height: 32px;
  }
}

.sevenbit-z250be {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.sevenbit-f4pqgv {
  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;
}

.sevenbit-y1mxwr {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.sevenbit-y1mxwr.sevenbit-09u6g5 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.sevenbit-8solv7 {
  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) {
  .sevenbit-8solv7 {
    font-size: 20px;
    line-height: 28px;
  }
}

.sevenbit-y9vkye {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.sevenbit-df0kjv {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.sevenbit-x1y7ks ease;
  opacity: 0;
  color: var(--text-color);
}

.sevenbit-icuq0v {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.sevenbit-icuq0v ol,
.sevenbit-icuq0v ul {
  padding-left: 1.3em;
}

.sevenbit-y1mxwr.sevenbit-09u6g5 .sevenbit-df0kjv {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.sevenbit-y1mxwr.sevenbit-09u6g5 .sevenbit-y9vkye {
  transform: rotate(180deg);
  color: var(--text-color);
}

.sevenbit-wz7mhf {
  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) {
  .sevenbit-wz7mhf {
    padding: 24px;
  }
}

.sevenbit-wz7mhf .sevenbit-5bndx0 {
  display: flex;
}

@media (min-width: 768px) {
  .sevenbit-wz7mhf .sevenbit-5bndx0 {
    display: none;
  }
}

.sevenbit-wz7mhf .sevenbit-8rvf5h svg {
  display: none;
}

.sevenbit-u7ivti {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sevenbit-u7ivti .sevenbit-kp2v6b {
  display: none;
}

@media (min-width: 768px) {
  .sevenbit-u7ivti .sevenbit-kp2v6b {
    display: flex;
  }
}

.sevenbit-uflbfp {
  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) {
  .sevenbit-uflbfp {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.sevenbit-uflbfp > * {
  margin: 0 !important;
}

.sevenbit-uflbfp img,
.sevenbit-5e8gcm {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .sevenbit-uflbfp img,
  .sevenbit-5e8gcm {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.sevenbit-2d2hc1 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .sevenbit-2d2hc1 {
    width: 32px;
    height: 32px;
  }
}

.sevenbit-dk63fs {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .sevenbit-dk63fs {
    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;
  }

  .sevenbit-dk63fs::-webkit-scrollbar {
    display: none;
  }
}

.sevenbit-d6b7js {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.sevenbit-d6b7js:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.sevenbit-lpmhgc {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .sevenbit-lpmhgc {
    display: flex;
    opacity: 1;
  }
}

.sevenbit-d6b7js picture {
  width: auto;
  height: 100%;
  display: block;
}

.sevenbit-d6b7js picture img {
  display: block;
  width: auto;
  height: 100%;
}

.sevenbit-ayxmsl {
  margin: -24px 0;
}

.sevenbit-ayxmsl:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .sevenbit-ayxmsl {
    margin: -16px 0;
  }
}

.sevenbit-sx7563 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .sevenbit-sx7563 {
    flex-direction: row;
  }
}

.sevenbit-bkmajq {
  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) {
  .sevenbit-bkmajq {
    flex: 1;
  }
}

.sevenbit-bkmajq::placeholder {
  color: var(--Text-400);
}

.sevenbit-czl5n0 {
  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;
}

.sevenbit-0d446g {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.sevenbit-0d446g::-webkit-scrollbar {
  display: none;
}

.sevenbit-k1j6uj {
  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;
}

.sevenbit-k1j6uj img,
.sevenbit-k1j6uj svg {
  margin-right: 8px;
}

.sevenbit-pgheal {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.sevenbit-ayxmsl + .sevenbit-avon89 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .sevenbit-ayxmsl + .sevenbit-avon89 {
    margin-top: -16px;
  }
}

.sevenbit-dk7fjl {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.sevenbit-dk7fjl > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.sevenbit-dk7fjl > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.sevenbit-nwvrog {
  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;
}

.sevenbit-iebpts {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.sevenbit-v3aq3n {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.sevenbit-2rbxus {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.sevenbit-duznb3 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.sevenbit-nwvrog 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;
}

.sevenbit-nwvrog 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) {
  .sevenbit-nwvrog {
    padding: 39px 179px 39px 39px;
  }

  .sevenbit-iebpts {
    font-size: 40px;
    line-height: 48px;
  }

  .sevenbit-duznb3 {
    height: 348px;
  }

  .sevenbit-nwvrog button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .sevenbit-nwvrog button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .sevenbit-nwvrog {
    padding: 63px;
  }
}

.sevenbit-q69buf {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .sevenbit-q69buf {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.sevenbit-bvvtk7 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .sevenbit-bvvtk7 {
    width: auto;
  }
}

.sevenbit-zqnaqp {
  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;
}

.sevenbit-zqnaqp::-webkit-scrollbar {
  display: none;
}

.sevenbit-zqnaqp 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);
}

.sevenbit-zqnaqp a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .sevenbit-zqnaqp {
    margin-left: 16px;
    margin-top: 0;
  }
}

.sevenbit-q69buf .sevenbit-o6m9ep {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.sevenbit-x1y7ks,
    mask-image 0.3s;
}

.sevenbit-q69buf .sevenbit-o6m9ep.sevenbit-za73e4 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.sevenbit-wyl00g {
  margin: 40px -16px;
}

.sevenbit-cs48zl + .sevenbit-hbjfyf,
.sevenbit-cs48zl + .sevenbit-59elgu {
  margin-top: 24px;
}

.sevenbit-jywda8 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.sevenbit-jywda8 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.sevenbit-3h1cbv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .sevenbit-3h1cbv {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .sevenbit-3h1cbv {
    margin-top: 0;
  }
}

.sevenbit-18atvn {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .sevenbit-18atvn {
    font-size: 24px;
    line-height: 32px;
  }
}

.sevenbit-k4a4mk {
  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) {
  .sevenbit-k4a4mk {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.sevenbit-fjhw0j {
  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) {
  .sevenbit-fjhw0j {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.sevenbit-vcw7zj {
  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) {
  .sevenbit-vcw7zj {
    font-size: 20px;
    line-height: 28px;
  }
}

.sevenbit-09g0y0 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .sevenbit-09g0y0 {
    font-size: 32px;
    line-height: 40px;
  }
}

.sevenbit-kqhgm8 {
  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;
}

.sevenbit-6iu7m9 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.sevenbit-6iu7m9 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sevenbit-avon89 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.sevenbit-xm9hqo {
  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) {
  .sevenbit-xm9hqo {
    padding: 15px 48px;
  }
}

main > .sevenbit-avon89 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .sevenbit-mbs3w3.sevenbit-nnsvbg > div:nth-child(n+5) {
    display: none;
  }
}

.sevenbit-fwb721 p a img {
  display: block;
  margin: 0 auto;
}


.sevenbit-chtinp {
  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 */
.sevenbit-ict011 {
  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;
}

.sevenbit-ict011 label {
  font-size: 14px;
}

.sevenbit-ict011 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.sevenbit-ict011 input,
.sevenbit-ict011 textarea,
.sevenbit-ict011 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;
}
.sevenbit-ict011 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.sevenbit-djnd4w ease;
}
.sevenbit-ict011 button:hover {
  background-color: var(--button-bg-hover);
}
.sevenbit-8tzrf3 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.sevenbit-ivmefh ease-in;
}

.sevenbit-8tzrf3 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;
}
.sevenbit-5y0r77, .sevenbit-cdz8ag, [class*="review-card"],
thead, thead th, table th, .sevenbit-34y36b,
.sevenbit-pu2rbb, [class*="collapsible-header"],
.sevenbit-ix1c4e, [class*="updated-block"] {
  color: #ece7dc !important;
}

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