* {
  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;
  }
}

.hugo-0vfptt {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .hugo-0vfptt {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .hugo-0vfptt {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.hugo-frvsi7 {
  overflow: hidden;
}

.hugo-mxf5ob img {
  background: var(--Neutral-300);
}

.hugo-rsydpt {
  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;
}

.hugo-hsxzpo {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.hugo-hsxzpo:hover {
  background: var(--button-bg-hover);
}

.hugo-q4iw4a {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.hugo-q4iw4a:hover {
  background: var(--button-bg-hover);
}

.hugo-mrcb6p {
  font-size: 12px;
  line-height: 18px;
}

.hugo-68k4ue {
  font-size: 18px;
  line-height: 26px;
}

.hugo-rm9ymd {
  width: 100%;
}

.hugo-wnjs42 {
  padding: 6px 16px;
}

.hugo-6sai22 {
  padding: 10px 16px;
}

.hugo-w46o8p {
  padding: 15px 26px;
}

.hugo-8s2s7a {
  flex-shrink: 0;
}

.hugo-uoxcda {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.hugo-w0vjq3 {
  display: none;
}

.hugo-d2i8uw {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.hugo-wtdydk {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.hugo-01kvun {
  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;
}

.hugo-uapacx {
  cursor: grab;
}

.hugo-01kvun::-webkit-scrollbar {
  display: none;
}

.hugo-28h0sr {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.hugo-1arhip {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.hugo-42i0yq {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.hugo-2zy6zs {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.hugo-k1lrhu {
  visibility: visible;
}

.hugo-u77za6 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.hugo-q40sfl ease;
}

.hugo-sghx2e {
  background-color: var(--Primary-200);
  width: 16px;
}

.hugo-dpxien {
  -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.hugo-q40sfl,
    mask-image 0.3s;
}

.hugo-dpxien.hugo-g08kvh {
  -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;
  }
}

.hugo-t6k3t0: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;
}

.hugo-9dtuet {
  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.hugo-qzwlcb.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.hugo-qzwlcb.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;
}

.hugo-febpg4 {
  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);
}

.hugo-febpg4::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%
  );
}

.hugo-s2ecic {
  position: relative;
  z-index: 1;
}

.hugo-nl98lc {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.hugo-01l6lh {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.hugo-h83jzm {
  font-size: 40px;
  line-height: 48px;
}

.hugo-l3uyw6 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.hugo-bo4cun {
  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;
}

.hugo-bo4cun:hover {
  background: var(--Primary-400);
}

.hugo-bo4cun svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.hugo-t6k3t0 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) {
  .hugo-febpg4 {
    max-width: 600px;
    padding: 64px;
  }

  .hugo-nl98lc {
    font-size: 24px;
    line-height: 32px;
  }

  .hugo-01l6lh {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .hugo-h83jzm {
    font-size: 50px;
    line-height: 56px;
  }

  .hugo-l3uyw6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .hugo-9dtuet {
    top: 25px;
    right: 25px;
  }
}

.hugo-qdy3nw,
.hugo-pqklgx {
  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;
}

.hugo-wcfvvo.hugo-coklsk::before,
.hugo-pqklgx::before,
.hugo-pn5j7h::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.hugo-qzwlcb.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.hugo-au5sfo 14.hugo-71soc7.hugo-059bl3 14.hugo-lf4n45 15.hugo-uue85b 14.hugo-3n7rh0 15.hugo-6pguv6 14.hugo-ibmk9d.hugo-ukzmfs 14.hugo-guuevl 19.hugo-99nkp6 12.hugo-nu3o8j 19.hugo-99nkp6 10.hugo-471mku.hugo-99nkp6 8.hugo-1fdwnt 17.hugo-2vt3lr 7.hugo-qf84yv 15.hugo-ghxiip 7.hugo-4arcz9.hugo-rt1kl8 7.hugo-qf84yv 11.hugo-lhqsgg 8.hugo-1fdwnt 11.hugo-lhqsgg 10.hugo-ovq6p1.hugo-lhqsgg 12.hugo-e6x8ho 13.hugo-ik2pta 14.hugo-j1ioin 15.hugo-dykghz 14.hugo-8jezxf.hugo-rgzud5 14.hugo-lpbik1 15.hugo-hc9z85 14.hugo-vg4grg 15.hugo-fjk65q 14.hugo-2tstj7.hugo-au5sfo 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.hugo-7o58b4 15.hugo-nokojh.hugo-kfamm4 15.hugo-l1z0vv 15.hugo-49m4ri 15.hugo-n677bw 15.hugo-2zg6dw 15.hugo-mfl3l5.hugo-evlohd 15.hugo-n677bw 15.hugo-skpn59 15.hugo-cqqi53 15.hugo-4jnjyg 15.hugo-xq2vrs.hugo-pm9glc 15.hugo-i9c0ws 7.hugo-4c84ex 18.hugo-m4iwqu 7.hugo-u768f2 23.hugo-uss591.hugo-sidr8x.hugo-p344mw 18.hugo-66y2jx 19.hugo-ztf89f 15.hugo-q6y4m6 15.hugo-7o58b4 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.hugo-6m4ork [type="submit"] *,
.hugo-i0fw9f button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .hugo-d7gcri {
    display: none;
  }
}

.hugo-4efnbq {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .hugo-4efnbq {
  display: none;
}

@media (min-width: 768px) {
  .hugo-4efnbq {
    bottom: 22px;
  }
}

.hugo-4efnbq input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .hugo-4efnbq {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.hugo-ibvmsa.static) .hugo-4efnbq {
    bottom: 8px;
  }
}

.hugo-i65704 {
  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.hugo-qzwlcb.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.hugo-myclmh 3.hugo-tg6avm.hugo-eebs9p.hugo-a6nucy 3.hugo-9xr50q 3.hugo-vyfod2 5.hugo-k5nc79 3.hugo-vyfod2 8.hugo-6936sp.hugo-prutae.hugo-vyfod2 26.hugo-3a4a61 5.hugo-r7ta3i 28.hugo-ybs6lt 8.hugo-vfyolt 28.hugo-ekrzxw.hugo-jczcv9 28.hugo-y5wbk7.hugo-0371kg 34.hugo-l8d3dc.hugo-ls2oba 36.hugo-gx6jck 11.hugo-k5467h 37.hugo-29dyjp 12.hugo-crcp04 36.hugo-2axmhx.hugo-gys115 28.hugo-y8p4e2.hugo-ba578t.hugo-gbrt4r 28.hugo-yqr1f8 36.hugo-j76bip 26.hugo-h5fsj6 36.hugo-j76bip 23.hugo-pw4bri.hugo-k3929c.hugo-j76bip 5.hugo-0husqp 34.hugo-s3lkca 3.hugo-9xr50q 31.hugo-myclmh 3.hugo-sc0cdx.hugo-8hg9bs 18.hugo-7881j3.hugo-rk2m3m 18.hugo-d0p7uh 8.hugo-ibtwwz 17.hugo-ubqvue 8.hugo-ibtwwz 15.hugo-nyglvt.hugo-ibtwwz 14.hugo-kh98nj 9.hugo-rk2m3m 13.hugo-r1l0wu 11.hugo-8hg9bs 13.hugo-6c1dts.hugo-xwukde 13.hugo-r1l0wu 13.hugo-ew4s0t 14.hugo-kh98nj 13.hugo-ew4s0t 15.hugo-ljczyv.hugo-ew4s0t 17.hugo-ubqvue 12.hugo-xwukde 18.hugo-d0p7uh 11.hugo-8hg9bs 18.hugo-4lihhy.hugo-lhbuf8 18.hugo-4b1y6d.hugo-dqy7gp 18.hugo-d0p7uh 17.hugo-4opqot 17.hugo-ubqvue 17.hugo-4opqot 15.hugo-zsnxtr.hugo-4opqot 14.hugo-kh98nj 18.hugo-dqy7gp 13.hugo-r1l0wu 20.hugo-lhbuf8 13.hugo-hph3ji.hugo-40k514 13.hugo-r1l0wu 22.hugo-5j60ze 14.hugo-kh98nj 22.hugo-5j60ze 15.hugo-3d8315.hugo-3yy06i 17.hugo-ubqvue 21.hugo-40k514 18.hugo-d0p7uh 20.hugo-lhbuf8 18.hugo-8q83yc.hugo-0p97jp 18.hugo-x8pqn1.hugo-mp5ci9 18.hugo-d0p7uh 26.hugo-rr8m4f 17.hugo-ubqvue 26.hugo-rr8m4f 15.hugo-9b4zb7.hugo-rr8m4f 14.hugo-kh98nj 27.hugo-mp5ci9 13.hugo-r1l0wu 28.hugo-0p97jp 13.hugo-19x1tw.hugo-0e6d3d 13.hugo-r1l0wu 31.hugo-vu3rfb 14.hugo-kh98nj 31.hugo-vu3rfb 15.hugo-5i00kz.hugo-rr8m4f 17.hugo-ubqvue 30.hugo-0e6d3d 18.hugo-d0p7uh 28.hugo-0p97jp 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"])
    .hugo-i65704 {
    display: none;
  }
}

.hugo-kk93bd {
  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) {
  .hugo-kk93bd {
    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;
}

.hugo-i0fw9f {
  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) {
  .hugo-i0fw9f {
    padding: 14px 16px;
  }
}

.hugo-i0fw9f button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.hugo-i0fw9f button:first-child {
  align-content: end;
}

.hugo-i0fw9f button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .hugo-i0fw9f
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .hugo-i0fw9f
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.hugo-i0fw9f button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.hugo-i0fw9f button:last-child svg {
  width: 38px;
  height: 38px;
}

.hugo-pn5j7h {
  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;
}

.hugo-pn5j7h::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .hugo-pn5j7h,
.pc61d126-chatbot[data-active-screen="3"]
  .hugo-pn5j7h {
  opacity: 1;
  visibility: visible;
}

.hugo-gcpbvj {
  flex: 1 1;
}

.hugo-phq2q8 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .hugo-phq2q8 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .hugo-t13d96 {
  display: block;
}

.hugo-h7hgbi {
  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) {
  .hugo-h7hgbi {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.hugo-pqklgx {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.hugo-pqklgx::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.hugo-k2lavm span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.hugo-k2lavm p {
  color: var(--Text-100);
}

.hugo-pqklgx .hugo-o2smhs {
  grid-area: button;
}

.hugo-pqklgx .hugo-o2smhs::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.hugo-qzwlcb.org/2000/svg'%3E%3Cpath d='M4.hugo-cb96eo 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.hugo-dc9mok 15L16.hugo-dc9mok 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.hugo-dc9mok 5L16.hugo-dc9mok 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .hugo-zqtjl1 {
  display: block;
}

.hugo-cpp8cb {
  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) {
  .hugo-cpp8cb {
    margin-top: 40px;
  }
}

.hugo-qdy3nw label,
.hugo-qdy3nw input {
  display: block;
  width: 100%;
}

.hugo-qdy3nw label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.hugo-qdy3nw label.hugo-vl97tm input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.hugo-qdy3nw label.hugo-vl97tm::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;
}

.hugo-qdy3nw 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;
}

.hugo-qdy3nw input::placeholder {
  color: var(--Text-400);
}

.hugo-2hiarq {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .hugo-2hiarq {
  display: flex;
}

.hugo-2hiarq ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .hugo-2hiarq ol {
    height: 420px;
    padding: 24px;
  }
}

.hugo-2hiarq ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.hugo-6m4ork {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .hugo-6m4ork {
    padding: 0 24px 24px;
  }
}

.hugo-6m4ork 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;
}

.hugo-6m4ork input::placeholder {
  color: var(--Text-400);
}

.hugo-6m4ork [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.hugo-6m4ork [type="submit"]:disabled {
  opacity: 0.5;
}

.hugo-6m4ork [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .hugo-6m4ork [type="submit"] {
    right: 40px;
  }
}

.hugo-wcfvvo {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.hugo-wcfvvo.hugo-coklsk {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.hugo-wcfvvo.hugo-coklsk::before {
  content: "";
  width: 31px;
}

.hugo-wcfvvo.hugo-coklsk p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.hugo-wcfvvo.hugo-8m6ukn p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.hugo-wcfvvo p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.hugo-4efnbq .hugo-o2smhs {
  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;
  }
}

.hugo-d7gcri {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .hugo-d7gcri {
    padding: 14px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .hugo-d7gcri {
    padding: 15px 0;
  }
}

.hugo-d7gcri .hugo-0vfptt {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .hugo-d7gcri .hugo-0vfptt {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.hugo-91lgjy {
  display: block;
  width: 100%;
  max-width: 144px;
  height: 36px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .hugo-91lgjy {
    max-width: 180px;
    height: 47px;
  }
}

.hugo-91lgjy picture,
.hugo-91lgjy img {
  display: block;
  width: 100%;
  height: 100%;
}

.hugo-91lgjy img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .hugo-l8pxfn {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.hugo-q40sfl ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .hugo-d7gcri.hugo-6ersta .hugo-l8pxfn {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hugo-l8pxfn {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .hugo-l8pxfn {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.hugo-x7ntes,
.hugo-vf9crs {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .hugo-x7ntes,
  .hugo-vf9crs {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .hugo-vf9crs {
    display: none;
  }
}

.hugo-l1nc3w {
  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;
}

.hugo-6ersta .hugo-l1nc3w {
  background: var(--fh-bg-color);
}

.hugo-l1nc3w button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .hugo-l1nc3w {
    display: none;
  }
}

.hugo-cjf8t6 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .hugo-cjf8t6 {
    display: none;
  }
}

.hugo-w8ckgt {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--header-text-color, var(--text-color));
  pointer-events: none;
  touch-action: none;
}

.hugo-d7gcri.hugo-6ersta .hugo-w8ckgt:first-child {
  display: none;
}

.hugo-d7gcri.hugo-6ersta .hugo-w8ckgt:last-child {
  display: block;
}

.hugo-w8ckgt:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .hugo-w8ckgt {
    display: none;
  }
}

.hugo-zxl3fp {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .hugo-zxl3fp {
    display: flex;
  }
}

.hugo-zxl3fp ul {
  max-height: 350px;
  overflow-y: auto;
}

.hugo-zxl3fp:hover ul {
  visibility: visible;
  opacity: 1;
}

.hugo-zxl3fp:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.hugo-zxl3fp:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.hugo-zxl3fp:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.hugo-zxl3fp:hover .hugo-dpcl2k svg {
  transform: rotate(180deg);
}

.hugo-xcp3s7 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.hugo-mdtii6 {
  padding: 0 8px;
}

.hugo-sfw370 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.hugo-sfw370:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .hugo-sfw370 {
    padding: 4px 8px;
  }
}

.hugo-zi6mw1 {
  display: flex;
}

.hugo-zi6mw1 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.hugo-dpcl2k {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.hugo-dpcl2k svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.hugo-6kzatj {
  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) {
  .hugo-6kzatj {
    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;
  }
}

.hugo-kbbdu5 {
  width: 100%;
}

@media (min-width: 1200px) {
  .hugo-kbbdu5 {
    display: none;
  }
}

.hugo-78yq63 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.hugo-nb2w41 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.hugo-iog8cs {
  display: flex;
}

.hugo-1pds5r {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.hugo-cbcjtb {
  list-style: none;
}

@media (max-width: 1199px) {
  .hugo-cbcjtb {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .hugo-cbcjtb {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .hugo-cbcjtb .hugo-tbfaw0 [data-ref-el],
  .hugo-cbcjtb .hugo-tbfaw0 span,
  .hugo-cbcjtb .hugo-tbfaw0 a {
    white-space: nowrap;
  }
}

.hugo-6swwl3 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .hugo-6swwl3.hugo-xocv8c > .hugo-tbfaw0 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .hugo-6swwl3.hugo-chiyxo:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .hugo-6swwl3.hugo-xocv8c > .hugo-ajskcy {
    height: auto;
  }

  .hugo-6swwl3.hugo-xocv8c > div > .hugo-v27dex {
    transform: rotate(180deg);
  }
}

.hugo-6swwl3 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.hugo-6swwl3 [data-ref-el],
.hugo-6swwl3 span {
  cursor: pointer;
}

.hugo-6swwl3 [data-ref-el],
.hugo-6swwl3 span,
.hugo-6swwl3 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--header-text-color, var(--text-color));
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .hugo-6swwl3 [data-ref-el],
  .hugo-6swwl3 span,
  .hugo-6swwl3 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .hugo-6swwl3 [data-ref-el],
  .hugo-6swwl3 span,
  .hugo-6swwl3 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.hugo-ajskcy {
  height: 0;
  overflow: hidden;
  transition: height 0.hugo-q40sfl ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.hugo-ajskcy::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.hugo-ajskcy::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.hugo-ajskcy::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .hugo-ajskcy {
    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;
  }

  .hugo-ajskcy:has(> .hugo-6swwl3.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .hugo-ajskcy .hugo-ajskcy {
    padding: 0;
  }

  .hugo-ajskcy .hugo-6swwl3 {
    font-weight: 400;
  }

  .hugo-ajskcy .hugo-6swwl3:hover > .hugo-tbfaw0 {
    background: var(--Neutral-300);
  }

  .hugo-ajskcy .hugo-v27dex {
    rotate: -90deg;
  }
}

.hugo-tbfaw0 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .hugo-tbfaw0 {
    padding: 8px;
  }

  .hugo-6swwl3.hugo-v2zg1o > .hugo-tbfaw0 {
    background: var(--Neutral-300);
  }
}

.hugo-v27dex {
  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.hugo-qzwlcb.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.hugo-7e75uv 0.hugo-1038lq.hugo-3wg9c0 -0.hugo-q1n5pj 0.hugo-31k7hp -0.hugo-q1n5pj 1.hugo-6rld6u 0.hugo-qzekg7.hugo-h9k84k 4.hugo-yagncg.hugo-7e75uv 0.hugo-mpg4o7.hugo-p8qvbd -0.hugo-q1n5pj 9.hugo-58k39i -0.hugo-q1n5pj 10.hugo-4f7mmr 0.hugo-w9jug3.hugo-bur1bf 0.hugo-3wg9c0 10.hugo-bur1bf 0.hugo-31k7hp 10.hugo-4f7mmr 1.hugo-v6miek.hugo-r0zzge 5.hugo-7pqlt9.hugo-dtjjse 6.hugo-q2766e 5.hugo-1owdsb 6.hugo-q2766e 4.hugo-mwz2i8 5.hugo-pbqn4y.hugo-7e75uv 1.hugo-2oli7c.hugo-q1n5pj 0.hugo-31k7hp -0.hugo-q1n5pj 0.hugo-3wg9c0 0.hugo-7e75uv 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.hugo-q40sfl ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .hugo-v27dex {
    cursor: default;
  }
}

.hugo-wvqhk6 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.hugo-asr333 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--footer-bg-color, var(--main-theme-color));
  color: var(--footer-text-color);
}

@media screen and (min-width: 768px) {
  .hugo-asr333 {
    padding: 40px 4px;
  }
}

.hugo-uv6gvt {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .hugo-uv6gvt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.hugo-bsto4p {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .hugo-bsto4p {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.hugo-bsto4p ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.hugo-bsto4p [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.hugo-bsto4p [data-ref-el],
.hugo-bsto4p span,
.hugo-bsto4p a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--footer-text-color);
}

.hugo-kav8df {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .hugo-kav8df {
    margin-bottom: 12px;
  }
}

.hugo-qc8jwq {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.hugo-qc8jwq img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .hugo-qc8jwq:last-child {
    margin-right: 0;
  }
}

.hugo-zj0wk0 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.hugo-kav8df:hover .hugo-vwxkct {
  visibility: visible;
  opacity: 1;
}

.hugo-vwxkct {
  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);
}

.hugo-080cqd {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.hugo-pfq1lv {
  display: flex;
  margin: 6px;
}

.hugo-pfq1lv img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.hugo-vwxkct::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);
}

.hugo-vwxkct::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);
}

.hugo-sxx727 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .hugo-sxx727 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.hugo-a0qnh2 {
  font-size: 14px;
  line-height: 20px;
  color: var(--footer-text-color);
}

@media (min-width: 1200px) {
  .hugo-a0qnh2 {
    margin-right: 32px;
  }
}

.hugo-5ciaxh {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .hugo-5ciaxh {
    margin-top: 0;
    width: 340px;
  }
}

.hugo-5ciaxh a {
  line-height: 19px;
  color: var(--footer-text-color);
  border-bottom: 1px solid var(--Primary-100);
}

.hugo-sqrrg5 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.hugo-edl7r1 {
  position: relative;
}

@media (min-width: 768px) {
  .hugo-edl7r1 {
    margin-top: 40px;
  }
}

.hugo-edl7r1 + .hugo-x0ipt2,
.hugo-edl7r1 + .hugo-edl7r1 {
  margin-top: 24px;
}

.hugo-hmxzzg {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .hugo-hmxzzg {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .hugo-hmxzzg {
    padding: 80px;
  }
}

.hugo-95hdnm {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .hugo-95hdnm {
    padding: 0 16px;
}


}

.hugo-hd2p5v {
  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) {
  .hugo-hd2p5v {
    font-size: 48px;
    line-height: 56px;
  }
}

.hugo-xq9ema {
  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) {
  .hugo-xq9ema {
    font-size: 24px;
    line-height: 32px;
  }
}

.hugo-o6crgy {
  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;
}

.hugo-o6crgy:hover {
  background: var(--button-bg-hover);
}

.hugo-gblge2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.hugo-gblge2 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .hugo-gblge2 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .hugo-gblge2 img {
  min-height: 100%;
  }
}

.hugo-hmxzzg::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.hugo-14obby {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hugo-14obby h1,
.hugo-14obby h2,
.hugo-14obby h3,
.hugo-14obby h4 {
  margin-bottom: 6px;
}

.hugo-14obby h1:not(:first-child),
.hugo-14obby h2:not(:first-child),
.hugo-14obby h3:not(:first-child),
.hugo-14obby h4:not(:first-child) {
  margin-top: 16px;
}

.hugo-14obby h1,
.hugo-14obby h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .hugo-14obby h1,
  .hugo-14obby h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.hugo-14obby h2,
.hugo-14obby h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .hugo-14obby h2,
  .hugo-14obby h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.hugo-14obby h3,
.hugo-14obby h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .hugo-14obby h3,
  .hugo-14obby h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.hugo-14obby h4,
.hugo-14obby h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.hugo-14obby ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.hugo-14obby ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.hugo-14obby 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);
}

.hugo-14obby ul ul {
  margin-bottom: 8px;
}

.hugo-14obby ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.hugo-14obby ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.hugo-14obby ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.hugo-14obby ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.hugo-14obby ol li::marker {
  font-weight: 700;
}

.hugo-14obby ol ol {
  margin-bottom: 8px;
}

.hugo-14obby ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.hugo-14obby ol ul li {
  padding-left: 16px;
}

.hugo-14obby 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) {
  .hugo-14obby table {
    padding: 24px;
  }
}

.hugo-14obby table.hugo-mdbjbw {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.hugo-q40sfl,
    mask-image 0.3s;
}

.hugo-14obby table.hugo-mdbjbw.hugo-g08kvh {
  -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) {
  .hugo-14obby table {
    display: table;
  }
}

.hugo-14obby table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-head-bg-color, var(--table-1-color));
  color: var(--table-head-text-color, var(--text-color));
  border: 1px solid var(--border-color);
}

.hugo-14obby table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.hugo-14obby table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.hugo-14obby 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) {
  .hugo-14obby table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.hugo-14obby table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.hugo-14obby table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.hugo-14obby table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.hugo-14obby img {
  max-width: 100%;
  height: auto;
}

.hugo-8zh1vq {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--card-bg-color, radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  ));
}

@media (min-width: 768px) {
  .hugo-8zh1vq {
    padding: 24px;
  }
}

.hugo-pmqlqf {
  color: var(--card-text-color, var(--text-color));
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .hugo-pmqlqf {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.hugo-pmqlqf > * {
  margin: 0 !important;
}

.hugo-pmqlqf img,
.hugo-lqfm1i {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hugo-pmqlqf img,
  .hugo-lqfm1i {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hugo-r5zd3j {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hugo-r5zd3j {
    width: 32px;
    height: 32px;
  }
}

.hugo-883jlt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.hugo-883jlt .hugo-v0vfpb {
  flex-shrink: 0;
}

.hugo-883jlt .hugo-wtulvt svg {
  display: none;
}

.hugo-dtm7uy {
  display: grid;
  transition: max-height 0.hugo-q40sfl ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .hugo-dtm7uy {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .hugo-dtm7uy {
    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));
  }
}

.hugo-dtm7uy.hugo-b8b19m + .hugo-v0vfpb svg {
  transform: rotate(180deg);
}

.hugo-u2ffi8 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.hugo-u2ffi8 > div:nth-child(3n) {
  grid-column: span 2;
}

.hugo-u2ffi8
  > div:nth-child(3n)
  .hugo-vyd13v
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .hugo-u2ffi8 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .hugo-u2ffi8 > div:nth-child(3n) {
    grid-column: unset;
  }

  .hugo-u2ffi8
    > div:nth-child(3n)
    .hugo-vyd13v
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .hugo-u2ffi8 {
    max-width: 270px;
  }
}

.hugo-u2ffi8 .hugo-vyd13v button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .hugo-u2ffi8 .hugo-vyd13v button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .hugo-u2ffi8 .hugo-vyd13v button {
    max-width: 104px;
  }
}

.hugo-1d6zw1 {
  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) {
  .hugo-1d6zw1 {
    margin-bottom: 0;
  }
}

.hugo-4hbd3r {
  display: none;
  opacity: 0;
}

.hugo-sp2o06 {
  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;
  }
}

.hugo-sp2o06 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.hugo-vyd13v {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.hugo-vyd13v button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .hugo-vyd13v
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .hugo-vyd13v
    button {
    max-width: 145px;
  }
}

.hugo-ei0uzq:first-child
  .hugo-vyd13v
  button {
  max-width: 270px;
}

.hugo-dtcsza {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--card-text-color, var(--text-color));
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.hugo-1d6zw1 picture {
  width: 100%;
  max-width: 100%;
}

.hugo-ut8xpl {
  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;
}

.hugo-ut8xpl svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.hugo-1d6zw1:hover .hugo-ut8xpl {
  display: flex;
}

.hugo-swo1bc {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.hugo-r6bv4w {
  display: flex;
}

.hugo-r6bv4w:hover .hugo-2ecfu4,
.hugo-r6bv4w .hugo-v2zg1o .hugo-2ecfu4 {
  display: flex;
}

.hugo-r6bv4w svg {
  flex-shrink: 0;
}

.hugo-2ecfu4 {
  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) {
  .hugo-2ecfu4 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.hugo-2ecfu4:hover {
  display: flex;
}

.hugo-2ecfu4 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.hugo-hhh9nu {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .hugo-hhh9nu {
    font-size: 12px;
  }
}

.hugo-u5u9y8,
.hugo-a025w8 {
  width: 50%;
  flex-shrink: 0;
}

.hugo-u5u9y8 {
  font-weight: 700;
}

.hugo-laoaob .hugo-dtm7uy {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .hugo-laoaob .hugo-dtm7uy {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .hugo-laoaob .hugo-dtm7uy {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.hugo-laoaob
  .hugo-dtcsza:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.hugo-laoaob .hugo-sp2o06 {
  height: 100% !important;
  border-radius: 16px;
}

.hugo-laoaob .hugo-vyd13v {
  gap: 4px;
  align-items: center;
}

.hugo-laoaob .hugo-vyd13v button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hugo-laoaob .hugo-vyd13v svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.hugo-laoaob .hugo-wpsdi9,
.hugo-laoaob .hugo-x8ae9w {
  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.hugo-qzwlcb.org/2000/svg'%3E%3Cpath d='M9.hugo-0jm3vj 4.hugo-c0ybls.hugo-hc8wij 5.hugo-uf9lz4.hugo-srvau9 5.hugo-pie625.hugo-kgf73y 5.hugo-b7v4rn.hugo-rcle95 8.hugo-1fc7y7.hugo-8s98h1 9.hugo-ekjv7u.hugo-7wdfjw 9.hugo-8p8hjj.hugo-imbeis 13.hugo-zi4s4y.hugo-lbegx4 11.hugo-afdsxn.hugo-hygdgu 11.hugo-328br4.hugo-c31pkj 11.hugo-h2izpt.hugo-clcbjy 13.hugo-16xx01.hugo-rokc0u 9.hugo-wsbh4u.hugo-n9twl5 9.hugo-m9dq5z.hugo-9es0hv 8.hugo-jtaopi.hugo-gbnjqh 5.hugo-5brhh8.hugo-s6uj5h 5.hugo-mcii9r.hugo-4tq288 5.hugo-070xtg.hugo-d4r4qi 4.hugo-xduawk.hugo-hygdgu 1.hugo-deuxso.hugo-0jm3vj 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.hugo-laoaob .hugo-wpsdi9 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.hugo-laoaob .hugo-x8ae9w {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.hugo-ut9dbh {
  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) {
  .hugo-ut9dbh {
    padding: 24px;
  }
}

.hugo-ut9dbh .hugo-v0vfpb {
  display: flex;
}

@media (min-width: 768px) {
  .hugo-ut9dbh .hugo-v0vfpb {
    display: none;
  }
}

.hugo-ut9dbh .hugo-wtulvt svg {
  display: none;
}

.hugo-gbjeer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hugo-gbjeer .hugo-rsydpt {
  display: none;
}

@media (min-width: 768px) {
  .hugo-gbjeer .hugo-rsydpt {
    display: flex;
  }
}

.hugo-bwiwl0 {
  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) {
  .hugo-bwiwl0 {
    font-size: 40px;
    line-height: 48px;
  }
}

.hugo-bwiwl0 > * {
  margin: 0 !important;
}

.hugo-bwiwl0 img,
.hugo-x6fupf {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hugo-bwiwl0 img,
  .hugo-x6fupf {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hugo-akp92m {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hugo-akp92m {
    width: 32px;
    height: 32px;
  }
}

.hugo-pmrb8n {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .hugo-pmrb8n {
    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;
  }

  .hugo-pmrb8n::-webkit-scrollbar {
    display: none;
  }
}

.hugo-o9yvd9 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .hugo-o9yvd9 {
    padding: 7px 15px;
  }
}

.hugo-o9yvd9:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.hugo-xxp96h {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .hugo-xxp96h {
    display: flex;
    opacity: 1;
  }
}

.hugo-o9yvd9 picture {
  height: 100%;
  display: block;
}

.hugo-o9yvd9 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .hugo-o9yvd9 img {
    width: 88px;
    height: 44px;
  }
}

.hugo-o9yvd9 p {
  text-align: center;
  width: 100%;
}

.hugo-z27392 {
  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) {
  .hugo-z27392 {
    font-size: 40px;
    line-height: 48px;
  }
}

.hugo-z27392 img,
.hugo-g18csl {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hugo-z27392 img,
  .hugo-g18csl {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hugo-7645fl {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hugo-7645fl {
    width: 32px;
    height: 32px;
  }
}

.hugo-pvmmky {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.hugo-1nrxx5 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: var(--card-bg-color, radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  ));
  padding: 24px;
  padding-top: 30px;
}

.hugo-3wc0pt {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.hugo-3wc0pt.hugo-v2zg1o {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.hugo-hpxc42 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--card-text-color, var(--text-color));
}

@media screen and (min-width: 768px) {
  .hugo-hpxc42 {
    font-size: 20px;
    line-height: 28px;
  }
}

.hugo-oazpb0 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--card-text-color, var(--text-color));
}

.hugo-rarxd4 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.hugo-q40sfl ease;
  opacity: 0;
  color: var(--card-text-color, var(--text-color));
}

.hugo-myfzzx {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.hugo-myfzzx ol,
.hugo-myfzzx ul {
  padding-left: 1.3em;
}

.hugo-3wc0pt.hugo-v2zg1o .hugo-rarxd4 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.hugo-3wc0pt.hugo-v2zg1o .hugo-oazpb0 {
  transform: rotate(180deg);
  color: var(--card-text-color, var(--text-color));
}

.hugo-c8bxm7 {
  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) {
  .hugo-c8bxm7 {
    padding: 24px;
  }
}

.hugo-c8bxm7 .hugo-v0vfpb {
  display: flex;
}

@media (min-width: 768px) {
  .hugo-c8bxm7 .hugo-v0vfpb {
    display: none;
  }
}

.hugo-c8bxm7 .hugo-wtulvt svg {
  display: none;
}

.hugo-e50x5y {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hugo-e50x5y .hugo-rsydpt {
  display: none;
}

@media (min-width: 768px) {
  .hugo-e50x5y .hugo-rsydpt {
    display: flex;
  }
}

.hugo-pjik6r {
  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) {
  .hugo-pjik6r {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.hugo-pjik6r > * {
  margin: 0 !important;
}

.hugo-pjik6r img,
.hugo-bjpnd0 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hugo-pjik6r img,
  .hugo-bjpnd0 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hugo-onyt0u {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hugo-onyt0u {
    width: 32px;
    height: 32px;
  }
}

.hugo-uowhhx {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .hugo-uowhhx {
    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;
  }

  .hugo-uowhhx::-webkit-scrollbar {
    display: none;
  }
}

.hugo-jo8r23 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.hugo-jo8r23:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.hugo-0ljpd3 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .hugo-0ljpd3 {
    display: flex;
    opacity: 1;
  }
}

.hugo-jo8r23 picture {
  width: auto;
  height: 100%;
  display: block;
}

.hugo-jo8r23 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.hugo-riid46 {
  margin: -24px 0;
}

.hugo-riid46:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .hugo-riid46 {
    margin: -16px 0;
  }
}

.hugo-gtz5b6 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .hugo-gtz5b6 {
    flex-direction: row;
  }
}

.hugo-6yt1bc {
  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) {
  .hugo-6yt1bc {
    flex: 1;
  }
}

.hugo-6yt1bc::placeholder {
  color: var(--Text-400);
}

.hugo-k3kdew {
  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;
}

.hugo-8b4s5k {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.hugo-8b4s5k::-webkit-scrollbar {
  display: none;
}

.hugo-x3xuke {
  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;
}

.hugo-x3xuke img,
.hugo-x3xuke svg {
  margin-right: 8px;
}

.hugo-br04mm {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.hugo-riid46 + .hugo-mvwjk0 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .hugo-riid46 + .hugo-mvwjk0 {
    margin-top: -16px;
  }
}

.hugo-ivxodh {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.hugo-ivxodh > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.hugo-ivxodh > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.hugo-7ehrid {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: var(--card-bg-color, radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  ));
  padding: 15px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hugo-hy57ms {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.hugo-j1ccjm {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.hugo-bnzgu5 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.hugo-804we4 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.hugo-7ehrid 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;
}

.hugo-7ehrid 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) {
  .hugo-7ehrid {
    padding: 39px 179px 39px 39px;
  }

  .hugo-hy57ms {
    font-size: 40px;
    line-height: 48px;
  }

  .hugo-804we4 {
    height: 348px;
  }

  .hugo-7ehrid button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .hugo-7ehrid button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .hugo-7ehrid {
    padding: 63px;
  }
}

.hugo-14de8n {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .hugo-14de8n {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.hugo-pbwves {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .hugo-pbwves {
    width: auto;
  }
}

.hugo-44zsbp {
  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;
}

.hugo-44zsbp::-webkit-scrollbar {
  display: none;
}

.hugo-44zsbp 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);
}

.hugo-44zsbp a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .hugo-44zsbp {
    margin-left: 16px;
    margin-top: 0;
  }
}

.hugo-14de8n .hugo-yvz3cv {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.hugo-q40sfl,
    mask-image 0.3s;
}

.hugo-14de8n .hugo-yvz3cv.hugo-g08kvh {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.hugo-wwoywu {
  margin: 40px -16px;
}

.hugo-2j189q + .hugo-x0ipt2,
.hugo-2j189q + .hugo-edl7r1 {
  margin-top: 24px;
}

.hugo-touelb {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.hugo-touelb picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.hugo-1g57s0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .hugo-1g57s0 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .hugo-1g57s0 {
    margin-top: 0;
  }
}

.hugo-tvdbib {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .hugo-tvdbib {
    font-size: 24px;
    line-height: 32px;
  }
}

.hugo-jzdwt6 {
  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) {
  .hugo-jzdwt6 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.hugo-vy6uer {
  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) {
  .hugo-vy6uer {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.hugo-h3c2va {
  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) {
  .hugo-h3c2va {
    font-size: 20px;
    line-height: 28px;
  }
}

.hugo-okw2b6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .hugo-okw2b6 {
    font-size: 32px;
    line-height: 40px;
  }
}

.hugo-kglu69 {
  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;
}

.hugo-w6w0cp {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.hugo-w6w0cp img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hugo-mvwjk0 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.hugo-r4nyk7 {
  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) {
  .hugo-r4nyk7 {
    padding: 15px 48px;
  }
}

main > .hugo-mvwjk0 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .hugo-dtm7uy.hugo-ii3oia > div:nth-child(n+5) {
    display: none;
  }
}

.hugo-14obby p a img {
  display: block;
  margin: 0 auto;
}


.hugo-wbisk4 {
  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 */
.hugo-cr5ayo {
  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;
}

.hugo-cr5ayo label {
  font-size: 14px;
}

.hugo-cr5ayo h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.hugo-cr5ayo input,
.hugo-cr5ayo textarea,
.hugo-cr5ayo 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;
}
.hugo-cr5ayo button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.hugo-3nn09o ease;
}
.hugo-cr5ayo button:hover {
  background-color: var(--button-bg-hover);
}
.hugo-besu7n {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.hugo-60uhyj ease-in;
}

.hugo-besu7n 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;
}
.hugo-tep23p, .hugo-wmq3ce, [class*="review-card"],
thead, thead th, table th, .hugo-y27njq,
.hugo-blnncv, [class*="collapsible-header"],
.hugo-ychrvt, [class*="updated-block"] {
  color: #ece7dc !important;
}

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