html {
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased
}

body {
  overflow-x: hidden !important
}

*,
*:before,
*:after {
  box-sizing: inherit
}

body {
  box-sizing: border-box;
  margin: 0px
}

::-moz-selection {
  background: black;
  color: white
}

::selection {
  background: black;
  color: white
}

::-moz-selection {
  background: black;
  color: white
}

::-webkit-selection {
  background: black;
  color: white
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
  margin: 0
}

q::before,
q::after {
  display: none
}

button {
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: none transparent;
  color: inherit;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font: inherit;
  line-height: normal;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

blockquote {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0
}

#svg-- {
  display: none
}

.mfp-wrap {
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed !important;
  top: 0 !important
}

.header-primary {
  display: block;
  font-family: "MediaSansCondensedBlack", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 5rem;
  line-height: 6rem;
  font-weight: 500;
  
  color: #253746;
  margin-bottom: 2.4rem
}

.header-primary--eyebrow,
.header-primary--caption {
  display: block
}

.header-primary--eyebrow {
  font-size: 1.9rem;
  line-height: 3rem;
  color: #fbde40;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: .8rem
}

.header-primary--caption {
  font-family: "GraebenbachRegular", sans-serif;
  font-weight: 400;
  font-style: normal;
  
  font-size: 3.6rem;
  line-height: 5rem;
  margin-top: .7rem
}

body,
p,
.paragraph {
  font-family: "GraebenbachRegular", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #3d414a
}

.paragraph:not(:last-child) {
  margin-bottom: 2rem
}

.img-fluid {
  width: 100%;
  height: auto
}

.hero {
  margin-top: 16rem
}

.btn {
  position: relative;
  display: inline-block;
  font-family: "GraebenbachRegular", sans-serif;
  font-weight: bold;
  font-style: normal;
  max-width: 100%;
  border-radius: .5rem;
  padding: 1.5rem 4.5rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 1.9rem
}

.btn:not(:last-child) {
  margin-bottom: 1rem
}

.btn span {
  display: inline-block;
  position: relative;
  left: 0;
  transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), transform 0.45s cubic-bezier(0.25, 1, 0.33, 1)
}

.btn svg {
  position: absolute;
  bottom: 1.5rem;
  opacity: 0;
  transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1)
}

.btn-grey {
  background-color: #383a40
}

.btn-yellow {
  background-color: #fbde40;
  color: rgb(37, 55, 70);
}

.btn:hover span,
.btn:focus span {
  transform: translateX(-1.2rem)
}

.btn:hover svg,
.btn:focus svg {
  opacity: 1;
  transform: translateX(0.4rem)
}

.footer {
  background-color: #253746;
  color: #fff
}

.footer__footer {
  padding: 0 3rem;
  padding-top: 12rem;
  padding-bottom: 10rem
}

.footer__bottom {
  padding: 1.5rem 3rem;
  background-color: #b9d9eb
}

.footer__logo {
  width: 7.4rem;
  max-width: 100%;
  margin-bottom: 1rem
}

.footer__link {
  display: inline-block;
  font-family: "GraebenbachRegular", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #9f9d85;
  text-decoration: none;
  font-size: 1.3rem
}

.footer__secondary-header {
  font-family: "GraebenbachRegular", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 2.2rem
}

.footer__tertiary-header {
  font-family: "GraebenbachRegular", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  line-height: 3rem;
}

.footer__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 2rem
}

.footer__nav-link {
  display: inline-block;
  font-family: "GraebenbachRegular", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fbde40;
  text-decoration: none;
  font-size: 1.9rem;
  line-height: 4rem;
  transition: ease all .2s
}

.footer__nav-link:hover,
.footer__nav-link:focus {
  color: #fff
}

.footer__contact {
  margin-bottom: 1rem
}

.footer__copyright p,
.footer__sm-nav-link {
  font-size: 1.5rem
}

.footer__copyright p {
  color: #253746
}

.footer__sm-nav-link {
  color: #253746;
  text-decoration: none
}

@media screen and (min-width: 992px) {

  .footer__row,
  .footer__inner-row {
    display: -ms-flexbox;
    display: flex
  }

  .footer__col,
  .footer__inner-col {
    width: 50%;
    padding: 0 1.5rem
  }

  .footer__col:first-child {
    padding-right: 6%
  }

  .footer__contact {
    width: calc(100% - 11.4rem);
    margin-left: auto
  }
}

@media (min-width: 600px) {
  .footer__row-bottom {
    display: -ms-flexbox;
    display: flex
  }

  .footer__sm-nav {
    text-align: right;
    width: calc(100% - 40rem);
    margin-left: auto
  }
}

.header {
  display: block;
  position: fixed;
  width: 100%;
  background-color: #fff;
  padding-left: 2.8rem;
  border-bottom: 1px solid #ececec;
  top: 0;
  z-index: 99
}

.nav {
  position: relative
}

.nav__header {
  height: 10rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.nav__logo-mark {
  display: inline-block;
  width: 8.7rem
}

.nav__logo-text {
  width: 23rem
}

.nav__trigger {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 10rem;
  width: 9rem;
  background-color: #fbde40
}

.nav__trigger.cross .nav__burger-bar--2 {
  transform: scale(0, 1)
}

.nav__trigger.cross .nav__burger-bar--1 {
  transform: translateY(0.8rem) rotate(45deg)
}

.nav__trigger.cross .nav__burger-bar--3 {
  transform: translateY(-1.1rem) rotate(-45deg)
}

.nav__burger-bar {
  display: block;
  margin: .3rem auto;
  border-radius: 2px;
  left: 0;
  transition: transform 0.45s ease, background-color 0.2s ease, opacity 0.2s ease
}

.nav__burger-bar--2 {
  display: block;
  background-image: url(https://dokumfe7mps0i.cloudfront.net/oms/3438/image/2025/7/1APVC_meatstack-newUt67VE/meatstack-newUt67VE.png);
  background-size: cover;
  width: 3.2rem;
  height: 4px
}

.nav__burger-bar:nth-child(odd) {
  display: block;
  height: 3px;
  width: 3.2rem;
  background-color: #253746
}

.nav__wrapper {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgb(251 222 64 / 93%);
  padding: 0 2rem;
  text-align: center;
  top: 10rem;
  right: 0;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: 99
}

.nav__list {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -60%)
}

.nav__blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  opacity: 1;
  overflow: visible
}

.nav__item {
  display: block;
  margin: 0 0 .8rem 0
}

.nav__link {
  font-family: "GraebenbachRegular", sans-serif;
  font-weight: bold;
  font-style: normal;
  display: block;
  position: relative;
  color: #253746;
  font-size: 4.2rem;
  line-height: 4.8rem;
  padding: .6rem 2rem;
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.2s ease, color 0.2s ease
}

.nav__link:hover,
.nav__link:focus {
  opacity: 1
}

@media screen and (max-width: 767px) {
  .nav__logo-text {
    display: none
  }
}

[data-page="overview"],
.footer .container-fluid {
  margin: 0 auto
}

@media only screen and (max-width: 690px) {

  [data-page="overview"],
  .footer .container-fluid {
    max-width: 350px
  }
}

@media only screen and (max-width: 999px) {

  [data-page="overview"],
  .footer .container-fluid {
    max-width: 800px
  }
}

@media only screen and (min-width: 1000px) {

  [data-page="overview"],
  .footer .container-fluid {
    max-width: 1200px
  }
}