* {
  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;
  }
}

.jackbit-atg63t {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .jackbit-atg63t {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .jackbit-atg63t {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.jackbit-xbggb2 {
  overflow: hidden;
}

.jackbit-lyb0ge img {
  background: var(--Neutral-300);
}

.jackbit-vh0ul4 {
  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;
}

.jackbit-sl5rc5 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.jackbit-sl5rc5:hover {
  background: var(--button-bg-hover);
}

.jackbit-mrenzs {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.jackbit-mrenzs:hover {
  background: var(--button-bg-hover);
}

.jackbit-4ofyml {
  font-size: 12px;
  line-height: 18px;
}

.jackbit-ng5qp6 {
  font-size: 18px;
  line-height: 26px;
}

.jackbit-ic880o {
  width: 100%;
}

.jackbit-3clnue {
  padding: 6px 16px;
}

.jackbit-bjjt44 {
  padding: 10px 16px;
}

.jackbit-7jmhf5 {
  padding: 15px 26px;
}

.jackbit-wf1mej {
  flex-shrink: 0;
}

.jackbit-3ayx72 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.jackbit-y4z0dl {
  display: none;
}

.jackbit-zcp4rq {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.jackbit-utyuts {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.jackbit-91dhvv {
  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;
}

.jackbit-xhic0o {
  cursor: grab;
}

.jackbit-91dhvv::-webkit-scrollbar {
  display: none;
}

.jackbit-x3qq9a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.jackbit-72q0kt {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.jackbit-q5xrc1 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.jackbit-xqj6sq {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.jackbit-byspb5 {
  visibility: visible;
}

.jackbit-1apgm3 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.jackbit-9dph9e ease;
}

.jackbit-ip77eb {
  background-color: var(--Primary-200);
  width: 16px;
}

.jackbit-1yymhe {
  -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.jackbit-9dph9e,
    mask-image 0.3s;
}

.jackbit-1yymhe.jackbit-955q3m {
  -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;
  }
}

.jackbit-lw0i88: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;
}

.jackbit-nql4nv {
  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.jackbit-6mk86o.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.jackbit-6mk86o.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;
}

.jackbit-mqrhiv {
  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);
}

.jackbit-mqrhiv::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%
  );
}

.jackbit-ish6qi {
  position: relative;
  z-index: 1;
}

.jackbit-d0ikc4 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.jackbit-udt0nc {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.jackbit-92qn5p {
  font-size: 40px;
  line-height: 48px;
}

.jackbit-o02ioa {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.jackbit-254db5 {
  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;
}

.jackbit-254db5:hover {
  background: var(--Primary-400);
}

.jackbit-254db5 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.jackbit-lw0i88 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) {
  .jackbit-mqrhiv {
    max-width: 600px;
    padding: 64px;
  }

  .jackbit-d0ikc4 {
    font-size: 24px;
    line-height: 32px;
  }

  .jackbit-udt0nc {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .jackbit-92qn5p {
    font-size: 50px;
    line-height: 56px;
  }

  .jackbit-o02ioa {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .jackbit-nql4nv {
    top: 25px;
    right: 25px;
  }
}

.jackbit-gftamu,
.jackbit-b6pxb3 {
  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;
}

.jackbit-dv3of7.jackbit-jfafpa::before,
.jackbit-b6pxb3::before,
.jackbit-nj1p7r::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.jackbit-6mk86o.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.jackbit-wyj453 14.jackbit-3os0cq.jackbit-0obgxs 14.jackbit-mgk7lj 15.jackbit-zr7lty 14.jackbit-64u5nv 15.jackbit-2sheu1 14.jackbit-x39zae.jackbit-p72s5q 14.jackbit-g8puby 19.jackbit-mlpswp 12.jackbit-a8y987 19.jackbit-mlpswp 10.jackbit-jy7qpq.jackbit-mlpswp 8.jackbit-wea2t8 17.jackbit-l8ui8e 7.jackbit-y02uzq 15.jackbit-l5ck6p 7.jackbit-njshla.jackbit-ioobt7 7.jackbit-y02uzq 11.jackbit-2kkkcp 8.jackbit-wea2t8 11.jackbit-2kkkcp 10.jackbit-h8d7zq.jackbit-2kkkcp 12.jackbit-u5s4nz 13.jackbit-ksc94b 14.jackbit-lhm1aq 15.jackbit-1ijjzy 14.jackbit-70x68a.jackbit-ttu7uj 14.jackbit-u3msf1 15.jackbit-ofckky 14.jackbit-sgdbwo 15.jackbit-ji633j 14.jackbit-wjpfui.jackbit-wyj453 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.jackbit-1802zy 15.jackbit-cgp981.jackbit-66lq2z 15.jackbit-s8iytz 15.jackbit-k6mstp 15.jackbit-xci2wk 15.jackbit-61locz 15.jackbit-8uz96j.jackbit-djlg0v 15.jackbit-xci2wk 15.jackbit-ig5fdo 15.jackbit-nakntm 15.jackbit-s9l37y 15.jackbit-j8afbf.jackbit-v52n0z 15.jackbit-hki0fu 7.jackbit-vn8st2 18.jackbit-tbpyk9 7.jackbit-fhu3vo 23.jackbit-x089qg.jackbit-tp9j1j.jackbit-lnqvaz 18.jackbit-pqe6xp 19.jackbit-77aa12 15.jackbit-gelnvy 15.jackbit-1802zy 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.jackbit-g6nh4b [type="submit"] *,
.jackbit-khj4zk button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .jackbit-2aku1x {
    display: none;
  }
}

.jackbit-0dsexi {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .jackbit-0dsexi {
  display: none;
}

@media (min-width: 768px) {
  .jackbit-0dsexi {
    bottom: 22px;
  }
}

.jackbit-0dsexi input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .jackbit-0dsexi {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.jackbit-5iwia6.static) .jackbit-0dsexi {
    bottom: 8px;
  }
}

.jackbit-dd4wdw {
  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.jackbit-6mk86o.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.jackbit-02pinj 3.jackbit-asrgvp.jackbit-5alkab.jackbit-vyk9in 3.jackbit-6rdtjy 3.jackbit-jj1grm 5.jackbit-4u3396 3.jackbit-jj1grm 8.jackbit-z5vcxv.jackbit-i3c8r2.jackbit-jj1grm 26.jackbit-anie86 5.jackbit-4obaet 28.jackbit-h0hu46 8.jackbit-tqzied 28.jackbit-i1zscj.jackbit-s2zzx8 28.jackbit-20v0ym.jackbit-5jl8qd 34.jackbit-hdns0d.jackbit-6ujx2t 36.jackbit-envn8r 11.jackbit-8ep5qo 37.jackbit-j9ft6v 12.jackbit-xpgqmm 36.jackbit-cwpoj5.jackbit-k5umn5 28.jackbit-zdzc1v.jackbit-j8zvyx.jackbit-8bxt33 28.jackbit-sgm707 36.jackbit-8n7bur 26.jackbit-sbrjd4 36.jackbit-8n7bur 23.jackbit-dl8ghx.jackbit-3cadks.jackbit-8n7bur 5.jackbit-hl9594 34.jackbit-j7nosj 3.jackbit-6rdtjy 31.jackbit-02pinj 3.jackbit-z6eaxv.jackbit-lblz0l 18.jackbit-mqxk0k.jackbit-rh2pcm 18.jackbit-c0k3q5 8.jackbit-win4ul 17.jackbit-n0lheb 8.jackbit-win4ul 15.jackbit-pojaly.jackbit-win4ul 14.jackbit-v021bu 9.jackbit-rh2pcm 13.jackbit-m9elfe 11.jackbit-lblz0l 13.jackbit-u7zb1r.jackbit-rgmi0d 13.jackbit-m9elfe 13.jackbit-cc62az 14.jackbit-v021bu 13.jackbit-cc62az 15.jackbit-p7wxyf.jackbit-cc62az 17.jackbit-n0lheb 12.jackbit-rgmi0d 18.jackbit-c0k3q5 11.jackbit-lblz0l 18.jackbit-tcz898.jackbit-o86l21 18.jackbit-8wf07r.jackbit-azef52 18.jackbit-c0k3q5 17.jackbit-ba6d59 17.jackbit-n0lheb 17.jackbit-ba6d59 15.jackbit-qk5zze.jackbit-ba6d59 14.jackbit-v021bu 18.jackbit-azef52 13.jackbit-m9elfe 20.jackbit-o86l21 13.jackbit-9d3lon.jackbit-02vs7o 13.jackbit-m9elfe 22.jackbit-tdhggx 14.jackbit-v021bu 22.jackbit-tdhggx 15.jackbit-m37vgc.jackbit-dgm8sl 17.jackbit-n0lheb 21.jackbit-02vs7o 18.jackbit-c0k3q5 20.jackbit-o86l21 18.jackbit-n0hjp6.jackbit-ag802s 18.jackbit-p0y2eo.jackbit-txxivo 18.jackbit-c0k3q5 26.jackbit-v1iugl 17.jackbit-n0lheb 26.jackbit-v1iugl 15.jackbit-blci4a.jackbit-v1iugl 14.jackbit-v021bu 27.jackbit-txxivo 13.jackbit-m9elfe 28.jackbit-ag802s 13.jackbit-2r3qdv.jackbit-zxw8o4 13.jackbit-m9elfe 31.jackbit-zcwc6d 14.jackbit-v021bu 31.jackbit-zcwc6d 15.jackbit-hf8pkl.jackbit-v1iugl 17.jackbit-n0lheb 30.jackbit-zxw8o4 18.jackbit-c0k3q5 28.jackbit-ag802s 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"])
    .jackbit-dd4wdw {
    display: none;
  }
}

.jackbit-rgkjvi {
  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) {
  .jackbit-rgkjvi {
    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;
}

.jackbit-khj4zk {
  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) {
  .jackbit-khj4zk {
    padding: 14px 16px;
  }
}

.jackbit-khj4zk button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.jackbit-khj4zk button:first-child {
  align-content: end;
}

.jackbit-khj4zk button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .jackbit-khj4zk
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .jackbit-khj4zk
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.jackbit-khj4zk button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.jackbit-khj4zk button:last-child svg {
  width: 38px;
  height: 38px;
}

.jackbit-nj1p7r {
  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;
}

.jackbit-nj1p7r::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .jackbit-nj1p7r,
.pc61d126-chatbot[data-active-screen="3"]
  .jackbit-nj1p7r {
  opacity: 1;
  visibility: visible;
}

.jackbit-tmao49 {
  flex: 1 1;
}

.jackbit-s27yu4 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .jackbit-s27yu4 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .jackbit-ck2za5 {
  display: block;
}

.jackbit-s319xg {
  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) {
  .jackbit-s319xg {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.jackbit-b6pxb3 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.jackbit-b6pxb3::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.jackbit-2d4hjg span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.jackbit-2d4hjg p {
  color: var(--Text-100);
}

.jackbit-b6pxb3 .jackbit-oiw58s {
  grid-area: button;
}

.jackbit-b6pxb3 .jackbit-oiw58s::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.jackbit-6mk86o.org/2000/svg'%3E%3Cpath d='M4.jackbit-riow0p 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.jackbit-ovcr4o 15L16.jackbit-ovcr4o 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.jackbit-ovcr4o 5L16.jackbit-ovcr4o 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .jackbit-r588kt {
  display: block;
}

.jackbit-xfgpxa {
  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) {
  .jackbit-xfgpxa {
    margin-top: 40px;
  }
}

.jackbit-gftamu label,
.jackbit-gftamu input {
  display: block;
  width: 100%;
}

.jackbit-gftamu label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.jackbit-gftamu label.jackbit-8519r6 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.jackbit-gftamu label.jackbit-8519r6::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;
}

.jackbit-gftamu 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;
}

.jackbit-gftamu input::placeholder {
  color: var(--Text-400);
}

.jackbit-s2sz4y {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .jackbit-s2sz4y {
  display: flex;
}

.jackbit-s2sz4y ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .jackbit-s2sz4y ol {
    height: 420px;
    padding: 24px;
  }
}

.jackbit-s2sz4y ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.jackbit-g6nh4b {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .jackbit-g6nh4b {
    padding: 0 24px 24px;
  }
}

.jackbit-g6nh4b 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;
}

.jackbit-g6nh4b input::placeholder {
  color: var(--Text-400);
}

.jackbit-g6nh4b [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.jackbit-g6nh4b [type="submit"]:disabled {
  opacity: 0.5;
}

.jackbit-g6nh4b [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .jackbit-g6nh4b [type="submit"] {
    right: 40px;
  }
}

.jackbit-dv3of7 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.jackbit-dv3of7.jackbit-jfafpa {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.jackbit-dv3of7.jackbit-jfafpa::before {
  content: "";
  width: 31px;
}

.jackbit-dv3of7.jackbit-jfafpa p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.jackbit-dv3of7.jackbit-hb6xn4 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.jackbit-dv3of7 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.jackbit-0dsexi .jackbit-oiw58s {
  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;
  }
}

.jackbit-2aku1x {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .jackbit-2aku1x {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .jackbit-2aku1x {
    padding: 18px 0;
  }
}

.jackbit-2aku1x .jackbit-atg63t {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .jackbit-2aku1x .jackbit-atg63t {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.jackbit-jht3f4 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .jackbit-jht3f4 {
    max-width: 160px;
    height: 40px;
  }
}

.jackbit-jht3f4 picture,
.jackbit-jht3f4 img {
  display: block;
  width: 100%;
  height: 100%;
}

.jackbit-jht3f4 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .jackbit-e6erlq {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.jackbit-9dph9e ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .jackbit-2aku1x.jackbit-z88pda .jackbit-e6erlq {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .jackbit-e6erlq {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .jackbit-e6erlq {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.jackbit-ippyyq,
.jackbit-a8br3u {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .jackbit-ippyyq,
  .jackbit-a8br3u {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .jackbit-a8br3u {
    display: none;
  }
}

.jackbit-myzck9 {
  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;
}

.jackbit-z88pda .jackbit-myzck9 {
  background: var(--fh-bg-color);
}

.jackbit-myzck9 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .jackbit-myzck9 {
    display: none;
  }
}

.jackbit-zb5smu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .jackbit-zb5smu {
    display: none;
  }
}

.jackbit-x2flv1 {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.jackbit-2aku1x.jackbit-z88pda .jackbit-x2flv1:first-child {
  display: none;
}

.jackbit-2aku1x.jackbit-z88pda .jackbit-x2flv1:last-child {
  display: block;
}

.jackbit-x2flv1:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .jackbit-x2flv1 {
    display: none;
  }
}

.jackbit-06muuh {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .jackbit-06muuh {
    display: flex;
  }
}

.jackbit-06muuh ul {
  max-height: 350px;
  overflow-y: auto;
}

.jackbit-06muuh:hover ul {
  visibility: visible;
  opacity: 1;
}

.jackbit-06muuh:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.jackbit-06muuh:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.jackbit-06muuh:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.jackbit-06muuh:hover .jackbit-mzh2b8 svg {
  transform: rotate(180deg);
}

.jackbit-788kwt {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.jackbit-bg3bin {
  padding: 0 8px;
}

.jackbit-yuypj7 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.jackbit-yuypj7:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .jackbit-yuypj7 {
    padding: 4px 8px;
  }
}

.jackbit-933237 {
  display: flex;
}

.jackbit-933237 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.jackbit-mzh2b8 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.jackbit-mzh2b8 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.jackbit-mye0km {
  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) {
  .jackbit-mye0km {
    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;
  }
}

.jackbit-sd785f {
  width: 100%;
}

@media (min-width: 1200px) {
  .jackbit-sd785f {
    display: none;
  }
}

.jackbit-plod7o {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.jackbit-o4ysrb {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.jackbit-4pvp5z {
  display: flex;
}

.jackbit-s9v9we {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.jackbit-rrd006 {
  list-style: none;
}

@media (max-width: 1199px) {
  .jackbit-rrd006 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .jackbit-rrd006 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .jackbit-rrd006 .jackbit-d1sjmv [data-ref-el],
  .jackbit-rrd006 .jackbit-d1sjmv span,
  .jackbit-rrd006 .jackbit-d1sjmv a {
    white-space: nowrap;
  }
}

.jackbit-yaym1j {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .jackbit-yaym1j.jackbit-ablsxf > .jackbit-d1sjmv {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .jackbit-yaym1j.jackbit-28ag7g:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .jackbit-yaym1j.jackbit-ablsxf > .jackbit-oxytb1 {
    height: auto;
  }

  .jackbit-yaym1j.jackbit-ablsxf > div > .jackbit-awn4li {
    transform: rotate(180deg);
  }
}

.jackbit-yaym1j [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.jackbit-yaym1j [data-ref-el],
.jackbit-yaym1j span {
  cursor: pointer;
}

.jackbit-yaym1j [data-ref-el],
.jackbit-yaym1j span,
.jackbit-yaym1j a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .jackbit-yaym1j [data-ref-el],
  .jackbit-yaym1j span,
  .jackbit-yaym1j a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .jackbit-yaym1j [data-ref-el],
  .jackbit-yaym1j span,
  .jackbit-yaym1j a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.jackbit-oxytb1 {
  height: 0;
  overflow: hidden;
  transition: height 0.jackbit-9dph9e ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.jackbit-oxytb1::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.jackbit-oxytb1::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.jackbit-oxytb1::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .jackbit-oxytb1 {
    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;
  }

  .jackbit-oxytb1:has(> .jackbit-yaym1j.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .jackbit-oxytb1 .jackbit-oxytb1 {
    padding: 0;
  }

  .jackbit-oxytb1 .jackbit-yaym1j {
    font-weight: 400;
  }

  .jackbit-oxytb1 .jackbit-yaym1j:hover > .jackbit-d1sjmv {
    background: var(--Neutral-300);
  }

  .jackbit-oxytb1 .jackbit-awn4li {
    rotate: -90deg;
  }
}

.jackbit-d1sjmv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .jackbit-d1sjmv {
    padding: 8px;
  }

  .jackbit-yaym1j.jackbit-cxs68t > .jackbit-d1sjmv {
    background: var(--Neutral-300);
  }
}

.jackbit-awn4li {
  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.jackbit-6mk86o.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.jackbit-4l3r5y 0.jackbit-d2na74.jackbit-20fld7 -0.jackbit-7kkypz 0.jackbit-xvb0ga -0.jackbit-7kkypz 1.jackbit-7gtcq0 0.jackbit-4eu0cb.jackbit-6lna69 4.jackbit-6ii0ku.jackbit-4l3r5y 0.jackbit-olr598.jackbit-t7jdq3 -0.jackbit-7kkypz 9.jackbit-6t4cka -0.jackbit-7kkypz 10.jackbit-0eko3n 0.jackbit-yog1ub.jackbit-xw5qax 0.jackbit-20fld7 10.jackbit-xw5qax 0.jackbit-xvb0ga 10.jackbit-0eko3n 1.jackbit-szc2bg.jackbit-cy46ew 5.jackbit-sum0uc.jackbit-bnpyvd 6.jackbit-ntepxw 5.jackbit-mwtdq6 6.jackbit-ntepxw 4.jackbit-y7zhmf 5.jackbit-szebot.jackbit-4l3r5y 1.jackbit-jo93m6.jackbit-7kkypz 0.jackbit-xvb0ga -0.jackbit-7kkypz 0.jackbit-20fld7 0.jackbit-4l3r5y 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.jackbit-9dph9e ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .jackbit-awn4li {
    cursor: default;
  }
}

.jackbit-spday2 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.jackbit-dx5dfn {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .jackbit-dx5dfn {
    padding: 40px 4px;
  }
}

.jackbit-5p7uqx {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .jackbit-5p7uqx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.jackbit-wcxbli {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .jackbit-wcxbli {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.jackbit-wcxbli ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.jackbit-wcxbli [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.jackbit-wcxbli [data-ref-el],
.jackbit-wcxbli span,
.jackbit-wcxbli a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.jackbit-pf1m4v {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .jackbit-pf1m4v {
    margin-bottom: 12px;
  }
}

.jackbit-0ze9du {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.jackbit-0ze9du img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .jackbit-0ze9du:last-child {
    margin-right: 0;
  }
}

.jackbit-azhb2z {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.jackbit-pf1m4v:hover .jackbit-i8xfep {
  visibility: visible;
  opacity: 1;
}

.jackbit-i8xfep {
  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);
}

.jackbit-ys82ge {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.jackbit-6bzhbo {
  display: flex;
  margin: 6px;
}

.jackbit-6bzhbo img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.jackbit-i8xfep::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);
}

.jackbit-i8xfep::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);
}

.jackbit-ukdxoo {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .jackbit-ukdxoo {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.jackbit-6t0qrk {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .jackbit-6t0qrk {
    margin-right: 32px;
  }
}

.jackbit-vzat3g {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .jackbit-vzat3g {
    margin-top: 0;
    width: 340px;
  }
}

.jackbit-vzat3g a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.jackbit-clb549 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.jackbit-i4i5vi {
  position: relative;
}

@media (min-width: 768px) {
  .jackbit-i4i5vi {
    margin-top: 40px;
  }
}

.jackbit-i4i5vi + .jackbit-jlcvua,
.jackbit-i4i5vi + .jackbit-i4i5vi {
  margin-top: 24px;
}

.jackbit-j3zy9o {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .jackbit-j3zy9o {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .jackbit-j3zy9o {
    padding: 80px;
  }
}

.jackbit-62n1l8 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .jackbit-62n1l8 {
    padding: 0 16px;
}


}

.jackbit-qh36fx {
  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) {
  .jackbit-qh36fx {
    font-size: 48px;
    line-height: 56px;
  }
}

.jackbit-sv5fcn {
  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) {
  .jackbit-sv5fcn {
    font-size: 24px;
    line-height: 32px;
  }
}

.jackbit-c1s9pd {
  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;
}

.jackbit-c1s9pd:hover {
  background: var(--button-bg-hover);
}

.jackbit-hgcj52 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.jackbit-hgcj52 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .jackbit-hgcj52 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .jackbit-hgcj52 img {
  min-height: 100%;
  }
}

.jackbit-j3zy9o::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.jackbit-qll39p {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.jackbit-qll39p h1,
.jackbit-qll39p h2,
.jackbit-qll39p h3,
.jackbit-qll39p h4 {
  margin-bottom: 6px;
}

.jackbit-qll39p h1:not(:first-child),
.jackbit-qll39p h2:not(:first-child),
.jackbit-qll39p h3:not(:first-child),
.jackbit-qll39p h4:not(:first-child) {
  margin-top: 16px;
}

.jackbit-qll39p h1,
.jackbit-qll39p h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .jackbit-qll39p h1,
  .jackbit-qll39p h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.jackbit-qll39p h2,
.jackbit-qll39p h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .jackbit-qll39p h2,
  .jackbit-qll39p h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.jackbit-qll39p h3,
.jackbit-qll39p h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .jackbit-qll39p h3,
  .jackbit-qll39p h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.jackbit-qll39p h4,
.jackbit-qll39p h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.jackbit-qll39p ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.jackbit-qll39p ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.jackbit-qll39p 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);
}

.jackbit-qll39p ul ul {
  margin-bottom: 8px;
}

.jackbit-qll39p ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.jackbit-qll39p ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.jackbit-qll39p ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.jackbit-qll39p ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.jackbit-qll39p ol li::marker {
  font-weight: 700;
}

.jackbit-qll39p ol ol {
  margin-bottom: 8px;
}

.jackbit-qll39p ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.jackbit-qll39p ol ul li {
  padding-left: 16px;
}

.jackbit-qll39p 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) {
  .jackbit-qll39p table {
    padding: 24px;
  }
}

.jackbit-qll39p table.jackbit-7u5x6n {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.jackbit-9dph9e,
    mask-image 0.3s;
}

.jackbit-qll39p table.jackbit-7u5x6n.jackbit-955q3m {
  -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) {
  .jackbit-qll39p table {
    display: table;
  }
}

.jackbit-qll39p 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);
}

.jackbit-qll39p table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.jackbit-qll39p table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.jackbit-qll39p 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) {
  .jackbit-qll39p table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.jackbit-qll39p table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.jackbit-qll39p table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.jackbit-qll39p table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.jackbit-qll39p img {
  max-width: 100%;
  height: auto;
}

.jackbit-3xyykp {
  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) {
  .jackbit-3xyykp {
    padding: 24px;
  }
}

.jackbit-txlxv1 {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .jackbit-txlxv1 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.jackbit-txlxv1 > * {
  margin: 0 !important;
}

.jackbit-txlxv1 img,
.jackbit-s6pqdc {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .jackbit-txlxv1 img,
  .jackbit-s6pqdc {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.jackbit-7pdq0g {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .jackbit-7pdq0g {
    width: 32px;
    height: 32px;
  }
}

.jackbit-qdcls4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.jackbit-qdcls4 .jackbit-k1errl {
  flex-shrink: 0;
}

.jackbit-qdcls4 .jackbit-uaf84u svg {
  display: none;
}

.jackbit-mr804h {
  display: grid;
  transition: max-height 0.jackbit-9dph9e ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .jackbit-mr804h {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .jackbit-mr804h {
    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));
  }
}

.jackbit-mr804h.jackbit-pfw6nk + .jackbit-k1errl svg {
  transform: rotate(180deg);
}

.jackbit-t6bc7k {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.jackbit-t6bc7k > div:nth-child(3n) {
  grid-column: span 2;
}

.jackbit-t6bc7k
  > div:nth-child(3n)
  .jackbit-vxinbl
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .jackbit-t6bc7k {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .jackbit-t6bc7k > div:nth-child(3n) {
    grid-column: unset;
  }

  .jackbit-t6bc7k
    > div:nth-child(3n)
    .jackbit-vxinbl
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .jackbit-t6bc7k {
    max-width: 270px;
  }
}

.jackbit-t6bc7k .jackbit-vxinbl button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .jackbit-t6bc7k .jackbit-vxinbl button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .jackbit-t6bc7k .jackbit-vxinbl button {
    max-width: 104px;
  }
}

.jackbit-qmaya7 {
  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) {
  .jackbit-qmaya7 {
    margin-bottom: 0;
  }
}

.jackbit-6wqfu9 {
  display: none;
  opacity: 0;
}

.jackbit-z6oupk {
  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;
  }
}

.jackbit-z6oupk img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.jackbit-vxinbl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.jackbit-vxinbl button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .jackbit-vxinbl
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .jackbit-vxinbl
    button {
    max-width: 145px;
  }
}

.jackbit-sd20jt:first-child
  .jackbit-vxinbl
  button {
  max-width: 270px;
}

.jackbit-in5ida {
  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%;
}

.jackbit-qmaya7 picture {
  width: 100%;
  max-width: 100%;
}

.jackbit-63ev6t {
  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;
}

.jackbit-63ev6t svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.jackbit-qmaya7:hover .jackbit-63ev6t {
  display: flex;
}

.jackbit-7vwcj6 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.jackbit-iro8qp {
  display: flex;
}

.jackbit-iro8qp:hover .jackbit-1v755v,
.jackbit-iro8qp .jackbit-cxs68t .jackbit-1v755v {
  display: flex;
}

.jackbit-iro8qp svg {
  flex-shrink: 0;
}

.jackbit-1v755v {
  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) {
  .jackbit-1v755v {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.jackbit-1v755v:hover {
  display: flex;
}

.jackbit-1v755v svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.jackbit-y1i2g2 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .jackbit-y1i2g2 {
    font-size: 12px;
  }
}

.jackbit-nskj52,
.jackbit-dnfhze {
  width: 50%;
  flex-shrink: 0;
}

.jackbit-nskj52 {
  font-weight: 700;
}

.jackbit-wcf8pf .jackbit-mr804h {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .jackbit-wcf8pf .jackbit-mr804h {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .jackbit-wcf8pf .jackbit-mr804h {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.jackbit-wcf8pf
  .jackbit-in5ida:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.jackbit-wcf8pf .jackbit-z6oupk {
  height: 100% !important;
  border-radius: 16px;
}

.jackbit-wcf8pf .jackbit-vxinbl {
  gap: 4px;
  align-items: center;
}

.jackbit-wcf8pf .jackbit-vxinbl button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jackbit-wcf8pf .jackbit-vxinbl svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.jackbit-wcf8pf .jackbit-v75alu,
.jackbit-wcf8pf .jackbit-7z08q8 {
  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.jackbit-6mk86o.org/2000/svg'%3E%3Cpath d='M9.jackbit-mp1qcs 4.jackbit-epw65d.jackbit-skrs6q 5.jackbit-lmj3ug.jackbit-1waxg6 5.jackbit-mdzhaj.jackbit-9y3902 5.jackbit-2elt0g.jackbit-pko1ta 8.jackbit-beqhdj.jackbit-yxt1e6 9.jackbit-njo0o4.jackbit-10v8yk 9.jackbit-jxq7yj.jackbit-05eh06 13.jackbit-fw5z5d.jackbit-slhu2r 11.jackbit-8q1k1q.jackbit-54znyx 11.jackbit-0i88gq.jackbit-c0txkk 11.jackbit-k3844l.jackbit-i9h5it 13.jackbit-sppicq.jackbit-g56wzs 9.jackbit-al3l98.jackbit-628cer 9.jackbit-n269n3.jackbit-9ksr5u 8.jackbit-fnw9rq.jackbit-w41dz5 5.jackbit-fy815j.jackbit-exvq8h 5.jackbit-gf6d86.jackbit-81u5p0 5.jackbit-qtuwm2.jackbit-uzsmnt 4.jackbit-8rt43k.jackbit-54znyx 1.jackbit-i0e01m.jackbit-mp1qcs 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.jackbit-wcf8pf .jackbit-v75alu {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.jackbit-wcf8pf .jackbit-7z08q8 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.jackbit-kmksa4 {
  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) {
  .jackbit-kmksa4 {
    padding: 24px;
  }
}

.jackbit-kmksa4 .jackbit-k1errl {
  display: flex;
}

@media (min-width: 768px) {
  .jackbit-kmksa4 .jackbit-k1errl {
    display: none;
  }
}

.jackbit-kmksa4 .jackbit-uaf84u svg {
  display: none;
}

.jackbit-6ddcbs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.jackbit-6ddcbs .jackbit-vh0ul4 {
  display: none;
}

@media (min-width: 768px) {
  .jackbit-6ddcbs .jackbit-vh0ul4 {
    display: flex;
  }
}

.jackbit-0s57vw {
  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) {
  .jackbit-0s57vw {
    font-size: 40px;
    line-height: 48px;
  }
}

.jackbit-0s57vw > * {
  margin: 0 !important;
}

.jackbit-0s57vw img,
.jackbit-whp3ca {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .jackbit-0s57vw img,
  .jackbit-whp3ca {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.jackbit-ja4ewi {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .jackbit-ja4ewi {
    width: 32px;
    height: 32px;
  }
}

.jackbit-vp3mw3 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .jackbit-vp3mw3 {
    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;
  }

  .jackbit-vp3mw3::-webkit-scrollbar {
    display: none;
  }
}

.jackbit-9rwjf9 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .jackbit-9rwjf9 {
    padding: 7px 15px;
  }
}

.jackbit-9rwjf9:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.jackbit-69ag0p {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .jackbit-69ag0p {
    display: flex;
    opacity: 1;
  }
}

.jackbit-9rwjf9 picture {
  height: 100%;
  display: block;
}

.jackbit-9rwjf9 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .jackbit-9rwjf9 img {
    width: 88px;
    height: 44px;
  }
}

.jackbit-9rwjf9 p {
  text-align: center;
  width: 100%;
}

.jackbit-zxhpbj {
  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) {
  .jackbit-zxhpbj {
    font-size: 40px;
    line-height: 48px;
  }
}

.jackbit-zxhpbj img,
.jackbit-dgkj5i {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .jackbit-zxhpbj img,
  .jackbit-dgkj5i {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.jackbit-pnrynx {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .jackbit-pnrynx {
    width: 32px;
    height: 32px;
  }
}

.jackbit-jgne1c {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.jackbit-gkvnl4 {
  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;
}

.jackbit-q84ta6 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.jackbit-q84ta6.jackbit-cxs68t {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.jackbit-wp2k65 {
  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) {
  .jackbit-wp2k65 {
    font-size: 20px;
    line-height: 28px;
  }
}

.jackbit-oa42bj {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.jackbit-a2q60e {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.jackbit-9dph9e ease;
  opacity: 0;
  color: var(--text-color);
}

.jackbit-bewndo {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.jackbit-bewndo ol,
.jackbit-bewndo ul {
  padding-left: 1.3em;
}

.jackbit-q84ta6.jackbit-cxs68t .jackbit-a2q60e {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.jackbit-q84ta6.jackbit-cxs68t .jackbit-oa42bj {
  transform: rotate(180deg);
  color: var(--text-color);
}

.jackbit-y60d3o {
  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) {
  .jackbit-y60d3o {
    padding: 24px;
  }
}

.jackbit-y60d3o .jackbit-k1errl {
  display: flex;
}

@media (min-width: 768px) {
  .jackbit-y60d3o .jackbit-k1errl {
    display: none;
  }
}

.jackbit-y60d3o .jackbit-uaf84u svg {
  display: none;
}

.jackbit-t79tth {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jackbit-t79tth .jackbit-vh0ul4 {
  display: none;
}

@media (min-width: 768px) {
  .jackbit-t79tth .jackbit-vh0ul4 {
    display: flex;
  }
}

.jackbit-2c3sdh {
  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) {
  .jackbit-2c3sdh {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.jackbit-2c3sdh > * {
  margin: 0 !important;
}

.jackbit-2c3sdh img,
.jackbit-p8o4ww {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .jackbit-2c3sdh img,
  .jackbit-p8o4ww {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.jackbit-7oork4 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .jackbit-7oork4 {
    width: 32px;
    height: 32px;
  }
}

.jackbit-6n0hwn {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .jackbit-6n0hwn {
    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;
  }

  .jackbit-6n0hwn::-webkit-scrollbar {
    display: none;
  }
}

.jackbit-0yhe12 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.jackbit-0yhe12:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.jackbit-irrnbn {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .jackbit-irrnbn {
    display: flex;
    opacity: 1;
  }
}

.jackbit-0yhe12 picture {
  width: auto;
  height: 100%;
  display: block;
}

.jackbit-0yhe12 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.jackbit-qvxchq {
  margin: -24px 0;
}

.jackbit-qvxchq:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .jackbit-qvxchq {
    margin: -16px 0;
  }
}

.jackbit-5gj0hr {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .jackbit-5gj0hr {
    flex-direction: row;
  }
}

.jackbit-s5lc9e {
  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) {
  .jackbit-s5lc9e {
    flex: 1;
  }
}

.jackbit-s5lc9e::placeholder {
  color: var(--Text-400);
}

.jackbit-f85954 {
  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;
}

.jackbit-tqp8d7 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.jackbit-tqp8d7::-webkit-scrollbar {
  display: none;
}

.jackbit-nm4q2w {
  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;
}

.jackbit-nm4q2w img,
.jackbit-nm4q2w svg {
  margin-right: 8px;
}

.jackbit-wzvjoc {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.jackbit-qvxchq + .jackbit-kpq7mi {
  margin-top: 0;
}

@media (min-width: 768px) {
  .jackbit-qvxchq + .jackbit-kpq7mi {
    margin-top: -16px;
  }
}

.jackbit-xyzrsh {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.jackbit-xyzrsh > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.jackbit-xyzrsh > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.jackbit-jeceh6 {
  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;
}

.jackbit-kcunpb {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.jackbit-6oc25a {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.jackbit-8syp7r {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.jackbit-i3quyf {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.jackbit-jeceh6 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;
}

.jackbit-jeceh6 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) {
  .jackbit-jeceh6 {
    padding: 39px 179px 39px 39px;
  }

  .jackbit-kcunpb {
    font-size: 40px;
    line-height: 48px;
  }

  .jackbit-i3quyf {
    height: 348px;
  }

  .jackbit-jeceh6 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .jackbit-jeceh6 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .jackbit-jeceh6 {
    padding: 63px;
  }
}

.jackbit-7n6y4f {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .jackbit-7n6y4f {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.jackbit-gvmoxu {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .jackbit-gvmoxu {
    width: auto;
  }
}

.jackbit-ow8d8x {
  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;
}

.jackbit-ow8d8x::-webkit-scrollbar {
  display: none;
}

.jackbit-ow8d8x 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);
}

.jackbit-ow8d8x a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .jackbit-ow8d8x {
    margin-left: 16px;
    margin-top: 0;
  }
}

.jackbit-7n6y4f .jackbit-xua28l {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.jackbit-9dph9e,
    mask-image 0.3s;
}

.jackbit-7n6y4f .jackbit-xua28l.jackbit-955q3m {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.jackbit-uk19o7 {
  margin: 40px -16px;
}

.jackbit-49uoqf + .jackbit-jlcvua,
.jackbit-49uoqf + .jackbit-i4i5vi {
  margin-top: 24px;
}

.jackbit-6fy0f9 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.jackbit-6fy0f9 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.jackbit-4t563o {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .jackbit-4t563o {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .jackbit-4t563o {
    margin-top: 0;
  }
}

.jackbit-hcla2n {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .jackbit-hcla2n {
    font-size: 24px;
    line-height: 32px;
  }
}

.jackbit-q8ibzs {
  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) {
  .jackbit-q8ibzs {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.jackbit-2wgugx {
  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) {
  .jackbit-2wgugx {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.jackbit-aer5rm {
  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) {
  .jackbit-aer5rm {
    font-size: 20px;
    line-height: 28px;
  }
}

.jackbit-b1x49h {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .jackbit-b1x49h {
    font-size: 32px;
    line-height: 40px;
  }
}

.jackbit-xs6t6u {
  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;
}

.jackbit-qsz645 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.jackbit-qsz645 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.jackbit-kpq7mi {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.jackbit-dhftzt {
  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) {
  .jackbit-dhftzt {
    padding: 15px 48px;
  }
}

main > .jackbit-kpq7mi {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .jackbit-mr804h.jackbit-lhwckm > div:nth-child(n+5) {
    display: none;
  }
}

.jackbit-qll39p p a img {
  display: block;
  margin: 0 auto;
}


.jackbit-9o3kll {
  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 */
.jackbit-utrume {
  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;
}

.jackbit-utrume label {
  font-size: 14px;
}

.jackbit-utrume h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.jackbit-utrume input,
.jackbit-utrume textarea,
.jackbit-utrume 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;
}
.jackbit-utrume button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.jackbit-lefg1w ease;
}
.jackbit-utrume button:hover {
  background-color: var(--button-bg-hover);
}
.jackbit-m1vycd {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.jackbit-5enzxc ease-in;
}

.jackbit-m1vycd 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;
}
.jackbit-s71d03, .jackbit-5dgw5m, [class*="review-card"],
thead, thead th, table th, .jackbit-wmgmcn,
.jackbit-9pl7wp, [class*="collapsible-header"],
.jackbit-xw7hvm, [class*="updated-block"] {
  color: #ece7dc !important;
}
