@charset "UTF-8";
:root {
  --width: 1480px;
  --display-width: var(--width);
  --offsets: 30px;
  --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

body {
  background: var(--main-theme-color);
}

.potluck-dmps4w {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.potluck-rfq78d {
  max-width: 100%;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-color);
}

a {
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}

b {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

ol:not([class]),
ul:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

caption {
  margin: 5px 0;
  font-size: 24px;
}

ol[class],
ul[class] {
  list-style: none;
}

ol.potluck-ms1005,
ul.potluck-ms1005 {
  padding-left: 20px;
}

ul.potluck-ms1005 {
  list-style: disc;
}

ol.potluck-ms1005 {
  list-style: numbers;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--title-color);
}

h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
  }
}

.potluck-q9a1yr > .potluck-o8x3xl,
.potluck-q9a1yr > .potluck-2r9zqn,
.potluck-q9a1yr > blockquote,
.potluck-q9a1yr > h1,
.potluck-q9a1yr > h2,
.potluck-q9a1yr > h3,
.potluck-q9a1yr > h4,
.potluck-q9a1yr > h5,
.potluck-q9a1yr > h6,
.potluck-q9a1yr > ol,
.potluck-q9a1yr > p,
.potluck-q9a1yr > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.potluck-q9a1yr > ol,
.potluck-q9a1yr > ul {
  padding-left: 50px;
}

.potluck-q9a1yr blockquote,
blockquote {
  margin-top: 1rem;
  border-left: 5px solid var(--button-bg-color);
  padding: 1rem var(--offsets) 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f0f8ffff;
}

.potluck-q9a1yr:not(:last-child) {
  margin-bottom: 2rem;
}

.potluck-q9a1yr > :not(:first-child) {
  margin-top: 2rem;
}

.potluck-q9a1yr {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.potluck-q9a1yr:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .potluck-q9a1yr:first-child {
    margin-top: 20px;
  }
}

.potluck-q9a1yr > p:last-of-type {
  margin-bottom: 32px;
}

.potluck-q9a1yr > .potluck-5dev41:not(:first-child) {
  margin: 64px auto 16px auto;
}

.potluck-efbgon > .potluck-5dev41 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.potluck-2r9zqn {
  overflow: auto;
}

.potluck-2r9zqn::-webkit-scrollbar {
  height: 5px;
}

.potluck-2r9zqn table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.potluck-2r9zqn table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.potluck-2r9zqn table thead,
table thead {
  border-bottom: none;
}

.potluck-2r9zqn table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.potluck-2r9zqn table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.potluck-2r9zqn table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.potluck-2r9zqn .potluck-vriaz0 {
  table-layout: auto;
}

.potluck-2r9zqn .potluck-vriaz0 th {
  word-break: normal;
}

.potluck-2r9zqn .potluck-vriaz0 td {
  word-break: normal;
}

.potluck-dmps4w .potluck-dmps4w {
  padding-right: 0;
  padding-left: 0;
}

