@font-face {
  font-family: Farmhousefont;
  src: url('../fonts/FarmhouseFont.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --yellow: #ffd900;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero-video-embed {
  object-fit: fill;
  background-color: #000000eb;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section {
  width: 100%;
  height: 0;
  margin-top: 0;
  padding-top: 56.25%;
  position: absolute;
  inset: 0%;
}

.section-2 {
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
}

.section-3 {
  z-index: 999999;
  background-image: linear-gradient(#00000080, #00000080);
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: 0%;
}

.heading {
  z-index: 999999;
  color: #fff;
  text-align: center;
  text-shadow: 5px 5px 10px #000000c2;
  margin-top: 117px;
  font-family: nexa-rust-sans-black-2, sans-serif;
  font-size: 75px;
  line-height: 80px;
  position: relative;
}

.container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand {
  display: flex;
  top: -9px;
}

.image {
  width: 350px;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  bottom: -18px;
}

.nav-link-class {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 15%;
  margin-top: 105px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: nexa-rust-slab-black-2, sans-serif;
  font-size: 18px;
  display: flex;
  position: relative;
}

.nav-link-class:hover {
  color: #fff200;
}

.nav-link-class.w--current, .nav-link-class.current {
  color: #ffb700;
}

.container-2 {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  display: flex;
}

.nav-menu {
  width: 90vw;
  max-width: 100vw;
  display: flex;
}

.navbar {
  background-color: #050505a1;
  width: 100vw;
  position: relative;
}

.section-4, .heading-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.cell {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: nexa-rust-sans-black-2, sans-serif;
}

.heading-3 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.cell-2 {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: nexa-rust-sans-black-2, sans-serif;
}

.heading-4 {
  z-index: 9999999;
  color: #ffffff80;
  text-align: center;
  margin-top: 0;
  font-family: nexa-rust-script-shad-2, sans-serif;
  font-size: 55px;
  font-weight: 400;
  position: relative;
}

.heading-5 {
  color: #ffffff80;
  text-align: center;
  margin-top: 279px;
  font-family: nexa-rust-sans-black-2, sans-serif;
  position: absolute;
  inset: auto 0% 0%;
}

.section-5 {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/wooden-background-old-kitchen-table-surface-textu-2024-12-05-06-46-30-utc.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.heading-6 {
  color: #fff;
  text-align: center;
  font-family: nexa-rust-sans-black-2, sans-serif;
}

.paragraph {
  color: #ffffffbf;
  text-align: center;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.section-6 {
  background-image: url('../images/461444393_1081617533966654_7306816842709650234_n.jpg');
  background-position: 50% 31%;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
}

.quick-stack {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  height: 1000px;
  margin: 10px 5px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.cell-3 {
  mix-blend-mode: normal;
}

.cell-3:hover {
  filter: none;
  mix-blend-mode: normal;
}

.cell-4 {
  background-image: url('../images/IMG_2117.jpeg');
  background-position: 50%;
  background-size: 100%;
  display: flex;
}

.cell-4:hover {
  filter: sepia();
  mix-blend-mode: normal;
  background-size: 110%;
}

.cell-5 {
  background-image: url('../images/DJI_20241016202804_0024_D.jpg');
  background-position: 50% 100%;
  background-size: auto 100%;
}

.cell-5:hover {
  filter: sepia();
  background-size: auto 110%;
}

.cell-6 {
  cursor: auto;
  background-image: url('../images/Squealersbbq-43.webp');
  background-position: 0 0;
  background-size: 115%;
}

.cell-6:hover {
  filter: sepia();
  background-size: 125%;
}

.cell-7 {
  background-image: url('../images/Squealersbbq-30.webp');
  background-position: 50%;
  background-size: 125%;
}

.cell-7:hover {
  filter: sepia();
  background-size: 135%;
}

.cell-8 {
  background-image: url('../images/Squealersbbq-47.webp');
  background-position: 50%;
  background-size: 115%;
}

.cell-8:hover {
  filter: sepia();
  background-size: 125%;
}

.cell-9 {
  background-image: url('../images/Squealersbbq-137.webp');
  background-position: 100%;
  background-size: 110%;
}

.cell-9:hover {
  filter: sepia();
  background-size: 120%;
}

.cell-10 {
  background-image: url('../images/452647401_1029488745846200_4960100572481740907_n.jpg');
  background-position: 50%;
  background-size: 100%;
}

.cell-10:hover {
  filter: sepia();
  background-size: 110%;
}

.cell-11 {
  background-image: url('../images/Squealersbbq-94.webp');
  background-position: 50%;
  background-size: 110%;
}

.cell-11:hover {
  filter: sepia();
  background-size: 120%;
}

.cell-12 {
  background-image: url('../images/467735539_1126863719442035_6913290738493858095_n.jpg');
  background-position: 0 0;
  background-size: 115%;
}

.cell-12:hover {
  filter: sepia();
  background-size: 125%;
}

.cell-13 {
  background-image: url('../images/bourbon.jpg');
  background-position: 50%;
  background-size: 100%;
}

.cell-13:hover {
  filter: sepia();
  background-size: 110%;
}

.div-block {
  overflow: hidden;
}

.section-8 {
  background-image: url('../images/wooden-background-old-kitchen-table-surface-textu-2024-12-05-06-46-30-utc.webp');
  background-position: 50%;
  background-size: cover;
  height: auto;
}

.div-block-2 {
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
}

.code-embed {
  margin-top: 20px;
}

.div-block-3 {
  background-image: url('../images/465236483_1109299007865173_6273889644940666027_n.jpg');
  background-position: 0 0;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: static;
  overflow: hidden;
}

.div-block-3:hover {
  filter: sepia();
  background-size: 110%;
}

.image-2 {
  object-fit: fill;
  display: inline-block;
  position: static;
  overflow: visible;
}

.image-3 {
  object-fit: cover;
}

.section-9 {
  background-color: #fff;
}

.container-3 {
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.container-4 {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/wooden-background-old-kitchen-table-surface-textu-2024-12-05-06-46-30-utc.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.menu-section {
  cursor: auto;
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/wooden-background-old-kitchen-table-surface-textu-2024-12-05-06-46-30-utc.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 100px;
}

.image-4 {
  border: 5px solid #fff;
  border-radius: 0;
  width: 900px;
  max-width: 125%;
  position: relative;
  right: -50px;
}

.div-block-4 {
  background-color: #000;
  border: 5px solid #fff;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  left: -50px;
}

.heading-7 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  padding-top: 20px;
  font-family: nexa-rust-sans-black-2, sans-serif;
  font-size: 50px;
}

.text-block {
  opacity: .55;
  color: #fff;
  text-align: center;
  font-family: nexa-rust-script-shad-2, sans-serif;
  font-size: 30px;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
}

.columns {
  margin-top: 20px;
}

.button {
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #fff200;
  border: 5px solid #fff;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 6px;
  font-family: nexa-rust-sans-black-2, sans-serif;
  font-size: 18px;
  display: flex;
  box-shadow: inset 7px 5px 5px #00000082;
}

.button:hover {
  background-color: #ffb700;
  transform: scale(1.1);
  box-shadow: 0 2px 5px #0003;
}

.column {
  margin-left: auto;
  margin-right: auto;
}

.section-11 {
  background-color: #000;
}

.div-block-5 {
  color: #fafafa;
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: nexa-rust-sans-black-2, sans-serif;
}

.text-block-3, .div-block-6 {
  margin-left: auto;
  margin-right: auto;
}

.image-5 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.container-5 {
  max-width: 80%;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.link {
  color: #fff;
  text-decoration: none;
}

.code-embed-2 {
  margin-bottom: 20px;
}

.section-12 {
  height: auto;
}

.image-6 {
  max-width: 500px;
}

.section-13 {
  background-image: url('../images/fpo-4-19.jpg');
  background-position: 50%;
  background-size: cover;
  height: 435px;
}

.body {
  height: 844px;
}

.heading-8 {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  font-family: nexa-rust-sans-black-2, sans-serif;
}

.section-14 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/wooden-background-old-kitchen-table-surface-textu-2024-12-05-06-46-30-utc.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-left: auto;
  margin-right: auto;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.button-2 {
  filter: drop-shadow(0 2px 5px #000000b3);
  color: #000;
  background-color: #fff200;
  border: 5px solid #f59d0f;
  margin-left: auto;
  margin-right: auto;
  font-family: nexa-rust-sans-black-2, sans-serif;
  font-size: 20px;
  display: inline-block;
  transform: none;
  box-shadow: 0 2px 5px #0003;
}

.container-6 {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-7 {
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.thank-you-hero-image {
  background-image: url('../images/Squealersbbq-94.webp');
  background-position: 50% 33%;
  background-size: cover;
  height: 435px;
}

.heading-9 {
  color: #fff;
  margin-bottom: 0;
  font-family: nexa-rust-sans-black-2, sans-serif;
  font-size: 40px;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.return-to-catering-button {
  filter: drop-shadow(0 2px 5px #000000b3);
  color: #000;
  background-color: #fff200;
  border: 5px solid #f59d0f;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: nexa-rust-sans-black-2, sans-serif;
  font-size: 20px;
  display: inline-block;
  transform: none;
  box-shadow: 0 2px 5px #0003;
}

.shop-hero-image {
  background-image: url('../images/469590013_1138784828249924_5109531421924010217_n.jpg');
  background-position: 50%;
  background-size: cover;
  height: 550px;
}

.our-story-hero-image {
  background-image: url('../images/DJI_20241016184548_0004_D.00_00_47_23.Still001.jpg');
  background-position: 50% 55%;
  background-size: cover;
  height: 400px;
}

.mobile-how-it-began-text {
  color: #fff;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.paragraph-3 {
  color: #fff;
  padding-top: 60px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 25px;
  text-decoration: none;
}

.paragraph-4 {
  color: #fff;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 220px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.mobile-how-it-began-image {
  filter: drop-shadow(10px 10px 5px #0000009c);
  border: 6px solid #fff;
}

.image-8 {
  filter: drop-shadow(10px 10px 5px #000000b3);
  border: 6px solid #fff;
}

.image-9 {
  filter: drop-shadow(10px 9px 5px #000000b3);
  border: 6px solid #fff;
}

.image-10 {
  filter: drop-shadow(10px 10px 5px #000000b3);
  border: 6px solid #fff;
}

.image-11 {
  filter: drop-shadow(10px 9px 5px #000000b3);
  border: 6px solid #fff;
}

.cell-14 {
  background-image: url('../images/50620490_10156930325919618_7898450874593181696_n.jpg');
  background-position: 50%;
  background-size: auto;
}

.quick-stack-2 {
  height: 400px;
}

.cell-15 {
  background-image: url('../images/39165883_10156561289594618_5491965460100415488_n.jpg');
  background-position: 0 0;
  background-size: cover;
}

.cell-16 {
  background-image: url('../images/468851377_10161870506914618_5075997388331232532_n.jpg');
  background-position: 50% 0;
  background-size: auto;
}

.cell-17 {
  background-image: url('../images/468550007_10161758696924618_1533299810444488667_n.jpg');
  background-position: 0 0;
  background-size: cover;
}

.quick-stack-3 {
  height: 400px;
}

.cell-18 {
  background-image: url('../images/468663413_10161837853754618_6148654248647942655_n.jpg');
  background-position: 0 0;
  background-size: cover;
}

.cell-19 {
  background-image: url('../images/465992839_10161575499124618_4646995809626964507_n.jpg');
  background-position: 0 0;
  background-size: cover;
}

.contact-us-hero-image {
  background-image: url('../images/406871214_863863509075392_2911674905374331722_n.jpg');
  background-position: 50% 63%;
  background-size: cover;
  height: 400px;
}

.body-2 {
  background-color: #000;
}

.container-7 {
  max-width: 1250px;
}

.heading-10 {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: nexa-rust-sans-black-2, sans-serif;
  font-size: 20px;
}

.div-block-8 {
  background-image: url('../images/Jen.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 300px;
}

.quick-stack-4 {
  height: 600px;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-9 {
  background-image: url('../images/693095432950922891.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 300px;
}

.div-block-10 {
  background-image: url('../images/Squealersbbq-47.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 300px;
}

.code-embed-3, .section-15 {
  margin-bottom: 20px;
}

.careers-hero-image {
  background-image: url('../images/461444393_1081617533966654_7306816842709650234_n.jpg');
  background-position: 50% 63%;
  background-size: cover;
  height: 400px;
}

.heading-11 {
  color: #ffffff82;
  text-align: center;
  font-family: nexa-rust-sans-black-2, sans-serif;
  font-size: 33px;
}

.heading-12 {
  color: var(--yellow);
  font-family: nexa-rust-sans-black-2, sans-serif;
}

.button-3 {
  color: #000;
  background-color: #fff200;
  border: 5px solid #ffb700;
  font-family: nexa-rust-sans-black-2, sans-serif;
  font-size: 18px;
}

.cell-20 {
  padding-top: 10px;
}

.image-12 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-16 {
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-11 {
  margin-top: 10px;
}

.text-block-7 {
  margin-left: auto;
  margin-right: auto;
}

.link-2 {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: nexa-rust-sans-black-2, sans-serif;
  text-decoration: none;
}

.cell-21 {
  opacity: 1;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.menu-footer-link {
  opacity: .7;
  color: #fff;
  text-align: center;
  margin-top: 19px;
  margin-left: auto;
  margin-right: auto;
  font-family: nexa-rust-sans-black-2, sans-serif;
  text-decoration: none;
}

.menu-footer-link:hover {
  opacity: 100;
  color: #fff200;
}

.catering-footer-link {
  opacity: .7;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: nexa-rust-sans-black-2, sans-serif;
  text-decoration: none;
}

.catering-footer-link:hover {
  opacity: 100;
  color: #fff200;
}

.story-footer-link {
  opacity: .7;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: nexa-rust-sans-black-2, sans-serif;
  text-decoration: none;
}

.story-footer-link:hover {
  opacity: 100;
  color: #fff200;
}

.careers-footer-link {
  opacity: .7;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: nexa-rust-sans-black-2, sans-serif;
  text-decoration: none;
}

.careers-footer-link:hover {
  opacity: 100;
  color: #fff200;
}

.contact-footer-link {
  opacity: .7;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: nexa-rust-sans-black-2, sans-serif;
  text-decoration: none;
}

.contact-footer-link:hover {
  opacity: 100;
  color: #fff200;
}

.contact-footer-link.w--current {
  opacity: .7;
}

.contact-footer-link.w--current:hover {
  opacity: 100;
  color: #fff200;
}

.quick-stack-5 {
  width: 99.9996%;
}

.cell-22 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.catering-div-block {
  z-index: 999999;
  background-color: #000;
  border: 5px solid #fff;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  left: 50px;
}

.catering-image {
  border: 5px solid #fff;
  border-radius: 0;
  width: 900px;
  max-width: 125%;
  position: relative;
  right: 160px;
}

.catering-button {
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #fff200;
  border: 5px solid #fff;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 6px;
  font-family: nexa-rust-sans-black-2, sans-serif;
  font-size: 18px;
  display: flex;
  box-shadow: inset 7px 5px 5px #00000082;
}

.catering-button:hover {
  background-color: #ffb700;
  transform: scale(1.1);
  box-shadow: 0 2px 5px #0003;
}

.catering-section {
  cursor: auto;
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/wooden-background-old-kitchen-table-surface-textu-2024-12-05-06-46-30-utc.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.awards-heading {
  color: #fff;
  font-family: nexa-rust-sans-black-2, sans-serif;
  font-size: 40px;
}

.heading-13 {
  color: #fff;
  text-align: center;
  font-family: nexa-rust-sans-black-2, sans-serif;
}

.cell-23 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.list-item {
  color: #fff;
  text-align: left;
}

.text-block-8, .text-block-9, .code-embed-4 {
  color: #fff;
}

.section-hero {
  position: relative;
}

.padding-vertical-xlarge {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 120px;
}

.container-8 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.text-underline {
  background-image: url('../images/Underline.svg');
  background-position: 50% 110%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -8px;
  margin-bottom: -8px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.relume-link {
  width: 124px;
  height: 33.33px;
  position: relative;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.inline-block {
  display: inline-block;
}

.timeline_date-text {
  color: #ffd900;
  letter-spacing: -.03em;
  font-family: nexa-rust-sans-black-2, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.relume-logo-primary {
  z-index: 0;
  color: #000;
  position: absolute;
  inset: 0%;
}

.background-layer {
  z-index: 0;
  background-color: #d8d5d1;
  background-image: url('../images/20250221_123002.jpg'), url('../images/Grain-Background.png'), linear-gradient(#00000080, #00000080);
  background-position: 50% 37%, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: cover, 300px 300px, auto;
  position: absolute;
  inset: 0%;
}

.hero-nav_button-wrapper {
  display: flex;
}

.margin-bottom-large {
  margin-bottom: 40px;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.padding-vertical-footer {
  padding-top: 120px;
  padding-bottom: 40px;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.button-wrapper {
  justify-content: center;
  display: flex;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.margin-bottom-small {
  margin-bottom: 24px;
}

.button-icon-small {
  z-index: 500;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #0a0a0a;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small:hover {
  transform: translate(0, -2px);
}

.button-icon-small.margin-right-small {
  margin-right: 16px;
}

.button-inverted {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 14px 32px;
  font-family: nexa-rust-sans-black-2, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 20px;
  transition: all .4s;
}

.button-inverted:hover {
  transform: translate(0, -4px);
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_text {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.relume-logo-secondary {
  z-index: 1;
  color: #fff;
  position: absolute;
  inset: 0%;
}

.button-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  position: relative;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#ffd90080, #ffd90080);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.text-colour-white {
  color: #fff;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.page-wrapper {
  z-index: 0;
  position: relative;
}

.footer_credits-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.section-timeline-cta {
  background-color: #0a0a0a;
}

.padding-vertical-xxlarge {
  padding-top: 160px;
  padding-bottom: 160px;
}

.hero-nav {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.text-link {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
}

.footer_text-wrapper {
  text-align: center;
  max-width: 640px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-footer {
  position: relative;
}

.paragraph-large {
  text-align: center;
  letter-spacing: -.02em;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  font-family: nexa-rust-sans-black-2, sans-serif;
  font-size: 53px;
  line-height: 66px;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.timeline-hero_heading-wrapper {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.button-icon-small-secondary {
  z-index: 500;
  color: #161616;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small-secondary:hover {
  transform: translate(0, -2px);
}

.button-icon-small-secondary.margin-right-small {
  margin-right: 16px;
}

.section-timeline {
  z-index: -3;
  background-color: #0a0a0a;
  position: relative;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.section-timeline-heading {
  text-align: center;
  background-color: #0a0a0a;
  margin-left: auto;
  margin-right: auto;
}

.heading-14 {
  color: #fff;
  text-shadow: 5px 5px 6px #000000c4;
  font-family: nexa-rust-sans-black-2, sans-serif;
  font-size: 100px;
}

.heading-15 {
  margin-top: 0;
  font-family: nexa-rust-sans-black-2, sans-serif;
}

.heading-16 {
  font-family: nexa-rust-sans-black-2, sans-serif;
}

.list {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 1.3;
}

.list-item-2 {
  font-size: 20px;
}

.rich-text-block {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 1.3;
}

.image-13, .image-14, .image-15, .image-16, .image-17, .image-18, .image-19, .image-20, .image-21, .image-22, .image-23, .image-24 {
  border-radius: 10px;
}

.timeline_date-text-copy {
  color: #ffd900;
  letter-spacing: -.03em;
  font-family: nexa-rust-script-shad-2, sans-serif;
  font-size: 92px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.text-span {
  color: #ffd900;
}

.text-span-2 {
  color: #ffd900;
  font-family: nexa-rust-sans-black-2, sans-serif;
}

.text-span-3 {
  color: #fff200;
  font-family: nexa-rust-sans-black-2, sans-serif;
  text-decoration: none;
}

.link-3 {
  text-decoration: none;
}

.awards-link {
  opacity: .7;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: nexa-rust-sans-black-2, sans-serif;
  text-decoration: none;
}

.awards-link:hover {
  opacity: 100;
  color: #fff200;
}

.awards-link.w--current {
  opacity: .7;
}

.awards-link.w--current:hover {
  opacity: 100;
  color: #fff200;
}

.link-4 {
  color: #fff200;
  text-decoration: none;
}

.container-9 {
  padding-top: 66px;
}

.container-10 {
  padding-top: 0;
}

.code-embed-5 {
  width: 100%;
  height: 450px;
  margin-top: 0;
}

.section-17 {
  width: 100%;
  margin-top: -206px;
  display: block;
}

.heading-17 {
  color: #fff;
  text-align: center;
  text-shadow: 6px 6px 6px #000000c9;
  font-family: nexa-rust-sans-black-2, sans-serif;
  font-size: 120px;
  position: relative;
  top: 311px;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
  color: #ffd900;
}

.bold-text-11 {
  color: var(--yellow);
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30, .bold-text-31, .bold-text-32, .bold-text-33, .bold-text-34, .bold-text-35, .bold-text-36, .bold-text-37, .bold-text-38, .bold-text-39, .bold-text-40, .bold-text-41, .bold-text-42, .bold-text-43, .bold-text-44, .bold-text-45, .bold-text-46, .bold-text-47, .bold-text-48, .bold-text-49, .bold-text-50, .bold-text-51, .bold-text-52, .bold-text-53, .bold-text-54, .bold-text-55, .bold-text-56, .bold-text-57, .bold-text-58, .bold-text-59, .bold-text-60, .bold-text-61, .bold-text-62, .bold-text-63, .bold-text-64, .bold-text-65, .bold-text-66, .bold-text-67, .bold-text-68, .bold-text-69, .bold-text-70, .bold-text-71, .bold-text-72, .bold-text-73, .bold-text-74, .bold-text-75, .bold-text-76, .bold-text-77, .bold-text-78, .bold-text-79, .bold-text-80, .bold-text-81, .bold-text-82, .bold-text-83, .bold-text-84, .bold-text-85, .bold-text-86 {
  color: var(--yellow);
}

.container-11 {
  max-width: 80%;
}

.heading-18 {
  color: #ffffffb5;
  text-align: center;
  margin-top: 40px;
  font-family: nexa-rust-sans-black-shad-2, sans-serif;
  font-size: 50px;
  line-height: 57px;
  position: relative;
  top: 312px;
}

.nav-link {
  color: #fff;
  font-family: nexa-rust-sans-black-2, sans-serif;
}

.nav-link.w--current {
  color: var(--yellow);
}

.nav-link-2 {
  color: #fff;
  font-family: nexa-rust-sans-black-2, sans-serif;
}

.nav-link-2.w--current {
  color: var(--yellow);
}

.nav-link-3, .nav-link-4 {
  color: #fff;
  font-family: nexa-rust-sans-black-2, sans-serif;
}

.nav-link-4.w--current {
  color: var(--yellow);
}

.nav-link-5 {
  color: #fff;
  font-family: nexa-rust-sans-black-2, sans-serif;
}

.nav-link-5.w--current {
  color: var(--yellow);
}

.nav-link-6 {
  color: #fff;
  font-family: nexa-rust-sans-black-2, sans-serif;
}

.nav-link-6.w--current {
  color: var(--yellow);
}

.nav-link-7 {
  color: #fff;
  font-family: nexa-rust-sans-black-2, sans-serif;
}

.nav-link-7.w--current {
  color: var(--yellow);
}

.navbar-2 {
  background-color: #000;
  display: block;
}

.section-18 {
  display: none;
}

.heading-19 {
  color: #fff;
  text-align: center;
  margin-top: -35px;
  font-family: nexa-rust-sans-black-2, sans-serif;
}

.pig-pen {
  opacity: .7;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: nexa-rust-sans-black-2, sans-serif;
  text-decoration: none;
}

.pig-pen:hover {
  opacity: 100;
  color: #fff200;
}

.pig-pen.w--current {
  opacity: .7;
}

.pig-pen.w--current:hover {
  opacity: 100;
  color: #fff200;
}

.text-block-10 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.pig-pen-button {
  color: #000;
  background-color: #fff200;
  border: 5px solid #ffb700;
  margin-top: 50px;
  font-family: nexa-rust-sans-black-2, sans-serif;
  font-size: 18px;
}

.image-27 {
  max-width: 200px;
}

.mobile-how-it-began-image-copy {
  filter: drop-shadow(10px 10px 5px #0000009c);
  border: 6px solid #fff;
  margin-top: 46px;
}

.our-story-hero-image-copy {
  background-image: url('../images/DJI_20241016184548_0004_D.00_00_47_23.Still001.jpg');
  background-position: 50% 83%;
  background-size: cover;
  height: 600px;
}

@media screen and (max-width: 991px) {
  .hero-video-embed {
    margin-top: 266px;
    margin-bottom: -578px;
    padding-top: 0;
    padding-bottom: 0;
    top: -441px;
  }

  .section {
    margin-top: 267px;
    padding-bottom: 344px;
  }

  .section-3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .heading {
    margin-top: -241px;
    font-size: 44px;
    line-height: 50px;
  }

  .container-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu, .navbar {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section-4 {
    margin-top: -23px;
  }

  .div-block {
    display: none;
  }

  .container-4 {
    padding-top: 0;
    position: relative;
    top: 11px;
  }

  .section-13 {
    width: 100%;
    max-width: 100%;
    height: 200px;
  }

  .text-block-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-how-it-began-text {
    padding-top: 0;
    padding-right: 10px;
  }

  .paragraph-3 {
    padding-top: 0;
  }

  .paragraph-4 {
    padding-top: 0;
    padding-right: 10px;
  }

  .cell-15 {
    background-position: 50%;
  }

  .cell-16 {
    background-position: 50%;
    background-size: cover;
  }

  .cell-17, .cell-18, .cell-19 {
    background-position: 50%;
  }

  .section-15 {
    margin-top: 210px;
  }

  .button-3 {
    font-size: 14px;
  }

  .section-hero {
    height: 258px;
  }

  .button-icon-small {
    position: static;
    top: 16px;
  }

  .paragraph-large {
    width: 100%;
  }

  .button-icon-small-secondary {
    position: static;
    top: 16px;
  }

  .code-embed-5 {
    margin-top: -158px;
    margin-bottom: -128px;
  }

  .section-17 {
    margin-top: -31px;
  }

  .heading-17 {
    font-size: 68px;
    top: 101px;
  }

  .heading-18 {
    font-size: 32px;
    line-height: 39px;
    top: 78px;
  }

  .icon {
    color: #fff;
    font-family: nexa-rust-sans-black-2, sans-serif;
    font-size: 80px;
  }

  .image-25 {
    text-align: center;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button {
    text-align: center;
    padding-bottom: 286px;
  }

  .nav-link, .nav-link-2, .nav-link-3, .nav-link-4, .nav-link-5, .nav-link-6, .nav-link-7 {
    font-size: 20px;
  }

  .icon-2 {
    color: #fff;
    font-size: 82px;
  }

  .nav-menu-2 {
    background-color: #000;
  }

  .menu-button-2 {
    border-radius: 1px;
  }

  .menu-button-2.w--open {
    background-color: #dc891d;
    border-radius: 20px;
  }

  .image-26 {
    position: relative;
    left: 69px;
  }

  .section-18 {
    display: block;
  }

  .pig-pen-button {
    font-size: 15px;
  }

  .image-27 {
    max-width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .hero-video-embed {
    margin-top: -213px;
    margin-bottom: 0;
  }

  .section {
    margin-top: 676px;
  }

  .section-4 {
    margin-top: -499px;
  }

  .paragraph {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-4 {
    width: 900px;
    max-width: 80%;
  }

  .div-block-4 {
    left: 0;
  }

  .column {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section-13 {
    height: 165px;
  }

  .heading-8 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
    line-height: 30px;
  }

  .thank-you-hero-image {
    height: 380px;
  }

  .text-block-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .shop-hero-image {
    height: 396px;
  }

  .our-story-hero-image {
    height: 288px;
  }

  .mobile-how-it-began-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 18px;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 17px;
  }

  .section-15 {
    margin-top: 393px;
  }

  .heading-12 {
    font-size: 24px;
    line-height: 26px;
  }

  .button-3 {
    font-size: 12px;
    line-height: 16px;
  }

  .catering-div-block {
    margin-top: 0;
    left: 0;
  }

  .catering-image {
    max-width: 80%;
    margin-top: 53px;
    right: 0;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .background-layer {
    background-position: 0 0, 50% 100%;
    background-size: 300px 300px, auto;
  }

  .padding-vertical-footer {
    padding-top: 80px;
    padding-bottom: 64px;
  }

  .margin-bottom-small {
    margin-bottom: 24px;
  }

  .button-icon-small {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small.hide-mobile {
    display: none;
  }

  .button-inverted {
    padding: 14px 24px;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .footer_credits-wrapper {
    flex-direction: column-reverse;
  }

  .padding-vertical-xxlarge {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .hero-nav {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .timeline_left {
    text-align: left;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .text-link.text-light-grey.privacy-policy {
    margin-bottom: 16px;
  }

  .paragraph-large {
    margin-top: -40px;
    font-size: 16px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_progress {
    left: 6px;
  }

  .button-icon-small-secondary {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small-secondary.margin-right-small.mobile-margin-right-zero {
    margin-right: 0;
  }

  .heading-14 {
    font-size: 80px;
  }

  .heading-15 {
    margin-top: -60px;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 29px;
  }

  .timeline_date-text-copy {
    margin-bottom: 24px;
    padding-top: 0;
    font-size: 36px;
  }

  .link-4 {
    padding-left: 10px;
  }

  .heading-17 {
    text-align: center;
  }

  .icon-2 {
    margin-top: -11px;
  }

  .menu-button-2.w--open {
    margin-top: -12px;
  }

  .image-26 {
    max-width: 60%;
    margin-top: 17px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
  }

  .container-12 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .brand-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .quick-stack-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-10 {
    font-size: 14px;
    line-height: 16px;
  }

  .pig-pen-button {
    font-size: 13px;
  }

  .image-27 {
    max-width: 122px;
    margin-top: 23px;
  }

  .our-story-hero-image-copy {
    height: 288px;
  }
}

@media screen and (max-width: 479px) {
  .hero-video-embed {
    margin-top: -384px;
    margin-bottom: -848px;
    padding-top: 23px;
    padding-bottom: 0;
  }

  .section {
    margin-top: 793px;
  }

  .section-4 {
    margin-top: -650px;
  }

  .image-4 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    left: 7px;
  }

  .section-13 {
    height: 99px;
  }

  .heading-8 {
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-5 {
    font-size: 14px;
    line-height: 16px;
  }

  .thank-you-hero-image {
    height: 206px;
  }

  .heading-9 {
    font-size: 32px;
    line-height: 33px;
  }

  .shop-hero-image {
    height: 225px;
  }

  .mobile-how-it-began-text {
    text-align: center;
    width: 170%;
    max-width: 140%;
    margin-left: -30px;
  }

  .mobile-how-it-began-image {
    max-width: 128%;
    margin-left: -20px;
    padding-left: 0;
  }

  .contact-us-hero-image {
    height: 206px;
  }

  .section-15 {
    margin-top: 1424px;
  }

  .careers-hero-image {
    height: 214px;
  }

  .heading-12 {
    text-align: center;
    margin-top: -2px;
    margin-left: auto;
    margin-right: auto;
  }

  .cell-20 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section-hero {
    height: 200px;
  }

  .button-icon-small {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .timeline_text {
    font-size: 16px;
  }

  .button-icon {
    display: none;
  }

  .paragraph-large {
    margin-top: -9px;
    font-size: 16px;
    line-height: 27px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .button-icon-small-secondary {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .heading-14 {
    margin-top: -15px;
    font-size: 56px;
  }

  .heading-15 {
    font-size: 20px;
    line-height: 22px;
  }

  .heading-16, .list, .rich-text-block {
    font-size: 14px;
  }

  .code-embed-5 {
    position: relative;
    top: -134px;
  }

  .heading-17 {
    z-index: 999999;
    font-size: 40px;
    top: 17px;
  }

  .heading-18 {
    z-index: 999999;
    font-size: 18px;
    line-height: 20px;
    display: none;
    top: -20px;
  }

  .nav-link {
    text-align: center;
  }

  .nav-link-2 {
    color: #fff;
    text-align: center;
    font-size: 20px;
  }

  .nav-link-3, .nav-link-4, .nav-link-5, .nav-link-6, .nav-link-7 {
    text-align: center;
  }

  .icon-2 {
    margin-top: 0;
    font-size: 82px;
  }

  .menu-button-2 {
    margin-top: -156px;
  }

  .menu-button-2.w--open {
    background-color: #000;
    border-radius: 10px;
    margin-top: -150px;
    font-size: 14px;
  }

  .column-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .code-embed-6 {
    margin-top: -218px;
  }

  .list-2 {
    font-size: 14px;
  }

  .list-3 {
    font-size: 13px;
  }

  .list-4, .list-5, .list-6, .list-7, .list-8, .list-9, .list-10, .list-11, .list-12, .list-13, .list-14, .list-15, .list-16, .list-17, .list-18, .list-19, .list-20 {
    font-size: 14px;
  }

  .pig-pen-button {
    margin-top: -9px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-27 {
    text-align: center;
    max-width: 150px;
  }

  .cell-24 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .text-span-4 {
    font-size: 13px;
  }

  .mobile-how-it-began-image-copy {
    max-width: 128%;
    margin-left: -20px;
    padding-left: 0;
  }
}

#w-node-cf0e841c-7d11-427a-01d2-e4d2a341a55b-d147e895 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5e082d83-b642-31cd-f4d6-18f9708702f8-d147e895 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_5e082d83-b642-31cd-f4d6-18f9708702f9-d147e895 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_23c21e92-7c8d-4f39-8bc7-8975b7f51a8a-d147e895 {
  grid-column: span 2 / span 2;
}

#w-node-d1eb80d8-abca-442f-13fa-67e2c28b0764-d147e895 {
  grid-row: span 2 / span 2;
}

#w-node-_723573c0-07cc-7a5b-3182-c6c776b31227-d147e895 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-df0d5b56-4dc1-14a0-1f24-5d2d23ddb9cc-d147e895 {
  grid-column: span 2 / span 2;
}

#w-node-e92324c3-97d4-fe5b-ce59-86c0bba9638a-bba96388 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f0699320-3113-d3d6-a830-1a774350e877-a6361829 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_61196fef-6b9a-b1fa-1e5f-68c8754bcc9e-a6361829 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
}

#w-node-_26e0ea7d-e2d2-6537-70a6-22660edd1508-a6361829 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.5fr;
}

#w-node-_33dd9196-dfa7-5232-8d43-af18cdeab92a-c624d13e {
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr .25fr;
}

#w-node-_654d9304-1c50-84d4-edec-872fdec9e716-c624d13e {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-a1ff47dc-1b52-35df-432d-d2b37345f887-94d9aca5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_5e082d83-b642-31cd-f4d6-18f9708702f8-d147e895 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-_5e082d83-b642-31cd-f4d6-18f9708702f9-d147e895 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_23c21e92-7c8d-4f39-8bc7-8975b7f51a8a-d147e895 {
    grid-column: span 2 / span 2;
  }

  #w-node-d1eb80d8-abca-442f-13fa-67e2c28b0764-d147e895 {
    grid-row: span 2 / span 2;
  }

  #w-node-_723573c0-07cc-7a5b-3182-c6c776b31227-d147e895 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-df0d5b56-4dc1-14a0-1f24-5d2d23ddb9cc-d147e895 {
    grid-column: span 2 / span 2;
  }

  #w-node-_33dd9196-dfa7-5232-8d43-af18cdeab92a-c624d13e {
    grid-template-rows: auto;
    grid-template-columns: .25fr .5fr .25fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f0699320-3113-d3d6-a830-1a774350e877-a6361829 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .5fr;
  }

  #w-node-_33dd9196-dfa7-5232-8d43-af18cdeab92a-c624d13e {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr .75fr;
  }

  #w-node-_654d9304-1c50-84d4-edec-872fdec9e716-c624d13e {
    grid-template-rows: auto;
    grid-template-columns: .75fr .25fr;
  }

  #w-node-_6c305b0e-72c3-b4ad-b49b-d4840947af92-2d397e15 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6c305b0e-72c3-b4ad-b49b-d4840947af95-2d397e15 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6c305b0e-72c3-b4ad-b49b-d4840947af97-2d397e15 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c305b0e-72c3-b4ad-b49b-d4840947af9e-2d397e15 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6c305b0e-72c3-b4ad-b49b-d4840947afa1-2d397e15 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6c305b0e-72c3-b4ad-b49b-d4840947afb1-2d397e15 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6c305b0e-72c3-b4ad-b49b-d4840947afb4-2d397e15 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6c305b0e-72c3-b4ad-b49b-d4840947afcb-2d397e15 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6c305b0e-72c3-b4ad-b49b-d4840947afce-2d397e15 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6c305b0e-72c3-b4ad-b49b-d4840947afe7-2d397e15 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6c305b0e-72c3-b4ad-b49b-d4840947afea-2d397e15 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6c305b0e-72c3-b4ad-b49b-d4840947b004-2d397e15 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6c305b0e-72c3-b4ad-b49b-d4840947b007-2d397e15 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6c305b0e-72c3-b4ad-b49b-d4840947b022-2d397e15 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6c305b0e-72c3-b4ad-b49b-d4840947b025-2d397e15 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6c305b0e-72c3-b4ad-b49b-d4840947b035-2d397e15 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6c305b0e-72c3-b4ad-b49b-d4840947b038-2d397e15 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6c305b0e-72c3-b4ad-b49b-d4840947b049-2d397e15 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6c305b0e-72c3-b4ad-b49b-d4840947b04c-2d397e15 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_530300d2-e846-429d-942e-e6b3759641c6-2d397e15 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_530300d2-e846-429d-942e-e6b3759641c9-2d397e15 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_1d73dbd6-be08-9730-3fcb-e784c3b44ebe-2d397e15 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1d73dbd6-be08-9730-3fcb-e784c3b44ec1-2d397e15 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-e8dc2b0d-27f4-21af-3e57-fae21b1b5439-2d397e15 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e8dc2b0d-27f4-21af-3e57-fae21b1b543c-2d397e15 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-e3e7198d-e062-13a0-3e48-ae93702efab9-2d397e15 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e3e7198d-e062-13a0-3e48-ae93702efabc-2d397e15 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ae72a3dd-5fff-f5f6-ee1e-8ebab9435f71-2d397e15 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ae72a3dd-5fff-f5f6-ee1e-8ebab9435f74-2d397e15 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_814055b4-778f-d6b2-8ac3-f6f4b8f50ee3-2d397e15 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_814055b4-778f-d6b2-8ac3-f6f4b8f50ee6-2d397e15 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-cc02764d-25e9-c5e1-8957-335bf26d7cea-2d397e15 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-cc02764d-25e9-c5e1-8957-335bf26d7ced-2d397e15 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-d41b6240-df00-df72-5323-af890a08b7de-2d397e15 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d41b6240-df00-df72-5323-af890a08b7e1-2d397e15 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6ef7e399-b403-98a4-caf2-02cf1fad63bb-2d397e15 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6ef7e399-b403-98a4-caf2-02cf1fad63be-2d397e15 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5ccf63de-b296-a721-551e-0955f254817b-2d397e15 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5ccf63de-b296-a721-551e-0955f254817e-2d397e15 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-f7db8e01-ea31-d7c7-88ec-36b44183d24e-2d397e15 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f7db8e01-ea31-d7c7-88ec-36b44183d251-2d397e15 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-f8f709fe-a351-7cfc-9322-ab3dc131278f-2d397e15 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f8f709fe-a351-7cfc-9322-ab3dc1312792-2d397e15 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5bb34dd2-7044-1364-36a5-f13209facdd0-2d397e15 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5bb34dd2-7044-1364-36a5-f13209facdd3-2d397e15 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_398b7e43-67a4-b133-e693-f4bb0245bd61-2d397e15 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_398b7e43-67a4-b133-e693-f4bb0245bd64-2d397e15 {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cf0e841c-7d11-427a-01d2-e4d2a341a55b-d147e895, #w-node-e92324c3-97d4-fe5b-ce59-86c0bba9638a-bba96388 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_61196fef-6b9a-b1fa-1e5f-68c8754bcc9e-a6361829 {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr 1fr;
    display: none;
  }

  #w-node-_26e0ea7d-e2d2-6537-70a6-22660edd1508-a6361829 {
    display: none;
  }

  #w-node-_33dd9196-dfa7-5232-8d43-af18cdeab92a-c624d13e, #w-node-_654d9304-1c50-84d4-edec-872fdec9e716-c624d13e, #w-node-a1ff47dc-1b52-35df-432d-d2b37345f887-94d9aca5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Farmhousefont';
  src: url('../fonts/FarmhouseFont.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}