* {
  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;
  }
}

.vegastars-bhghae {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .vegastars-bhghae {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .vegastars-bhghae {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.vegastars-phrg6q {
  overflow: hidden;
}

.vegastars-0eish4 img {
  background: var(--Neutral-300);
}

.vegastars-u0jrqj {
  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;
}

.vegastars-gizhcl {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.vegastars-gizhcl:hover {
  background: var(--button-bg-hover);
}

.vegastars-s6hkxd {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.vegastars-s6hkxd:hover {
  background: var(--button-bg-hover);
}

.vegastars-mnj5ek {
  font-size: 12px;
  line-height: 18px;
}

.vegastars-2q3uc1 {
  font-size: 18px;
  line-height: 26px;
}

.vegastars-ym7tt8 {
  width: 100%;
}

.vegastars-s4wntn {
  padding: 6px 16px;
}

.vegastars-lhvgah {
  padding: 10px 16px;
}

.vegastars-nxdvgq {
  padding: 15px 26px;
}

.vegastars-6kaalw {
  flex-shrink: 0;
}

.vegastars-ny93tr {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.vegastars-jc4r4q {
  display: none;
}

.vegastars-pnbyat {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.vegastars-rwhkk9 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.vegastars-ku0zwx {
  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;
}

.vegastars-amebdq {
  cursor: grab;
}

.vegastars-ku0zwx::-webkit-scrollbar {
  display: none;
}

.vegastars-gmil00 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.vegastars-i6ytj5 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.vegastars-5mn7dw {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.vegastars-uih4d0 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.vegastars-62g22w {
  visibility: visible;
}

.vegastars-3ytlr6 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.vegastars-c21xqu ease;
}

.vegastars-s8b02a {
  background-color: var(--Primary-200);
  width: 16px;
}

.vegastars-p5tybf {
  -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.vegastars-c21xqu,
    mask-image 0.3s;
}

.vegastars-p5tybf.vegastars-116287 {
  -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;
  }
}

.vegastars-8xohim: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;
}

.vegastars-wwqr4y {
  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.vegastars-0imd73.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.vegastars-0imd73.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;
}

.vegastars-bkdbq5 {
  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);
}

.vegastars-bkdbq5::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%
  );
}

.vegastars-bpsc4e {
  position: relative;
  z-index: 1;
}

.vegastars-c9b7qt {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.vegastars-eun0l0 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.vegastars-pwdlzl {
  font-size: 40px;
  line-height: 48px;
}

.vegastars-k820oz {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.vegastars-3oewzm {
  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;
}

.vegastars-3oewzm:hover {
  background: var(--Primary-400);
}

.vegastars-3oewzm svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.vegastars-8xohim 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) {
  .vegastars-bkdbq5 {
    max-width: 600px;
    padding: 64px;
  }

  .vegastars-c9b7qt {
    font-size: 24px;
    line-height: 32px;
  }

  .vegastars-eun0l0 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .vegastars-pwdlzl {
    font-size: 50px;
    line-height: 56px;
  }

  .vegastars-k820oz {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .vegastars-wwqr4y {
    top: 25px;
    right: 25px;
  }
}

.vegastars-ns3imo,
.vegastars-lqdgnf {
  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;
}

.vegastars-nc8k47.vegastars-u3cwyj::before,
.vegastars-lqdgnf::before,
.vegastars-txj3sa::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.vegastars-0imd73.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.vegastars-fyjsq1 14.vegastars-rbcs2u.vegastars-4tjrzu 14.vegastars-7havev 15.vegastars-hzkfnd 14.vegastars-nl8048 15.vegastars-flwcop 14.vegastars-35i1ok.vegastars-23per4 14.vegastars-4p0jhz 19.vegastars-ah1a7b 12.vegastars-19hus3 19.vegastars-ah1a7b 10.vegastars-dliu6d.vegastars-ah1a7b 8.vegastars-hftjpw 17.vegastars-sy6vxa 7.vegastars-vkaw5v 15.vegastars-g75fzu 7.vegastars-8ppz41.vegastars-29edno 7.vegastars-vkaw5v 11.vegastars-4b1p2r 8.vegastars-hftjpw 11.vegastars-4b1p2r 10.vegastars-k8s7zg.vegastars-4b1p2r 12.vegastars-00nwom 13.vegastars-d495o7 14.vegastars-018vht 15.vegastars-y9exur 14.vegastars-5ha2qi.vegastars-al704j 14.vegastars-qyf191 15.vegastars-h7l4nl 14.vegastars-phlid9 15.vegastars-nafs00 14.vegastars-iatt54.vegastars-fyjsq1 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.vegastars-m1j4h1 15.vegastars-kia9vu.vegastars-2wiyeq 15.vegastars-87ixj0 15.vegastars-w52vw7 15.vegastars-298bz0 15.vegastars-zg1ygz 15.vegastars-f7iume.vegastars-287ydw 15.vegastars-298bz0 15.vegastars-yyiiq7 15.vegastars-eeooag 15.vegastars-sxwe8m 15.vegastars-emzjgq.vegastars-etg7pw 15.vegastars-ow1r7u 7.vegastars-0m6108 18.vegastars-ajc3x1 7.vegastars-tgmzw1 23.vegastars-dfd8az.vegastars-dn8a15.vegastars-m4ugwe 18.vegastars-1i62de 19.vegastars-4aks99 15.vegastars-4pkoww 15.vegastars-m1j4h1 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.vegastars-rremuu [type="submit"] *,
.vegastars-9rbxh6 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .vegastars-pdslg0 {
    display: none;
  }
}

.vegastars-9ih45p {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .vegastars-9ih45p {
  display: none;
}

@media (min-width: 768px) {
  .vegastars-9ih45p {
    bottom: 22px;
  }
}

.vegastars-9ih45p input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .vegastars-9ih45p {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.vegastars-o0dm0q.static) .vegastars-9ih45p {
    bottom: 8px;
  }
}

.vegastars-q6quwj {
  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.vegastars-0imd73.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.vegastars-luek7v 3.vegastars-o8qelx.vegastars-lx72bp.vegastars-o7nk1k 3.vegastars-7d3ob5 3.vegastars-k6lr1s 5.vegastars-nvyigq 3.vegastars-k6lr1s 8.vegastars-nfp7b1.vegastars-pq0oj6.vegastars-k6lr1s 26.vegastars-xs8jzf 5.vegastars-aaahoe 28.vegastars-aff0jp 8.vegastars-wsbfhi 28.vegastars-vad5xs.vegastars-qlimxs 28.vegastars-dvg7v1.vegastars-pctkkx 34.vegastars-3v4epw.vegastars-tzrat4 36.vegastars-ax8ib2 11.vegastars-ifspb9 37.vegastars-r7htyv 12.vegastars-39307l 36.vegastars-zx1jwr.vegastars-cdao93 28.vegastars-j6l09r.vegastars-hro5cn.vegastars-trwxvl 28.vegastars-mieym9 36.vegastars-mtn4s5 26.vegastars-wk0k5b 36.vegastars-mtn4s5 23.vegastars-mq0uwn.vegastars-8skyng.vegastars-mtn4s5 5.vegastars-xp1imj 34.vegastars-lbquag 3.vegastars-7d3ob5 31.vegastars-luek7v 3.vegastars-wptadg.vegastars-8gfmj7 18.vegastars-d9ullf.vegastars-zlao8c 18.vegastars-cezkkk 8.vegastars-ij0fmc 17.vegastars-gqmu80 8.vegastars-ij0fmc 15.vegastars-8ekn1i.vegastars-ij0fmc 14.vegastars-zy2bie 9.vegastars-zlao8c 13.vegastars-ke3rbt 11.vegastars-8gfmj7 13.vegastars-uosn93.vegastars-os6nxf 13.vegastars-ke3rbt 13.vegastars-4v8isz 14.vegastars-zy2bie 13.vegastars-4v8isz 15.vegastars-wm0f6e.vegastars-4v8isz 17.vegastars-gqmu80 12.vegastars-os6nxf 18.vegastars-cezkkk 11.vegastars-8gfmj7 18.vegastars-95c4pd.vegastars-k4g9zg 18.vegastars-dt54f6.vegastars-6r4ach 18.vegastars-cezkkk 17.vegastars-xoj2jc 17.vegastars-gqmu80 17.vegastars-xoj2jc 15.vegastars-93dag6.vegastars-xoj2jc 14.vegastars-zy2bie 18.vegastars-6r4ach 13.vegastars-ke3rbt 20.vegastars-k4g9zg 13.vegastars-sf9of4.vegastars-td9hav 13.vegastars-ke3rbt 22.vegastars-c1k60b 14.vegastars-zy2bie 22.vegastars-c1k60b 15.vegastars-gah5v1.vegastars-48iq6q 17.vegastars-gqmu80 21.vegastars-td9hav 18.vegastars-cezkkk 20.vegastars-k4g9zg 18.vegastars-preckq.vegastars-votitp 18.vegastars-yku756.vegastars-624faa 18.vegastars-cezkkk 26.vegastars-lbh4wc 17.vegastars-gqmu80 26.vegastars-lbh4wc 15.vegastars-wp0fql.vegastars-lbh4wc 14.vegastars-zy2bie 27.vegastars-624faa 13.vegastars-ke3rbt 28.vegastars-votitp 13.vegastars-8zk1lo.vegastars-xy9t21 13.vegastars-ke3rbt 31.vegastars-asmxlp 14.vegastars-zy2bie 31.vegastars-asmxlp 15.vegastars-6irug4.vegastars-lbh4wc 17.vegastars-gqmu80 30.vegastars-xy9t21 18.vegastars-cezkkk 28.vegastars-votitp 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"])
    .vegastars-q6quwj {
    display: none;
  }
}

.vegastars-l2vr2m {
  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) {
  .vegastars-l2vr2m {
    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;
}

.vegastars-9rbxh6 {
  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) {
  .vegastars-9rbxh6 {
    padding: 14px 16px;
  }
}

.vegastars-9rbxh6 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.vegastars-9rbxh6 button:first-child {
  align-content: end;
}

.vegastars-9rbxh6 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .vegastars-9rbxh6
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .vegastars-9rbxh6
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.vegastars-9rbxh6 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.vegastars-9rbxh6 button:last-child svg {
  width: 38px;
  height: 38px;
}

.vegastars-txj3sa {
  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;
}

.vegastars-txj3sa::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .vegastars-txj3sa,
.pc61d126-chatbot[data-active-screen="3"]
  .vegastars-txj3sa {
  opacity: 1;
  visibility: visible;
}

.vegastars-hlh4xa {
  flex: 1 1;
}

.vegastars-rglsb0 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .vegastars-rglsb0 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .vegastars-clau6m {
  display: block;
}

.vegastars-y1sb8y {
  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) {
  .vegastars-y1sb8y {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.vegastars-lqdgnf {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.vegastars-lqdgnf::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.vegastars-jztrmc span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.vegastars-jztrmc p {
  color: var(--Text-100);
}

.vegastars-lqdgnf .vegastars-gw00c1 {
  grid-area: button;
}

.vegastars-lqdgnf .vegastars-gw00c1::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.vegastars-0imd73.org/2000/svg'%3E%3Cpath d='M4.vegastars-nbpm3g 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.vegastars-9svrw7 15L16.vegastars-9svrw7 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.vegastars-9svrw7 5L16.vegastars-9svrw7 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .vegastars-siozd5 {
  display: block;
}

.vegastars-camyuz {
  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) {
  .vegastars-camyuz {
    margin-top: 40px;
  }
}

.vegastars-ns3imo label,
.vegastars-ns3imo input {
  display: block;
  width: 100%;
}

.vegastars-ns3imo label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.vegastars-ns3imo label.vegastars-h2gu5w input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.vegastars-ns3imo label.vegastars-h2gu5w::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;
}

.vegastars-ns3imo 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;
}

.vegastars-ns3imo input::placeholder {
  color: var(--Text-400);
}

.vegastars-4ci2eg {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .vegastars-4ci2eg {
  display: flex;
}

.vegastars-4ci2eg ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .vegastars-4ci2eg ol {
    height: 420px;
    padding: 24px;
  }
}

.vegastars-4ci2eg ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.vegastars-rremuu {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .vegastars-rremuu {
    padding: 0 24px 24px;
  }
}

.vegastars-rremuu 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;
}

.vegastars-rremuu input::placeholder {
  color: var(--Text-400);
}

.vegastars-rremuu [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.vegastars-rremuu [type="submit"]:disabled {
  opacity: 0.5;
}

.vegastars-rremuu [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .vegastars-rremuu [type="submit"] {
    right: 40px;
  }
}

.vegastars-nc8k47 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.vegastars-nc8k47.vegastars-u3cwyj {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.vegastars-nc8k47.vegastars-u3cwyj::before {
  content: "";
  width: 31px;
}

.vegastars-nc8k47.vegastars-u3cwyj p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.vegastars-nc8k47.vegastars-h9i3w3 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.vegastars-nc8k47 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.vegastars-9ih45p .vegastars-gw00c1 {
  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;
  }
}

.vegastars-pdslg0 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .vegastars-pdslg0 {
    padding: 14px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .vegastars-pdslg0 {
    padding: 15px 0;
  }
}

.vegastars-pdslg0 .vegastars-bhghae {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .vegastars-pdslg0 .vegastars-bhghae {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.vegastars-opbzmd {
  display: block;
  width: 100%;
  max-width: 144px;
  height: 36px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .vegastars-opbzmd {
    max-width: 180px;
    height: 47px;
  }
}

.vegastars-opbzmd picture,
.vegastars-opbzmd img {
  display: block;
  width: 100%;
  height: 100%;
}

.vegastars-opbzmd img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .vegastars-9qcubt {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.vegastars-c21xqu ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .vegastars-pdslg0.vegastars-jgv0cy .vegastars-9qcubt {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vegastars-9qcubt {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .vegastars-9qcubt {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.vegastars-iojchk,
.vegastars-117k3f {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .vegastars-iojchk,
  .vegastars-117k3f {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .vegastars-117k3f {
    display: none;
  }
}

.vegastars-m4w7md {
  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;
}

.vegastars-jgv0cy .vegastars-m4w7md {
  background: var(--fh-bg-color);
}

.vegastars-m4w7md button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .vegastars-m4w7md {
    display: none;
  }
}

.vegastars-84fi7k {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .vegastars-84fi7k {
    display: none;
  }
}

.vegastars-a04qf8 {
  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;
}

.vegastars-pdslg0.vegastars-jgv0cy .vegastars-a04qf8:first-child {
  display: none;
}

.vegastars-pdslg0.vegastars-jgv0cy .vegastars-a04qf8:last-child {
  display: block;
}

.vegastars-a04qf8:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .vegastars-a04qf8 {
    display: none;
  }
}

.vegastars-s2kril {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .vegastars-s2kril {
    display: flex;
  }
}

.vegastars-s2kril ul {
  max-height: 350px;
  overflow-y: auto;
}

.vegastars-s2kril:hover ul {
  visibility: visible;
  opacity: 1;
}

.vegastars-s2kril:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.vegastars-s2kril:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.vegastars-s2kril:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.vegastars-s2kril:hover .vegastars-7t5t38 svg {
  transform: rotate(180deg);
}

.vegastars-eq2gj9 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.vegastars-bp5u18 {
  padding: 0 8px;
}

.vegastars-alf3f3 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.vegastars-alf3f3:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .vegastars-alf3f3 {
    padding: 4px 8px;
  }
}

.vegastars-jbogt3 {
  display: flex;
}

.vegastars-jbogt3 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.vegastars-7t5t38 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.vegastars-7t5t38 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.vegastars-b2q04t {
  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) {
  .vegastars-b2q04t {
    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;
  }
}

.vegastars-g4u9rt {
  width: 100%;
}

@media (min-width: 1200px) {
  .vegastars-g4u9rt {
    display: none;
  }
}

.vegastars-mw303y {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.vegastars-gxs5v8 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.vegastars-83899x {
  display: flex;
}

.vegastars-ewm97y {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.vegastars-hbqbgf {
  list-style: none;
}

@media (max-width: 1199px) {
  .vegastars-hbqbgf {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .vegastars-hbqbgf {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .vegastars-hbqbgf .vegastars-0rz0pj [data-ref-el],
  .vegastars-hbqbgf .vegastars-0rz0pj span,
  .vegastars-hbqbgf .vegastars-0rz0pj a {
    white-space: nowrap;
  }
}

.vegastars-inkv0g {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .vegastars-inkv0g.vegastars-gu3ue7 > .vegastars-0rz0pj {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .vegastars-inkv0g.vegastars-lx3wqo:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .vegastars-inkv0g.vegastars-gu3ue7 > .vegastars-i61hjz {
    height: auto;
  }

  .vegastars-inkv0g.vegastars-gu3ue7 > div > .vegastars-bq4fk4 {
    transform: rotate(180deg);
  }
}

.vegastars-inkv0g [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.vegastars-inkv0g [data-ref-el],
.vegastars-inkv0g span {
  cursor: pointer;
}

.vegastars-inkv0g [data-ref-el],
.vegastars-inkv0g span,
.vegastars-inkv0g 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) {
  .vegastars-inkv0g [data-ref-el],
  .vegastars-inkv0g span,
  .vegastars-inkv0g a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .vegastars-inkv0g [data-ref-el],
  .vegastars-inkv0g span,
  .vegastars-inkv0g a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.vegastars-i61hjz {
  height: 0;
  overflow: hidden;
  transition: height 0.vegastars-c21xqu ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.vegastars-i61hjz::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.vegastars-i61hjz::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.vegastars-i61hjz::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .vegastars-i61hjz {
    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;
  }

  .vegastars-i61hjz:has(> .vegastars-inkv0g.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .vegastars-i61hjz .vegastars-i61hjz {
    padding: 0;
  }

  .vegastars-i61hjz .vegastars-inkv0g {
    font-weight: 400;
  }

  .vegastars-i61hjz .vegastars-inkv0g:hover > .vegastars-0rz0pj {
    background: var(--Neutral-300);
  }

  .vegastars-i61hjz .vegastars-bq4fk4 {
    rotate: -90deg;
  }
}

.vegastars-0rz0pj {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .vegastars-0rz0pj {
    padding: 8px;
  }

  .vegastars-inkv0g.vegastars-etssvt > .vegastars-0rz0pj {
    background: var(--Neutral-300);
  }
}

.vegastars-bq4fk4 {
  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.vegastars-0imd73.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.vegastars-xxkmu2 0.vegastars-7rexjm.vegastars-r4ffqg -0.vegastars-5huzog 0.vegastars-z58wvd -0.vegastars-5huzog 1.vegastars-vp9qh6 0.vegastars-3cidd5.vegastars-g7irme 4.vegastars-ch2s5x.vegastars-xxkmu2 0.vegastars-a8nfo8.vegastars-39pa95 -0.vegastars-5huzog 9.vegastars-fgaxsy -0.vegastars-5huzog 10.vegastars-kib2zl 0.vegastars-ux5rkh.vegastars-73oq89 0.vegastars-r4ffqg 10.vegastars-73oq89 0.vegastars-z58wvd 10.vegastars-kib2zl 1.vegastars-y7a556.vegastars-p35ia9 5.vegastars-dhixqb.vegastars-r2qnn2 6.vegastars-bh9j8q 5.vegastars-yz384n 6.vegastars-bh9j8q 4.vegastars-qvqkdy 5.vegastars-j2k5wx.vegastars-xxkmu2 1.vegastars-w61hih.vegastars-5huzog 0.vegastars-z58wvd -0.vegastars-5huzog 0.vegastars-r4ffqg 0.vegastars-xxkmu2 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.vegastars-c21xqu ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .vegastars-bq4fk4 {
    cursor: default;
  }
}

.vegastars-nt886y {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.vegastars-k59go0 {
  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) {
  .vegastars-k59go0 {
    padding: 40px 4px;
  }
}

.vegastars-gy16lz {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .vegastars-gy16lz {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.vegastars-nou5w4 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .vegastars-nou5w4 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.vegastars-nou5w4 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.vegastars-nou5w4 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.vegastars-nou5w4 [data-ref-el],
.vegastars-nou5w4 span,
.vegastars-nou5w4 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--footer-text-color);
}

.vegastars-lbhwud {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .vegastars-lbhwud {
    margin-bottom: 12px;
  }
}

.vegastars-mqspl1 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.vegastars-mqspl1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .vegastars-mqspl1:last-child {
    margin-right: 0;
  }
}

.vegastars-q6dtf2 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.vegastars-lbhwud:hover .vegastars-uapuoz {
  visibility: visible;
  opacity: 1;
}

.vegastars-uapuoz {
  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);
}

.vegastars-y6k89r {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.vegastars-30wqmu {
  display: flex;
  margin: 6px;
}

.vegastars-30wqmu img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.vegastars-uapuoz::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);
}

.vegastars-uapuoz::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);
}

.vegastars-8712mx {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .vegastars-8712mx {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.vegastars-6ihrpo {
  font-size: 14px;
  line-height: 20px;
  color: var(--footer-text-color);
}

@media (min-width: 1200px) {
  .vegastars-6ihrpo {
    margin-right: 32px;
  }
}

.vegastars-x300x3 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .vegastars-x300x3 {
    margin-top: 0;
    width: 340px;
  }
}

.vegastars-x300x3 a {
  line-height: 19px;
  color: var(--footer-text-color);
  border-bottom: 1px solid var(--Primary-100);
}

.vegastars-e3834k {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.vegastars-nfr0kp {
  position: relative;
}

@media (min-width: 768px) {
  .vegastars-nfr0kp {
    margin-top: 40px;
  }
}

.vegastars-nfr0kp + .vegastars-242swj,
.vegastars-nfr0kp + .vegastars-nfr0kp {
  margin-top: 24px;
}

.vegastars-8txdw2 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .vegastars-8txdw2 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .vegastars-8txdw2 {
    padding: 80px;
  }
}

.vegastars-tfofnm {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .vegastars-tfofnm {
    padding: 0 16px;
}


}

.vegastars-wus17b {
  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) {
  .vegastars-wus17b {
    font-size: 48px;
    line-height: 56px;
  }
}

.vegastars-lfrpez {
  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) {
  .vegastars-lfrpez {
    font-size: 24px;
    line-height: 32px;
  }
}

.vegastars-yt9qg1 {
  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;
}

.vegastars-yt9qg1:hover {
  background: var(--button-bg-hover);
}

.vegastars-oibmuk {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.vegastars-oibmuk img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .vegastars-oibmuk img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .vegastars-oibmuk img {
  min-height: 100%;
  }
}

.vegastars-8txdw2::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.vegastars-kqsxd8 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.vegastars-kqsxd8 h1,
.vegastars-kqsxd8 h2,
.vegastars-kqsxd8 h3,
.vegastars-kqsxd8 h4 {
  margin-bottom: 6px;
}

.vegastars-kqsxd8 h1:not(:first-child),
.vegastars-kqsxd8 h2:not(:first-child),
.vegastars-kqsxd8 h3:not(:first-child),
.vegastars-kqsxd8 h4:not(:first-child) {
  margin-top: 16px;
}

.vegastars-kqsxd8 h1,
.vegastars-kqsxd8 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .vegastars-kqsxd8 h1,
  .vegastars-kqsxd8 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.vegastars-kqsxd8 h2,
.vegastars-kqsxd8 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .vegastars-kqsxd8 h2,
  .vegastars-kqsxd8 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.vegastars-kqsxd8 h3,
.vegastars-kqsxd8 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .vegastars-kqsxd8 h3,
  .vegastars-kqsxd8 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.vegastars-kqsxd8 h4,
.vegastars-kqsxd8 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.vegastars-kqsxd8 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.vegastars-kqsxd8 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.vegastars-kqsxd8 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);
}

.vegastars-kqsxd8 ul ul {
  margin-bottom: 8px;
}

.vegastars-kqsxd8 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.vegastars-kqsxd8 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.vegastars-kqsxd8 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.vegastars-kqsxd8 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.vegastars-kqsxd8 ol li::marker {
  font-weight: 700;
}

.vegastars-kqsxd8 ol ol {
  margin-bottom: 8px;
}

.vegastars-kqsxd8 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.vegastars-kqsxd8 ol ul li {
  padding-left: 16px;
}

.vegastars-kqsxd8 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) {
  .vegastars-kqsxd8 table {
    padding: 24px;
  }
}

.vegastars-kqsxd8 table.vegastars-18ipk1 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.vegastars-c21xqu,
    mask-image 0.3s;
}

.vegastars-kqsxd8 table.vegastars-18ipk1.vegastars-116287 {
  -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) {
  .vegastars-kqsxd8 table {
    display: table;
  }
}

.vegastars-kqsxd8 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);
}

.vegastars-kqsxd8 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.vegastars-kqsxd8 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.vegastars-kqsxd8 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) {
  .vegastars-kqsxd8 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.vegastars-kqsxd8 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.vegastars-kqsxd8 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.vegastars-kqsxd8 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.vegastars-kqsxd8 img {
  max-width: 100%;
  height: auto;
}

.vegastars-s5jec5 {
  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) {
  .vegastars-s5jec5 {
    padding: 24px;
  }
}

.vegastars-ryovdr {
  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) {
  .vegastars-ryovdr {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.vegastars-ryovdr > * {
  margin: 0 !important;
}

.vegastars-ryovdr img,
.vegastars-q7rnsb {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .vegastars-ryovdr img,
  .vegastars-q7rnsb {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.vegastars-6pqo2y {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .vegastars-6pqo2y {
    width: 32px;
    height: 32px;
  }
}

.vegastars-b9vyw8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.vegastars-b9vyw8 .vegastars-v4uv4l {
  flex-shrink: 0;
}

.vegastars-b9vyw8 .vegastars-t6f6i2 svg {
  display: none;
}

.vegastars-fdyzkr {
  display: grid;
  transition: max-height 0.vegastars-c21xqu ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .vegastars-fdyzkr {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .vegastars-fdyzkr {
    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));
  }
}

.vegastars-fdyzkr.vegastars-crh56a + .vegastars-v4uv4l svg {
  transform: rotate(180deg);
}

.vegastars-ajebju {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.vegastars-ajebju > div:nth-child(3n) {
  grid-column: span 2;
}

.vegastars-ajebju
  > div:nth-child(3n)
  .vegastars-2jo0n2
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .vegastars-ajebju {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .vegastars-ajebju > div:nth-child(3n) {
    grid-column: unset;
  }

  .vegastars-ajebju
    > div:nth-child(3n)
    .vegastars-2jo0n2
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .vegastars-ajebju {
    max-width: 270px;
  }
}

.vegastars-ajebju .vegastars-2jo0n2 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .vegastars-ajebju .vegastars-2jo0n2 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .vegastars-ajebju .vegastars-2jo0n2 button {
    max-width: 104px;
  }
}

.vegastars-stzvoo {
  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) {
  .vegastars-stzvoo {
    margin-bottom: 0;
  }
}

.vegastars-v9fr8u {
  display: none;
  opacity: 0;
}

.vegastars-w7jdi0 {
  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;
  }
}

.vegastars-w7jdi0 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.vegastars-2jo0n2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.vegastars-2jo0n2 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .vegastars-2jo0n2
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .vegastars-2jo0n2
    button {
    max-width: 145px;
  }
}

.vegastars-9b2nyd:first-child
  .vegastars-2jo0n2
  button {
  max-width: 270px;
}

.vegastars-y0l4ip {
  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%;
}

.vegastars-stzvoo picture {
  width: 100%;
  max-width: 100%;
}

.vegastars-sjo2y2 {
  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;
}

.vegastars-sjo2y2 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.vegastars-stzvoo:hover .vegastars-sjo2y2 {
  display: flex;
}

.vegastars-73auim {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.vegastars-7njl0w {
  display: flex;
}

.vegastars-7njl0w:hover .vegastars-1tuo2b,
.vegastars-7njl0w .vegastars-etssvt .vegastars-1tuo2b {
  display: flex;
}

.vegastars-7njl0w svg {
  flex-shrink: 0;
}

.vegastars-1tuo2b {
  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) {
  .vegastars-1tuo2b {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.vegastars-1tuo2b:hover {
  display: flex;
}

.vegastars-1tuo2b svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.vegastars-who4b8 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .vegastars-who4b8 {
    font-size: 12px;
  }
}

.vegastars-tiqmol,
.vegastars-3457r1 {
  width: 50%;
  flex-shrink: 0;
}

.vegastars-tiqmol {
  font-weight: 700;
}

.vegastars-0ncbo7 .vegastars-fdyzkr {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .vegastars-0ncbo7 .vegastars-fdyzkr {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .vegastars-0ncbo7 .vegastars-fdyzkr {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.vegastars-0ncbo7
  .vegastars-y0l4ip:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.vegastars-0ncbo7 .vegastars-w7jdi0 {
  height: 100% !important;
  border-radius: 16px;
}

.vegastars-0ncbo7 .vegastars-2jo0n2 {
  gap: 4px;
  align-items: center;
}

.vegastars-0ncbo7 .vegastars-2jo0n2 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vegastars-0ncbo7 .vegastars-2jo0n2 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.vegastars-0ncbo7 .vegastars-i7e1im,
.vegastars-0ncbo7 .vegastars-sotdr5 {
  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.vegastars-0imd73.org/2000/svg'%3E%3Cpath d='M9.vegastars-g4s2zq 4.vegastars-d2fl0s.vegastars-wbpysx 5.vegastars-3pixwm.vegastars-zqplj0 5.vegastars-2k5l3a.vegastars-5augz8 5.vegastars-zfo32l.vegastars-j5u6fk 8.vegastars-5eta8b.vegastars-h8wx6a 9.vegastars-m2t8y7.vegastars-sa2rzm 9.vegastars-pl1kw2.vegastars-hyrg6y 13.vegastars-6u0sm2.vegastars-hr7z7f 11.vegastars-wgm52k.vegastars-3ya44a 11.vegastars-4fqtol.vegastars-needad 11.vegastars-6h216m.vegastars-unld7u 13.vegastars-q2er5t.vegastars-sttfjj 9.vegastars-2tc87f.vegastars-b5ogv3 9.vegastars-9ng6wh.vegastars-en9nsu 8.vegastars-rba6h8.vegastars-6hg1qj 5.vegastars-t6t811.vegastars-5ago5p 5.vegastars-x7osrz.vegastars-aptvhd 5.vegastars-ve6eb8.vegastars-sv2lbb 4.vegastars-2jfv27.vegastars-3ya44a 1.vegastars-ynqja9.vegastars-g4s2zq 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.vegastars-0ncbo7 .vegastars-i7e1im {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.vegastars-0ncbo7 .vegastars-sotdr5 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.vegastars-j2cj4r {
  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) {
  .vegastars-j2cj4r {
    padding: 24px;
  }
}

.vegastars-j2cj4r .vegastars-v4uv4l {
  display: flex;
}

@media (min-width: 768px) {
  .vegastars-j2cj4r .vegastars-v4uv4l {
    display: none;
  }
}

.vegastars-j2cj4r .vegastars-t6f6i2 svg {
  display: none;
}

.vegastars-lz64v1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.vegastars-lz64v1 .vegastars-u0jrqj {
  display: none;
}

@media (min-width: 768px) {
  .vegastars-lz64v1 .vegastars-u0jrqj {
    display: flex;
  }
}

.vegastars-ygc0f1 {
  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) {
  .vegastars-ygc0f1 {
    font-size: 40px;
    line-height: 48px;
  }
}

.vegastars-ygc0f1 > * {
  margin: 0 !important;
}

.vegastars-ygc0f1 img,
.vegastars-f0p95t {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .vegastars-ygc0f1 img,
  .vegastars-f0p95t {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.vegastars-y766iu {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .vegastars-y766iu {
    width: 32px;
    height: 32px;
  }
}

.vegastars-bvxzwd {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .vegastars-bvxzwd {
    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;
  }

  .vegastars-bvxzwd::-webkit-scrollbar {
    display: none;
  }
}

.vegastars-zc99d7 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .vegastars-zc99d7 {
    padding: 7px 15px;
  }
}

.vegastars-zc99d7:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.vegastars-snzeyh {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .vegastars-snzeyh {
    display: flex;
    opacity: 1;
  }
}

.vegastars-zc99d7 picture {
  height: 100%;
  display: block;
}

.vegastars-zc99d7 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .vegastars-zc99d7 img {
    width: 88px;
    height: 44px;
  }
}

.vegastars-zc99d7 p {
  text-align: center;
  width: 100%;
}

.vegastars-zm1h6f {
  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) {
  .vegastars-zm1h6f {
    font-size: 40px;
    line-height: 48px;
  }
}

.vegastars-zm1h6f img,
.vegastars-8ozc3r {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .vegastars-zm1h6f img,
  .vegastars-8ozc3r {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.vegastars-6ob41a {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .vegastars-6ob41a {
    width: 32px;
    height: 32px;
  }
}

.vegastars-1lowcl {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.vegastars-xss9p1 {
  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;
}

.vegastars-z7u60s {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.vegastars-z7u60s.vegastars-etssvt {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.vegastars-y0sodw {
  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) {
  .vegastars-y0sodw {
    font-size: 20px;
    line-height: 28px;
  }
}

.vegastars-xkm7px {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--card-text-color, var(--text-color));
}

.vegastars-buf05x {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.vegastars-c21xqu ease;
  opacity: 0;
  color: var(--card-text-color, var(--text-color));
}

.vegastars-hktak2 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.vegastars-hktak2 ol,
.vegastars-hktak2 ul {
  padding-left: 1.3em;
}

.vegastars-z7u60s.vegastars-etssvt .vegastars-buf05x {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.vegastars-z7u60s.vegastars-etssvt .vegastars-xkm7px {
  transform: rotate(180deg);
  color: var(--card-text-color, var(--text-color));
}

.vegastars-ep5fqg {
  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) {
  .vegastars-ep5fqg {
    padding: 24px;
  }
}

.vegastars-ep5fqg .vegastars-v4uv4l {
  display: flex;
}

@media (min-width: 768px) {
  .vegastars-ep5fqg .vegastars-v4uv4l {
    display: none;
  }
}

.vegastars-ep5fqg .vegastars-t6f6i2 svg {
  display: none;
}

.vegastars-w89dov {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vegastars-w89dov .vegastars-u0jrqj {
  display: none;
}

@media (min-width: 768px) {
  .vegastars-w89dov .vegastars-u0jrqj {
    display: flex;
  }
}

.vegastars-o09yyv {
  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) {
  .vegastars-o09yyv {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.vegastars-o09yyv > * {
  margin: 0 !important;
}

.vegastars-o09yyv img,
.vegastars-764mm0 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .vegastars-o09yyv img,
  .vegastars-764mm0 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.vegastars-h7w7w7 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .vegastars-h7w7w7 {
    width: 32px;
    height: 32px;
  }
}

.vegastars-48ifzz {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .vegastars-48ifzz {
    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;
  }

  .vegastars-48ifzz::-webkit-scrollbar {
    display: none;
  }
}

.vegastars-uzx8x5 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.vegastars-uzx8x5:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.vegastars-bi90mx {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .vegastars-bi90mx {
    display: flex;
    opacity: 1;
  }
}

.vegastars-uzx8x5 picture {
  width: auto;
  height: 100%;
  display: block;
}

.vegastars-uzx8x5 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.vegastars-vgf5yf {
  margin: -24px 0;
}

.vegastars-vgf5yf:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .vegastars-vgf5yf {
    margin: -16px 0;
  }
}

.vegastars-68v5m9 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .vegastars-68v5m9 {
    flex-direction: row;
  }
}

.vegastars-b91izn {
  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) {
  .vegastars-b91izn {
    flex: 1;
  }
}

.vegastars-b91izn::placeholder {
  color: var(--Text-400);
}

.vegastars-0j1w5d {
  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;
}

.vegastars-jo6yjz {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.vegastars-jo6yjz::-webkit-scrollbar {
  display: none;
}

.vegastars-imo0qq {
  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;
}

.vegastars-imo0qq img,
.vegastars-imo0qq svg {
  margin-right: 8px;
}

.vegastars-1ck3s8 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.vegastars-vgf5yf + .vegastars-fcfbve {
  margin-top: 0;
}

@media (min-width: 768px) {
  .vegastars-vgf5yf + .vegastars-fcfbve {
    margin-top: -16px;
  }
}

.vegastars-h20vrd {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.vegastars-h20vrd > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.vegastars-h20vrd > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.vegastars-s4355v {
  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;
}

.vegastars-7ux7fz {
  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;
}

.vegastars-3rm3ew {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.vegastars-gesvgm {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.vegastars-x8849z {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.vegastars-s4355v 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;
}

.vegastars-s4355v 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) {
  .vegastars-s4355v {
    padding: 39px 179px 39px 39px;
  }

  .vegastars-7ux7fz {
    font-size: 40px;
    line-height: 48px;
  }

  .vegastars-x8849z {
    height: 348px;
  }

  .vegastars-s4355v button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .vegastars-s4355v button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .vegastars-s4355v {
    padding: 63px;
  }
}

.vegastars-qjuxxs {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .vegastars-qjuxxs {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.vegastars-qg816p {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .vegastars-qg816p {
    width: auto;
  }
}

.vegastars-wxmjna {
  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;
}

.vegastars-wxmjna::-webkit-scrollbar {
  display: none;
}

.vegastars-wxmjna 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);
}

.vegastars-wxmjna a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .vegastars-wxmjna {
    margin-left: 16px;
    margin-top: 0;
  }
}

.vegastars-qjuxxs .vegastars-7j1xhg {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.vegastars-c21xqu,
    mask-image 0.3s;
}

.vegastars-qjuxxs .vegastars-7j1xhg.vegastars-116287 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.vegastars-gel5t9 {
  margin: 40px -16px;
}

.vegastars-cimrpy + .vegastars-242swj,
.vegastars-cimrpy + .vegastars-nfr0kp {
  margin-top: 24px;
}

.vegastars-owfpo3 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.vegastars-owfpo3 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.vegastars-jgo6va {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .vegastars-jgo6va {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .vegastars-jgo6va {
    margin-top: 0;
  }
}

.vegastars-5p25yh {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .vegastars-5p25yh {
    font-size: 24px;
    line-height: 32px;
  }
}

.vegastars-l89usu {
  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) {
  .vegastars-l89usu {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.vegastars-fojus9 {
  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) {
  .vegastars-fojus9 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.vegastars-1wwqbf {
  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) {
  .vegastars-1wwqbf {
    font-size: 20px;
    line-height: 28px;
  }
}

.vegastars-5475ax {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .vegastars-5475ax {
    font-size: 32px;
    line-height: 40px;
  }
}

.vegastars-nzy3yj {
  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;
}

.vegastars-4bl7lz {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.vegastars-4bl7lz img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vegastars-fcfbve {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.vegastars-cxzr0u {
  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) {
  .vegastars-cxzr0u {
    padding: 15px 48px;
  }
}

main > .vegastars-fcfbve {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .vegastars-fdyzkr.vegastars-pe0tnn > div:nth-child(n+5) {
    display: none;
  }
}

.vegastars-kqsxd8 p a img {
  display: block;
  margin: 0 auto;
}


.vegastars-i388lo {
  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 */
.vegastars-78gb00 {
  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;
}

.vegastars-78gb00 label {
  font-size: 14px;
}

.vegastars-78gb00 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.vegastars-78gb00 input,
.vegastars-78gb00 textarea,
.vegastars-78gb00 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;
}
.vegastars-78gb00 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.vegastars-3o9k87 ease;
}
.vegastars-78gb00 button:hover {
  background-color: var(--button-bg-hover);
}
.vegastars-07zy4g {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.vegastars-ybh94e ease-in;
}

.vegastars-07zy4g 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;
}
.vegastars-l11h2a, .vegastars-y5jekf, [class*="review-card"],
thead, thead th, table th, .vegastars-l6b1vh,
.vegastars-7wzouo, [class*="collapsible-header"],
.vegastars-nzx2m8, [class*="updated-block"] {
  color: #ece7dc !important;
}

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