* {
  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;
  }
}

.a-big-candy-7bo64a {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .a-big-candy-7bo64a {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .a-big-candy-7bo64a {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.a-big-candy-jjy4g3 {
  overflow: hidden;
}

.a-big-candy-kcz23q img {
  background: var(--Neutral-300);
}

.a-big-candy-6z5bie {
  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;
}

.a-big-candy-0bg4ci {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.a-big-candy-0bg4ci:hover {
  background: var(--button-bg-hover);
}

.a-big-candy-f88wxy {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.a-big-candy-f88wxy:hover {
  background: var(--button-bg-hover);
}

.a-big-candy-hkggb1 {
  font-size: 12px;
  line-height: 18px;
}

.a-big-candy-9l7i9x {
  font-size: 18px;
  line-height: 26px;
}

.a-big-candy-92qibd {
  width: 100%;
}

.a-big-candy-mwctws {
  padding: 6px 16px;
}

.a-big-candy-ad7zeq {
  padding: 10px 16px;
}

.a-big-candy-8y084m {
  padding: 15px 26px;
}

.a-big-candy-cnkrke {
  flex-shrink: 0;
}

.a-big-candy-w1ztbq {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.a-big-candy-rg9ytc {
  display: none;
}

.a-big-candy-dzzc37 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.a-big-candy-wq3qfk {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.a-big-candy-xjw3hl {
  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;
}

.a-big-candy-roidkv {
  cursor: grab;
}

.a-big-candy-xjw3hl::-webkit-scrollbar {
  display: none;
}

.a-big-candy-kkynfg {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.a-big-candy-t57j6g {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.a-big-candy-tjbn02 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.a-big-candy-2ke4v4 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.a-big-candy-durakq {
  visibility: visible;
}

.a-big-candy-rcdfmj {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.a-big-candy-776wds ease;
}

.a-big-candy-imol1p {
  background-color: var(--Primary-200);
  width: 16px;
}

.a-big-candy-cylcm6 {
  -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.a-big-candy-776wds,
    mask-image 0.3s;
}

.a-big-candy-cylcm6.a-big-candy-vstqgx {
  -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;
  }
}

.a-big-candy-fo0iss: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;
}

.a-big-candy-h7u1mf {
  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.a-big-candy-hyh07g.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.a-big-candy-hyh07g.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;
}

.a-big-candy-7qwgaz {
  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);
}

.a-big-candy-7qwgaz::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%
  );
}

.a-big-candy-u49179 {
  position: relative;
  z-index: 1;
}

.a-big-candy-pv27mk {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.a-big-candy-s6gteo {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.a-big-candy-dnn82p {
  font-size: 40px;
  line-height: 48px;
}

.a-big-candy-37gawr {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.a-big-candy-zruel4 {
  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;
}

.a-big-candy-zruel4:hover {
  background: var(--Primary-400);
}

.a-big-candy-zruel4 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.a-big-candy-fo0iss 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) {
  .a-big-candy-7qwgaz {
    max-width: 600px;
    padding: 64px;
  }

  .a-big-candy-pv27mk {
    font-size: 24px;
    line-height: 32px;
  }

  .a-big-candy-s6gteo {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .a-big-candy-dnn82p {
    font-size: 50px;
    line-height: 56px;
  }

  .a-big-candy-37gawr {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .a-big-candy-h7u1mf {
    top: 25px;
    right: 25px;
  }
}

.a-big-candy-ba5xg2,
.a-big-candy-ewt987 {
  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;
}

.a-big-candy-kygxyu.a-big-candy-l1rjh3::before,
.a-big-candy-ewt987::before,
.a-big-candy-ui0t4z::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.a-big-candy-hyh07g.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.a-big-candy-y1rwas 14.a-big-candy-8jk4zh.a-big-candy-kk9fqg 14.a-big-candy-46rfb9 15.a-big-candy-58n09t 14.a-big-candy-qhs2vc 15.a-big-candy-p8wesr 14.a-big-candy-qio0ej.a-big-candy-r5oya6 14.a-big-candy-ni42cw 19.a-big-candy-0p5quq 12.a-big-candy-23rxp6 19.a-big-candy-0p5quq 10.a-big-candy-enmnq7.a-big-candy-0p5quq 8.a-big-candy-hvpqct 17.a-big-candy-7cfmn4 7.a-big-candy-x30v5f 15.a-big-candy-g9q4jw 7.a-big-candy-5no1g0.a-big-candy-pzoda6 7.a-big-candy-x30v5f 11.a-big-candy-zp5t1i 8.a-big-candy-hvpqct 11.a-big-candy-zp5t1i 10.a-big-candy-mkq3yn.a-big-candy-zp5t1i 12.a-big-candy-9mm29u 13.a-big-candy-xevmot 14.a-big-candy-p8l34j 15.a-big-candy-fosytv 14.a-big-candy-zsj2i9.a-big-candy-u12a2o 14.a-big-candy-ssi8o7 15.a-big-candy-brmw45 14.a-big-candy-10auvx 15.a-big-candy-gglfk8 14.a-big-candy-41i6kp.a-big-candy-y1rwas 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.a-big-candy-ssubpl 15.a-big-candy-xwqo0m.a-big-candy-n7y893 15.a-big-candy-fv8h0p 15.a-big-candy-t3qax2 15.a-big-candy-72mk3v 15.a-big-candy-bqvzxm 15.a-big-candy-u9es2w.a-big-candy-6027yj 15.a-big-candy-72mk3v 15.a-big-candy-oyyioy 15.a-big-candy-skgnlf 15.a-big-candy-bksh2e 15.a-big-candy-4r11xx.a-big-candy-os3mrf 15.a-big-candy-89c1pk 7.a-big-candy-opg1dj 18.a-big-candy-n8ok5b 7.a-big-candy-rkjpzw 23.a-big-candy-hxta0z.a-big-candy-kuu3cs.a-big-candy-vhzctb 18.a-big-candy-5aaog4 19.a-big-candy-0kt80p 15.a-big-candy-jc6c5g 15.a-big-candy-ssubpl 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.a-big-candy-1lq2vs [type="submit"] *,
.a-big-candy-5tr24t button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .a-big-candy-neseen {
    display: none;
  }
}

.a-big-candy-o5n3hj {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .a-big-candy-o5n3hj {
  display: none;
}

@media (min-width: 768px) {
  .a-big-candy-o5n3hj {
    bottom: 22px;
  }
}

.a-big-candy-o5n3hj input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .a-big-candy-o5n3hj {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.a-big-candy-fmdktt.static) .a-big-candy-o5n3hj {
    bottom: 8px;
  }
}

.a-big-candy-1e19ap {
  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.a-big-candy-hyh07g.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.a-big-candy-ofs7yp 3.a-big-candy-0kdhpg.a-big-candy-n1svcp.a-big-candy-mrmi9v 3.a-big-candy-kjhk1j 3.a-big-candy-z28ilx 5.a-big-candy-w347o3 3.a-big-candy-z28ilx 8.a-big-candy-ik7hnv.a-big-candy-53ws2v.a-big-candy-z28ilx 26.a-big-candy-5qtgmh 5.a-big-candy-g0dlt0 28.a-big-candy-9i03qh 8.a-big-candy-pqmpdx 28.a-big-candy-wijw1m.a-big-candy-nrouzc 28.a-big-candy-fbq7wj.a-big-candy-w2eh8y 34.a-big-candy-hlqp5e.a-big-candy-lhnnh7 36.a-big-candy-dfwbvf 11.a-big-candy-5cd8d6 37.a-big-candy-cuhhur 12.a-big-candy-71hllb 36.a-big-candy-j773bg.a-big-candy-yi95at 28.a-big-candy-benj3k.a-big-candy-l4r5ge.a-big-candy-uwi703 28.a-big-candy-ngfnx2 36.a-big-candy-d36xdp 26.a-big-candy-agsqwz 36.a-big-candy-d36xdp 23.a-big-candy-32p90m.a-big-candy-nqewwx.a-big-candy-d36xdp 5.a-big-candy-qni4c0 34.a-big-candy-93sft1 3.a-big-candy-kjhk1j 31.a-big-candy-ofs7yp 3.a-big-candy-wdq1zq.a-big-candy-sgaqqb 18.a-big-candy-k20uxh.a-big-candy-2ekz86 18.a-big-candy-43c39m 8.a-big-candy-qrkt88 17.a-big-candy-bl5ryo 8.a-big-candy-qrkt88 15.a-big-candy-bd7oi8.a-big-candy-qrkt88 14.a-big-candy-5uh0hj 9.a-big-candy-2ekz86 13.a-big-candy-uryuoc 11.a-big-candy-sgaqqb 13.a-big-candy-kq90ov.a-big-candy-tonret 13.a-big-candy-uryuoc 13.a-big-candy-608skn 14.a-big-candy-5uh0hj 13.a-big-candy-608skn 15.a-big-candy-v2g7ar.a-big-candy-608skn 17.a-big-candy-bl5ryo 12.a-big-candy-tonret 18.a-big-candy-43c39m 11.a-big-candy-sgaqqb 18.a-big-candy-gqavav.a-big-candy-oqgct1 18.a-big-candy-49jult.a-big-candy-6bctge 18.a-big-candy-43c39m 17.a-big-candy-fy543c 17.a-big-candy-bl5ryo 17.a-big-candy-fy543c 15.a-big-candy-tcqye1.a-big-candy-fy543c 14.a-big-candy-5uh0hj 18.a-big-candy-6bctge 13.a-big-candy-uryuoc 20.a-big-candy-oqgct1 13.a-big-candy-xhllis.a-big-candy-axb806 13.a-big-candy-uryuoc 22.a-big-candy-mv56ev 14.a-big-candy-5uh0hj 22.a-big-candy-mv56ev 15.a-big-candy-10ecl3.a-big-candy-ty365s 17.a-big-candy-bl5ryo 21.a-big-candy-axb806 18.a-big-candy-43c39m 20.a-big-candy-oqgct1 18.a-big-candy-sfc5nt.a-big-candy-l1e77p 18.a-big-candy-hmph74.a-big-candy-vfiq7v 18.a-big-candy-43c39m 26.a-big-candy-2tgq21 17.a-big-candy-bl5ryo 26.a-big-candy-2tgq21 15.a-big-candy-u1ljfc.a-big-candy-2tgq21 14.a-big-candy-5uh0hj 27.a-big-candy-vfiq7v 13.a-big-candy-uryuoc 28.a-big-candy-l1e77p 13.a-big-candy-ozepdm.a-big-candy-8xw2hq 13.a-big-candy-uryuoc 31.a-big-candy-2mk3pl 14.a-big-candy-5uh0hj 31.a-big-candy-2mk3pl 15.a-big-candy-dfa9tu.a-big-candy-2tgq21 17.a-big-candy-bl5ryo 30.a-big-candy-8xw2hq 18.a-big-candy-43c39m 28.a-big-candy-l1e77p 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"])
    .a-big-candy-1e19ap {
    display: none;
  }
}

.a-big-candy-xlq07o {
  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) {
  .a-big-candy-xlq07o {
    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;
}

.a-big-candy-5tr24t {
  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) {
  .a-big-candy-5tr24t {
    padding: 14px 16px;
  }
}

.a-big-candy-5tr24t button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.a-big-candy-5tr24t button:first-child {
  align-content: end;
}

.a-big-candy-5tr24t button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .a-big-candy-5tr24t
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .a-big-candy-5tr24t
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.a-big-candy-5tr24t button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.a-big-candy-5tr24t button:last-child svg {
  width: 38px;
  height: 38px;
}

.a-big-candy-ui0t4z {
  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;
}

.a-big-candy-ui0t4z::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .a-big-candy-ui0t4z,
.pc61d126-chatbot[data-active-screen="3"]
  .a-big-candy-ui0t4z {
  opacity: 1;
  visibility: visible;
}

.a-big-candy-kqld47 {
  flex: 1 1;
}

.a-big-candy-atwojy {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .a-big-candy-atwojy {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .a-big-candy-t9obzz {
  display: block;
}

.a-big-candy-nc56pg {
  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) {
  .a-big-candy-nc56pg {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.a-big-candy-ewt987 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.a-big-candy-ewt987::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.a-big-candy-xq5dod span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.a-big-candy-xq5dod p {
  color: var(--Text-100);
}

.a-big-candy-ewt987 .a-big-candy-uda1st {
  grid-area: button;
}

.a-big-candy-ewt987 .a-big-candy-uda1st::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.a-big-candy-hyh07g.org/2000/svg'%3E%3Cpath d='M4.a-big-candy-bc4u9h 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.a-big-candy-soaa1s 15L16.a-big-candy-soaa1s 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.a-big-candy-soaa1s 5L16.a-big-candy-soaa1s 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .a-big-candy-144gy8 {
  display: block;
}

.a-big-candy-dhhcg6 {
  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) {
  .a-big-candy-dhhcg6 {
    margin-top: 40px;
  }
}

.a-big-candy-ba5xg2 label,
.a-big-candy-ba5xg2 input {
  display: block;
  width: 100%;
}

.a-big-candy-ba5xg2 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.a-big-candy-ba5xg2 label.a-big-candy-x4ifva input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.a-big-candy-ba5xg2 label.a-big-candy-x4ifva::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;
}

.a-big-candy-ba5xg2 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;
}

.a-big-candy-ba5xg2 input::placeholder {
  color: var(--Text-400);
}

.a-big-candy-cytbqk {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .a-big-candy-cytbqk {
  display: flex;
}

.a-big-candy-cytbqk ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .a-big-candy-cytbqk ol {
    height: 420px;
    padding: 24px;
  }
}

.a-big-candy-cytbqk ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.a-big-candy-1lq2vs {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .a-big-candy-1lq2vs {
    padding: 0 24px 24px;
  }
}

.a-big-candy-1lq2vs 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;
}

.a-big-candy-1lq2vs input::placeholder {
  color: var(--Text-400);
}

.a-big-candy-1lq2vs [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.a-big-candy-1lq2vs [type="submit"]:disabled {
  opacity: 0.5;
}

.a-big-candy-1lq2vs [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .a-big-candy-1lq2vs [type="submit"] {
    right: 40px;
  }
}

.a-big-candy-kygxyu {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.a-big-candy-kygxyu.a-big-candy-l1rjh3 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.a-big-candy-kygxyu.a-big-candy-l1rjh3::before {
  content: "";
  width: 31px;
}

.a-big-candy-kygxyu.a-big-candy-l1rjh3 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.a-big-candy-kygxyu.a-big-candy-kbyp5v p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.a-big-candy-kygxyu p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.a-big-candy-o5n3hj .a-big-candy-uda1st {
  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;
  }
}

.a-big-candy-neseen {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .a-big-candy-neseen {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .a-big-candy-neseen {
    padding: 18px 0;
  }
}

.a-big-candy-neseen .a-big-candy-7bo64a {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .a-big-candy-neseen .a-big-candy-7bo64a {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.a-big-candy-zerd1a {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .a-big-candy-zerd1a {
    max-width: 160px;
    height: 40px;
  }
}

.a-big-candy-zerd1a picture,
.a-big-candy-zerd1a img {
  display: block;
  width: 100%;
  height: 100%;
}

.a-big-candy-zerd1a img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .a-big-candy-1v16x3 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.a-big-candy-776wds ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .a-big-candy-neseen.a-big-candy-rbzwjc .a-big-candy-1v16x3 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .a-big-candy-1v16x3 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .a-big-candy-1v16x3 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.a-big-candy-nqtk1c,
.a-big-candy-lhsaba {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .a-big-candy-nqtk1c,
  .a-big-candy-lhsaba {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .a-big-candy-lhsaba {
    display: none;
  }
}

.a-big-candy-02kvtz {
  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;
}

.a-big-candy-rbzwjc .a-big-candy-02kvtz {
  background: var(--fh-bg-color);
}

.a-big-candy-02kvtz button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .a-big-candy-02kvtz {
    display: none;
  }
}

.a-big-candy-fxfytw {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .a-big-candy-fxfytw {
    display: none;
  }
}

.a-big-candy-8u9wox {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.a-big-candy-neseen.a-big-candy-rbzwjc .a-big-candy-8u9wox:first-child {
  display: none;
}

.a-big-candy-neseen.a-big-candy-rbzwjc .a-big-candy-8u9wox:last-child {
  display: block;
}

.a-big-candy-8u9wox:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .a-big-candy-8u9wox {
    display: none;
  }
}

.a-big-candy-og9rld {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .a-big-candy-og9rld {
    display: flex;
  }
}

.a-big-candy-og9rld ul {
  max-height: 350px;
  overflow-y: auto;
}

.a-big-candy-og9rld:hover ul {
  visibility: visible;
  opacity: 1;
}

.a-big-candy-og9rld:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.a-big-candy-og9rld:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.a-big-candy-og9rld:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.a-big-candy-og9rld:hover .a-big-candy-22d554 svg {
  transform: rotate(180deg);
}

.a-big-candy-jhcet3 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.a-big-candy-vhoclj {
  padding: 0 8px;
}

.a-big-candy-muxvic {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.a-big-candy-muxvic:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .a-big-candy-muxvic {
    padding: 4px 8px;
  }
}

.a-big-candy-dasnhw {
  display: flex;
}

.a-big-candy-dasnhw img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.a-big-candy-22d554 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.a-big-candy-22d554 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.a-big-candy-aqevro {
  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) {
  .a-big-candy-aqevro {
    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;
  }
}

.a-big-candy-p2gxow {
  width: 100%;
}

@media (min-width: 1200px) {
  .a-big-candy-p2gxow {
    display: none;
  }
}

.a-big-candy-od1p9p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.a-big-candy-bm85le {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.a-big-candy-rsjnyz {
  display: flex;
}

.a-big-candy-rytik7 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.a-big-candy-jbu8wy {
  list-style: none;
}

@media (max-width: 1199px) {
  .a-big-candy-jbu8wy {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .a-big-candy-jbu8wy {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .a-big-candy-jbu8wy .a-big-candy-22h6k6 [data-ref-el],
  .a-big-candy-jbu8wy .a-big-candy-22h6k6 span,
  .a-big-candy-jbu8wy .a-big-candy-22h6k6 a {
    white-space: nowrap;
  }
}

.a-big-candy-agaut7 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .a-big-candy-agaut7.a-big-candy-yambex > .a-big-candy-22h6k6 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .a-big-candy-agaut7.a-big-candy-8lhcrz:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .a-big-candy-agaut7.a-big-candy-yambex > .a-big-candy-f3g0d4 {
    height: auto;
  }

  .a-big-candy-agaut7.a-big-candy-yambex > div > .a-big-candy-7iqiea {
    transform: rotate(180deg);
  }
}

.a-big-candy-agaut7 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.a-big-candy-agaut7 [data-ref-el],
.a-big-candy-agaut7 span {
  cursor: pointer;
}

.a-big-candy-agaut7 [data-ref-el],
.a-big-candy-agaut7 span,
.a-big-candy-agaut7 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .a-big-candy-agaut7 [data-ref-el],
  .a-big-candy-agaut7 span,
  .a-big-candy-agaut7 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .a-big-candy-agaut7 [data-ref-el],
  .a-big-candy-agaut7 span,
  .a-big-candy-agaut7 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.a-big-candy-f3g0d4 {
  height: 0;
  overflow: hidden;
  transition: height 0.a-big-candy-776wds ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.a-big-candy-f3g0d4::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.a-big-candy-f3g0d4::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.a-big-candy-f3g0d4::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .a-big-candy-f3g0d4 {
    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;
  }

  .a-big-candy-f3g0d4:has(> .a-big-candy-agaut7.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .a-big-candy-f3g0d4 .a-big-candy-f3g0d4 {
    padding: 0;
  }

  .a-big-candy-f3g0d4 .a-big-candy-agaut7 {
    font-weight: 400;
  }

  .a-big-candy-f3g0d4 .a-big-candy-agaut7:hover > .a-big-candy-22h6k6 {
    background: var(--Neutral-300);
  }

  .a-big-candy-f3g0d4 .a-big-candy-7iqiea {
    rotate: -90deg;
  }
}

.a-big-candy-22h6k6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .a-big-candy-22h6k6 {
    padding: 8px;
  }

  .a-big-candy-agaut7.a-big-candy-irj3ph > .a-big-candy-22h6k6 {
    background: var(--Neutral-300);
  }
}

.a-big-candy-7iqiea {
  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.a-big-candy-hyh07g.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.a-big-candy-5tf75g 0.a-big-candy-y61c7b.a-big-candy-d0671o -0.a-big-candy-irr5ei 0.a-big-candy-selxsg -0.a-big-candy-irr5ei 1.a-big-candy-2pos2g 0.a-big-candy-uyodyl.a-big-candy-533k80 4.a-big-candy-f8xkx1.a-big-candy-5tf75g 0.a-big-candy-s845ku.a-big-candy-p9d7nz -0.a-big-candy-irr5ei 9.a-big-candy-h5pw4z -0.a-big-candy-irr5ei 10.a-big-candy-o3pjtz 0.a-big-candy-zmbc13.a-big-candy-gem0rg 0.a-big-candy-d0671o 10.a-big-candy-gem0rg 0.a-big-candy-selxsg 10.a-big-candy-o3pjtz 1.a-big-candy-kdb721.a-big-candy-0rou5n 5.a-big-candy-id7rxp.a-big-candy-gdxgi8 6.a-big-candy-ysuuqk 5.a-big-candy-u2ivto 6.a-big-candy-ysuuqk 4.a-big-candy-kebk49 5.a-big-candy-tyj81c.a-big-candy-5tf75g 1.a-big-candy-4beo8f.a-big-candy-irr5ei 0.a-big-candy-selxsg -0.a-big-candy-irr5ei 0.a-big-candy-d0671o 0.a-big-candy-5tf75g 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.a-big-candy-776wds ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .a-big-candy-7iqiea {
    cursor: default;
  }
}

.a-big-candy-r4tpq0 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.a-big-candy-3c4iuq {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .a-big-candy-3c4iuq {
    padding: 40px 4px;
  }
}

.a-big-candy-99fnte {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .a-big-candy-99fnte {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.a-big-candy-er0q20 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .a-big-candy-er0q20 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.a-big-candy-er0q20 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.a-big-candy-er0q20 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.a-big-candy-er0q20 [data-ref-el],
.a-big-candy-er0q20 span,
.a-big-candy-er0q20 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.a-big-candy-9x3vi6 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .a-big-candy-9x3vi6 {
    margin-bottom: 12px;
  }
}

.a-big-candy-xo5gkv {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.a-big-candy-xo5gkv img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .a-big-candy-xo5gkv:last-child {
    margin-right: 0;
  }
}

.a-big-candy-yonjo1 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.a-big-candy-9x3vi6:hover .a-big-candy-w0ri0u {
  visibility: visible;
  opacity: 1;
}

.a-big-candy-w0ri0u {
  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);
}

.a-big-candy-ajjyvp {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.a-big-candy-xqgpve {
  display: flex;
  margin: 6px;
}

.a-big-candy-xqgpve img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.a-big-candy-w0ri0u::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);
}

.a-big-candy-w0ri0u::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);
}

.a-big-candy-me0yxn {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .a-big-candy-me0yxn {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.a-big-candy-8uzd0s {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .a-big-candy-8uzd0s {
    margin-right: 32px;
  }
}

.a-big-candy-qrysvq {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .a-big-candy-qrysvq {
    margin-top: 0;
    width: 340px;
  }
}

.a-big-candy-qrysvq a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.a-big-candy-na4mpt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.a-big-candy-so28rq {
  position: relative;
}

@media (min-width: 768px) {
  .a-big-candy-so28rq {
    margin-top: 40px;
  }
}

.a-big-candy-so28rq + .a-big-candy-xurlng,
.a-big-candy-so28rq + .a-big-candy-so28rq {
  margin-top: 24px;
}

.a-big-candy-u69t8q {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .a-big-candy-u69t8q {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .a-big-candy-u69t8q {
    padding: 80px;
  }
}

.a-big-candy-a4vco8 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .a-big-candy-a4vco8 {
    padding: 0 16px;
}


}

.a-big-candy-1p21x2 {
  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) {
  .a-big-candy-1p21x2 {
    font-size: 48px;
    line-height: 56px;
  }
}

.a-big-candy-3h3puf {
  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) {
  .a-big-candy-3h3puf {
    font-size: 24px;
    line-height: 32px;
  }
}

.a-big-candy-bp8as3 {
  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;
}

.a-big-candy-bp8as3:hover {
  background: var(--button-bg-hover);
}

.a-big-candy-6d0t94 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.a-big-candy-6d0t94 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .a-big-candy-6d0t94 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .a-big-candy-6d0t94 img {
  min-height: 100%;
  }
}

.a-big-candy-u69t8q::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.a-big-candy-1w4p0c {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.a-big-candy-1w4p0c h1,
.a-big-candy-1w4p0c h2,
.a-big-candy-1w4p0c h3,
.a-big-candy-1w4p0c h4 {
  margin-bottom: 6px;
}

.a-big-candy-1w4p0c h1:not(:first-child),
.a-big-candy-1w4p0c h2:not(:first-child),
.a-big-candy-1w4p0c h3:not(:first-child),
.a-big-candy-1w4p0c h4:not(:first-child) {
  margin-top: 16px;
}

.a-big-candy-1w4p0c h1,
.a-big-candy-1w4p0c h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .a-big-candy-1w4p0c h1,
  .a-big-candy-1w4p0c h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.a-big-candy-1w4p0c h2,
.a-big-candy-1w4p0c h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .a-big-candy-1w4p0c h2,
  .a-big-candy-1w4p0c h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.a-big-candy-1w4p0c h3,
.a-big-candy-1w4p0c h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .a-big-candy-1w4p0c h3,
  .a-big-candy-1w4p0c h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.a-big-candy-1w4p0c h4,
.a-big-candy-1w4p0c h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.a-big-candy-1w4p0c ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.a-big-candy-1w4p0c ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.a-big-candy-1w4p0c 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);
}

.a-big-candy-1w4p0c ul ul {
  margin-bottom: 8px;
}

.a-big-candy-1w4p0c ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.a-big-candy-1w4p0c ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.a-big-candy-1w4p0c ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.a-big-candy-1w4p0c ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.a-big-candy-1w4p0c ol li::marker {
  font-weight: 700;
}

.a-big-candy-1w4p0c ol ol {
  margin-bottom: 8px;
}

.a-big-candy-1w4p0c ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.a-big-candy-1w4p0c ol ul li {
  padding-left: 16px;
}

.a-big-candy-1w4p0c 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) {
  .a-big-candy-1w4p0c table {
    padding: 24px;
  }
}

.a-big-candy-1w4p0c table.a-big-candy-9us1ln {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.a-big-candy-776wds,
    mask-image 0.3s;
}

.a-big-candy-1w4p0c table.a-big-candy-9us1ln.a-big-candy-vstqgx {
  -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) {
  .a-big-candy-1w4p0c table {
    display: table;
  }
}

.a-big-candy-1w4p0c 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);
}

.a-big-candy-1w4p0c table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.a-big-candy-1w4p0c table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.a-big-candy-1w4p0c 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) {
  .a-big-candy-1w4p0c table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.a-big-candy-1w4p0c table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.a-big-candy-1w4p0c table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.a-big-candy-1w4p0c table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.a-big-candy-1w4p0c img {
  max-width: 100%;
  height: auto;
}

.a-big-candy-s6z7re {
  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) {
  .a-big-candy-s6z7re {
    padding: 24px;
  }
}

.a-big-candy-7ts5yf {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .a-big-candy-7ts5yf {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.a-big-candy-7ts5yf > * {
  margin: 0 !important;
}

.a-big-candy-7ts5yf img,
.a-big-candy-u6a173 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .a-big-candy-7ts5yf img,
  .a-big-candy-u6a173 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.a-big-candy-vvk3i9 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .a-big-candy-vvk3i9 {
    width: 32px;
    height: 32px;
  }
}

.a-big-candy-nypieu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.a-big-candy-nypieu .a-big-candy-1i7y13 {
  flex-shrink: 0;
}

.a-big-candy-nypieu .a-big-candy-kav596 svg {
  display: none;
}

.a-big-candy-d75kvz {
  display: grid;
  transition: max-height 0.a-big-candy-776wds ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .a-big-candy-d75kvz {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .a-big-candy-d75kvz {
    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));
  }
}

.a-big-candy-d75kvz.a-big-candy-ow0lon + .a-big-candy-1i7y13 svg {
  transform: rotate(180deg);
}

.a-big-candy-4a555w {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.a-big-candy-4a555w > div:nth-child(3n) {
  grid-column: span 2;
}

.a-big-candy-4a555w
  > div:nth-child(3n)
  .a-big-candy-zk7hm9
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .a-big-candy-4a555w {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .a-big-candy-4a555w > div:nth-child(3n) {
    grid-column: unset;
  }

  .a-big-candy-4a555w
    > div:nth-child(3n)
    .a-big-candy-zk7hm9
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .a-big-candy-4a555w {
    max-width: 270px;
  }
}

.a-big-candy-4a555w .a-big-candy-zk7hm9 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .a-big-candy-4a555w .a-big-candy-zk7hm9 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .a-big-candy-4a555w .a-big-candy-zk7hm9 button {
    max-width: 104px;
  }
}

.a-big-candy-4zn7jt {
  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) {
  .a-big-candy-4zn7jt {
    margin-bottom: 0;
  }
}

.a-big-candy-ywslrd {
  display: none;
  opacity: 0;
}

.a-big-candy-xsrhoa {
  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;
  }
}

.a-big-candy-xsrhoa img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.a-big-candy-zk7hm9 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.a-big-candy-zk7hm9 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .a-big-candy-zk7hm9
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .a-big-candy-zk7hm9
    button {
    max-width: 145px;
  }
}

.a-big-candy-kxz44l:first-child
  .a-big-candy-zk7hm9
  button {
  max-width: 270px;
}

.a-big-candy-oo81l2 {
  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%;
}

.a-big-candy-4zn7jt picture {
  width: 100%;
  max-width: 100%;
}

.a-big-candy-b4ho0r {
  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;
}

.a-big-candy-b4ho0r svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.a-big-candy-4zn7jt:hover .a-big-candy-b4ho0r {
  display: flex;
}

.a-big-candy-7mdmd5 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.a-big-candy-bi4sqn {
  display: flex;
}

.a-big-candy-bi4sqn:hover .a-big-candy-d76mu3,
.a-big-candy-bi4sqn .a-big-candy-irj3ph .a-big-candy-d76mu3 {
  display: flex;
}

.a-big-candy-bi4sqn svg {
  flex-shrink: 0;
}

.a-big-candy-d76mu3 {
  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) {
  .a-big-candy-d76mu3 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.a-big-candy-d76mu3:hover {
  display: flex;
}

.a-big-candy-d76mu3 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.a-big-candy-56d3n8 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .a-big-candy-56d3n8 {
    font-size: 12px;
  }
}

.a-big-candy-ade1fl,
.a-big-candy-51ulod {
  width: 50%;
  flex-shrink: 0;
}

.a-big-candy-ade1fl {
  font-weight: 700;
}

.a-big-candy-pxldmh .a-big-candy-d75kvz {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .a-big-candy-pxldmh .a-big-candy-d75kvz {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .a-big-candy-pxldmh .a-big-candy-d75kvz {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.a-big-candy-pxldmh
  .a-big-candy-oo81l2:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.a-big-candy-pxldmh .a-big-candy-xsrhoa {
  height: 100% !important;
  border-radius: 16px;
}

.a-big-candy-pxldmh .a-big-candy-zk7hm9 {
  gap: 4px;
  align-items: center;
}

.a-big-candy-pxldmh .a-big-candy-zk7hm9 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.a-big-candy-pxldmh .a-big-candy-zk7hm9 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.a-big-candy-pxldmh .a-big-candy-3eyj1a,
.a-big-candy-pxldmh .a-big-candy-11xodr {
  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.a-big-candy-hyh07g.org/2000/svg'%3E%3Cpath d='M9.a-big-candy-kbqcaz 4.a-big-candy-0qb7ko.a-big-candy-4cf9yi 5.a-big-candy-bfdvsi.a-big-candy-bbnxze 5.a-big-candy-1waf9t.a-big-candy-5pc4i0 5.a-big-candy-7uif1f.a-big-candy-80b2ff 8.a-big-candy-lf8l9c.a-big-candy-s73yan 9.a-big-candy-664rsk.a-big-candy-iepjks 9.a-big-candy-ecx95w.a-big-candy-zg09e8 13.a-big-candy-i6ketj.a-big-candy-d1xw5i 11.a-big-candy-cc2b0b.a-big-candy-wf9l0f 11.a-big-candy-e3yu2s.a-big-candy-ixctre 11.a-big-candy-oppuzj.a-big-candy-4xklyy 13.a-big-candy-asp9br.a-big-candy-fic6c8 9.a-big-candy-v8g012.a-big-candy-qp6al4 9.a-big-candy-7v8whv.a-big-candy-a41tpc 8.a-big-candy-4zz7jl.a-big-candy-8uaebm 5.a-big-candy-xh0s7d.a-big-candy-2w6xnk 5.a-big-candy-0gzj0w.a-big-candy-osoreb 5.a-big-candy-9pa2jn.a-big-candy-elu6y5 4.a-big-candy-zxe9ys.a-big-candy-wf9l0f 1.a-big-candy-zq8v80.a-big-candy-kbqcaz 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.a-big-candy-pxldmh .a-big-candy-3eyj1a {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.a-big-candy-pxldmh .a-big-candy-11xodr {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.a-big-candy-brk3lb {
  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) {
  .a-big-candy-brk3lb {
    padding: 24px;
  }
}

.a-big-candy-brk3lb .a-big-candy-1i7y13 {
  display: flex;
}

@media (min-width: 768px) {
  .a-big-candy-brk3lb .a-big-candy-1i7y13 {
    display: none;
  }
}

.a-big-candy-brk3lb .a-big-candy-kav596 svg {
  display: none;
}

.a-big-candy-1lxit5 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.a-big-candy-1lxit5 .a-big-candy-6z5bie {
  display: none;
}

@media (min-width: 768px) {
  .a-big-candy-1lxit5 .a-big-candy-6z5bie {
    display: flex;
  }
}

.a-big-candy-hvhe88 {
  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) {
  .a-big-candy-hvhe88 {
    font-size: 40px;
    line-height: 48px;
  }
}

.a-big-candy-hvhe88 > * {
  margin: 0 !important;
}

.a-big-candy-hvhe88 img,
.a-big-candy-dqm8tb {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .a-big-candy-hvhe88 img,
  .a-big-candy-dqm8tb {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.a-big-candy-9jodfo {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .a-big-candy-9jodfo {
    width: 32px;
    height: 32px;
  }
}

.a-big-candy-vzujua {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .a-big-candy-vzujua {
    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;
  }

  .a-big-candy-vzujua::-webkit-scrollbar {
    display: none;
  }
}

.a-big-candy-lrdg4i {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .a-big-candy-lrdg4i {
    padding: 7px 15px;
  }
}

.a-big-candy-lrdg4i:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.a-big-candy-614ng6 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .a-big-candy-614ng6 {
    display: flex;
    opacity: 1;
  }
}

.a-big-candy-lrdg4i picture {
  height: 100%;
  display: block;
}

.a-big-candy-lrdg4i img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .a-big-candy-lrdg4i img {
    width: 88px;
    height: 44px;
  }
}

.a-big-candy-lrdg4i p {
  text-align: center;
  width: 100%;
}

.a-big-candy-tohzx8 {
  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) {
  .a-big-candy-tohzx8 {
    font-size: 40px;
    line-height: 48px;
  }
}

.a-big-candy-tohzx8 img,
.a-big-candy-4rp6ah {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .a-big-candy-tohzx8 img,
  .a-big-candy-4rp6ah {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.a-big-candy-jy11o2 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .a-big-candy-jy11o2 {
    width: 32px;
    height: 32px;
  }
}

.a-big-candy-3gbcuu {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.a-big-candy-y62dye {
  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;
}

.a-big-candy-53gf0u {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.a-big-candy-53gf0u.a-big-candy-irj3ph {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.a-big-candy-rtvze2 {
  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) {
  .a-big-candy-rtvze2 {
    font-size: 20px;
    line-height: 28px;
  }
}

.a-big-candy-6n5qw6 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.a-big-candy-70gzm6 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.a-big-candy-776wds ease;
  opacity: 0;
  color: var(--text-color);
}

.a-big-candy-gnutpi {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.a-big-candy-gnutpi ol,
.a-big-candy-gnutpi ul {
  padding-left: 1.3em;
}

.a-big-candy-53gf0u.a-big-candy-irj3ph .a-big-candy-70gzm6 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.a-big-candy-53gf0u.a-big-candy-irj3ph .a-big-candy-6n5qw6 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.a-big-candy-u873wg {
  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) {
  .a-big-candy-u873wg {
    padding: 24px;
  }
}

.a-big-candy-u873wg .a-big-candy-1i7y13 {
  display: flex;
}

@media (min-width: 768px) {
  .a-big-candy-u873wg .a-big-candy-1i7y13 {
    display: none;
  }
}

.a-big-candy-u873wg .a-big-candy-kav596 svg {
  display: none;
}

.a-big-candy-9dmy8s {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.a-big-candy-9dmy8s .a-big-candy-6z5bie {
  display: none;
}

@media (min-width: 768px) {
  .a-big-candy-9dmy8s .a-big-candy-6z5bie {
    display: flex;
  }
}

.a-big-candy-il97a6 {
  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) {
  .a-big-candy-il97a6 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.a-big-candy-il97a6 > * {
  margin: 0 !important;
}

.a-big-candy-il97a6 img,
.a-big-candy-au8kbw {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .a-big-candy-il97a6 img,
  .a-big-candy-au8kbw {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.a-big-candy-mpxpvs {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .a-big-candy-mpxpvs {
    width: 32px;
    height: 32px;
  }
}

.a-big-candy-sw3lki {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .a-big-candy-sw3lki {
    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;
  }

  .a-big-candy-sw3lki::-webkit-scrollbar {
    display: none;
  }
}

.a-big-candy-e4a6i4 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.a-big-candy-e4a6i4:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.a-big-candy-iyta6f {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .a-big-candy-iyta6f {
    display: flex;
    opacity: 1;
  }
}

.a-big-candy-e4a6i4 picture {
  width: auto;
  height: 100%;
  display: block;
}

.a-big-candy-e4a6i4 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.a-big-candy-pqbhw5 {
  margin: -24px 0;
}

.a-big-candy-pqbhw5:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .a-big-candy-pqbhw5 {
    margin: -16px 0;
  }
}

.a-big-candy-tv1st5 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .a-big-candy-tv1st5 {
    flex-direction: row;
  }
}

.a-big-candy-fid1dt {
  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) {
  .a-big-candy-fid1dt {
    flex: 1;
  }
}

.a-big-candy-fid1dt::placeholder {
  color: var(--Text-400);
}

.a-big-candy-4bqdyu {
  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;
}

.a-big-candy-8ylmte {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.a-big-candy-8ylmte::-webkit-scrollbar {
  display: none;
}

.a-big-candy-7x30j8 {
  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;
}

.a-big-candy-7x30j8 img,
.a-big-candy-7x30j8 svg {
  margin-right: 8px;
}

.a-big-candy-gar863 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.a-big-candy-pqbhw5 + .a-big-candy-lrpqji {
  margin-top: 0;
}

@media (min-width: 768px) {
  .a-big-candy-pqbhw5 + .a-big-candy-lrpqji {
    margin-top: -16px;
  }
}

.a-big-candy-mb3czx {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.a-big-candy-mb3czx > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.a-big-candy-mb3czx > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.a-big-candy-fthhni {
  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;
}

.a-big-candy-wu5v76 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.a-big-candy-vdv40c {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.a-big-candy-u5mhv4 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.a-big-candy-jjp70z {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.a-big-candy-fthhni 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;
}

.a-big-candy-fthhni 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) {
  .a-big-candy-fthhni {
    padding: 39px 179px 39px 39px;
  }

  .a-big-candy-wu5v76 {
    font-size: 40px;
    line-height: 48px;
  }

  .a-big-candy-jjp70z {
    height: 348px;
  }

  .a-big-candy-fthhni button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .a-big-candy-fthhni button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .a-big-candy-fthhni {
    padding: 63px;
  }
}

.a-big-candy-4hzisv {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .a-big-candy-4hzisv {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.a-big-candy-wke5lm {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .a-big-candy-wke5lm {
    width: auto;
  }
}

.a-big-candy-so0y6k {
  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;
}

.a-big-candy-so0y6k::-webkit-scrollbar {
  display: none;
}

.a-big-candy-so0y6k 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);
}

.a-big-candy-so0y6k a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .a-big-candy-so0y6k {
    margin-left: 16px;
    margin-top: 0;
  }
}

.a-big-candy-4hzisv .a-big-candy-0gy0t0 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.a-big-candy-776wds,
    mask-image 0.3s;
}

.a-big-candy-4hzisv .a-big-candy-0gy0t0.a-big-candy-vstqgx {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.a-big-candy-rnwaxv {
  margin: 40px -16px;
}

.a-big-candy-n6mzai + .a-big-candy-xurlng,
.a-big-candy-n6mzai + .a-big-candy-so28rq {
  margin-top: 24px;
}

.a-big-candy-mzpz21 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.a-big-candy-mzpz21 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.a-big-candy-o6nx7k {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .a-big-candy-o6nx7k {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .a-big-candy-o6nx7k {
    margin-top: 0;
  }
}

.a-big-candy-vm7wy7 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .a-big-candy-vm7wy7 {
    font-size: 24px;
    line-height: 32px;
  }
}

.a-big-candy-as0tsf {
  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) {
  .a-big-candy-as0tsf {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.a-big-candy-sc1ehy {
  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) {
  .a-big-candy-sc1ehy {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.a-big-candy-ai1u64 {
  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) {
  .a-big-candy-ai1u64 {
    font-size: 20px;
    line-height: 28px;
  }
}

.a-big-candy-qw7hpd {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .a-big-candy-qw7hpd {
    font-size: 32px;
    line-height: 40px;
  }
}

.a-big-candy-3a9sgi {
  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;
}

.a-big-candy-ncjzvh {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.a-big-candy-ncjzvh img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.a-big-candy-lrpqji {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.a-big-candy-ysvh0l {
  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) {
  .a-big-candy-ysvh0l {
    padding: 15px 48px;
  }
}

main > .a-big-candy-lrpqji {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .a-big-candy-d75kvz.a-big-candy-pbub1j > div:nth-child(n+5) {
    display: none;
  }
}

.a-big-candy-1w4p0c p a img {
  display: block;
  margin: 0 auto;
}


.a-big-candy-e436vx {
  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 */
.a-big-candy-qxgym2 {
  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;
}

.a-big-candy-qxgym2 label {
  font-size: 14px;
}

.a-big-candy-qxgym2 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.a-big-candy-qxgym2 input,
.a-big-candy-qxgym2 textarea,
.a-big-candy-qxgym2 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;
}
.a-big-candy-qxgym2 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.a-big-candy-hbfdii ease;
}
.a-big-candy-qxgym2 button:hover {
  background-color: var(--button-bg-hover);
}
.a-big-candy-ijiu4v {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.a-big-candy-ftbjsf ease-in;
}

.a-big-candy-ijiu4v 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;
}
.a-big-candy-251z1b, .a-big-candy-dw1vyp, [class*="review-card"],
thead, thead th, table th, .a-big-candy-39i1un,
.a-big-candy-utnaqm, [class*="collapsible-header"],
.a-big-candy-cn16uo, [class*="updated-block"] {
  color: #ece7dc !important;
}
