.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  background-color: #fff9f5;
  font-family: Nunito, sans-serif;
  color: #333;
  font-size: 1vw;
  line-height: 20px;
  letter-spacing: -0.045em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 4.58em;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.045em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.92em;
  line-height: 1.1;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.5em;
  line-height: 1.11;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
  color: #675e5a;
  font-size: 1.53em;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: -0.045em;
}

a {
  text-decoration: none;
}

.nav {
  position: absolute;
  left: 0%;
  top: 2.5em;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 5.56em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container {
  position: relative;
  z-index: 0;
  max-width: 1440px;
  padding-right: 5.56em;
  padding-left: 5.56em;
}

.logo {
  width: 5em;
  height: 5em;
}

.logo.w--current {
  width: 5em;
  height: 5em;
}

.hide-extra {
  overflow: hidden;
}

.section {
  padding-top: 10.42em;
  padding-bottom: 10.42em;
}

.section.is--footer {
  padding-bottom: 5.2em;
}

.section.margin-y-xs {
  padding-top: 2em;
  padding-bottom: 2em;
}

.section.margin-bottom-sm {
  padding-bottom: 5.2em;
}

.hero-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.39em;
  grid-row-gap: 7.08em;
  grid-template-areas: "."
    "Review";
  -ms-grid-columns: 44.75em 1.39em 1fr;
  grid-template-columns: 44.75em 1fr;
  -ms-grid-rows: auto 7.08em auto;
  grid-template-rows: auto auto;
}

.margin-bottom-12 {
  margin-bottom: 0.83em;
}

.hero-preheadline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.75em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.preheadline-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4.44em;
  height: 4.44em;
  margin-right: 0.56em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.preheadline {
  margin-left: -0.5em;
  font-size: 1.53em;
  font-weight: 700;
  letter-spacing: -0.045em;
}

.margin-bottom-18 {
  margin-bottom: 1.25em;
}

.margin-bottom-28 {
  margin-bottom: 1.94em;
}

.cta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.69em 2.92em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 3.19em;
  background-image: linear-gradient(120deg, #bc4050 47%, #952a39);
  box-shadow: 0 11px 24px 0 rgba(191, 63, 80, 0.3);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms cubic-bezier(.165, .84, .44, 1);
  transition: box-shadow 200ms ease, -webkit-transform 200ms cubic-bezier(.165, .84, .44, 1);
  transition: transform 200ms cubic-bezier(.165, .84, .44, 1), box-shadow 200ms ease;
  transition: transform 200ms cubic-bezier(.165, .84, .44, 1), box-shadow 200ms ease, -webkit-transform 200ms cubic-bezier(.165, .84, .44, 1);
  color: #fff;
  line-height: 1.39em;
  font-weight: 700;
}

