* {
  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;
  }
}

.potluck-gdps3n {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .potluck-gdps3n {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .potluck-gdps3n {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.potluck-xyk3m2 {
  overflow: hidden;
}

.potluck-36h8ko img {
  background: var(--Neutral-300);
}

.potluck-9dheg6 {
  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;
}

.potluck-49d693 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.potluck-49d693:hover {
  background: var(--button-bg-hover);
}

.potluck-pwy0n3 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.potluck-pwy0n3:hover {
  background: var(--button-bg-hover);
}

.potluck-kstmh2 {
  font-size: 12px;
  line-height: 18px;
}

.potluck-ue9kyw {
  font-size: 18px;
  line-height: 26px;
}

.potluck-krgwgx {
  width: 100%;
}

.potluck-cwnfjy {
  padding: 6px 16px;
}

.potluck-f9khcm {
  padding: 10px 16px;
}

.potluck-llnmeh {
  padding: 15px 26px;
}

.potluck-1ax2z9 {
  flex-shrink: 0;
}

.potluck-niao53 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.potluck-rw3ucc {
  display: none;
}

.potluck-1n883i {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.potluck-469xoq {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.potluck-iny74f {
  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;
}

.potluck-lhhyuh {
  cursor: grab;
}

.potluck-iny74f::-webkit-scrollbar {
  display: none;
}

.potluck-do97fw {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.potluck-xoq2ov {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.potluck-to0jtj {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.potluck-ngv6op {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.potluck-w6enl8 {
  visibility: visible;
}

.potluck-lni874 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.potluck-4n82pi ease;
}

.potluck-1554h6 {
  background-color: var(--Primary-200);
  width: 16px;
}

.potluck-i4fflt {
  -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.potluck-4n82pi,
    mask-image 0.3s;
}

.potluck-i4fflt.potluck-84ndwu {
  -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;
  }
}

.potluck-blwgn5: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;
}

.potluck-bif77v {
  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.potluck-o7dnd1.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.potluck-o7dnd1.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;
}

.potluck-oi02dr {
  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);
}

.potluck-oi02dr::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%
  );
}

.potluck-x0cnnw {
  position: relative;
  z-index: 1;
}

.potluck-8lniiu {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.potluck-cgz1l7 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.potluck-e98ztz {
  font-size: 40px;
  line-height: 48px;
}

.potluck-wpjcem {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.potluck-bo1xdm {
  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;
}

.potluck-bo1xdm:hover {
  background: var(--Primary-400);
}

.potluck-bo1xdm svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.potluck-blwgn5 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) {
  .potluck-oi02dr {
    max-width: 600px;
    padding: 64px;
  }

  .potluck-8lniiu {
    font-size: 24px;
    line-height: 32px;
  }

  .potluck-cgz1l7 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .potluck-e98ztz {
    font-size: 50px;
    line-height: 56px;
  }

  .potluck-wpjcem {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .potluck-bif77v {
    top: 25px;
    right: 25px;
  }
}

.potluck-z001fj,
.potluck-v7ok0f {
  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;
}

.potluck-werqnk.potluck-fua2up::before,
.potluck-v7ok0f::before,
.potluck-lk0gqd::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.potluck-o7dnd1.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.potluck-bbdyfn 14.potluck-d82nt4.potluck-ng5tkk 14.potluck-cmqe5a 15.potluck-u6ewoa 14.potluck-uxn8b9 15.potluck-n3d5d1 14.potluck-591ueu.potluck-3ddsqw 14.potluck-v5q4g0 19.potluck-ex64x7 12.potluck-lsmwcz 19.potluck-ex64x7 10.potluck-3jtymz.potluck-ex64x7 8.potluck-3rh1cf 17.potluck-vept61 7.potluck-7o877m 15.potluck-4i6egw 7.potluck-mnl9wy.potluck-qikvdu 7.potluck-7o877m 11.potluck-mpm6h9 8.potluck-3rh1cf 11.potluck-mpm6h9 10.potluck-riuqxl.potluck-mpm6h9 12.potluck-gb2xyu 13.potluck-s5ipl1 14.potluck-410cw9 15.potluck-e96ua7 14.potluck-9opcyi.potluck-7gt14z 14.potluck-hcm584 15.potluck-4e8jyi 14.potluck-1gmckj 15.potluck-k5hno2 14.potluck-fdvrlu.potluck-bbdyfn 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.potluck-py0cqm 15.potluck-gvz88g.potluck-xmwd8q 15.potluck-5err1g 15.potluck-fzibdr 15.potluck-klel5z 15.potluck-y3awig 15.potluck-iqv72r.potluck-4pjeac 15.potluck-klel5z 15.potluck-oj0vjs 15.potluck-2qf4l3 15.potluck-jik8lj 15.potluck-zsx54r.potluck-b46y7x 15.potluck-fzfqbb 7.potluck-lmmerk 18.potluck-wpxjv5 7.potluck-pfnhl8 23.potluck-68ypiv.potluck-e4dp40.potluck-rio2sq 18.potluck-m3aqr8 19.potluck-wftozi 15.potluck-rpwc7e 15.potluck-py0cqm 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.potluck-wijed2 [type="submit"] *,
.potluck-8fvl0c button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .potluck-5o5hgp {
    display: none;
  }
}

.potluck-d4l9ax {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .potluck-d4l9ax {
  display: none;
}

@media (min-width: 768px) {
  .potluck-d4l9ax {
    bottom: 22px;
  }
}

.potluck-d4l9ax input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .potluck-d4l9ax {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.potluck-bgnuu7.static) .potluck-d4l9ax {
    bottom: 8px;
  }
}

.potluck-o29v6s {
  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.potluck-o7dnd1.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.potluck-wcv14t 3.potluck-21xapl.potluck-8uu80v.potluck-kgefcd 3.potluck-yzf701 3.potluck-390taa 5.potluck-18rdwj 3.potluck-390taa 8.potluck-ds4tiz.potluck-wu3t0q.potluck-390taa 26.potluck-nmv75w 5.potluck-7ipu6j 28.potluck-gfptr1 8.potluck-bbzol2 28.potluck-ys6ib9.potluck-slzwv0 28.potluck-dnqj9b.potluck-gspiw5 34.potluck-xncyh2.potluck-rlipxf 36.potluck-beh9wl 11.potluck-exli0q 37.potluck-633yox 12.potluck-ucd2nm 36.potluck-3dqnj2.potluck-nybyrw 28.potluck-u689un.potluck-le6rs8.potluck-ioy913 28.potluck-jvklhh 36.potluck-84ed1n 26.potluck-ncd1zu 36.potluck-84ed1n 23.potluck-lt7oz3.potluck-z0b2s5.potluck-84ed1n 5.potluck-s5bej0 34.potluck-rcaacj 3.potluck-yzf701 31.potluck-wcv14t 3.potluck-u0kkvk.potluck-qx84oc 18.potluck-may8or.potluck-svc7ez 18.potluck-hc3x3x 8.potluck-i1c800 17.potluck-nhu4nl 8.potluck-i1c800 15.potluck-m1rzu0.potluck-i1c800 14.potluck-xxf2qo 9.potluck-svc7ez 13.potluck-usfayj 11.potluck-qx84oc 13.potluck-ns4qxm.potluck-g8nk08 13.potluck-usfayj 13.potluck-wnekrf 14.potluck-xxf2qo 13.potluck-wnekrf 15.potluck-dc8dbn.potluck-wnekrf 17.potluck-nhu4nl 12.potluck-g8nk08 18.potluck-hc3x3x 11.potluck-qx84oc 18.potluck-fbe6yi.potluck-h576my 18.potluck-z0i2wb.potluck-ilthap 18.potluck-hc3x3x 17.potluck-6u2ly8 17.potluck-nhu4nl 17.potluck-6u2ly8 15.potluck-uw7jfn.potluck-6u2ly8 14.potluck-xxf2qo 18.potluck-ilthap 13.potluck-usfayj 20.potluck-h576my 13.potluck-ilsq5e.potluck-oubdu1 13.potluck-usfayj 22.potluck-1q6y5i 14.potluck-xxf2qo 22.potluck-1q6y5i 15.potluck-6qzl3j.potluck-trhe7d 17.potluck-nhu4nl 21.potluck-oubdu1 18.potluck-hc3x3x 20.potluck-h576my 18.potluck-wcsnfo.potluck-g644ck 18.potluck-zskgf4.potluck-jtsudt 18.potluck-hc3x3x 26.potluck-yad0lp 17.potluck-nhu4nl 26.potluck-yad0lp 15.potluck-9btax0.potluck-yad0lp 14.potluck-xxf2qo 27.potluck-jtsudt 13.potluck-usfayj 28.potluck-g644ck 13.potluck-o0iqbc.potluck-8vfaoj 13.potluck-usfayj 31.potluck-8lzm34 14.potluck-xxf2qo 31.potluck-8lzm34 15.potluck-3ckzyk.potluck-yad0lp 17.potluck-nhu4nl 30.potluck-8vfaoj 18.potluck-hc3x3x 28.potluck-g644ck 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"])
    .potluck-o29v6s {
    display: none;
  }
}

.potluck-mgck4m {
  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) {
  .potluck-mgck4m {
    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;
}

.potluck-8fvl0c {
  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) {
  .potluck-8fvl0c {
    padding: 14px 16px;
  }
}

.potluck-8fvl0c button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.potluck-8fvl0c button:first-child {
  align-content: end;
}

.potluck-8fvl0c button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .potluck-8fvl0c
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .potluck-8fvl0c
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.potluck-8fvl0c button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.potluck-8fvl0c button:last-child svg {
  width: 38px;
  height: 38px;
}

.potluck-lk0gqd {
  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;
}

.potluck-lk0gqd::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .potluck-lk0gqd,
.pc61d126-chatbot[data-active-screen="3"]
  .potluck-lk0gqd {
  opacity: 1;
  visibility: visible;
}

.potluck-7xgi77 {
  flex: 1 1;
}

.potluck-h3fws6 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .potluck-h3fws6 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .potluck-7ndif0 {
  display: block;
}

.potluck-qrwnrc {
  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) {
  .potluck-qrwnrc {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.potluck-v7ok0f {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.potluck-v7ok0f::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.potluck-dh6ido span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.potluck-dh6ido p {
  color: var(--Text-100);
}

.potluck-v7ok0f .potluck-363foh {
  grid-area: button;
}

.potluck-v7ok0f .potluck-363foh::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.potluck-o7dnd1.org/2000/svg'%3E%3Cpath d='M4.potluck-g6cvp0 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.potluck-erakk9 15L16.potluck-erakk9 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.potluck-erakk9 5L16.potluck-erakk9 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .potluck-8nzu4d {
  display: block;
}

.potluck-qscv7s {
  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) {
  .potluck-qscv7s {
    margin-top: 40px;
  }
}

.potluck-z001fj label,
.potluck-z001fj input {
  display: block;
  width: 100%;
}

.potluck-z001fj label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.potluck-z001fj label.potluck-4hopnw input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.potluck-z001fj label.potluck-4hopnw::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;
}

.potluck-z001fj 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;
}

.potluck-z001fj input::placeholder {
  color: var(--Text-400);
}

.potluck-1ne0cd {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .potluck-1ne0cd {
  display: flex;
}

.potluck-1ne0cd ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .potluck-1ne0cd ol {
    height: 420px;
    padding: 24px;
  }
}

.potluck-1ne0cd ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.potluck-wijed2 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .potluck-wijed2 {
    padding: 0 24px 24px;
  }
}

.potluck-wijed2 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;
}

.potluck-wijed2 input::placeholder {
  color: var(--Text-400);
}

.potluck-wijed2 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.potluck-wijed2 [type="submit"]:disabled {
  opacity: 0.5;
}

.potluck-wijed2 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .potluck-wijed2 [type="submit"] {
    right: 40px;
  }
}

.potluck-werqnk {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.potluck-werqnk.potluck-fua2up {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.potluck-werqnk.potluck-fua2up::before {
  content: "";
  width: 31px;
}

.potluck-werqnk.potluck-fua2up p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.potluck-werqnk.potluck-v5tzkm p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.potluck-werqnk p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.potluck-d4l9ax .potluck-363foh {
  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;
  }
}

.potluck-5o5hgp {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .potluck-5o5hgp {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .potluck-5o5hgp {
    padding: 18px 0;
  }
}

.potluck-5o5hgp .potluck-gdps3n {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .potluck-5o5hgp .potluck-gdps3n {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.potluck-viobxn {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .potluck-viobxn {
    max-width: 160px;
    height: 40px;
  }
}

.potluck-viobxn picture,
.potluck-viobxn img {
  display: block;
  width: 100%;
  height: 100%;
}

.potluck-viobxn img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .potluck-zbt5kq {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.potluck-4n82pi ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .potluck-5o5hgp.potluck-2ktph8 .potluck-zbt5kq {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .potluck-zbt5kq {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .potluck-zbt5kq {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.potluck-oh7z01,
.potluck-des9g8 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .potluck-oh7z01,
  .potluck-des9g8 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .potluck-des9g8 {
    display: none;
  }
}

.potluck-e9k7w4 {
  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;
}

.potluck-2ktph8 .potluck-e9k7w4 {
  background: var(--fh-bg-color);
}

.potluck-e9k7w4 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .potluck-e9k7w4 {
    display: none;
  }
}

.potluck-49hyrn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .potluck-49hyrn {
    display: none;
  }
}

.potluck-hu4cpe {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.potluck-5o5hgp.potluck-2ktph8 .potluck-hu4cpe:first-child {
  display: none;
}

.potluck-5o5hgp.potluck-2ktph8 .potluck-hu4cpe:last-child {
  display: block;
}

.potluck-hu4cpe:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .potluck-hu4cpe {
    display: none;
  }
}

.potluck-mfi9tb {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .potluck-mfi9tb {
    display: flex;
  }
}

.potluck-mfi9tb ul {
  max-height: 350px;
  overflow-y: auto;
}

.potluck-mfi9tb:hover ul {
  visibility: visible;
  opacity: 1;
}

.potluck-mfi9tb:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.potluck-mfi9tb:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.potluck-mfi9tb:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.potluck-mfi9tb:hover .potluck-444psv svg {
  transform: rotate(180deg);
}

.potluck-ha6h92 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.potluck-60bk9g {
  padding: 0 8px;
}

.potluck-zmfyio {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.potluck-zmfyio:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .potluck-zmfyio {
    padding: 4px 8px;
  }
}

.potluck-r1zvqj {
  display: flex;
}

.potluck-r1zvqj img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.potluck-444psv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.potluck-444psv svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.potluck-iarpah {
  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) {
  .potluck-iarpah {
    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;
  }
}

.potluck-6d2gq0 {
  width: 100%;
}

@media (min-width: 1200px) {
  .potluck-6d2gq0 {
    display: none;
  }
}

.potluck-041d8m {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.potluck-esny2c {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.potluck-obsaij {
  display: flex;
}

.potluck-h55cg7 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.potluck-2kew3a {
  list-style: none;
}

@media (max-width: 1199px) {
  .potluck-2kew3a {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .potluck-2kew3a {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .potluck-2kew3a .potluck-6x9ue3 [data-ref-el],
  .potluck-2kew3a .potluck-6x9ue3 span,
  .potluck-2kew3a .potluck-6x9ue3 a {
    white-space: nowrap;
  }
}

.potluck-svqp8x {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .potluck-svqp8x.potluck-kpbztu > .potluck-6x9ue3 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .potluck-svqp8x.potluck-wltbn4:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .potluck-svqp8x.potluck-kpbztu > .potluck-5ipaap {
    height: auto;
  }

  .potluck-svqp8x.potluck-kpbztu > div > .potluck-fy2p5n {
    transform: rotate(180deg);
  }
}

.potluck-svqp8x [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.potluck-svqp8x [data-ref-el],
.potluck-svqp8x span {
  cursor: pointer;
}

.potluck-svqp8x [data-ref-el],
.potluck-svqp8x span,
.potluck-svqp8x a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .potluck-svqp8x [data-ref-el],
  .potluck-svqp8x span,
  .potluck-svqp8x a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .potluck-svqp8x [data-ref-el],
  .potluck-svqp8x span,
  .potluck-svqp8x a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.potluck-5ipaap {
  height: 0;
  overflow: hidden;
  transition: height 0.potluck-4n82pi ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.potluck-5ipaap::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.potluck-5ipaap::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.potluck-5ipaap::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .potluck-5ipaap {
    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;
  }

  .potluck-5ipaap:has(> .potluck-svqp8x.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .potluck-5ipaap .potluck-5ipaap {
    padding: 0;
  }

  .potluck-5ipaap .potluck-svqp8x {
    font-weight: 400;
  }

  .potluck-5ipaap .potluck-svqp8x:hover > .potluck-6x9ue3 {
    background: var(--Neutral-300);
  }

  .potluck-5ipaap .potluck-fy2p5n {
    rotate: -90deg;
  }
}

.potluck-6x9ue3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .potluck-6x9ue3 {
    padding: 8px;
  }

  .potluck-svqp8x.potluck-erqm09 > .potluck-6x9ue3 {
    background: var(--Neutral-300);
  }
}

.potluck-fy2p5n {
  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.potluck-o7dnd1.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.potluck-ibn02x 0.potluck-92dt8b.potluck-l2jena -0.potluck-1bw6kw 0.potluck-l73ruy -0.potluck-1bw6kw 1.potluck-49j5x9 0.potluck-7q0zjr.potluck-3hobq0 4.potluck-f2gks6.potluck-ibn02x 0.potluck-3a6870.potluck-5yns1j -0.potluck-1bw6kw 9.potluck-ev4wou -0.potluck-1bw6kw 10.potluck-qigl5t 0.potluck-tqe9u0.potluck-rhcbmu 0.potluck-l2jena 10.potluck-rhcbmu 0.potluck-l73ruy 10.potluck-qigl5t 1.potluck-gfjgw5.potluck-ic9hcs 5.potluck-f4tdhu.potluck-kd34gv 6.potluck-ghsa9i 5.potluck-q32sy6 6.potluck-ghsa9i 4.potluck-ee73so 5.potluck-mgl9l9.potluck-ibn02x 1.potluck-oi3g1w.potluck-1bw6kw 0.potluck-l73ruy -0.potluck-1bw6kw 0.potluck-l2jena 0.potluck-ibn02x 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.potluck-4n82pi ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .potluck-fy2p5n {
    cursor: default;
  }
}

.potluck-6tt4ly {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.potluck-1rymne {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .potluck-1rymne {
    padding: 40px 4px;
  }
}

.potluck-c254it {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .potluck-c254it {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.potluck-rrm02y {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .potluck-rrm02y {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.potluck-rrm02y ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.potluck-rrm02y [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.potluck-rrm02y [data-ref-el],
.potluck-rrm02y span,
.potluck-rrm02y a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.potluck-ogaood {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .potluck-ogaood {
    margin-bottom: 12px;
  }
}

.potluck-9zd85g {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.potluck-9zd85g img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .potluck-9zd85g:last-child {
    margin-right: 0;
  }
}

.potluck-o7zqgz {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.potluck-ogaood:hover .potluck-twk9ho {
  visibility: visible;
  opacity: 1;
}

.potluck-twk9ho {
  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);
}

.potluck-xrqi6l {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.potluck-btqgzw {
  display: flex;
  margin: 6px;
}

.potluck-btqgzw img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.potluck-twk9ho::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);
}

.potluck-twk9ho::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);
}

.potluck-ck2mys {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .potluck-ck2mys {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.potluck-swurws {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .potluck-swurws {
    margin-right: 32px;
  }
}

.potluck-fzdrty {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .potluck-fzdrty {
    margin-top: 0;
    width: 340px;
  }
}

.potluck-fzdrty a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.potluck-phvhhw {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.potluck-cbbnbz {
  position: relative;
}

@media (min-width: 768px) {
  .potluck-cbbnbz {
    margin-top: 40px;
  }
}

.potluck-cbbnbz + .potluck-irzbkv,
.potluck-cbbnbz + .potluck-cbbnbz {
  margin-top: 24px;
}

.potluck-mca0wz {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .potluck-mca0wz {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .potluck-mca0wz {
    padding: 80px;
  }
}

.potluck-n06xgi {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .potluck-n06xgi {
    padding: 0 16px;
}


}

.potluck-54pb02 {
  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) {
  .potluck-54pb02 {
    font-size: 48px;
    line-height: 56px;
  }
}

.potluck-m1nfr0 {
  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) {
  .potluck-m1nfr0 {
    font-size: 24px;
    line-height: 32px;
  }
}

.potluck-jgjx23 {
  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;
}

.potluck-jgjx23:hover {
  background: var(--button-bg-hover);
}

.potluck-l06lll {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.potluck-l06lll img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .potluck-l06lll img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .potluck-l06lll img {
  min-height: 100%;
  }
}

.potluck-mca0wz::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.potluck-ibqhlq {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.potluck-ibqhlq h1,
.potluck-ibqhlq h2,
.potluck-ibqhlq h3,
.potluck-ibqhlq h4 {
  margin-bottom: 6px;
}

.potluck-ibqhlq h1:not(:first-child),
.potluck-ibqhlq h2:not(:first-child),
.potluck-ibqhlq h3:not(:first-child),
.potluck-ibqhlq h4:not(:first-child) {
  margin-top: 16px;
}

.potluck-ibqhlq h1,
.potluck-ibqhlq h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .potluck-ibqhlq h1,
  .potluck-ibqhlq h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.potluck-ibqhlq h2,
.potluck-ibqhlq h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .potluck-ibqhlq h2,
  .potluck-ibqhlq h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.potluck-ibqhlq h3,
.potluck-ibqhlq h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .potluck-ibqhlq h3,
  .potluck-ibqhlq h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.potluck-ibqhlq h4,
.potluck-ibqhlq h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.potluck-ibqhlq ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.potluck-ibqhlq ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.potluck-ibqhlq 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);
}

.potluck-ibqhlq ul ul {
  margin-bottom: 8px;
}

.potluck-ibqhlq ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.potluck-ibqhlq ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.potluck-ibqhlq ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.potluck-ibqhlq ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.potluck-ibqhlq ol li::marker {
  font-weight: 700;
}

.potluck-ibqhlq ol ol {
  margin-bottom: 8px;
}

.potluck-ibqhlq ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.potluck-ibqhlq ol ul li {
  padding-left: 16px;
}

.potluck-ibqhlq 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) {
  .potluck-ibqhlq table {
    padding: 24px;
  }
}

.potluck-ibqhlq table.potluck-ftx9cq {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.potluck-4n82pi,
    mask-image 0.3s;
}

.potluck-ibqhlq table.potluck-ftx9cq.potluck-84ndwu {
  -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) {
  .potluck-ibqhlq table {
    display: table;
  }
}

.potluck-ibqhlq 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);
}

.potluck-ibqhlq table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.potluck-ibqhlq table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.potluck-ibqhlq 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) {
  .potluck-ibqhlq table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.potluck-ibqhlq table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.potluck-ibqhlq table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.potluck-ibqhlq table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.potluck-ibqhlq img {
  max-width: 100%;
  height: auto;
}

.potluck-eogyo6 {
  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) {
  .potluck-eogyo6 {
    padding: 24px;
  }
}

.potluck-e8j0i3 {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .potluck-e8j0i3 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.potluck-e8j0i3 > * {
  margin: 0 !important;
}

.potluck-e8j0i3 img,
.potluck-uoyul6 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .potluck-e8j0i3 img,
  .potluck-uoyul6 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.potluck-is5jzo {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .potluck-is5jzo {
    width: 32px;
    height: 32px;
  }
}

.potluck-o85qjl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.potluck-o85qjl .potluck-6iw94z {
  flex-shrink: 0;
}

.potluck-o85qjl .potluck-wggtiy svg {
  display: none;
}

.potluck-5vk967 {
  display: grid;
  transition: max-height 0.potluck-4n82pi ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .potluck-5vk967 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .potluck-5vk967 {
    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));
  }
}

.potluck-5vk967.potluck-x1kcxg + .potluck-6iw94z svg {
  transform: rotate(180deg);
}

.potluck-xywdy1 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.potluck-xywdy1 > div:nth-child(3n) {
  grid-column: span 2;
}

.potluck-xywdy1
  > div:nth-child(3n)
  .potluck-66z6cu
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .potluck-xywdy1 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .potluck-xywdy1 > div:nth-child(3n) {
    grid-column: unset;
  }

  .potluck-xywdy1
    > div:nth-child(3n)
    .potluck-66z6cu
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .potluck-xywdy1 {
    max-width: 270px;
  }
}

.potluck-xywdy1 .potluck-66z6cu button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .potluck-xywdy1 .potluck-66z6cu button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .potluck-xywdy1 .potluck-66z6cu button {
    max-width: 104px;
  }
}

.potluck-oehqy6 {
  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) {
  .potluck-oehqy6 {
    margin-bottom: 0;
  }
}

.potluck-8bbhcj {
  display: none;
  opacity: 0;
}

.potluck-ykcqi7 {
  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;
  }
}

.potluck-ykcqi7 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.potluck-66z6cu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.potluck-66z6cu button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .potluck-66z6cu
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .potluck-66z6cu
    button {
    max-width: 145px;
  }
}

.potluck-q0n2ek:first-child
  .potluck-66z6cu
  button {
  max-width: 270px;
}

.potluck-nam3yk {
  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%;
}

.potluck-oehqy6 picture {
  width: 100%;
  max-width: 100%;
}

.potluck-z53b5i {
  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;
}

.potluck-z53b5i svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.potluck-oehqy6:hover .potluck-z53b5i {
  display: flex;
}

.potluck-eese3u {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.potluck-8fgz66 {
  display: flex;
}

.potluck-8fgz66:hover .potluck-cqen9s,
.potluck-8fgz66 .potluck-erqm09 .potluck-cqen9s {
  display: flex;
}

.potluck-8fgz66 svg {
  flex-shrink: 0;
}

.potluck-cqen9s {
  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) {
  .potluck-cqen9s {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.potluck-cqen9s:hover {
  display: flex;
}

.potluck-cqen9s svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.potluck-r05g3m {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .potluck-r05g3m {
    font-size: 12px;
  }
}

.potluck-q7073f,
.potluck-7z3nx0 {
  width: 50%;
  flex-shrink: 0;
}

.potluck-q7073f {
  font-weight: 700;
}

.potluck-l2tcss .potluck-5vk967 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .potluck-l2tcss .potluck-5vk967 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .potluck-l2tcss .potluck-5vk967 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.potluck-l2tcss
  .potluck-nam3yk:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.potluck-l2tcss .potluck-ykcqi7 {
  height: 100% !important;
  border-radius: 16px;
}

.potluck-l2tcss .potluck-66z6cu {
  gap: 4px;
  align-items: center;
}

.potluck-l2tcss .potluck-66z6cu button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.potluck-l2tcss .potluck-66z6cu svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.potluck-l2tcss .potluck-81syxj,
.potluck-l2tcss .potluck-rj2md6 {
  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.potluck-o7dnd1.org/2000/svg'%3E%3Cpath d='M9.potluck-4db1x4 4.potluck-ucd2jo.potluck-e1nsvf 5.potluck-06aqqx.potluck-toq6yb 5.potluck-0ctv10.potluck-zya971 5.potluck-vtc5qy.potluck-9lcjc0 8.potluck-ze277c.potluck-y5q4dv 9.potluck-98cl28.potluck-8el0lo 9.potluck-vnx9dp.potluck-3diw6s 13.potluck-98kf9m.potluck-qbqjb7 11.potluck-eb1u6t.potluck-kth3zj 11.potluck-c9smbb.potluck-f3xy88 11.potluck-tz65mx.potluck-wddgbu 13.potluck-tl7qtx.potluck-wc2n4f 9.potluck-dnzo83.potluck-rn2m6c 9.potluck-yufoib.potluck-kviynp 8.potluck-c9eafy.potluck-vru9m0 5.potluck-s61qk8.potluck-ozdzs3 5.potluck-zaoe35.potluck-ou1vuw 5.potluck-vxmqzc.potluck-eoxglj 4.potluck-js3tif.potluck-kth3zj 1.potluck-2aspth.potluck-4db1x4 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.potluck-l2tcss .potluck-81syxj {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.potluck-l2tcss .potluck-rj2md6 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.potluck-vpfprn {
  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) {
  .potluck-vpfprn {
    padding: 24px;
  }
}

.potluck-vpfprn .potluck-6iw94z {
  display: flex;
}

@media (min-width: 768px) {
  .potluck-vpfprn .potluck-6iw94z {
    display: none;
  }
}

.potluck-vpfprn .potluck-wggtiy svg {
  display: none;
}

.potluck-v1e8d3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.potluck-v1e8d3 .potluck-9dheg6 {
  display: none;
}

@media (min-width: 768px) {
  .potluck-v1e8d3 .potluck-9dheg6 {
    display: flex;
  }
}

.potluck-rum8ju {
  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) {
  .potluck-rum8ju {
    font-size: 40px;
    line-height: 48px;
  }
}

.potluck-rum8ju > * {
  margin: 0 !important;
}

.potluck-rum8ju img,
.potluck-y1yhzz {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .potluck-rum8ju img,
  .potluck-y1yhzz {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.potluck-e74bs5 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .potluck-e74bs5 {
    width: 32px;
    height: 32px;
  }
}

.potluck-u6dz96 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .potluck-u6dz96 {
    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;
  }

  .potluck-u6dz96::-webkit-scrollbar {
    display: none;
  }
}

.potluck-agb21w {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .potluck-agb21w {
    padding: 7px 15px;
  }
}

.potluck-agb21w:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.potluck-bwzjti {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .potluck-bwzjti {
    display: flex;
    opacity: 1;
  }
}

.potluck-agb21w picture {
  height: 100%;
  display: block;
}

.potluck-agb21w img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .potluck-agb21w img {
    width: 88px;
    height: 44px;
  }
}

.potluck-agb21w p {
  text-align: center;
  width: 100%;
}

.potluck-ktpadp {
  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) {
  .potluck-ktpadp {
    font-size: 40px;
    line-height: 48px;
  }
}

.potluck-ktpadp img,
.potluck-f77253 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .potluck-ktpadp img,
  .potluck-f77253 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.potluck-l8f4b6 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .potluck-l8f4b6 {
    width: 32px;
    height: 32px;
  }
}

.potluck-ljakch {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.potluck-cpsmns {
  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;
}

.potluck-stejdz {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.potluck-stejdz.potluck-erqm09 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.potluck-asarg8 {
  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) {
  .potluck-asarg8 {
    font-size: 20px;
    line-height: 28px;
  }
}

.potluck-5z81xw {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.potluck-1q9bad {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.potluck-4n82pi ease;
  opacity: 0;
  color: var(--text-color);
}

.potluck-rvp2pg {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.potluck-rvp2pg ol,
.potluck-rvp2pg ul {
  padding-left: 1.3em;
}

.potluck-stejdz.potluck-erqm09 .potluck-1q9bad {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.potluck-stejdz.potluck-erqm09 .potluck-5z81xw {
  transform: rotate(180deg);
  color: var(--text-color);
}

.potluck-hqfh3l {
  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) {
  .potluck-hqfh3l {
    padding: 24px;
  }
}

.potluck-hqfh3l .potluck-6iw94z {
  display: flex;
}

@media (min-width: 768px) {
  .potluck-hqfh3l .potluck-6iw94z {
    display: none;
  }
}

.potluck-hqfh3l .potluck-wggtiy svg {
  display: none;
}

.potluck-fidob1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.potluck-fidob1 .potluck-9dheg6 {
  display: none;
}

@media (min-width: 768px) {
  .potluck-fidob1 .potluck-9dheg6 {
    display: flex;
  }
}

.potluck-8hkr3r {
  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) {
  .potluck-8hkr3r {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.potluck-8hkr3r > * {
  margin: 0 !important;
}

.potluck-8hkr3r img,
.potluck-m0e583 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .potluck-8hkr3r img,
  .potluck-m0e583 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.potluck-riqv2v {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .potluck-riqv2v {
    width: 32px;
    height: 32px;
  }
}

.potluck-4vj8oj {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .potluck-4vj8oj {
    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;
  }

  .potluck-4vj8oj::-webkit-scrollbar {
    display: none;
  }
}

.potluck-rtd7cs {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.potluck-rtd7cs:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.potluck-66anw9 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .potluck-66anw9 {
    display: flex;
    opacity: 1;
  }
}

.potluck-rtd7cs picture {
  width: auto;
  height: 100%;
  display: block;
}

.potluck-rtd7cs picture img {
  display: block;
  width: auto;
  height: 100%;
}

.potluck-fwt6tg {
  margin: -24px 0;
}

.potluck-fwt6tg:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .potluck-fwt6tg {
    margin: -16px 0;
  }
}

.potluck-swh6m3 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .potluck-swh6m3 {
    flex-direction: row;
  }
}

.potluck-7e674n {
  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) {
  .potluck-7e674n {
    flex: 1;
  }
}

.potluck-7e674n::placeholder {
  color: var(--Text-400);
}

.potluck-1fouqo {
  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;
}

.potluck-evxsv5 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.potluck-evxsv5::-webkit-scrollbar {
  display: none;
}

.potluck-1mgbq3 {
  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;
}

.potluck-1mgbq3 img,
.potluck-1mgbq3 svg {
  margin-right: 8px;
}

.potluck-nztn15 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.potluck-fwt6tg + .potluck-gcf2oa {
  margin-top: 0;
}

@media (min-width: 768px) {
  .potluck-fwt6tg + .potluck-gcf2oa {
    margin-top: -16px;
  }
}

.potluck-sot53n {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.potluck-sot53n > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.potluck-sot53n > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.potluck-exfn3p {
  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;
}

.potluck-pt84lz {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.potluck-drif1t {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.potluck-8fumj3 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.potluck-6wap29 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.potluck-exfn3p 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;
}

.potluck-exfn3p 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) {
  .potluck-exfn3p {
    padding: 39px 179px 39px 39px;
  }

  .potluck-pt84lz {
    font-size: 40px;
    line-height: 48px;
  }

  .potluck-6wap29 {
    height: 348px;
  }

  .potluck-exfn3p button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .potluck-exfn3p button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .potluck-exfn3p {
    padding: 63px;
  }
}

.potluck-r6b84c {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .potluck-r6b84c {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.potluck-uynjon {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .potluck-uynjon {
    width: auto;
  }
}

.potluck-3jle40 {
  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;
}

.potluck-3jle40::-webkit-scrollbar {
  display: none;
}

.potluck-3jle40 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);
}

.potluck-3jle40 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .potluck-3jle40 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.potluck-r6b84c .potluck-kcon93 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.potluck-4n82pi,
    mask-image 0.3s;
}

.potluck-r6b84c .potluck-kcon93.potluck-84ndwu {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.potluck-p5378n {
  margin: 40px -16px;
}

.potluck-799ei8 + .potluck-irzbkv,
.potluck-799ei8 + .potluck-cbbnbz {
  margin-top: 24px;
}

.potluck-yrjii9 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.potluck-yrjii9 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.potluck-bu2zbw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .potluck-bu2zbw {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .potluck-bu2zbw {
    margin-top: 0;
  }
}

.potluck-c3z92o {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .potluck-c3z92o {
    font-size: 24px;
    line-height: 32px;
  }
}

.potluck-q967bu {
  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) {
  .potluck-q967bu {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.potluck-e1o3nv {
  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) {
  .potluck-e1o3nv {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.potluck-pffelb {
  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) {
  .potluck-pffelb {
    font-size: 20px;
    line-height: 28px;
  }
}

.potluck-bpz4im {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .potluck-bpz4im {
    font-size: 32px;
    line-height: 40px;
  }
}

.potluck-zpbgt2 {
  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;
}

.potluck-2y2ne9 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.potluck-2y2ne9 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.potluck-gcf2oa {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.potluck-m47gj2 {
  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) {
  .potluck-m47gj2 {
    padding: 15px 48px;
  }
}

main > .potluck-gcf2oa {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .potluck-5vk967.potluck-n11wkt > div:nth-child(n+5) {
    display: none;
  }
}

.potluck-ibqhlq p a img {
  display: block;
  margin: 0 auto;
}


.potluck-fts0hw {
  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 */
.potluck-agpp1a {
  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;
}

.potluck-agpp1a label {
  font-size: 14px;
}

.potluck-agpp1a h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.potluck-agpp1a input,
.potluck-agpp1a textarea,
.potluck-agpp1a 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;
}
.potluck-agpp1a button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.potluck-fmq5xm ease;
}
.potluck-agpp1a button:hover {
  background-color: var(--button-bg-hover);
}
.potluck-1fehmh {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.potluck-gbtexm ease-in;
}

.potluck-1fehmh 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;
}
.potluck-kr2hio, .potluck-8y9t8r, [class*="review-card"],
thead, thead th, table th, .potluck-x27u13,
.potluck-2k50fr, [class*="collapsible-header"],
.potluck-pylql6, [class*="updated-block"] {
  color: #ece7dc !important;
}
