a {
  text-decoration: underline;
}

.wg-fonts-embed {
  display: none;
}

.wg-nav {
  z-index: 1000;
  box-sizing: border-box;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 940px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.wg-nav-logo {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.wg-nav-logo-img {
  object-fit: contain;
  width: 125px;
  height: 92px;
}

.wg-nav-logo-text {
  flex-direction: column;
  line-height: 1.2;
  display: flex;
}

.wg-nav-brand {
  color: #1a1a1a;
  letter-spacing: 1px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.wg-nav-tagline {
  color: #999;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 9px;
  font-weight: 300;
}

.wg-nav-links {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: center;
  height: 100%;
  display: flex;
}

.wg-nav-link {
  color: #333;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.wg-nav-link:hover {
  color: #941100;
}

.wg-nav-link.w--current {
  color: #333;
}

.wg-nav-ig {
  color: #333;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.wg-hero {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 700px;
  margin-top: -120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wg-hero-overlay {
  z-index: 1;
  background-image: linear-gradient(#0000008c 0%, #0003 50%, #0000008c 100%);
  position: absolute;
  inset: 0;
}

.wg-hero-img {
  object-position: center top;
  max-width: none;
  height: 740px;
  position: fixed;
}

.wg-hero-img.video {
  aspect-ratio: 16 / 9;
}

.wg-hero-content {
  z-index: 2;
  text-align: center;
  position: relative;
}

.wg-hero-intro {
  color: #fff;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.wg-hero-title {
  color: #ce1d06;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-family: Roboto, sans-serif;
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
}

.wg-hero-sub {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.wg-about {
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
  padding: 80px 60px;
  position: relative;
}

.wg-about-inner {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
}

.wg-section-label {
  color: #999;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.wg-about-heading {
  color: #931100;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 28px;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 900;
}

.wg-about-p {
  color: #6d6d6d;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.wg-about-img-wrap {
  overflow: hidden;
}

.wg-about-img {
  object-fit: cover;
  display: block;
}

.wg-meat {
  background-color: #333;
  padding: 70px 0 80px;
}

.wg-meat-header {
  text-align: center;
  margin-bottom: 48px;
  padding: 0 40px;
}

.wg-meat-label {
  color: #aaa;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 500;
}

.wg-meat-heading {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.wg-meat-track-wrap {
  position: relative;
}

.wg-meat-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 0 60px;
  display: flex;
  overflow-x: auto;
}

.wg-meat-card {
  background-color: #fff;
  flex-flow: column;
  flex: 0 0 300px;
  justify-content: flex-start;
  align-items: stretch;
}

.wg-meat-card-img {
  object-fit: cover;
  width: 100%;
  display: block;
}

.wg-meat-card-body {
  padding-bottom: 17px;
  padding-left: 18px;
  padding-right: 18px;
}

.wg-meat-card-title {
  color: #1a1a1a;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.wg-meat-card-text {
  color: #666;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.wg-contact {
  box-sizing: border-box;
  background-color: #4c4c4c;
  padding: 80px 40px;
  position: relative;
}

.wg-contact-inner {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}

.wg-contact-label {
  color: #aaa;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.wg-contact-heading {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 900;
}

.wg-form, .wg-form._w-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.wg-form-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-column: 1 / -1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.wg-form-full {
  grid-column: 1 / -1;
}

.wg-form-field {
  position: relative;
}

.wg-input {
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  border-style: none;
  outline-style: none;
  width: 100%;
  padding: 14px 16px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.wg-input._w-input {
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  border-style: none;
  outline-style: none;
  width: 100%;
  padding: 14px 16px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
}

.wg-textarea {
  box-sizing: border-box;
  color: #333;
  resize: none;
  background-color: #fff;
  border-style: none;
  outline-style: none;
  width: 100%;
  height: 110px;
  padding: 14px 16px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.wg-textarea._w-input {
  box-sizing: border-box;
  color: #333;
  resize: none;
  background-color: #fff;
  border-style: none;
  outline-style: none;
  width: 100%;
  height: 110px;
  padding: 14px 16px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
}

.wg-btn-send {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #931100;
  border-style: none;
  grid-column: 1 / -1;
  width: 100%;
  padding: 15px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.wg-btn-send._w-button {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #c0392b;
  border-style: none;
  grid-column: 1 / -1;
  width: 100%;
  padding: 15px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: background .2s;
}

._w-input-parent._w-input {
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  border-style: none;
  outline-style: none;
  width: 100%;
  padding: 14px 16px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
}

.wg-photo-strip {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-columns: 1fr;
  height: 200px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.wg-strip-item {
  position: relative;
  overflow: hidden;
}

.wg-strip-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .4s;
  display: block;
}

.wg-footer-info {
  box-sizing: border-box;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #931100;
  justify-content: center;
  padding: 32px 60px;
  display: flex;
  position: relative;
}

.wg-footer-contact {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #fff;
  align-items: center;
  display: flex;
}

.wg-footer-contact-label {
  color: #ffffffb3;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.wg-footer-contact-value {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.wg-footer-bottom {
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
  padding: 36px 40px 28px;
  position: relative;
}

.wg-footer-logo {
  opacity: .85;
  object-fit: contain;
  width: 200px;
  height: auto;
  margin: 0 auto 14px;
  display: block;
}

.wg-footer-copy {
  color: #aaa;
  letter-spacing: .5px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 300;
}

.splide__slide {
  background-color: #fff;
  flex: none;
  align-self: stretch;
  width: 320px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

.wg-slider {
  background-color: #ddd0;
  height: auto;
}

.body {
  background-color: #000;
}

.hide {
  display: none;
}

.wg-nav-mobile-wrap {
  display: contents;
}

.wg-hamburger {
  z-index: 1001;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  border-style: none;
  flex-direction: column;
  justify-content: center;
  padding: 8px;
  display: none;
}

.wg-ham-bar {
  background-color: #1a1a1a;
  width: 24px;
  height: 2px;
  transition: all .3s;
  display: block;
}

.wg-mobile-nav {
  z-index: 1000;
  background-color: #fff;
  flex-direction: column;
  width: 280px;
  height: 100vh;
  padding: 80px 40px 40px;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  box-shadow: -4px 0 24px #0000001f;
}

.wg-mobile-nav.is-open {
  display: flex;
}

.wg-mobile-link {
  color: #1a1a1a;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  padding: 16px 0;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.wg-mobile-close {
  color: #333;
  cursor: pointer;
  border-style: none;
  align-self: flex-end;
  padding: 4px;
  font-size: 20px;
}

.wg-nav-hamburger {
  color: #1a1a1a;
  cursor: pointer;
  background: none;
  border-style: none;
  padding: 8px;
}

.wg-nav-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 92px;
  padding-left: 36px;
  padding-right: 36px;
  display: block;
}

.wg-custom-nav {
  z-index: 998;
  background-color: #fff;
  border-top: 1px solid #eee;
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 0 2px 8px #0000000f;
}

.wg-custom-nav-logo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.wg-custom-nav-logo-img {
  width: auto;
  height: 40px;
}

.wg-custom-nav-logo-text {
  flex-flow: row;
  display: flex;
}

.wg-custom-nav-brand {
  color: #1a1a1a;
  letter-spacing: 1px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.wg-custom-nav-tagline {
  color: #931100;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.wg-custom-nav-links {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: center;
  display: flex;
}

.wg-custom-nav-link {
  color: #333;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.wg-splide-section {
  background-color: #333;
  padding: 80px 0;
  position: relative;
}

.wg-splide-header {
  padding: 0 80px 48px;
}

.splide__list {
  background-color: #ddd0;
  height: auto;
  display: flex;
}

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

.icon-ig {
  width: 20px;
}

.link, .link-2 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .wg-nav-link {
    background-color: #fff;
    height: auto;
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .wg-about-inner {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .wg-photo-strip, .wg-strip-img {
    height: auto;
  }

  .wg-footer-contact-value {
    color: #fff;
  }

  .wg-nav-hamburger {
    height: 100%;
  }

  .wg-nav-hamburger.w--open {
    color: #000;
    background-color: #fff;
  }

  .wg-nav-inner {
    display: block;
  }

  .icon {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .wg-nav-links {
    display: none;
  }

  .wg-about-inner {
    grid-template-columns: 1fr;
  }

  .wg-footer-contact-value {
    color: #fff;
  }

  .wg-hamburger {
    background-color: #fff;
    display: flex;
  }

  .wg-nav-hamburger {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .icon {
    height: 100%;
  }

  .wg-custom-nav, .hide-mobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .wg-nav-logo-img {
    width: 100px;
  }

  .wg-nav-links {
    background-color: #c8c8c800;
  }

  .wg-about {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wg-contact {
    padding-left: 21px;
    padding-right: 21px;
  }

  .wg-footer-info {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .wg-footer-contact-value {
    color: #fff;
  }

  .wg-nav-inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wg-custom-nav-tagline {
    font-size: 12px;
  }
}

#w-node-acda71dc-d8c2-257b-d66c-b671c6473333-45dcbd2d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