.cta:hover {
  box-shadow: 0 11px 24px 0 rgba(191, 63, 80, 0.52);
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.inline {
  display: inline;
}

.cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cta-wrapper.centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cta-hint {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -0.9em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.81em;
  height: 1.81em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cover {
  width: 100%;
  height: 100%;
}

.cta-text {
  font-size: 1.39em;
  line-height: 1.7;
}

.review-snippet {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 0.5fr;
  grid-template-columns: 0.5fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.review-title {
  font-size: 1.67em;
  line-height: 1.1;
  font-weight: 700;
}

.review-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.review-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.94em;
}

.margin-bottom-14 {
  margin-bottom: 0.97em;
}

.review-text {
  font-size: 1.39em;
  line-height: 1.1;
  font-style: italic;
  font-weight: 600;
}

.review-sign {
  font-size: 1.25em;
}

.semibold {
  font-weight: 600;
}

.review-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-propic {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 4.86em;
  height: 4.86em;
  margin-left: -2.64em;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #8b8b8b;
  box-shadow: 0 0 0 3px #fff9f5;
}

.review-propic.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.review-propic.is--1 {
  z-index: 5;
  margin-left: 0em;
}

.review-propic.is--2 {
  z-index: 4;
}

.display-none {
  display: none;
}

.cta-disclaimer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1.11em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #80746f;
}

.icon-sm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.25em;
  height: 1.25em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-disclaimer-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.42em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-disclaimer-text {
  font-size: 1.25em;
  font-weight: 600;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.92em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.heading.margin-bottom-xxl {
  margin-bottom: 7.8em;
}

.margin-bottom-8 {
  margin-bottom: 0.56em;
}

.about-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-right: 15em;
  padding-left: 5.14em;
  border-radius: 3.33em;
  background-image: linear-gradient(103deg, #181818 35%, #000);
}

.about-card-image {
  position: relative;
  margin-top: 2.78em;
  margin-right: 5.56em;
  margin-bottom: -4.31em;
}

.hero-image-wrapper {
  position: relative;
}

.hero-img {
  position: absolute;
  top: -5.56em;
  width: 47.5em;
  max-width: none;
}

.hero-image-tomato {
  position: absolute;
  left: -4.3em;
  top: auto;
  right: auto;
  bottom: 1.1em;
  width: 16.6em;
  max-width: none;
}

.hero-image-deco {
  position: absolute;
  left: auto;
  top: auto;
  right: -10.8em;
  bottom: -2.7em;
  width: 30em;
  max-width: none;
}

.blob {
  border-radius: 50%;
}

.hero-blob {
  position: absolute;
  left: 0.8em;
  top: auto;
  right: auto;
  bottom: 3.2em;
  width: 26.39em;
  height: 26.39em;
  border-radius: 50%;
  background-color: #d3aab0;
  -webkit-filter: blur(54px);
  filter: blur(54px);
}

.about-card-img {
  position: relative;
  width: 25.69em;
  max-width: none;
}

.about-blob {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -9em;
  width: 26.39em;
  height: 26.39em;
  border-radius: 50%;
  background-color: #b91b31;
  -webkit-filter: blur(80px);
  filter: blur(80px);
}

.about-content {
  margin-top: 7.92em;
}

.title-white {
  color: #f0f0f0;
}

.body-white {
  color: #f2f2f2;
}

.about-text {
  line-height: 1.1;
}

.text-red {
  color: #a71c14;
}

.block {
  display: block;
}

.about-card-demo {
  position: absolute;
  left: auto;
  top: auto;
  right: -1.67em;
  bottom: -5.97em;
}

.img-tomahawk {
  position: relative;
  width: 24.03em;
  max-width: none;
}

.img-salt {
  position: absolute;
  left: -3.82em;
  top: auto;
  right: 0%;
  bottom: 3.89em;
  width: 24.31em;
  max-width: none;
}

.about-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 10.42em;
}

.yellow-blob {
  position: absolute;
  z-index: -10;
  border-radius: 50%;
  background-color: #ffecb7;
  -webkit-filter: blur(86px);
  filter: blur(86px);
}

.yellow-blob.about-blob-sx {
  left: 0%;
  top: 4em;
  right: auto;
  bottom: auto;
  width: 17.01em;
  height: 17.01em;
}

.yellow-blob.info-blob-sx {
  left: -1.6em;
  top: 14.3em;
  right: auto;
  bottom: auto;
  width: 17.01em;
  height: 17.01em;
}

.red-blob {
  position: absolute;
  z-index: -10;
  border-radius: 50%;
  background-color: #d3aab0;
  -webkit-filter: blur(86px);
  filter: blur(86px);
}

.red-blob.about-blob-sx {
  left: 0%;
  top: 4em;
  right: auto;
  bottom: auto;
  width: 17.01em;
  height: 17.01em;
  -webkit-filter: blur(54px);
  filter: blur(54px);
}

.red-blob.about-blob-dx {
  left: auto;
  top: -7.1em;
  right: 0%;
  bottom: auto;
  width: 26.39em;
  height: 26.39em;
}

.red-blob.info-blob-dx {
  left: auto;
  top: -9.5em;
  right: -14.3em;
  bottom: auto;
  width: 21.53em;
  height: 21.53em;
}

.meat-slider {
  width: 100%;
  height: 100%;
  margin-bottom: 3.33em;
  background-color: hsla(0, 0%, 100%, 0);
}

.slider-mask {
  overflow: visible;
  width: 100%;
  height: 100%;
  max-width: 25.14em;
}

.meat-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 25.14em;
  height: 25.14em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 3.19em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1b1b), to(#1b1b1b));
  background-image: linear-gradient(180deg, #1b1b1b, #1b1b1b);
}

.meat-slider__item {
  margin-right: 1.53em;
}

.meat-card__desc {
  position: relative;
  z-index: 2;
  padding: 3.33em 1.67em 2.4em;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(77%, #1b1b1b), color-stop(94%, rgba(27, 27, 27, 0)));
  background-image: linear-gradient(0deg, #1b1b1b 77%, rgba(27, 27, 27, 0) 94%);
}

.margin-bottom-4 {
  margin-bottom: 0.28em;
}

.meat-title {
  margin-right: 1.11em;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #f0f0f0;
  font-size: 1.67em;
}

.meat-about {
  font-size: 1.39em;
  line-height: 1.1;
}

.meat-slider-arrow {
  position: absolute;
  left: 1.5em;
  top: -1.9em;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #bd4050;
  box-shadow: 0 0 17px 0 rgba(248, 246, 246, 0.25);
  -webkit-transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #fff9f5;
}

.meat-slider-arrow:hover {
  background-color: #fff;
  box-shadow: 0 0 17px 0 #9e6666;
  -webkit-transform: scale(0.94);
  -ms-transform: scale(0.94);
  transform: scale(0.94);
  color: #bd4050;
}

.meat-slider-arrow.left {
  left: 0em;
}

.arrow-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 19px;
  height: 19px;
}

.info-tab {
  z-index: 2;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 4.86em;
  -ms-grid-columns: 45.14em auto;
  grid-template-columns: 45.14em auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.info-content {
  overflow: hidden;
  width: 45.14em;
  height: 45.14em;
  border-radius: 4.86em;
  box-shadow: 0 0 48px 0 #efe3da;
}

.tabs-content {
  overflow: visible;
}

.info-tab-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.accordion-item {
  padding: 2.22em 0px;
  border-bottom: 1.5px solid rgba(67, 57, 54, 0.25);
  background-color: hsla(0, 0%, 100%, 0);
}

.accordion-item.w--current {
  background-color: hsla(0, 0%, 100%, 0);
}

.accordion-item.last {
  border-bottom-style: none;
}

.info-tab-accordion {
  background-color: hsla(0, 0%, 100%, 0);
}

.accordion-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.accordion-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.89em;
  height: 3.89em;
  margin-right: 1.11em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.97em;
  box-shadow: inset -3px 16px 4px 0 hsla(0, 0%, 100%, 0.25), 1px 1px 9px 0 rgba(83, 68, 68, 0.25);
}

.accordion-ico {
  width: 1.67em;
  height: 1.67em;
  max-width: none;
}

.margin-right-18 {
  margin-right: 1.25em;
}

.accordion-arrow {
  width: 1.67em;
  height: 1.67em;
  max-width: none;
}

.accordion-content {
  overflow: hidden;
}

.accordion-spacer {
  height: 1.11em;
}

.text-md {
  font-size: 1.25em;
  line-height: 1.25;
  font-weight: 400;
}

.video-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.full-view-video {
  min-height: 100%;
  min-width: 100%;
}

.map-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 29em;
  margin-bottom: 4.17em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 2.22em;
  box-shadow: 0 0 32px 0 #efe3da;
}

.html-embed {
  height: 29.17em;
}

.footer-top {
  padding-bottom: 3.06em;
}

.footer-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.67em;
}

