* {
  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;
  }
}

.syndicate-zoq6zw {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .syndicate-zoq6zw {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .syndicate-zoq6zw {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.syndicate-71jun8 {
  overflow: hidden;
}

.syndicate-njqy40 img {
  background: var(--Neutral-300);
}

.syndicate-1owocd {
  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;
}

.syndicate-2nz8wl {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.syndicate-2nz8wl:hover {
  background: var(--button-bg-hover);
}

.syndicate-3x3knj {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.syndicate-3x3knj:hover {
  background: var(--button-bg-hover);
}

.syndicate-kq77p8 {
  font-size: 12px;
  line-height: 18px;
}

.syndicate-8c49fe {
  font-size: 18px;
  line-height: 26px;
}

.syndicate-69iwzt {
  width: 100%;
}

.syndicate-cqr3gq {
  padding: 6px 16px;
}

.syndicate-z4tqzc {
  padding: 10px 16px;
}

.syndicate-nwbqms {
  padding: 15px 26px;
}

.syndicate-nlipcz {
  flex-shrink: 0;
}

.syndicate-i2ejs0 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.syndicate-hphgrr {
  display: none;
}

.syndicate-brablp {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.syndicate-jia5n7 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.syndicate-5rcwag {
  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;
}

.syndicate-46dqke {
  cursor: grab;
}

.syndicate-5rcwag::-webkit-scrollbar {
  display: none;
}

.syndicate-s5jix6 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.syndicate-4f2mvo {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.syndicate-74c7vm {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.syndicate-zf5lhx {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.syndicate-vc13ox {
  visibility: visible;
}

.syndicate-p60p2m {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.syndicate-qvtan8 ease;
}

.syndicate-wdbys7 {
  background-color: var(--Primary-200);
  width: 16px;
}

.syndicate-x9wxrn {
  -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.syndicate-qvtan8,
    mask-image 0.3s;
}

.syndicate-x9wxrn.syndicate-pk5kkd {
  -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;
  }
}

.syndicate-38khuq: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;
}

.syndicate-n8zj94 {
  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.syndicate-x5729a.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.syndicate-x5729a.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;
}

.syndicate-ngtgwt {
  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);
}

.syndicate-ngtgwt::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%
  );
}

.syndicate-jxwavr {
  position: relative;
  z-index: 1;
}

.syndicate-44qeg7 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.syndicate-66zrpb {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.syndicate-n8v9zn {
  font-size: 40px;
  line-height: 48px;
}

.syndicate-lvl5ur {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.syndicate-4jdw8z {
  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;
}

.syndicate-4jdw8z:hover {
  background: var(--Primary-400);
}

.syndicate-4jdw8z svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.syndicate-38khuq 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) {
  .syndicate-ngtgwt {
    max-width: 600px;
    padding: 64px;
  }

  .syndicate-44qeg7 {
    font-size: 24px;
    line-height: 32px;
  }

  .syndicate-66zrpb {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .syndicate-n8v9zn {
    font-size: 50px;
    line-height: 56px;
  }

  .syndicate-lvl5ur {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .syndicate-n8zj94 {
    top: 25px;
    right: 25px;
  }
}

.syndicate-83pg3j,
.syndicate-szmwhb {
  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;
}

.syndicate-9wtib8.syndicate-a7jp7d::before,
.syndicate-szmwhb::before,
.syndicate-06cw3t::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.syndicate-x5729a.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.syndicate-oot8zd 14.syndicate-ehjybt.syndicate-yvsxvr 14.syndicate-u5mrk1 15.syndicate-zor9bx 14.syndicate-kgtg68 15.syndicate-mvr69m 14.syndicate-unfbw4.syndicate-ar8tou 14.syndicate-v8p2nr 19.syndicate-9l7eyq 12.syndicate-w1n1sy 19.syndicate-9l7eyq 10.syndicate-x47my7.syndicate-9l7eyq 8.syndicate-5tyrqm 17.syndicate-2903e0 7.syndicate-yr70qy 15.syndicate-5c9d11 7.syndicate-n2otj9.syndicate-8s5m30 7.syndicate-yr70qy 11.syndicate-3eddkq 8.syndicate-5tyrqm 11.syndicate-3eddkq 10.syndicate-gnokmv.syndicate-3eddkq 12.syndicate-mj5s9a 13.syndicate-vauyki 14.syndicate-4ruggs 15.syndicate-matz77 14.syndicate-lfd3r6.syndicate-6rb73i 14.syndicate-wzrl1k 15.syndicate-2pf7jp 14.syndicate-ad45wp 15.syndicate-lixzsx 14.syndicate-c0m3va.syndicate-oot8zd 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.syndicate-ampwjd 15.syndicate-ni5jsj.syndicate-h4e0ws 15.syndicate-r235ty 15.syndicate-yocerv 15.syndicate-2alwd1 15.syndicate-hq511k 15.syndicate-xgr6wj.syndicate-8y52tf 15.syndicate-2alwd1 15.syndicate-0vhazc 15.syndicate-1pky9a 15.syndicate-5aqu97 15.syndicate-9o7v33.syndicate-69msvi 15.syndicate-6s2adt 7.syndicate-4ompjs 18.syndicate-fen2eq 7.syndicate-9aynmw 23.syndicate-j2qlk1.syndicate-g9gjiw.syndicate-vajibx 18.syndicate-491efv 19.syndicate-u0w8sj 15.syndicate-vzdf0x 15.syndicate-ampwjd 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.syndicate-th1e4q [type="submit"] *,
.syndicate-aof9tg button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .syndicate-7ojw8w {
    display: none;
  }
}

.syndicate-sp4t10 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .syndicate-sp4t10 {
  display: none;
}

@media (min-width: 768px) {
  .syndicate-sp4t10 {
    bottom: 22px;
  }
}

.syndicate-sp4t10 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .syndicate-sp4t10 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.syndicate-8j80f7.static) .syndicate-sp4t10 {
    bottom: 8px;
  }
}

.syndicate-x9q4rs {
  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.syndicate-x5729a.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.syndicate-6gxco9 3.syndicate-6turrf.syndicate-brmp3c.syndicate-caelpu 3.syndicate-phk1yh 3.syndicate-r6bsnf 5.syndicate-qhydp2 3.syndicate-r6bsnf 8.syndicate-01pi3r.syndicate-25pbpz.syndicate-r6bsnf 26.syndicate-zzd1ut 5.syndicate-o8jwia 28.syndicate-550448 8.syndicate-rvrxpj 28.syndicate-1zpq7n.syndicate-5mdv7w 28.syndicate-j8ze2u.syndicate-w3qzg8 34.syndicate-u4f5vi.syndicate-pjw9qt 36.syndicate-f3bbs9 11.syndicate-q1j4hw 37.syndicate-9mexhb 12.syndicate-i6zux8 36.syndicate-zpl4mf.syndicate-dpwyzr 28.syndicate-j7r6ko.syndicate-5jvgbl.syndicate-a45uac 28.syndicate-g14zmu 36.syndicate-qkz7cj 26.syndicate-p6tz8n 36.syndicate-qkz7cj 23.syndicate-gx7cl0.syndicate-sehbsi.syndicate-qkz7cj 5.syndicate-68qzn9 34.syndicate-rpmuwa 3.syndicate-phk1yh 31.syndicate-6gxco9 3.syndicate-ldi8wc.syndicate-8isv4x 18.syndicate-5tk20y.syndicate-7ta8zl 18.syndicate-arvxul 8.syndicate-1fep17 17.syndicate-746enu 8.syndicate-1fep17 15.syndicate-u3q55k.syndicate-1fep17 14.syndicate-9pgxr9 9.syndicate-7ta8zl 13.syndicate-3c7m7x 11.syndicate-8isv4x 13.syndicate-d8zlfr.syndicate-9dxtl1 13.syndicate-3c7m7x 13.syndicate-f940c8 14.syndicate-9pgxr9 13.syndicate-f940c8 15.syndicate-8cilov.syndicate-f940c8 17.syndicate-746enu 12.syndicate-9dxtl1 18.syndicate-arvxul 11.syndicate-8isv4x 18.syndicate-ayugs1.syndicate-w4s87u 18.syndicate-a93vpm.syndicate-zeu3xl 18.syndicate-arvxul 17.syndicate-vge8jf 17.syndicate-746enu 17.syndicate-vge8jf 15.syndicate-6a8fhz.syndicate-vge8jf 14.syndicate-9pgxr9 18.syndicate-zeu3xl 13.syndicate-3c7m7x 20.syndicate-w4s87u 13.syndicate-y5bl4w.syndicate-y0yym1 13.syndicate-3c7m7x 22.syndicate-mpvdfl 14.syndicate-9pgxr9 22.syndicate-mpvdfl 15.syndicate-qad1ia.syndicate-pudcon 17.syndicate-746enu 21.syndicate-y0yym1 18.syndicate-arvxul 20.syndicate-w4s87u 18.syndicate-i4aola.syndicate-n4bpcj 18.syndicate-ltxmrs.syndicate-0y9rxv 18.syndicate-arvxul 26.syndicate-m42v1w 17.syndicate-746enu 26.syndicate-m42v1w 15.syndicate-ohpnv7.syndicate-m42v1w 14.syndicate-9pgxr9 27.syndicate-0y9rxv 13.syndicate-3c7m7x 28.syndicate-n4bpcj 13.syndicate-px6u6g.syndicate-onuj2c 13.syndicate-3c7m7x 31.syndicate-f1bkrg 14.syndicate-9pgxr9 31.syndicate-f1bkrg 15.syndicate-eoiop3.syndicate-m42v1w 17.syndicate-746enu 30.syndicate-onuj2c 18.syndicate-arvxul 28.syndicate-n4bpcj 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"])
    .syndicate-x9q4rs {
    display: none;
  }
}

.syndicate-8ujauz {
  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) {
  .syndicate-8ujauz {
    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;
}

.syndicate-aof9tg {
  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) {
  .syndicate-aof9tg {
    padding: 14px 16px;
  }
}

.syndicate-aof9tg button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.syndicate-aof9tg button:first-child {
  align-content: end;
}

.syndicate-aof9tg button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .syndicate-aof9tg
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .syndicate-aof9tg
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.syndicate-aof9tg button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.syndicate-aof9tg button:last-child svg {
  width: 38px;
  height: 38px;
}

.syndicate-06cw3t {
  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;
}

.syndicate-06cw3t::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .syndicate-06cw3t,
.pc61d126-chatbot[data-active-screen="3"]
  .syndicate-06cw3t {
  opacity: 1;
  visibility: visible;
}

.syndicate-16e6uc {
  flex: 1 1;
}

.syndicate-y52mq2 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .syndicate-y52mq2 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .syndicate-ad34ow {
  display: block;
}

.syndicate-tnydji {
  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) {
  .syndicate-tnydji {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.syndicate-szmwhb {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.syndicate-szmwhb::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.syndicate-9s4r3f span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.syndicate-9s4r3f p {
  color: var(--Text-100);
}

.syndicate-szmwhb .syndicate-lgprwv {
  grid-area: button;
}

.syndicate-szmwhb .syndicate-lgprwv::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.syndicate-x5729a.org/2000/svg'%3E%3Cpath d='M4.syndicate-orc5ku 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.syndicate-d7989u 15L16.syndicate-d7989u 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.syndicate-d7989u 5L16.syndicate-d7989u 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .syndicate-tthzyn {
  display: block;
}

.syndicate-k7f4h3 {
  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) {
  .syndicate-k7f4h3 {
    margin-top: 40px;
  }
}

.syndicate-83pg3j label,
.syndicate-83pg3j input {
  display: block;
  width: 100%;
}

.syndicate-83pg3j label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.syndicate-83pg3j label.syndicate-qg0lyy input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.syndicate-83pg3j label.syndicate-qg0lyy::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;
}

.syndicate-83pg3j 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;
}

.syndicate-83pg3j input::placeholder {
  color: var(--Text-400);
}

.syndicate-dv9euj {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .syndicate-dv9euj {
  display: flex;
}

.syndicate-dv9euj ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .syndicate-dv9euj ol {
    height: 420px;
    padding: 24px;
  }
}

.syndicate-dv9euj ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.syndicate-th1e4q {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .syndicate-th1e4q {
    padding: 0 24px 24px;
  }
}

.syndicate-th1e4q 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;
}

.syndicate-th1e4q input::placeholder {
  color: var(--Text-400);
}

.syndicate-th1e4q [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.syndicate-th1e4q [type="submit"]:disabled {
  opacity: 0.5;
}

.syndicate-th1e4q [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .syndicate-th1e4q [type="submit"] {
    right: 40px;
  }
}

.syndicate-9wtib8 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.syndicate-9wtib8.syndicate-a7jp7d {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.syndicate-9wtib8.syndicate-a7jp7d::before {
  content: "";
  width: 31px;
}

.syndicate-9wtib8.syndicate-a7jp7d p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.syndicate-9wtib8.syndicate-adpgz6 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.syndicate-9wtib8 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.syndicate-sp4t10 .syndicate-lgprwv {
  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;
  }
}

.syndicate-7ojw8w {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .syndicate-7ojw8w {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .syndicate-7ojw8w {
    padding: 18px 0;
  }
}

.syndicate-7ojw8w .syndicate-zoq6zw {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .syndicate-7ojw8w .syndicate-zoq6zw {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.syndicate-wky0k8 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .syndicate-wky0k8 {
    max-width: 160px;
    height: 40px;
  }
}

.syndicate-wky0k8 picture,
.syndicate-wky0k8 img {
  display: block;
  width: 100%;
  height: 100%;
}

.syndicate-wky0k8 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .syndicate-93khde {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.syndicate-qvtan8 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .syndicate-7ojw8w.syndicate-mt1t4q .syndicate-93khde {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .syndicate-93khde {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .syndicate-93khde {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.syndicate-jw33dy,
.syndicate-2iri26 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .syndicate-jw33dy,
  .syndicate-2iri26 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .syndicate-2iri26 {
    display: none;
  }
}

.syndicate-mhtukm {
  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;
}

.syndicate-mt1t4q .syndicate-mhtukm {
  background: var(--fh-bg-color);
}

.syndicate-mhtukm button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .syndicate-mhtukm {
    display: none;
  }
}

.syndicate-gegtza {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .syndicate-gegtza {
    display: none;
  }
}

.syndicate-ylwvar {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.syndicate-7ojw8w.syndicate-mt1t4q .syndicate-ylwvar:first-child {
  display: none;
}

.syndicate-7ojw8w.syndicate-mt1t4q .syndicate-ylwvar:last-child {
  display: block;
}

.syndicate-ylwvar:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .syndicate-ylwvar {
    display: none;
  }
}

.syndicate-jz3lgh {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .syndicate-jz3lgh {
    display: flex;
  }
}

.syndicate-jz3lgh ul {
  max-height: 350px;
  overflow-y: auto;
}

.syndicate-jz3lgh:hover ul {
  visibility: visible;
  opacity: 1;
}

.syndicate-jz3lgh:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.syndicate-jz3lgh:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.syndicate-jz3lgh:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.syndicate-jz3lgh:hover .syndicate-ju61z7 svg {
  transform: rotate(180deg);
}

.syndicate-ykjakd {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.syndicate-b3vfy5 {
  padding: 0 8px;
}

.syndicate-6phii4 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.syndicate-6phii4:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .syndicate-6phii4 {
    padding: 4px 8px;
  }
}

.syndicate-yxtmwy {
  display: flex;
}

.syndicate-yxtmwy img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.syndicate-ju61z7 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.syndicate-ju61z7 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.syndicate-osv9t8 {
  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) {
  .syndicate-osv9t8 {
    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;
  }
}

.syndicate-7ujt40 {
  width: 100%;
}

@media (min-width: 1200px) {
  .syndicate-7ujt40 {
    display: none;
  }
}

.syndicate-c6m3hx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.syndicate-kl0pyk {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.syndicate-13kyes {
  display: flex;
}

.syndicate-izpalo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.syndicate-eomlrd {
  list-style: none;
}

@media (max-width: 1199px) {
  .syndicate-eomlrd {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .syndicate-eomlrd {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .syndicate-eomlrd .syndicate-f8oirf [data-ref-el],
  .syndicate-eomlrd .syndicate-f8oirf span,
  .syndicate-eomlrd .syndicate-f8oirf a {
    white-space: nowrap;
  }
}

.syndicate-h1mim8 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .syndicate-h1mim8.syndicate-8eqxb3 > .syndicate-f8oirf {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .syndicate-h1mim8.syndicate-p7spng:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .syndicate-h1mim8.syndicate-8eqxb3 > .syndicate-6u0xz6 {
    height: auto;
  }

  .syndicate-h1mim8.syndicate-8eqxb3 > div > .syndicate-u3r3wh {
    transform: rotate(180deg);
  }
}

.syndicate-h1mim8 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.syndicate-h1mim8 [data-ref-el],
.syndicate-h1mim8 span {
  cursor: pointer;
}

.syndicate-h1mim8 [data-ref-el],
.syndicate-h1mim8 span,
.syndicate-h1mim8 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .syndicate-h1mim8 [data-ref-el],
  .syndicate-h1mim8 span,
  .syndicate-h1mim8 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .syndicate-h1mim8 [data-ref-el],
  .syndicate-h1mim8 span,
  .syndicate-h1mim8 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.syndicate-6u0xz6 {
  height: 0;
  overflow: hidden;
  transition: height 0.syndicate-qvtan8 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.syndicate-6u0xz6::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.syndicate-6u0xz6::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.syndicate-6u0xz6::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .syndicate-6u0xz6 {
    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;
  }

  .syndicate-6u0xz6:has(> .syndicate-h1mim8.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .syndicate-6u0xz6 .syndicate-6u0xz6 {
    padding: 0;
  }

  .syndicate-6u0xz6 .syndicate-h1mim8 {
    font-weight: 400;
  }

  .syndicate-6u0xz6 .syndicate-h1mim8:hover > .syndicate-f8oirf {
    background: var(--Neutral-300);
  }

  .syndicate-6u0xz6 .syndicate-u3r3wh {
    rotate: -90deg;
  }
}

.syndicate-f8oirf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .syndicate-f8oirf {
    padding: 8px;
  }

  .syndicate-h1mim8.syndicate-x2yli2 > .syndicate-f8oirf {
    background: var(--Neutral-300);
  }
}

.syndicate-u3r3wh {
  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.syndicate-x5729a.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.syndicate-vp3iun 0.syndicate-ytkc32.syndicate-rnv1ue -0.syndicate-v2surr 0.syndicate-tfelpx -0.syndicate-v2surr 1.syndicate-kagwvd 0.syndicate-dq2dtd.syndicate-byld2k 4.syndicate-2rgbcm.syndicate-vp3iun 0.syndicate-1bmlbc.syndicate-86dnj0 -0.syndicate-v2surr 9.syndicate-415k0h -0.syndicate-v2surr 10.syndicate-50yjxf 0.syndicate-odfqje.syndicate-zr9n63 0.syndicate-rnv1ue 10.syndicate-zr9n63 0.syndicate-tfelpx 10.syndicate-50yjxf 1.syndicate-wyema5.syndicate-fkxar3 5.syndicate-6cc7av.syndicate-cd13bu 6.syndicate-5fmif8 5.syndicate-hezw3v 6.syndicate-5fmif8 4.syndicate-foj2mn 5.syndicate-q5al1v.syndicate-vp3iun 1.syndicate-kunahr.syndicate-v2surr 0.syndicate-tfelpx -0.syndicate-v2surr 0.syndicate-rnv1ue 0.syndicate-vp3iun 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.syndicate-qvtan8 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .syndicate-u3r3wh {
    cursor: default;
  }
}

.syndicate-0k3z03 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.syndicate-n0z1vn {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .syndicate-n0z1vn {
    padding: 40px 4px;
  }
}

.syndicate-io3syz {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .syndicate-io3syz {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.syndicate-yyszlt {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .syndicate-yyszlt {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.syndicate-yyszlt ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.syndicate-yyszlt [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.syndicate-yyszlt [data-ref-el],
.syndicate-yyszlt span,
.syndicate-yyszlt a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.syndicate-ytu1ja {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .syndicate-ytu1ja {
    margin-bottom: 12px;
  }
}

.syndicate-3u1oa3 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.syndicate-3u1oa3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .syndicate-3u1oa3:last-child {
    margin-right: 0;
  }
}

.syndicate-70vn7o {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.syndicate-ytu1ja:hover .syndicate-1wlfhx {
  visibility: visible;
  opacity: 1;
}

.syndicate-1wlfhx {
  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);
}

.syndicate-5ago0w {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.syndicate-e5xcu0 {
  display: flex;
  margin: 6px;
}

.syndicate-e5xcu0 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.syndicate-1wlfhx::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);
}

.syndicate-1wlfhx::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);
}

.syndicate-fv7qdc {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .syndicate-fv7qdc {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.syndicate-f9kfp4 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .syndicate-f9kfp4 {
    margin-right: 32px;
  }
}

.syndicate-spplkf {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .syndicate-spplkf {
    margin-top: 0;
    width: 340px;
  }
}

.syndicate-spplkf a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.syndicate-evc85i {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.syndicate-hbvp4l {
  position: relative;
}

@media (min-width: 768px) {
  .syndicate-hbvp4l {
    margin-top: 40px;
  }
}

.syndicate-hbvp4l + .syndicate-9spktn,
.syndicate-hbvp4l + .syndicate-hbvp4l {
  margin-top: 24px;
}

.syndicate-n04y29 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .syndicate-n04y29 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .syndicate-n04y29 {
    padding: 80px;
  }
}

.syndicate-w2zb6j {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .syndicate-w2zb6j {
    padding: 0 16px;
}


}

.syndicate-8gap7n {
  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) {
  .syndicate-8gap7n {
    font-size: 48px;
    line-height: 56px;
  }
}

.syndicate-cj9ing {
  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) {
  .syndicate-cj9ing {
    font-size: 24px;
    line-height: 32px;
  }
}

.syndicate-z99en1 {
  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;
}

.syndicate-z99en1:hover {
  background: var(--button-bg-hover);
}

.syndicate-pqqvrk {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.syndicate-pqqvrk img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .syndicate-pqqvrk img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .syndicate-pqqvrk img {
  min-height: 100%;
  }
}

.syndicate-n04y29::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.syndicate-6qgm07 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.syndicate-6qgm07 h1,
.syndicate-6qgm07 h2,
.syndicate-6qgm07 h3,
.syndicate-6qgm07 h4 {
  margin-bottom: 6px;
}

.syndicate-6qgm07 h1:not(:first-child),
.syndicate-6qgm07 h2:not(:first-child),
.syndicate-6qgm07 h3:not(:first-child),
.syndicate-6qgm07 h4:not(:first-child) {
  margin-top: 16px;
}

.syndicate-6qgm07 h1,
.syndicate-6qgm07 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .syndicate-6qgm07 h1,
  .syndicate-6qgm07 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.syndicate-6qgm07 h2,
.syndicate-6qgm07 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .syndicate-6qgm07 h2,
  .syndicate-6qgm07 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.syndicate-6qgm07 h3,
.syndicate-6qgm07 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .syndicate-6qgm07 h3,
  .syndicate-6qgm07 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.syndicate-6qgm07 h4,
.syndicate-6qgm07 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.syndicate-6qgm07 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.syndicate-6qgm07 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.syndicate-6qgm07 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);
}

.syndicate-6qgm07 ul ul {
  margin-bottom: 8px;
}

.syndicate-6qgm07 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.syndicate-6qgm07 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.syndicate-6qgm07 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.syndicate-6qgm07 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.syndicate-6qgm07 ol li::marker {
  font-weight: 700;
}

.syndicate-6qgm07 ol ol {
  margin-bottom: 8px;
}

.syndicate-6qgm07 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.syndicate-6qgm07 ol ul li {
  padding-left: 16px;
}

.syndicate-6qgm07 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) {
  .syndicate-6qgm07 table {
    padding: 24px;
  }
}

.syndicate-6qgm07 table.syndicate-bnqhxf {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.syndicate-qvtan8,
    mask-image 0.3s;
}

.syndicate-6qgm07 table.syndicate-bnqhxf.syndicate-pk5kkd {
  -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) {
  .syndicate-6qgm07 table {
    display: table;
  }
}

.syndicate-6qgm07 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);
}

.syndicate-6qgm07 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.syndicate-6qgm07 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.syndicate-6qgm07 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) {
  .syndicate-6qgm07 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.syndicate-6qgm07 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.syndicate-6qgm07 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.syndicate-6qgm07 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.syndicate-6qgm07 img {
  max-width: 100%;
  height: auto;
}

.syndicate-jth54e {
  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) {
  .syndicate-jth54e {
    padding: 24px;
  }
}

.syndicate-iz2m52 {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .syndicate-iz2m52 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.syndicate-iz2m52 > * {
  margin: 0 !important;
}

.syndicate-iz2m52 img,
.syndicate-z2ps0e {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .syndicate-iz2m52 img,
  .syndicate-z2ps0e {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.syndicate-j7emh4 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .syndicate-j7emh4 {
    width: 32px;
    height: 32px;
  }
}

.syndicate-bxhe84 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.syndicate-bxhe84 .syndicate-65muls {
  flex-shrink: 0;
}

.syndicate-bxhe84 .syndicate-h2bwzp svg {
  display: none;
}

.syndicate-tjh5ep {
  display: grid;
  transition: max-height 0.syndicate-qvtan8 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .syndicate-tjh5ep {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .syndicate-tjh5ep {
    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));
  }
}

.syndicate-tjh5ep.syndicate-psy0x5 + .syndicate-65muls svg {
  transform: rotate(180deg);
}

.syndicate-ors11b {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.syndicate-ors11b > div:nth-child(3n) {
  grid-column: span 2;
}

.syndicate-ors11b
  > div:nth-child(3n)
  .syndicate-6mj8jp
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .syndicate-ors11b {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .syndicate-ors11b > div:nth-child(3n) {
    grid-column: unset;
  }

  .syndicate-ors11b
    > div:nth-child(3n)
    .syndicate-6mj8jp
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .syndicate-ors11b {
    max-width: 270px;
  }
}

.syndicate-ors11b .syndicate-6mj8jp button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .syndicate-ors11b .syndicate-6mj8jp button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .syndicate-ors11b .syndicate-6mj8jp button {
    max-width: 104px;
  }
}

.syndicate-xui8cg {
  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) {
  .syndicate-xui8cg {
    margin-bottom: 0;
  }
}

.syndicate-lso03c {
  display: none;
  opacity: 0;
}

.syndicate-oye3bt {
  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;
  }
}

.syndicate-oye3bt img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.syndicate-6mj8jp {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.syndicate-6mj8jp button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .syndicate-6mj8jp
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .syndicate-6mj8jp
    button {
    max-width: 145px;
  }
}

.syndicate-6r36y8:first-child
  .syndicate-6mj8jp
  button {
  max-width: 270px;
}

.syndicate-vfev1b {
  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%;
}

.syndicate-xui8cg picture {
  width: 100%;
  max-width: 100%;
}

.syndicate-zri93j {
  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;
}

.syndicate-zri93j svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.syndicate-xui8cg:hover .syndicate-zri93j {
  display: flex;
}

.syndicate-m05syt {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.syndicate-39o4y5 {
  display: flex;
}

.syndicate-39o4y5:hover .syndicate-efry5o,
.syndicate-39o4y5 .syndicate-x2yli2 .syndicate-efry5o {
  display: flex;
}

.syndicate-39o4y5 svg {
  flex-shrink: 0;
}

.syndicate-efry5o {
  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) {
  .syndicate-efry5o {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.syndicate-efry5o:hover {
  display: flex;
}

.syndicate-efry5o svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.syndicate-d1i7q4 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .syndicate-d1i7q4 {
    font-size: 12px;
  }
}

.syndicate-im0ax3,
.syndicate-lrj9yu {
  width: 50%;
  flex-shrink: 0;
}

.syndicate-im0ax3 {
  font-weight: 700;
}

.syndicate-okj09z .syndicate-tjh5ep {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .syndicate-okj09z .syndicate-tjh5ep {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .syndicate-okj09z .syndicate-tjh5ep {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.syndicate-okj09z
  .syndicate-vfev1b:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.syndicate-okj09z .syndicate-oye3bt {
  height: 100% !important;
  border-radius: 16px;
}

.syndicate-okj09z .syndicate-6mj8jp {
  gap: 4px;
  align-items: center;
}

.syndicate-okj09z .syndicate-6mj8jp button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.syndicate-okj09z .syndicate-6mj8jp svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.syndicate-okj09z .syndicate-hx11ik,
.syndicate-okj09z .syndicate-32pcz1 {
  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.syndicate-x5729a.org/2000/svg'%3E%3Cpath d='M9.syndicate-tqlpvj 4.syndicate-x9w5ml.syndicate-rrwpl9 5.syndicate-betxm8.syndicate-8875oj 5.syndicate-4me55u.syndicate-emtavz 5.syndicate-jhhnzg.syndicate-ujp5y9 8.syndicate-0dowh6.syndicate-45zs7e 9.syndicate-2prdib.syndicate-gqkpao 9.syndicate-c38w1u.syndicate-n6arf8 13.syndicate-dbj02r.syndicate-u94q8z 11.syndicate-fvrcco.syndicate-gjjaoc 11.syndicate-rll4ay.syndicate-00pbyt 11.syndicate-qb1ktj.syndicate-d1p6r5 13.syndicate-dzluu9.syndicate-1wm850 9.syndicate-vwq089.syndicate-tamx1h 9.syndicate-rk1fj9.syndicate-56ycn1 8.syndicate-2axv8a.syndicate-sm34pg 5.syndicate-orfgpm.syndicate-le0fq5 5.syndicate-xrnmj0.syndicate-lpeu01 5.syndicate-hzrcny.syndicate-7de7aq 4.syndicate-v6dfbk.syndicate-gjjaoc 1.syndicate-107lbf.syndicate-tqlpvj 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.syndicate-okj09z .syndicate-hx11ik {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.syndicate-okj09z .syndicate-32pcz1 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.syndicate-yueefe {
  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) {
  .syndicate-yueefe {
    padding: 24px;
  }
}

.syndicate-yueefe .syndicate-65muls {
  display: flex;
}

@media (min-width: 768px) {
  .syndicate-yueefe .syndicate-65muls {
    display: none;
  }
}

.syndicate-yueefe .syndicate-h2bwzp svg {
  display: none;
}

.syndicate-i8mpwk {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.syndicate-i8mpwk .syndicate-1owocd {
  display: none;
}

@media (min-width: 768px) {
  .syndicate-i8mpwk .syndicate-1owocd {
    display: flex;
  }
}

.syndicate-9bxqhm {
  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) {
  .syndicate-9bxqhm {
    font-size: 40px;
    line-height: 48px;
  }
}

.syndicate-9bxqhm > * {
  margin: 0 !important;
}

.syndicate-9bxqhm img,
.syndicate-l382uh {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .syndicate-9bxqhm img,
  .syndicate-l382uh {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.syndicate-heaa6z {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .syndicate-heaa6z {
    width: 32px;
    height: 32px;
  }
}

.syndicate-x11w9x {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .syndicate-x11w9x {
    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;
  }

  .syndicate-x11w9x::-webkit-scrollbar {
    display: none;
  }
}

.syndicate-lpqw3z {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .syndicate-lpqw3z {
    padding: 7px 15px;
  }
}

.syndicate-lpqw3z:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.syndicate-cfgmar {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .syndicate-cfgmar {
    display: flex;
    opacity: 1;
  }
}

.syndicate-lpqw3z picture {
  height: 100%;
  display: block;
}

.syndicate-lpqw3z img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .syndicate-lpqw3z img {
    width: 88px;
    height: 44px;
  }
}

.syndicate-lpqw3z p {
  text-align: center;
  width: 100%;
}

.syndicate-z3fqqw {
  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) {
  .syndicate-z3fqqw {
    font-size: 40px;
    line-height: 48px;
  }
}

.syndicate-z3fqqw img,
.syndicate-13gw1p {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .syndicate-z3fqqw img,
  .syndicate-13gw1p {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.syndicate-4q2w3y {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .syndicate-4q2w3y {
    width: 32px;
    height: 32px;
  }
}

.syndicate-fx3tzs {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.syndicate-dpif6y {
  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;
}

.syndicate-8v4pu2 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.syndicate-8v4pu2.syndicate-x2yli2 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.syndicate-jauk0f {
  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) {
  .syndicate-jauk0f {
    font-size: 20px;
    line-height: 28px;
  }
}

.syndicate-01zdm7 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.syndicate-kd53h2 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.syndicate-qvtan8 ease;
  opacity: 0;
  color: var(--text-color);
}

.syndicate-jhymhx {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.syndicate-jhymhx ol,
.syndicate-jhymhx ul {
  padding-left: 1.3em;
}

.syndicate-8v4pu2.syndicate-x2yli2 .syndicate-kd53h2 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.syndicate-8v4pu2.syndicate-x2yli2 .syndicate-01zdm7 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.syndicate-woiw3q {
  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) {
  .syndicate-woiw3q {
    padding: 24px;
  }
}

.syndicate-woiw3q .syndicate-65muls {
  display: flex;
}

@media (min-width: 768px) {
  .syndicate-woiw3q .syndicate-65muls {
    display: none;
  }
}

.syndicate-woiw3q .syndicate-h2bwzp svg {
  display: none;
}

.syndicate-9wyech {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.syndicate-9wyech .syndicate-1owocd {
  display: none;
}

@media (min-width: 768px) {
  .syndicate-9wyech .syndicate-1owocd {
    display: flex;
  }
}

.syndicate-ug37od {
  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) {
  .syndicate-ug37od {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.syndicate-ug37od > * {
  margin: 0 !important;
}

.syndicate-ug37od img,
.syndicate-8x95ig {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .syndicate-ug37od img,
  .syndicate-8x95ig {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.syndicate-sb1vm3 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .syndicate-sb1vm3 {
    width: 32px;
    height: 32px;
  }
}

.syndicate-dty5s5 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .syndicate-dty5s5 {
    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;
  }

  .syndicate-dty5s5::-webkit-scrollbar {
    display: none;
  }
}

.syndicate-744fav {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.syndicate-744fav:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.syndicate-sdmp2d {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .syndicate-sdmp2d {
    display: flex;
    opacity: 1;
  }
}

.syndicate-744fav picture {
  width: auto;
  height: 100%;
  display: block;
}

.syndicate-744fav picture img {
  display: block;
  width: auto;
  height: 100%;
}

.syndicate-whp301 {
  margin: -24px 0;
}

.syndicate-whp301:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .syndicate-whp301 {
    margin: -16px 0;
  }
}

.syndicate-t9vuhp {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .syndicate-t9vuhp {
    flex-direction: row;
  }
}

.syndicate-j65fk9 {
  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) {
  .syndicate-j65fk9 {
    flex: 1;
  }
}

.syndicate-j65fk9::placeholder {
  color: var(--Text-400);
}

.syndicate-518mf3 {
  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;
}

.syndicate-jg561n {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.syndicate-jg561n::-webkit-scrollbar {
  display: none;
}

.syndicate-ujdsac {
  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;
}

.syndicate-ujdsac img,
.syndicate-ujdsac svg {
  margin-right: 8px;
}

.syndicate-m56i0t {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.syndicate-whp301 + .syndicate-o16wnt {
  margin-top: 0;
}

@media (min-width: 768px) {
  .syndicate-whp301 + .syndicate-o16wnt {
    margin-top: -16px;
  }
}

.syndicate-hf18m3 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.syndicate-hf18m3 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.syndicate-hf18m3 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.syndicate-raqn3n {
  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;
}

.syndicate-ujoate {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.syndicate-brtpz3 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.syndicate-if7vuq {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.syndicate-8i7jz5 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.syndicate-raqn3n 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;
}

.syndicate-raqn3n 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) {
  .syndicate-raqn3n {
    padding: 39px 179px 39px 39px;
  }

  .syndicate-ujoate {
    font-size: 40px;
    line-height: 48px;
  }

  .syndicate-8i7jz5 {
    height: 348px;
  }

  .syndicate-raqn3n button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .syndicate-raqn3n button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .syndicate-raqn3n {
    padding: 63px;
  }
}

.syndicate-9n6qt6 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .syndicate-9n6qt6 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.syndicate-xg08am {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .syndicate-xg08am {
    width: auto;
  }
}

.syndicate-k943m0 {
  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;
}

.syndicate-k943m0::-webkit-scrollbar {
  display: none;
}

.syndicate-k943m0 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);
}

.syndicate-k943m0 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .syndicate-k943m0 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.syndicate-9n6qt6 .syndicate-d6xcmz {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.syndicate-qvtan8,
    mask-image 0.3s;
}

.syndicate-9n6qt6 .syndicate-d6xcmz.syndicate-pk5kkd {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.syndicate-c0ggnk {
  margin: 40px -16px;
}

.syndicate-u7n47l + .syndicate-9spktn,
.syndicate-u7n47l + .syndicate-hbvp4l {
  margin-top: 24px;
}

.syndicate-ao3nlw {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.syndicate-ao3nlw picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.syndicate-ympetu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .syndicate-ympetu {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .syndicate-ympetu {
    margin-top: 0;
  }
}

.syndicate-d3wtky {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .syndicate-d3wtky {
    font-size: 24px;
    line-height: 32px;
  }
}

.syndicate-zw0ln5 {
  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) {
  .syndicate-zw0ln5 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.syndicate-9ulux1 {
  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) {
  .syndicate-9ulux1 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.syndicate-moc731 {
  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) {
  .syndicate-moc731 {
    font-size: 20px;
    line-height: 28px;
  }
}

.syndicate-zoepoe {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .syndicate-zoepoe {
    font-size: 32px;
    line-height: 40px;
  }
}

.syndicate-1he4pn {
  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;
}

.syndicate-lh7awe {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.syndicate-lh7awe img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.syndicate-o16wnt {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.syndicate-xzh3nz {
  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) {
  .syndicate-xzh3nz {
    padding: 15px 48px;
  }
}

main > .syndicate-o16wnt {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .syndicate-tjh5ep.syndicate-802cf9 > div:nth-child(n+5) {
    display: none;
  }
}

.syndicate-6qgm07 p a img {
  display: block;
  margin: 0 auto;
}


.syndicate-xmwlfu {
  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 */
.syndicate-48cgx2 {
  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;
}

.syndicate-48cgx2 label {
  font-size: 14px;
}

.syndicate-48cgx2 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.syndicate-48cgx2 input,
.syndicate-48cgx2 textarea,
.syndicate-48cgx2 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;
}
.syndicate-48cgx2 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.syndicate-wpynrg ease;
}
.syndicate-48cgx2 button:hover {
  background-color: var(--button-bg-hover);
}
.syndicate-parp17 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.syndicate-y0r3u6 ease-in;
}

.syndicate-parp17 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;
}
.syndicate-qdk9j3, .syndicate-qcd5fv, [class*="review-card"],
thead, thead th, table th, .syndicate-ra93je,
.syndicate-3jzdju, [class*="collapsible-header"],
.syndicate-fgrl6m, [class*="updated-block"] {
  color: #ece7dc !important;
}