.potluck-pqwij9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.potluck-scbdy7 {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  font-family: var(--ff-primary);
  color: var(--text-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.potluck-nezmsh {
  display: inline-block;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  background: -o-linear-gradient(
    150deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
  background: linear-gradient(
    300deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
}

html {
  font-size: 17px;
}

.potluck-o8x3xl {
  margin-top: 24px;
}

.potluck-o8x3xl.potluck-xklijj {
  text-align: left;
}

.potluck-o8x3xl.potluck-rcuwpc {
  text-align: right;
}

.potluck-o8x3xl.potluck-zba1gu {
  text-align: center;
}

.potluck-wsc8yi {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transform-origin: center;
  transition: 0.potluck-jyeql8 ease-in-out;
  cursor: pointer;
}

.potluck-wsc8yi:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.potluck-wsc8yi {
  min-width: 328px;
}

@media (max-width: 768px) {
  .potluck-wsc8yi {
    min-width: unset;
  }
}

.potluck-1k5ts8 {
  background-color: var(--fh-bg-color);
}

.potluck-mk14hy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.potluck-q9ncht {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.potluck-q9ncht img {
  max-height: 80px;
  object-fit: contain;
}

.potluck-3dvr0x {
  flex: 1 1;
}

.potluck-70mg43 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.potluck-5hq9a8 {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
}

.potluck-5hq9a8 span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.potluck-5hq9a8.potluck-wbhfw4 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.potluck-5hq9a8.potluck-wbhfw4 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.potluck-5hq9a8.potluck-wbhfw4 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.potluck-3dvr0x + .potluck-70mg43 {
  margin-left: 20px;
}

.potluck-szsgtw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #196948;
  transition: 250ms;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;
}

.potluck-szsgtw > svg {
  max-width: 24px;
  max-height: 24px;
}

.potluck-szsgtw + .potluck-szsgtw {
  margin-left: 5px;
}

.potluck-4v2oon {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.potluck-4v2oon:hover {
  background-color: var(--button-bg-hover);
}

.potluck-redpyf {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.potluck-jyeql8 ease-in-out;
  border: 1px solid var(--border-color);
}

.potluck-redpyf:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.potluck-e2kyjj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

@media (max-width: 1100px) {
  .potluck-3dvr0x {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .potluck-e2kyjj {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .potluck-3dvr0x {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .potluck-szsgtw {
    min-width: unset;
    flex: 1 1;
  }
}

.potluck-3kckgv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.potluck-3kckgv:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.potluck-3kckgv:hover .potluck-ui4g3s {
  opacity: 1;
  pointer-events: auto;
}

.potluck-jdj6f2 {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.potluck-gej90z ease-in-out;
  gap: 4px;
}

.potluck-jdj6f2 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.potluck-jdj6f2 .potluck-pqwij9 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.potluck-yofwjx,
.potluck-jdj6f2:hover {
  color: var(--button-bg-hover);
}

.potluck-ijybkc {
  position: relative;
}

.potluck-ijybkc .potluck-jdj6f2 {
  margin-right: 0;
  padding-right: 4px;
}

.potluck-cr05d4 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.potluck-ijybkc.potluck-wbhfw4 .potluck-cr05d4 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.potluck-ijybkc.potluck-wbhfw4 .potluck-ui4g3s {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.potluck-ijybkc.potluck-wbhfw4 .potluck-ui4g3s::before {
  display: none;
}

.potluck-cr05d4 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.potluck-ui4g3s {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.potluck-upjkh1 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.potluck-ui4g3s::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.potluck-ui4g3s:hover {
  color: var(--fh-bg-color);
}

.potluck-z2hfdi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.potluck-upjkh1 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.potluck-gej90z ease-in-out;
  -o-transition: 0.potluck-gej90z ease-in-out;
  transition: 0.potluck-gej90z ease-in-out;
}

.potluck-z2hfdi .potluck-pqwij9 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.potluck-71ouft,
.potluck-z2hfdi:hover {
  color: var(--button-bg-hover);
}

.potluck-x9ospf {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr auto;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.potluck-x9ospf.potluck-tcarhq {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.potluck-x9ospf.potluck-tcarhq:after,
.potluck-x9ospf.potluck-tcarhq:before {
  content: "";
  position: absolute;
  margin: auto;
}

.potluck-x9ospf.potluck-tcarhq:before {
  width: 1000px;
  top: 0;
  height: 1000px;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: var(--border-color);
  background: var(--border-color);
  background: conic-gradient(var(--border-color), var(--button-bg-color));
  animation: rotate 2s linear infinite;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.potluck-x9ospf.potluck-tcarhq:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.potluck-x9ospf.potluck-tcarhq > * {
  z-index: 1;
}

.potluck-x9ospf b,
.potluck-x9ospf strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.potluck-x9ospf .potluck-nbmir1 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.potluck-x9ospf .potluck-u9moe1 {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
}

.potluck-x9ospf .potluck-pqwij9 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.potluck-x9ospf .potluck-abp50u {
  margin-top: 12px;
}

.potluck-abp50u {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.potluck-gagi8z {
  flex: 1 1;
  color: var(--button-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 2px dashed var(--border-color);
  padding: 12px;
  max-width: 220px;
}

.potluck-abp50u .potluck-xght7n {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.potluck-jyeql8 ease-in-out;
}

.potluck-abp50u .potluck-xght7n:hover {
  background: rgba(255, 255, 255, 0.3);
}

.potluck-27670x {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
  justify-content: space-between;
  border-radius: 8px;
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.potluck-x9ospf.potluck-4hxv0i {
  gap: 12px;
  padding: 16px;
}

.potluck-x9ospf.potluck-4hxv0i .potluck-27670x {
  min-width: 240px;
}

.potluck-x9ospf.potluck-4hxv0i .potluck-27670x.potluck-jmkyy4 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .potluck-x9ospf .potluck-nbmir1 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .potluck-x9ospf .potluck-u9moe1 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .potluck-x9ospf .potluck-pqwij9 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .potluck-x9ospf.potluck-4hxv0i .potluck-pqwij9 {
    max-width: 126px;
  }
  .potluck-x9ospf .potluck-abp50u {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .potluck-x9ospf .potluck-gagi8z {
    max-width: unset;
  }
  .potluck-27670x {
    min-width: unset;
    width: 100%;
  }
  .potluck-x9ospf .potluck-27670x {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .potluck-x9ospf.potluck-4hxv0i {
    grid-template-rows: auto 1fr auto;
  }
  .potluck-x9ospf.potluck-4hxv0i .potluck-27670x {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .potluck-x9ospf {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .potluck-x9ospf .potluck-nbmir1 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .potluck-x9ospf .potluck-pqwij9 {
    max-width: 78px;
  }
  .potluck-x9ospf .potluck-abp50u {
    margin-top: -12px;
  }
  .potluck-x9ospf.potluck-4hxv0i {
    gap: 8px;
  }
  .potluck-x9ospf.potluck-4hxv0i .potluck-nbmir1 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .potluck-x9ospf.potluck-4hxv0i .potluck-u9moe1 {
    grid-column: 1/3;
  }
  .potluck-x9ospf.potluck-4hxv0i .potluck-pqwij9 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .potluck-x9ospf.potluck-4hxv0i .potluck-pqwij9 img {
    max-width: 114px;
  }
}

.potluck-27670x.potluck-qip565,
.potluck-27670x.potluck-2a9zf9,
.potluck-27670x.potluck-u2j8v4 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.potluck-jyeql8 ease-in-out;
}

.potluck-27670x.potluck-qip565,
.potluck-27670x.potluck-u2j8v4 {
  padding: 10px;
}

.potluck-27670x.potluck-qip565:hover,
.potluck-27670x.potluck-2a9zf9:hover,
.potluck-27670x.potluck-u2j8v4:hover {
  background: var(--button-bg-hover);
}

.potluck-27670x.potluck-qip565:hover svg path,
.potluck-27670x.potluck-u2j8v4:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.potluck-27670x.potluck-jmkyy4 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.potluck-jyeql8 ease-in-out;
  background: var(--button-bg-color);
}

.potluck-27670x.potluck-jmkyy4:hover {
  background-color: var(--button-bg-hover);
}

.potluck-27670x.potluck-2a9zf9:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(../images/mini-gift.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}

@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.potluck-27670x.potluck-2a9zf9:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.potluck-27670x.potluck-jmkyy4:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.potluck-by9hry {
  max-width: 650px;
}

.potluck-tz8ntl {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.potluck-je8ygf {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.potluck-p4twei {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.potluck-gej90z ease-in-out;
  cursor: pointer;
}

.potluck-p4twei:hover {
  opacity: 0.5;
}

.potluck-p4twei:focus {
  outline: 0;
}

.potluck-p4twei:focus .potluck-vzcvqo,
.potluck-p4twei:hover .potluck-vzcvqo {
  fill: red;
  fill-opacity: 1;
}

.potluck-p4twei:hover {
  cursor: pointer;
}

.potluck-hy7909 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.potluck-by9hry.potluck-zba1gu {
  margin: 0 auto;
}

.potluck-by9hry.potluck-rcuwpc {
  margin-left: auto;
}

.potluck-c8p2gs {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.potluck-zqth99 {
  padding-bottom: 50px;
}

.potluck-vm1owc {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.potluck-qxp5vu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: wrap row-reverse;
  flex-flow: wrap row-reverse;
  gap: 20px;
}

.potluck-pism6u {
  margin-top: 24px;
}

.potluck-qvv8z1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.potluck-3qtpbl {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.potluck-1e5r6q {
  display: flex;
  gap: 12px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
}

.potluck-e0am44 {
  width: 468px;
}

.potluck-1e5r6q .potluck-ui4g3s {
  margin: 0.potluck-0o7f8j 0;
}

.potluck-eqrsqv {
  display: flex;
  min-width: 224px;
}

.potluck-w8dr2e {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.potluck-gej90z ease-in-out;
}

.potluck-bji14q,
.potluck-w8dr2e:hover {
  color: var(--text-color);
}

.potluck-7ur4of {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.potluck-9g1325 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .potluck-c8p2gs {
    padding: 16px;
  }
  .potluck-7ur4of {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .potluck-9g1325 {
    align-items: center;
  }
  .potluck-e0am44 {
    width: unset;
  }
  .potluck-eqrsqv {
    min-width: unset;
  }
  .potluck-1e5r6q {
    max-height: unset;
  }
  .potluck-vm1owc {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .potluck-c8p2gs {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.potluck-eecb0n {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.potluck-eecb0n:not(:last-child) {
  margin-bottom: 16px;
}

.potluck-sppifq {
  outline: 0;
}

.potluck-sppifq .potluck-8hjzlf {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.potluck-7w9ftt {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .potluck-7w9ftt {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.potluck-7w9ftt::-webkit-details-marker {
  display: none;
}

.potluck-7w9ftt:before {
  content: "?";
  display: flex;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--text-color);
  background: var(--button-bg-color);
  background-repeat: no-repeat;
  background-position: center;
}

.potluck-7w9ftt:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .potluck-7w9ftt:after {
  transform: unset;
}

.potluck-8hjzlf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-faq-item-title);
}

.potluck-8hjzlf svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-faq-item-title);
  -webkit-transition: 0.potluck-gej90z ease-in-out;
  -o-transition: 0.potluck-gej90z ease-in-out;
  transition: 0.potluck-gej90z ease-in-out;
}

.potluck-m7wtko {
  padding: 16px 0 0 0;
}

.potluck-m7wtko * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .potluck-m7wtko :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .potluck-7w9ftt {
    flex-wrap: wrap;
    gap: 12px;
  }
  .potluck-7w9ftt::after {
    margin-left: auto;
  }
  .potluck-8hjzlf {
    order: 3;
    flex: 1 1 100%;
  }
  .potluck-7w9ftt {
    font-size: 14px;
    line-height: 130%;
  }
  .potluck-8hjzlf svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.potluck-bqq9bi {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
  margin: 0;
}

.potluck-tlgikr {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.potluck-bqq9bi.potluck-wbhfw4 .potluck-tlgikr {
  margin-bottom: 12px;
}

.potluck-tlgikr::after {
  content: "";
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 250ms;
}

.potluck-bqq9bi.potluck-wbhfw4 .potluck-tlgikr::after {
  transform: unset;
}

.potluck-4cro9z {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.potluck-fupnkn {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.potluck-gej90z ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.potluck-fupnkn:before {
  content: "";
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/list-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.potluck-bqq9bi.potluck-wbhfw4 .potluck-4cro9z {
  max-height: 100%;
}

.potluck-hq7m3r {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.potluck-h67cxr {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.potluck-ddeqk6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.potluck-hl5nrt {
  margin-right: 4px;
}

.potluck-1opw6r {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--button-bg-color);
  padding: 4px 0;
  transition: color 0.potluck-gej90z ease-in-out;
}

.potluck-1opw6r svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.potluck-ucdk30,
.potluck-1opw6r:hover {
  color: var(--text-color);
}

.potluck-iaznjd {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border-radius: 12px 12px 0 0;
  padding: 8px;
  gap: 0 8px;
  background-color: #008f5e;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}

.potluck-iaznjd img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.potluck-iaznjd .potluck-b9huj2 {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.potluck-iaznjd .potluck-6jrb7n {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
  color: var(--title-color);
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.potluck-4nopdw {
  display: flex;
  align-items: center;
  grid-column: 3/4;
  grid-row: 1/3;
  color: #196948;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--title-color);
  margin-top: 0;
}

.potluck-vi7pas {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.potluck-s743mm .potluck-dmps4w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.potluck-s743mm {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.potluck-fx5anl {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.potluck-ssanh3 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.potluck-tmvudr {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.potluck-vvwfil 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.potluck-tmvudr:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.potluck-8bf3b2 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.potluck-icsoie {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px #223c5059;
  box-shadow: 0 0 20px 5px #223c5059;
  background-color: var(--button-bg-color);
  -webkit-transition: -webkit-transform 0.potluck-gej90z ease-in-out;
  transition: transform 0.potluck-gej90z ease-in-out;
  -o-transition: transform 0.potluck-gej90z ease-in-out;
  transition:
    transform 0.potluck-gej90z ease-in-out,
    -webkit-transform 0.potluck-gej90z ease-in-out;
  cursor: pointer;
}

.potluck-icsoie svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.potluck-icsoie:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  bottom: 18px;
  right: 80px;
  padding: 1em;
  max-width: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
  box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}

#cookie-law-div a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cookie-law-div a:hover {
  opacity: 0.7;
}

#cookie-law-div p {
  margin: 0;
  color: #000;
  padding-right: 50px;
}

#cookie-law-div button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0.5em;
  top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: none;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
}

#cookie-law-div button:hover {
  opacity: 1;
}

.potluck-zoohtb {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .potluck-zoohtb {
    left: calc(50% - 60px);
  }
}

#cookie-law-div {
  border-radius: 0;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

#cookie-law-div p {
  padding-bottom: 50px;
}

body::-webkit-scrollbar-track {
  background-color: var(--fh-bg-color);
}

body::-webkit-scrollbar-thumb {
  border: 1px solid var(--fh-bg-color);
  border-radius: 10px;
  height: 20%;
  background: var(--button-bg-color);
}

.potluck-t7dy07 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.potluck-2k4zwn {
  position: relative;
  width: 100%;
}

.potluck-t7dy07.potluck-yl18j7 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.potluck-t7dy07.potluck-zba1gu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.potluck-t7dy07.potluck-rcuwpc {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.potluck-3opnl6 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.potluck-mt7iuf {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.potluck-gej90z ease-in-out;
  cursor: pointer;
}

.potluck-mt7iuf:hover {
  opacity: 0.5;
}

.potluck-t7dy07.potluck-g6u6pk .potluck-mt7iuf {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.potluck-t7dy07.potluck-g6u6pk .potluck-3opnl6 {
  cursor: pointer;
}

.potluck-wpz2iu {
  fill: #0009;
}

.potluck-yyvtmg {
  fill: #fff;
}

.potluck-mt7iuf:hover .potluck-wpz2iu {
  fill: red;
}

.potluck-mt7iuf svg path {
  -webkit-transition: 0.potluck-gej90z ease-in-out;
  -o-transition: 0.potluck-gej90z ease-in-out;
  transition: 0.potluck-gej90z ease-in-out;
}

.potluck-1h6qrk {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.potluck-1h6qrk > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.potluck-1h6qrk.potluck-i70k57 > :not(.get-image) {
  grid-column: 1/3;
}

.potluck-21wo70:not(._h1-block) .potluck-1h6qrk > .potluck-5dev41 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.potluck-1h6qrk.potluck-i70k57 .potluck-p3tpzq {
  grid-column: 2/3;
}

.potluck-1h6qrk.potluck-i70k57 > .potluck-pqwij9 {
  grid-column: 1/2;
}

.potluck-1h6qrk.potluck-i70k57 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.potluck-1h6qrk > p:first-of-type {
  margin-top: 0;
}

.potluck-1h6qrk .potluck-pqwij9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/10;
  border-radius: 12px;
  overflow: hidden;
}

.potluck-21wo70:not(._h1-block) .potluck-5dev41 ~ .potluck-pqwij9 {
  grid-row: 2/10;
}

.potluck-21wo70.potluck-2qeth5 .potluck-5dev41 ~ .potluck-pqwij9 {
  grid-row: 1/10;
}

.potluck-21wo70.potluck-2qeth5 > .potluck-5dev41 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.potluck-21wo70.potluck-2qeth5 .potluck-pqwij9 {
  grid-row: 1/10;
}

.potluck-1h6qrk.potluck-2je2q9 .potluck-pqwij9 {
  align-items: flex-start;
}

.potluck-1h6qrk.potluck-zba1gu .potluck-p3tpzq {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.potluck-1h6qrk.potluck-zba1gu .potluck-pqwij9 {
  align-items: center;
}

.potluck-1h6qrk.potluck-73ltv7 .potluck-pqwij9 {
  align-items: flex-end;
}

.potluck-p3tpzq > :first-child {
  margin-top: 0;
}

.potluck-p3tpzq > :last-child {
  margin-bottom: 0;
}

* + .potluck-lgeh6p,
.potluck-21wo70 + .potluck-21wo70 {
  margin-top: 2rem;
}

.potluck-ifjykh td::before,
.potluck-ifjykh th::after {
  display: none !important;
}

.potluck-ifjykh #link-selector {
  color: #000;
}

.potluck-ifjykh .potluck-x7mkvi {
  color: #135e96;
}

.potluck-ifjykh .potluck-cqf4bs *,
.potluck-ifjykh .potluck-cik5zd p,
.potluck-ifjykh .potluck-gukyv0 * {
  color: #000;
}

.potluck-ifjykh .potluck-laid5q {
  background: 0 0 !important;
}

.potluck-ifjykh .potluck-ioekju {
  color: #000;
}

.potluck-ifjykh .potluck-4h3tpb.potluck-x3aku3 {
  color: #fff;
}

.potluck-ifjykh .potluck-mf4r3b {
  color: #000;
}

.potluck-ifjykh
  .potluck-w792tp
  .potluck-7yns9t.potluck-x3aku3.potluck-jrjq5i {
  background: #ccc;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  color: #000 !important;
}

.potluck-3bww7j,
body .potluck-ae3v7h {
  color: #000;
  background: var(--color-body) !important;
}

.potluck-3bww7j .potluck-g3pp7w .potluck-zvh1jb,
body .potluck-ae3v7h .potluck-g3pp7w .potluck-zvh1jb {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .potluck-fupnkn:focus,
  .potluck-fupnkn:hover {
    color: #f9cb16;
  }
  .potluck-vpf4xj:focus,
  .potluck-vpf4xj:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .potluck-091ams:focus img,
  .potluck-091ams:focus svg,
  .potluck-091ams:hover img,
  .potluck-091ams:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .potluck-iaznjd {
    display: none;
  }
}

@media (min-width: 1024px) {
  .potluck-ijybkc:hover .potluck-cr05d4 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .potluck-cr05d4 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .potluck-pfuyej {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .potluck-2oxm0q {
    grid-template-columns: repeat(4, 1fr);
  }
  .potluck-ertzr9 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .potluck-wtx2cx .potluck-v5nnfi {
    grid-template-columns: 1fr;
  }
  .potluck-wtx2cx .potluck-0fyak8 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    overflow: auto;
    margin-right: 0;
    border-style: none;
    border-radius: 16px 16px 0 0;
    padding: 0;
  }
  .potluck-wtx2cx .potluck-rl3rvb {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .potluck-wtx2cx .potluck-8hec7e {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .potluck-wtx2cx .potluck-d02uxl {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .potluck-wtx2cx .potluck-rl3rvb:not(:first-child) {
    border: none;
  }
  .potluck-wtx2cx .potluck-rl3rvb:first-child .potluck-8hec7e {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .potluck-wtx2cx .potluck-rl3rvb:last-child .potluck-8hec7e {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .potluck-mk14hy {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .potluck-q9ncht {
    max-width: 100px;
  }
  .potluck-3dvr0x {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .potluck-70mg43 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .potluck-70mg43 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .potluck-5hq9a8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .potluck-3dvr0x + .potluck-70mg43 {
    margin-left: auto;
  }
  .potluck-7fbwz3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--fh-bg-color);
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
  }
  .potluck-7fbwz3.potluck-wbhfw4 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .potluck-e2kyjj {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 32px 16px 12px 16px;
  }
  .potluck-3kckgv {
    width: 100%;
  }
  .potluck-3kckgv:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .potluck-jdj6f2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .potluck-jdj6f2 svg {
    margin-right: 4px;
  }
  .potluck-ijybkc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .potluck-cr05d4 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .potluck-cr05d4 {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 5px 16px 30%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
  }
  .potluck-ui4g3s {
    display: none;
    width: 100%;
  }
  .potluck-ijybkc.potluck-wbhfw4 .potluck-ui4g3s {
    padding: 0 0 0 48px;
  }
  .potluck-z2hfdi {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .potluck-qxp5vu .potluck-pqwij9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .potluck-ez6rxe {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .potluck-ez6rxe + .potluck-ez6rxe {
    margin-right: 0;
  }
  .potluck-ez6rxe + .potluck-pqwij9 {
    margin: 0;
  }
  .potluck-pfuyej {
    grid-template-columns: repeat(4, 1fr);
  }
  .potluck-2oxm0q {
    grid-template-columns: repeat(3, 1fr);
  }
  .potluck-iq945j,
  .potluck-xfz74n {
    grid-template-columns: repeat(2, 1fr);
  }
  .potluck-1h6qrk {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .potluck-1h6qrk.potluck-i70k57 .potluck-p3tpzq {
    grid-column: auto;
    grid-row: auto;
  }
  .potluck-1h6qrk > .potluck-5dev41 {
    grid-column: 1/2;
  }
  .potluck-1h6qrk.potluck-i70k57 > :not(.get-image) {
    grid-column: 1/2;
  }
  .potluck-1h6qrk .potluck-pqwij9,
  .potluck-1h6qrk.potluck-i70k57 > .potluck-pqwij9 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .potluck-1h6qrk.potluck-i70k57 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .potluck-21wo70.potluck-2qeth5 .potluck-1h6qrk > .potluck-pqwij9 {
    grid-row: 1/2;
  }
  .potluck-1h6qrk .potluck-5dev41 ~ .potluck-pqwij9,
  .potluck-1h6qrk.potluck-i70k57 .potluck-5dev41 ~ .potluck-pqwij9 {
    grid-row: 2/3;
  }
  .potluck-21wo70.potluck-2qeth5 .potluck-5dev41 ~ .potluck-pqwij9 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .potluck-q9a1yr:first-child .potluck-s6nggx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .potluck-q9a1yr:first-child .potluck-s6nggx h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .potluck-q9a1yr {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .potluck-q9a1yr {
    padding: 0;
  }
  .potluck-o8x3xl {
    margin-top: 1rem;
  }
  .potluck-sppifq {
    border-radius: 5px;
  }
  .potluck-thc3kq {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .potluck-tlgikr::after {
    display: inline-block;
  }
  .potluck-tlgikr {
    margin: 0;
    width: 100%;
  }
  .potluck-4cro9z {
    width: 100%;
  }
  .potluck-4cro9z.potluck-ru8rkv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .potluck-4cro9z.potluck-ru8rkv .potluck-polk1f {
    width: 100%;
  }
  .potluck-4cro9z.potluck-ru8rkv .potluck-polk1f:not(:last-child) {
    margin-right: 0;
  }
  .potluck-fupnkn {
    width: 100%;
    text-align: center;
  }
  .potluck-bqq9bi.potluck-wbhfw4 .potluck-4cro9z {
    margin-top: 1rem;
  }
  .potluck-pfuyej {
    grid-template-columns: repeat(3, 1fr);
  }
  .potluck-ertzr9,
  .potluck-2oxm0q {
    grid-template-columns: repeat(2, 1fr);
  }
  .potluck-iq945j,
  .potluck-xfz74n,
  .potluck-d1fh0l {
    grid-template-columns: 1fr;
  }
  .potluck-k65v4r {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .potluck-gfe9sh {
    min-width: 300px;
    max-width: 325px;
  }
  .potluck-8hec7e {
    cursor: auto;
  }
  .potluck-b4lt48 .potluck-8hec7e {
    padding: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .potluck-zoohtb {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .potluck-ui4g3s {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #cookie-law-div {
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .potluck-zoohtb {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.potluck-ez6rxe p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .potluck-70mg43 {
    margin: 0 -0.2rem;
  }
  .potluck-ez6rxe {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .potluck-ffl16i {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .potluck-s7bgav {
    max-width: 100%;
  }
  .potluck-pfuyej {
    grid-template-columns: repeat(2, 1fr);
  }
  .potluck-ertzr9,
  .potluck-2oxm0q {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .potluck-mk14hy {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .potluck-70mg43 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .potluck-1k5ts8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .potluck-szsgtw {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .potluck-36e0jo,
  .potluck-lzqk5o {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .potluck-wsc8yi {
    width: 100%;
  }
  .potluck-pfuyej {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .potluck-zoohtb {
    top: 127px !important;
  }
}

.potluck-rlvuye {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .potluck-rlvuye {
  }
}

@media (max-width: 767px) {
  .potluck-rlvuye {
    margin-bottom: 12px;
  }
}

.potluck-rlvuye img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.potluck-9av82c {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.potluck-9av82c > .potluck-ccldxv {
  flex: 1 1;
}

@media (max-width: 767px) {
  .potluck-9av82c {
    flex-direction: column;
    gap: 12px;
  }
}

.potluck-cfacrk {
  display: flex;
}

.potluck-cfacrk .potluck-8t1lm9 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 8px;
  border-radius: 4px 0 0 4px;
}

.potluck-cfacrk .potluck-h3g48p {
  display: flex;
  align-items: center;
  flex: 1 1;
  background-color: var(--fh-bg-color);
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}

.potluck-cfacrk .potluck-jhyzga {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.potluck-cfacrk .potluck-6ufjrp {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 32px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.potluck-cfacrk .potluck-6ufjrp:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.potluck-cfacrk .potluck-xxalgj {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.potluck-5mw6to {
  border: unset;
  background-color: unset;
}

.potluck-5mw6to tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.potluck-5mw6to .potluck-b84xuh,
.potluck-5mw6to .potluck-qe10ut {
  flex: 0 1 330px;
}

.potluck-5mw6to .potluck-gm9lek {
  flex: 1 1;
}

.potluck-5mw6to tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.potluck-5mw6to tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.potluck-5mw6to tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.potluck-5mw6to tr td p {
  color: #fff;
  margin: 0;
}

.potluck-5mw6to tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.potluck-5mw6to tr.potluck-b84xuh td p {
  padding: 16px 0;
}

.potluck-5mw6to tr.potluck-b84xuh td p:not(:last-child),
.potluck-5mw6to tr.potluck-qe10ut td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.potluck-5mw6to tr.potluck-b84xuh td p:first-child,
.potluck-5mw6to tr.potluck-qe10ut td p:first-child {
  padding-top: 0;
}

.potluck-5mw6to tr.potluck-qe10ut td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.potluck-5mw6to tr.potluck-qe10ut td p:last-child {
  padding-bottom: 0;
}

.potluck-5mw6to .potluck-qe10ut img {
  max-width: 32px;
}

.potluck-5mw6to .potluck-gm9lek {
  min-width: 718px;
}

.potluck-5mw6to .potluck-gm9lek td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.potluck-5mw6to .potluck-gm9lek td {
  display: flex;
}

.potluck-5mw6to .potluck-gm9lek td:last-child .potluck-o81sbe,
.potluck-5mw6to .potluck-gm9lek td:last-child .potluck-4qezd1,
.potluck-5mw6to .potluck-gm9lek td:last-child .potluck-iz416l {
  flex: 1 1 50%;
}

.potluck-5mw6to .potluck-gm9lek td:last-child .potluck-r8857v {
  flex: 1 1 100%;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.potluck-5mw6to .potluck-gm9lek td:last-child .potluck-95ja13,
.potluck-5mw6to .potluck-gm9lek td:last-child .potluck-gxxwx3 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.potluck-5mw6to .potluck-gm9lek td:last-child .potluck-o81sbe,
.potluck-5mw6to .potluck-gm9lek td:last-child .potluck-4qezd1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.potluck-5mw6to .potluck-gm9lek td:last-child .potluck-o81sbe span,
.potluck-5mw6to .potluck-gm9lek td:last-child .potluck-4qezd1 span {
  font-weight: 800;
}

.potluck-5mw6to .potluck-gm9lek img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .potluck-5mw6to .potluck-gm9lek td .potluck-iz416l:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .potluck-5mw6to tr.potluck-b84xuh td p:last-child {
    padding-bottom: 0;
  }
  .potluck-5mw6to .potluck-qe10ut > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .potluck-5mw6to .potluck-qe10ut > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .potluck-5mw6to tr.potluck-b84xuh td p:not(:last-child),
  .potluck-5mw6to tr.potluck-qe10ut td p:not(:last-child) {
    border-bottom: unset;
  }
  .potluck-5mw6to tr.potluck-qe10ut td p:last-child {
    padding-bottom: 12px;
  }
  .potluck-5mw6to .potluck-gm9lek td:last-child .potluck-o81sbe,
  .potluck-5mw6to .potluck-gm9lek td:last-child .potluck-4qezd1,
  .potluck-5mw6to .potluck-gm9lek td:last-child .potluck-iz416l {
    flex: 1 1 50%;
    padding: 0;
  }
  .potluck-5mw6to .potluck-gm9lek td:last-child .potluck-o81sbe,
  .potluck-5mw6to .potluck-gm9lek td:last-child .potluck-4qezd1 {
    margin-top: 16px;
  }
  .potluck-5mw6to .potluck-gm9lek td:last-child .potluck-iz416l {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .potluck-5mw6to .potluck-gm9lek td:last-child .potluck-o81sbe {
    border-right: 1px solid var(--border-color);
  }
  .potluck-5mw6to .potluck-gm9lek td:last-child .potluck-iz416l:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .potluck-5mw6to .potluck-gm9lek td:last-child .potluck-iz416l:last-child {
    padding-bottom: 0;
  }
}

.potluck-iz416l {
  display: flex;
  flex-direction: column;
}

.potluck-5mw6to .potluck-gm9lek td .potluck-iz416l {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.potluck-5mw6to .potluck-gm9lek td .potluck-iz416l:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.potluck-5mw6to .potluck-gm9lek td .potluck-iz416l:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .potluck-5mw6to .potluck-gm9lek td .potluck-iz416l:not(:first-child) {
    padding-left: 0;
  }
  .potluck-5mw6to .potluck-gm9lek td .potluck-iz416l:not(:last-of-type) {
    border-right: unset;
  }
}

.potluck-5mw6to .potluck-sp7r4q {
  flex: 0 1 485px;
}

.potluck-5mw6to .potluck-ddc9xg {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.potluck-5mw6to .potluck-ddc9xg li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.potluck-5mw6to .potluck-ddc9xg li.potluck-jlghzg {
  padding: 6px 12px;
}

.potluck-5mw6to .potluck-ddc9xg li a,
.potluck-5mw6to .potluck-ddc9xg li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.potluck-5mw6to .potluck-3zvmah,
.potluck-5mw6to .potluck-qb6rwv {
  flex: 1 1;
}

.potluck-5mw6to .potluck-93zwt8,
.potluck-5mw6to .potluck-8xgo1m {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.potluck-5mw6to .potluck-93zwt8 li,
.potluck-5mw6to .potluck-8xgo1m li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.potluck-5mw6to .potluck-qb6rwv img {
  max-width: 32px;
}

.potluck-5mw6to .potluck-3zvmah img {
  max-width: 32px;
}

.potluck-5mw6to .potluck-0yw7wz {
  min-width: 280px;
}

.potluck-5mw6to .potluck-0yw7wz img {
  max-width: 146px;
}

.potluck-5mw6to .potluck-0yw7wz td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .potluck-5mw6to .potluck-b84xuh,
  .potluck-5mw6to .potluck-qe10ut {
    flex: 0 1 auto;
  }
  .potluck-5mw6to .potluck-gm9lek {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .potluck-5mw6to .potluck-b84xuh,
  .potluck-5mw6to .potluck-sp7r4q,
  .potluck-5mw6to .potluck-qe10ut,
  .potluck-5mw6to .potluck-gm9lek {
    flex: 1 1 calc(50% - 20px);
  }
  .potluck-5mw6to .potluck-3zvmah,
  .potluck-5mw6to .potluck-0yw7wz,
  .potluck-5mw6to .potluck-qb6rwv {
    flex: 1 1 30%;
  }
  .potluck-5mw6to .potluck-0yw7wz {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .potluck-5mw6to .potluck-b84xuh,
  .potluck-5mw6to .potluck-sp7r4q,
  .potluck-5mw6to .potluck-3zvmah,
  .potluck-5mw6to .potluck-qe10ut,
  .potluck-5mw6to .potluck-gm9lek,
  .potluck-5mw6to .potluck-0yw7wz,
  .potluck-5mw6to .potluck-qb6rwv {
    flex: 1 1 100%;
  }
}

.potluck-01rqib .potluck-jhlw9q {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.potluck-01rqib .potluck-ca4tni {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.potluck-01rqib .potluck-tbj5wt {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.potluck-01rqib .potluck-zjl3aw {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.potluck-01rqib .potluck-zjl3aw > :nth-child(3) {
  margin-top: 0;
}

.potluck-01rqib .potluck-pqwij9 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.potluck-01rqib .potluck-tz6p9s {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.potluck-01rqib .potluck-o8x3xl {
  grid-column: 1/2;
}

.potluck-01rqib > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.potluck-01rqib .potluck-ca4tni:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  min-width: 44px;
  height: 24px;
  background-image: url(../images/how-to_arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fh-bg-color);
  z-index: 1;
}

.potluck-01rqib .potluck-ca4tni:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.potluck-01rqib .potluck-wsc8yi {
  min-width: 240px;
}

@media (max-width: 768px) {
  .potluck-01rqib .potluck-ca4tni:not(:last-child):before {
    bottom: 8px;
  }
  .potluck-01rqib .potluck-ca4tni:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .potluck-01rqib .potluck-zjl3aw {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .potluck-01rqib .potluck-pqwij9 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .potluck-01rqib .potluck-pqwij9 img {
    width: 100%;
    height: auto;
  }
  .potluck-01rqib .potluck-wsc8yi {
    width: 100%;
    min-width: unset;
  }
}

.potluck-865wsx .potluck-z6s3i7 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.potluck-865wsx .potluck-jx6z03 {
  display: flex;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  overflow: hidden;
}

.potluck-865wsx .potluck-pqwij9 {
  height: 100%;
}

.potluck-865wsx .potluck-pqwij9 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.potluck-865wsx .potluck-czkyig {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.potluck-865wsx .potluck-fhxzpn {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.potluck-865wsx .potluck-udg1p7 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .potluck-865wsx .potluck-jx6z03 {
    flex: 1 1 100%;
  }
  .potluck-865wsx .potluck-27670x {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .potluck-865wsx .potluck-jx6z03 {
    flex-direction: column;
  }
  .potluck-865wsx .potluck-pqwij9 {
    width: 100%;
    height: auto;
  }
  .potluck-865wsx .potluck-pqwij9 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .potluck-865wsx .potluck-czkyig {
    padding: 0 16px 16px 16px;
  }
  .potluck-865wsx .potluck-27670x {
    min-width: unset;
    width: 100%;
  }
}

.potluck-9nytfj .potluck-gr8wrg {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.potluck-9nytfj .potluck-q4x32q {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.potluck-9nytfj img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.potluck-9nytfj .potluck-jp12v0 {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(15, 39, 23, 0.95);
  z-index: 1;
  transition: 0.2s;
}

.potluck-9nytfj .potluck-q4x32q:hover .potluck-jp12v0 {
  display: flex;
}

.potluck-9nytfj .potluck-irinyn {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.potluck-9nytfj .potluck-db0w9t {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.potluck-meuuuy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: unset;
  width: auto;
  cursor: pointer;
}

.potluck-meuuuy.potluck-x84g1k {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.potluck-jyeql8 ease-in-out;
}

.potluck-meuuuy.potluck-x84g1k:hover {
  color: #f9cb16;
  background-color: transparent;
}

.potluck-9nytfj .potluck-vmbg86 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.potluck-jyeql8 ease-in-out;
}

.potluck-9nytfj .potluck-vmbg86:hover {
  color: #196948;
  background-color: #f9cb16;
}

.potluck-9nytfj .potluck-vmbg86:after,
.potluck-meuuuy.potluck-x84g1k:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.potluck-meuuuy.potluck-x84g1k:after {
  background-image: url(../images/Cash.svg);
}

.potluck-9nytfj .potluck-vmbg86:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .potluck-9nytfj .potluck-gr8wrg {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .potluck-9nytfj .potluck-gr8wrg {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .potluck-9nytfj .potluck-gr8wrg {
    grid-template-columns: 1fr;
  }
  .potluck-9nytfj .potluck-q4x32q {
    height: auto;
  }
  .potluck-9nytfj .potluck-q4x32q .potluck-jp12v0 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .potluck-9nytfj .potluck-irinyn,
  .potluck-9nytfj .potluck-db0w9t {
    text-align: left;
  }
  .potluck-9nytfj .potluck-db0w9t {
    margin-bottom: 8px;
  }
  .potluck-9nytfj img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.potluck-4v5pvc {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 39, 23, 0.9);
  z-index: 990;
}

.potluck-4v5pvc.potluck-g6u6pk {
  display: block;
}

.potluck-4v5pvc .potluck-ky7n4d {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 860px;
  height: 580px;
  background-color: #318562;
  border-radius: 12px;
  overflow: hidden;
}

.potluck-4v5pvc .potluck-t8dy76 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.potluck-4v5pvc .potluck-8ku4ij {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.potluck-4v5pvc .potluck-1aixz5 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.potluck-4v5pvc .potluck-meuuuy {
  min-width: 296px;
  margin-bottom: 0;
}

.potluck-4v5pvc .potluck-y0c9id {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.potluck-4v5pvc .potluck-tszi1q {
  position: relative;
  flex: 1 1;
}

.potluck-4v5pvc .potluck-tszi1q iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .potluck-4v5pvc .potluck-t8dy76 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .potluck-4v5pvc .potluck-8ku4ij {
    order: 1;
  }
  .potluck-4v5pvc .potluck-1aixz5 {
    order: 3;
    flex: 1 1 100%;
  }
  .potluck-4v5pvc .potluck-meuuuy {
    width: 100%;
    min-width: unset;
  }
  .potluck-4v5pvc .potluck-y0c9id {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .potluck-1h6qrk > .potluck-5dev41 {
    margin-bottom: 0;
  }
  .potluck-1h6qrk > .potluck-o8x3xl,
  .potluck-1h6qrk > p {
    margin-top: 0;
  }
}

.potluck-doxj5c img,
.potluck-ez6rxe img {
  width: auto;
  object-fit: contain;
}

.potluck-doxj5c {
  align-items: center;
}

.potluck-doxj5c img {
  max-height: 76px;
}

.potluck-ez6rxe img {
  max-height: 64px;
}

.potluck-3mvrcz {
  overflow: auto;
}

.potluck-g3nc8d {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.potluck-car5fm:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.potluck-s0gjvc {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.potluck-rfkwu8 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.potluck-s0gjvc .potluck-pqwij9 {
  margin-right: 20px;
  flex-shrink: 0;
}

.potluck-s0gjvc img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.potluck-0igtst {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.potluck-0igtst > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .potluck-s0gjvc {
    padding: 15px 10px;
  }
  .potluck-0igtst {
    padding: 15px 10px;
  }
  .potluck-s0gjvc .potluck-pqwij9 {
    margin-right: 10px;
  }
}

.potluck-3b6ayw {
  overflow-x: auto;
}

.potluck-c55hum {
  border-collapse: collapse;
  width: 100%;
}

.potluck-3b6ayw th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.potluck-3b6ayw td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.potluck-3b6ayw td.potluck-1xmhty {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.potluck-3b6ayw td.potluck-dkffsp {
  border-right: none;
}

.potluck-3b6ayw td.potluck-dkffsp .potluck-pqwij9 {
  justify-content: flex-start;
}

.potluck-3b6ayw td.potluck-dkffsp .potluck-pqwij9 img {
  height: auto;
  width: 90px;
}

.potluck-3b6ayw td.potluck-gt7zhn,
.potluck-3b6ayw td.potluck-g8176d {
  font-weight: 600;
  text-align: right;
}

.potluck-3b6ayw td.potluck-oz1jap,
.potluck-3b6ayw td.potluck-gt7zhn {
  padding-bottom: 10px;
  border-bottom: none;
}

.potluck-3b6ayw td.potluck-gt7zhn,
.potluck-3b6ayw td.potluck-g8176d {
  border-left: none;
}

.potluck-3b6ayw td.potluck-oz1jap,
.potluck-3b6ayw td.potluck-jbgrua {
  border-right: none;
}

.potluck-3b6ayw td.potluck-jbgrua,
.potluck-3b6ayw td.potluck-g8176d {
  border-top: none;
  padding-top: 10px;
}

.potluck-p3i76r {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--fh-bg-color);
  margin-top: 20px;
}

.potluck-p3i76r .potluck-27670x {
  min-width: unset;
  width: 100%;
}

.potluck-p3i76r .potluck-27670x.potluck-qip565 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.potluck-p3i76r .potluck-27670x.potluck-u2j8v4 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.potluck-p3i76r .potluck-0kv156 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .potluck-p3i76r {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .potluck-p3i76r .potluck-27670x.potluck-qip565 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .potluck-p3i76r .potluck-27670x.potluck-u2j8v4 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .potluck-p3i76r .potluck-0kv156 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.potluck-xdmyvy {
  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;
}

.potluck-fvfs2l {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.potluck-efbgon p a img {
  margin: 0 auto;
  display: block;
}

.potluck-efbgon table {
  margin-bottom: 17px;
}

/* contanct form */
.potluck-fjf461 {
  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-fjf461 label {
  font-size: 14px;
}

.potluck-fjf461 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.potluck-fjf461 input,
.potluck-fjf461 textarea,
.potluck-fjf461 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-fjf461 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.potluck-jyeql8 ease;
}
.potluck-fjf461 button:hover {
  background-color: #691204;
}
.potluck-g4unhd {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.potluck-wbc4jq ease-in;
}

.potluck-g4unhd h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.potluck-x26cbm, .potluck-uylcsp, [class*="review-card"],
thead, thead th, table th, .potluck-vyohjq,
.potluck-3dueqg, [class*="collapsible-header"],
.potluck-n27s7w, [class*="updated-block"] {
  color: #ece7dc !important;
}