.footer-logo {
  width: 4.44em;
  margin-right: 1.67em;
}

.margin-bottom-2 {
  margin-bottom: 2px;
}

.bold-18 {
  font-size: 1.25em;
  line-height: 1.1;
  font-weight: 700;
}

.regular-18 {
  font-size: 1.25em;
  line-height: 1.1;
  font-weight: 400;
}

.body-main {
  color: #675e5a;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.94em;
  height: 1.94em;
  margin-right: 1.11em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, transform 200ms ease;
  transition: color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #675e5a;
}

.social-icon:hover {
  -webkit-transform: scale(0.94);
  -ms-transform: scale(0.94);
  transform: scale(0.94);
  color: #333;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.53em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  text-align: center;
}

.semibold-16 {
  font-size: 1.11em;
  line-height: 1.1;
  font-weight: 600;
}

.about-card-img-shadow {
  display: none;
}

.arrow-icon-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer-grid {
  border-bottom: 1px solid rgba(103, 94, 90, 0.25);
}

.address-text {
  font-size: 1.25em;
  line-height: 1.1;
  font-weight: 400;
}

.overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.container-overlay {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1440px;
  padding-right: 5.56em;
  padding-left: 5.56em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.floating-cta {
  position: absolute;
  left: auto;
  top: auto;
  right: 2vw;
  bottom: 0%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.89em;
  height: 3.89em;
  max-width: 1440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 0.97em;
  background-image: linear-gradient(135deg, #433936, rgba(67, 57, 54, 0.75));
  box-shadow: inset -3px 21px 21px 0 rgba(0, 0, 0, 0.25), 0 1px 9px 1px rgba(83, 68, 68, 0.25);
  -webkit-backdrop-filter: blur(34px);
  backdrop-filter: blur(34px);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}

.floating-cta:hover {
  box-shadow: inset -3px 21px 21px 0 rgba(0, 0, 0, 0.25), 0 1px 3px 2px rgba(83, 68, 68, 0.25);
  -webkit-transform: scale(0.94);
  -ms-transform: scale(0.94);
  transform: scale(0.94);
}

.floating-cta__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.67em;
  height: 1.67em;
}

.meat-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  max-width: none;
}

.floating-logo {
  position: absolute;
  left: 2vw;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 5em;
  height: 5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  opacity: 0;
}

.floating-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  max-width: 1680px;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.accordion-content-shadow {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-image: linear-gradient(351deg, #1b1b1b 39%, rgba(27, 27, 27, 0));
}

.accordion-content-shadow.meat-card__desc-shadow {
  height: 6.8em;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1b1b1b), to(#fff));
  background-image: linear-gradient(0deg, #1b1b1b, #fff);
}

.meat-card__flag-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: linear-gradient(45deg, rgba(27, 27, 27, 0) 62%, #1b1b1b);
}

.meat-card__flag {
  position: absolute;
  left: auto;
  top: 1.53em;
  right: 1.53em;
  bottom: auto;
  width: 3.61em;
  height: 3.61em;
  min-width: 1.53em;
}

.wm {
  margin-right: 4px;
  color: #333;
}

.wm-logo {
  width: 2em;
}

.fs-cc-prefs_form {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 70vh;
  max-width: 576px;
  margin-bottom: 0px;
  border-radius: 12px;
  background-color: #fff;
}

.fs-cc-banner_component {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 998;
  display: block;
  padding: 24px 32px;
  border-top: 1px solid rgba(67, 83, 255, 0.16);
  background-color: #f5f6ff;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background-color: #fff;
}

.fs-cc-prefs_checkbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
  cursor: pointer;
}

.fs-cc-prefs_button {
  margin-right: 8px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #4353ff #4353ff #4353ff;
  border-radius: 500px;
  background-color: #4353ff;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: #4353ff;
  background-color: #fff;
  color: #4353ff;
}

.fs-cc-banner_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close {
  position: absolute;
  left: auto;
  top: -12px;
  right: -12px;
  bottom: auto;
  z-index: 1;
  padding: 10px;
  border-radius: 100%;
  background-color: #f5f6ff;
  box-shadow: -1px 1px 12px 0 rgba(51, 51, 51, 0.1);
  color: #333;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
}

.fs-cc-banner_close {
  margin-left: 12px;
  padding: 10px;
  border-radius: 500px;
  background-color: #fff;
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-cc-prefs_component {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 997;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-cc-prefs_close-icon {
  width: 16px;
  height: 16px;
  color: #021a7c;
}

.fs-cc-prefs_toggle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-cc-manager_component {
  position: fixed;
  left: 20px;
  top: auto;
  right: auto;
  bottom: 20px;
  z-index: 999;
  display: block;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid #4353ff;
  color: #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}

.fs-cc-prefs_content {
  overflow: scroll;
  height: 100%;
  padding: 40px 32px;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_label {
  margin-top: 0px;
  margin-right: 32px;
  margin-bottom: 0px;
  color: #4353ff;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-right: -8px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-cc-manager_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 500px;
  background-color: #fff;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #333;
  cursor: pointer;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 5, 36, 0.6);
}

.fs-cc-prefs_checkbox-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 24px;
  margin-bottom: 0px;
  padding: 2px;
  border-radius: 999px;
  background-color: #ccc;
}

.fs-cc-banner_button {
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #4353ff;
  border-radius: 500px;
  background-color: #4353ff;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: #4353ff;
  background-color: #f5f5f5;
  color: #4353ff;
}

.fs-cc-banner_text {
  margin-right: 24px;
  color: #616161;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-banner3_button {
  padding: 14px 26px;
  border-radius: 500px;
  background-color: #129657;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.fs-cc-banner3_button.fs-cc-button-alt {
  margin-right: 12px;
  background-color: #a83544;
  font-weight: 700;
}

.fs-cc-prefs3_form-wrapper {
  overflow: hidden;
  max-width: 720px;
  margin-bottom: 0px;
  border-radius: 12px;
  background-color: #fff;
}

.fs-cc-prefs3_title {
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
}

.fs-cc-prefs3_checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-cc-prefs3_line {
  height: 1px;
  margin-right: 24px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e9e9e9;
}

.fs-cc-prefs3_checkbox {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  border-radius: 500px;
}

.fs-cc-prefs3_checkbox.w--redirected-checked {
  border-color: #bc4050;
  background-color: #bc4050;
  background-size: 16px;
}

.fs-cc-prefs3_checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #bc4050;
}

.fs-cc-manager3_component {
  position: absolute;
  left: 30px;
  top: auto;
  right: auto;
  bottom: 2.5em;
  z-index: 999;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
  background-color: #fff;
  box-shadow: 7px 7px 12px 0 rgba(0, 0, 0, 0.1);
}

.fs-cc-preferences3_close-icon {
  width: 24px;
  height: 24px;
  color: #8a2432;
}

.fs-cc-banner3_button-icon {
  width: 18px;
  margin-right: 10px;
}

.fs-cc-banner3_paragraph {
  margin-top: 12px;
  margin-bottom: 0px;
  color: #000;
}

.fs-cc-banner3_text {
  color: #8a2432;
  font-size: 20px;
  font-weight: 700;
}

.fs-cc-banner3_buttons-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.fs-cc-manager3_icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #8a2432;
}

.fs-cc-manager3-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.fs-cc-prefs3_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #8a2432;
}

.fs-cc-banner3_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-cc-prefs3_button {
  padding: 14px 26px;
  border-style: solid;
  border-width: 2px;
  border-color: #129657;
  border-radius: 500px;
  background-color: #fff;
  color: #129657;
  font-size: 16px;
  text-align: center;
}

.fs-cc-prefs3_button.fs-cc-button-alt {
  margin-right: 12px;
  border-color: #8a2432;
  background-color: #fff;
  color: #8a2432;
}

.fs-cc-prefs3_buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.fs-cc-prefs3_form {
  position: relative;
}

.fs-cc-prefs3_buttons-block {
  font-weight: 700;
}

.fs-cc-banner3_text-link {
  border-bottom: 2px solid #4b53eb;
  color: #4b53eb;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs3_close {
  position: absolute;
  left: auto;
  top: 30px;
  right: 30px;
  bottom: auto;
  padding: 12px;
  border-radius: 500px;
  background-color: #fff;
}

.fs-cc-banner3_block {
  margin-right: 30px;
}

.fs-cc-prefs3_component {
  position: relative;
  z-index: 997;
  display: none;
  height: 100vh;
  padding: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-cc-prefs3_toggle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-cc-banner3_component {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 998;
  display: none;
  margin: 30px;
  padding: 30px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.28);
}

.fs-cc-prefs3_content {
  padding: 30px;
}

.fs-cc-manager3_text {
  display: inline-block;
  margin-left: 10px;
  color: #8a2432;
  font-weight: 700;
}

.fs-cc-prefs3_submit {
  margin-left: 12px;
  padding: 14px 26px;
  border-radius: 500px;
  background-color: #8a2432;
  font-size: 16px;
  text-align: center;
}

.fs-cc-prefs3_option {
  padding-top: 12px;
  padding-bottom: 12px;
}

.fs-cc-prefs3_overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.8);
}

.fs-cc-banner3_button-text {
  display: inline-block;
}

.fs-cc-prefs3_icon {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  color: #fff;
}

.fs-cc-prefs3_label {
  color: #675e5a;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}

.fs-cc-prefs3_checkbox-label {
  display: none;
}

.fs-cc-link {
  color: #8a2432;
  font-weight: 700;
  text-decoration: underline;
}

.fs-cc-banner3_button-2 {
  padding: 14px 26px;
  border-radius: 500px;
  background-color: #129657;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.fs-cc-banner3_button-2.fs-cc-button-alt {
  margin-right: 12px;
  background-color: #df6966;
}

.fs-cc-prefs3_checkbox-2 {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  border-radius: 500px;
}

.fs-cc-prefs3_checkbox-2.w--redirected-checked {
  border-color: #129657;
  background-color: #129657;
  background-size: 16px;
}

.fs-cc-prefs3_checkbox-2.w--redirected-focus {
  box-shadow: 0 0 3px 1px #129657;
}

.fs-cc-preferences3_close-icon-2 {
  width: 24px;
  height: 24px;
  color: #4b53eb;
}

.fs-cc-banner3_text-2 {
  color: #4b53eb;
  font-size: 20px;
  font-weight: 700;
}

.fs-cc-prefs3_header-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2730d4;
}

.fs-cc-prefs3_button-2 {
  padding: 14px 26px;
  border-style: solid;
  border-width: 2px;
  border-color: #129657;
  border-radius: 500px;
  background-color: #129657;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.fs-cc-prefs3_button-2.fs-cc-button-alt {
  margin-right: 12px;
  border-color: #a8a8a8;
  background-color: #fff;
  color: #7e7e7e;
}

.fs-cc-prefs3_buttons-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f2f3ff;
}

.fs-cc-banner3_component-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px;
  padding: 30px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 7px 7px 12px 0 rgba(0, 0, 0, 0.1);
}

.fs-cc-prefs3_submit-2 {
  margin-left: 12px;
  padding: 14px 26px;
  border-radius: 500px;
  background-color: #4b53eb;
  font-size: 16px;
  text-align: center;
}

.fs-cc-prefs3_label-2 {
  color: #4b53eb;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}

.fs-cookie {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
}

.privacy-policy-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.label {
  margin-right: 1.11em;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 1.67em;
}

.label.color-red {
  color: #8a2432;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.45vw;
  }

  p {
    font-size: 1.8em;
  }

  .nav {
    padding-left: 2vw;
  }

  .container {
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .logo {
    width: 5.5em;
    height: 5.5em;
  }

  .logo.w--current {
    width: 5.5em;
    height: 5.5em;
  }

  .section {
    padding-top: 8.33em;
    padding-bottom: 8.33em;
  }

  .section.is--hero {
    padding-top: 12em;
    padding-bottom: 5.56em;
  }

  .hero-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-template-areas: ". ."
      "Review Review";
    -ms-grid-columns: 32.5em auto;
    grid-template-columns: 32.5em auto;
  }

  .hero-left {
    width: 50%;
    font-size: 12px;
  }

  .cta-wrapper {
    font-size: 14px;
  }

  .review-snippet {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .review-title {
    display: none;
    text-align: center;
  }

  .review-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .review-links {
    margin-bottom: 1.25em;
  }

  .review-content {
    max-width: 65%;
    margin-top: 1.25em;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .review-propic {
    font-size: 18px;
  }

  .about-card {
    padding-right: 2em;
    padding-left: 2em;
  }

  .about-card-image {
    margin-right: 1.6em;
  }

  .hero-image-wrapper {
    width: 47%;
    height: 500px;
    font-size: 15px;
  }

  .hero-img {
    top: -5.56vw;
  }

  .hero-image-tomato {
    left: -17%;
    top: auto;
    right: auto;
    bottom: 0%;
  }

  .hero-image-deco {
    left: auto;
    top: auto;
    right: -44%;
    bottom: -14%;
    width: 26.8em;
  }

  .hero-blob.fx-reveal-0-5 {
    left: 7.9em;
    bottom: 18.3em;
  }

  .about-card-img {
    width: 22.5em;
  }

  .about-blob {
    bottom: -3.2em;
    width: 19em;
    height: 19em;
  }

  .about-content {
    margin-top: 4.8em;
  }

  .about-card-demo {
    right: -7.9em;
    font-size: 1.2vw;
  }

  .about-wrapper {
    margin-bottom: 14em;
  }

  .yellow-blob.info-blob-sx {
    left: -14.3em;
    top: -12.7em;
  }

  .meat-slider {
    font-size: 14px;
  }

  .info-tab {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .info-content {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 20px 0 #efe3da;
  }

  .tabs-content {
    width: 100%;
    height: 100%;
  }

  .info-tab-menu {
    margin-bottom: 1.81em;
  }

  .accordion-content.is--info {
    font-size: 15px;
  }

  .video-wrapper {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .full-view-video {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .map-wrapper {
    box-shadow: 0 0 14px 0 #efe3da;
  }

  .footer-top {
    font-size: 15px;
  }

  .social-icon {
    width: 2.08em;
    height: 2.08em;
  }

  .footer-bottom {
    font-size: 14px;
  }

  .review-content-text {
    font-size: 17px;
    text-align: center;
  }

  .container-overlay {
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .floating-cta {
    right: 2vw;
    font-size: 13px;
  }

  .floating-logo {
    right: 2vw;
    display: none;
    font-size: 13px;
  }

  .fs-cc-manager3_component {
    left: 2vw;
  }

  .fs-cc-manager3-link {
    padding-right: 12px;
    padding-left: 12px;
  }

  .fs-cc-manager3_text.text-md {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.9em;
  }

  .logo {
    min-height: 54px;
    min-width: 54px;
  }

  .logo.w--current {
    min-height: 54px;
    min-width: 54px;
  }

  .section.is--hero {
    padding-top: 13.9em;
  }

  .hero-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: 0.25fr;
    grid-column-gap: 1.39em;
    grid-row-gap: 7.08em;
    grid-template-areas: ".";
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto 7.08em auto 7.08em auto;
    grid-template-rows: auto auto auto;
  }

  .preheadline {
    font-size: 2.2em;
  }

  .hero-left {
    width: auto;
  }

  .cta-wrapper.centered {
    font-size: 15px;
  }

  .review-content {
    max-width: 520px;
  }

  .review-propic {
    width: 3.6em;
    height: 3.6em;
  }

  .cta-disclaimer {
    font-size: 13px;
  }

  .heading {
    font-size: 12px;
  }

  .heading.margin-bottom-xxl {
    margin-bottom: 4em;
  }

  .about-card {
    padding: 2.8em 0em 3em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: linear-gradient(-20deg, #161616, #000 32%);
  }

  .about-card-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 35.2em;
    margin-top: 0em;
    margin-right: 0em;
    margin-bottom: 0em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .hero-image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8vw;
  }

  .hero-img {
    position: relative;
    top: auto;
    min-width: 305px;
  }

  .hero-image-tomato {
    left: -0.8em;
    bottom: -6.3em;
    width: 19.4em;
    min-width: 118px;
  }

  .hero-image-deco {
    right: -2.4em;
    bottom: -8.7em;
    width: 27.5em;
    min-width: 152px;
  }

  .hero-blob {
    left: auto;
    bottom: auto;
  }

  .hero-blob.fx-reveal-0-5 {
    position: relative;
  }

  .about-card-img {
    width: 21.8em;
    max-width: 471px;
    min-width: 350px;
    font-size: 2vw;
  }

  .about-blob {
    right: auto;
    bottom: 0.8em;
    width: 23.6em;
    height: 23.6em;
  }

  .about-content {
    max-width: 80vw;
    margin-top: 2.4em;
    padding-left: 2em;
  }

  .about-text {
    max-width: 65vw;
    font-size: 1.7em;
  }

  .about-card-demo {
    position: absolute;
    left: auto;
    top: auto;
    right: -11%;
    bottom: -7.9em;
    font-size: 11px;
  }

  .img-tomahawk {
    min-width: 170px;
  }

  .img-salt {
    left: -4.8em;
    bottom: 4.8em;
  }

  .about-wrapper {
    margin-bottom: 10.3em;
    font-size: 12px;
  }

  .slider-mask {
    max-width: 24.6em;
    margin-bottom: 7.5em;
  }

  .meat-slider-arrow {
    position: absolute;
    left: auto;
    top: 11.1em;
    right: 0%;
    bottom: 0%;
    display: inline-block;
    width: 48px;
    height: 48px;
  }

  .meat-slider-arrow.left {
    right: 1.2em;
    margin-right: 0.25em;
  }

  .arrow-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 22px;
    height: 22px;
  }

  .info-tab-menu {
    font-size: 12px;
  }

  .footer-bottom {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .review-content-text {
    font-size: 14px;
  }

  .heading-2 {
    font-size: 2.5em;
  }

  .about-card-img-shadow {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(2%, #000), color-stop(13%, transparent));
    background-image: linear-gradient(0deg, #000 2%, transparent 13%);
  }

  .arrow-icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .floating-cta {
    right: 2vw;
  }

  .floating-logo {
    right: 2vw;
  }

  .hide-md {
    display: none;
  }

  .block-md {
    display: block;
  }

  .wm {
    display: inline-block;
    margin-top: 1.11em;
  }

  .wm-logo {
    margin-top: 0.28em;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_button {
    margin-right: 8px;
    margin-left: 0px;
  }

  .fs-cc-banner3_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-manager3-link {
    font-size: 12px;
  }

  .fs-cc-banner3_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fs-cc-prefs3_buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fs-cc-prefs3_buttons-block {
    margin-bottom: 12px;
  }

  .fs-cc-banner3_text-link {
    margin-right: 8px;
  }

  .fs-cc-prefs3_submit {
    margin-left: 0px;
  }

  .fs-cc-prefs3_buttons-wrapper-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fs-cc-prefs3_buttons-block-2 {
    margin-bottom: 12px;
  }

  .fs-cc-prefs3_submit-2 {
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3.4em;
  }

  p {
    font-size: 18px;
  }

  .nav {
    padding-left: 3.5vw;
  }

  .container {
    padding-right: 3.5vw;
    padding-left: 3.5vw;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.is--hero {
    padding-top: 94px;
  }

  .hero-grid {
    grid-row-gap: 7.08em;
  }

  .preheadline {
    font-size: 1.6em;
  }

  .review-links {
    margin-bottom: 2.2em;
  }

  .review-content {
    margin-top: 7.9em;
  }

  .about-text {
    max-width: 57vw;
  }

  .about-card-demo {
    right: -3%;
    bottom: -9.5em;
    font-size: 9px;
  }

  .img-salt {
    left: -5.6em;
    bottom: 3.2em;
    width: 26.9em;
  }

  .yellow-blob.about-blob-sx {
    width: 140px;
    height: 140px;
  }

  .yellow-blob.info-blob-sx {
    width: 140px;
    height: 140px;
  }

  .red-blob.about-blob-dx {
    width: 175px;
    height: 175px;
  }

  .red-blob.info-blob-dx {
    width: 180px;
    height: 180px;
  }

  .meat-slider {
    font-size: 12px;
  }

  .meat-slider-arrow {
    top: 9.8em;
  }

  .accordion-item {
    font-size: 12px;
  }

  .text-md {
    font-size: 18px;
  }

  .map-wrapper {
    height: 100%;
  }

  .footer-top {
    padding-bottom: 0em;
  }

  .footer-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo {
    margin-bottom: 1.11em;
  }

  .footer-social {
    font-size: 14.5px;
  }

  .footer-bottom {
    width: 90%;
  }

  .hero-heading {
    font-size: 9.5vw;
  }

  .footer-grid {
    display: -ms-grid;
    display: grid;
    padding-bottom: 3em;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: -webkit-max-content;
    -ms-grid-rows: max-content;
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content;
  }

  .address-text {
    font-size: 1.11em;
  }

  .container-overlay {
    padding-right: 3.5vw;
    padding-left: 3.5vw;
  }

  .floating-cta {
    right: 2.5vw;
  }

  .floating-logo {
    right: 2.5vw;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_close {
    position: absolute;
    left: auto;
    top: -22px;
    right: 10px;
    bottom: auto;
  }

  .fs-cc-banner_buttons-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0px;
  }

  .fs-cc-banner3_button {
    text-align: center;
  }

  .fs-cc-banner3_button.fs-cc-button-alt {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .fs-cc-prefs3_form-wrapper {
    width: 100%;
  }

  .fs-cc-prefs3_title {
    font-size: 18px;
  }

  .fs-cc-prefs3_line {
    display: none;
    min-width: 12px;
    margin-right: 12px;
    margin-left: 12px;
  }

  .fs-cc-banner3_buttons-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fs-cc-prefs3_button.fs-cc-button-alt {
    margin-right: 0px;
    margin-bottom: 5px;
  }

  .fs-cc-prefs3_buttons-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fs-cc-banner3_block {
    margin-right: 0px;
    text-align: center;
  }

  .fs-cc-prefs3_option {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .fs-cc-prefs3_icon {
    width: 24px;
    height: 24px;
  }

  .fs-cc-prefs3_label {
    font-size: 12px;
  }

  .fs-cc-banner3_button-2 {
    text-align: center;
  }

  .fs-cc-banner3_button-2.fs-cc-button-alt {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .fs-cc-prefs3_button-2.fs-cc-button-alt {
    margin-right: 0px;
    margin-bottom: 5px;
  }

  .fs-cc-prefs3_buttons-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fs-cc-prefs3_label-2 {
    font-size: 12px;
  }
}

#w-node-_0f54c81d-6e3c-9238-e093-4a2061fb89a0-e79f4dc0 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Review;
}

@media screen and (max-width: 991px) {
  #w-node-_0f54c81d-6e3c-9238-e093-4a2061fb89a0-e79f4dc0 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

#w-node-_21b10e33-151b-1d1e-3ed7-77e272ce043f-e79f4dc0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e4fa84e0-a706-39ae-4d1a-0da6a347daeb-e79f4dc0 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (max-width: 991px) {
  #w-node-e4fa84e0-a706-39ae-4d1a-0da6a347daeb-e79f4dc0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0f54c81d-6e3c-9238-e093-4a2061fb89a0-e79f4dc0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_21b10e33-151b-1d1e-3ed7-77e272ce043f-e79f4dc0 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_73ef4b4a-b693-df0d-4ae9-061111145e27-e79f4dc0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c4bea033-343a-0c98-5552-96bd7d776a9d-7d776a9a {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-c4bea033-343a-0c98-5552-96bd7d776a9e-7d776a9a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

