@import 'https://use.typekit.net/lul7slr.css';
img {
  max-width: 100%;
}

@font-face {
  font-family: IntegralCF;
  src: url("../assets/fonts/IntegralCF-Heavy.eot"); /* IE9 Compat Modes */
  src: url("../assets/fonts/IntegralCF-Heavy.eot#iefix") format("embedded-opentype"), url("../assets/fonts/IntegralCF-Heavy.woff2") format("woff2"), url("../assets/fonts/IntegralCF-Heavy.woff") format("woff"), url("../assets/fonts/IntegralCF-Heavy.ttf") format("truetype"); /* Safari, Android, iOS */
}
.recipe-block {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 1rem;
  background-color: #a20c33;
}
.recipe-block a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.5rem;
  color: #fff !important;
  text-decoration: none;
  position: relative;
  z-index: 1;
  min-height: 17rem;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.recipe-block a .h4 {
  line-height: 1.25;
  color: #fff;
  z-index: 1;
}
@media (min-width: 1024px) {
  .recipe-block a .h4 {
    max-width: 75%;
  }
}
@media (max-width: 959.98px) {
  .recipe-block a .h4 {
    font-size: 1.5em;
  }
}
.recipe-block a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 4px solid transparent;
  z-index: 1;
  border-radius: 0.5rem;
  transition: 0.15s ease;
}
.recipe-block a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.15s ease;
}
.recipe-block a > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: -1;
  object-fit: cover;
  object-position: center;
}
.recipe-block a .block-footer {
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 1rem;
  text-transform: uppercase;
  width: 100%;
  z-index: 1;
}
.recipe-block a .block-footer .recipe-spec svg {
  margin-right: 0.5em;
}
.recipe-block a .btn-forward {
  margin: unset;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #f7f1e4 !important;
  color: #000 !important;
  border-color: #a20c33 !important;
  border-width: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  /* stylelint-disable */
  /* stylelint-enable */
}
.recipe-block a .btn-forward .btn-forward-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.recipe-block a .btn-forward svg {
  font-size: 1rem;
}
.recipe-block a:hover .btn-forward .btn-forward-icon svg path {
  fill: #f7f1e4;
}
.recipe-block a:hover::before {
  border-color: #a20c33;
}
.recipe-block a:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
}

.hidden {
  display: none;
}

.scroll-lock {
  overflow: hidden;
}

.textured {
  background-image: url("../assets/img/black_JVL_Texture.png");
  background-size: cover;
}

.white,
.textured-white {
  background-image: url("../assets/img/White_JVL_Texture.png");
}

.textured-dark {
  background-image: url("../assets/img/black_Texture.png");
  background-size: cover;
}

.beige-title h1,
.beige-title h2,
.beige-title h3,
.beige-title h4,
.beige-title h5,
.beige-title h6 {
  color: #f0e4c9;
}

.bg-black {
  background-color: #000;
  background-image: url("../assets/img/White_JVL_Texture.png");
  /* stylelint-disable */
  /* stylelint-enable */
}
.bg-black:not(.force) {
  color: #fff;
}
.bg-black:not(.force) h1,
.bg-black:not(.force) h2,
.bg-black:not(.force) h3,
.bg-black:not(.force) h4,
.bg-black:not(.force) h5,
.bg-black:not(.force) h6 {
  color: #f0e4c9;
}
.bg-black:not(.force) .section-subtitle {
  color: #a20c33;
}
.bg-black:not(.force) .btn-primary {
  background-color: #a20c33;
  color: #fff;
}
.bg-black:not(.force) .btn-primary .btn-icon {
  background-color: #f7f1e4;
}
.bg-black:not(.force) .btn-primary .btn-icon i,
.bg-black:not(.force) .btn-primary .btn-icon svg {
  color: #a20c33;
}
.bg-black:not(.force) .btn-primary .btn-icon::before {
  border-color: #000;
}
.bg-black:not(.force) .btn-primary:hover, .bg-black:not(.force) .btn-primary:active {
  background-color: #a20c33;
}
.bg-black:not(.force) .btn-forward {
  background-color: #f0e4c9;
  border-color: #a20c33;
}
.bg-black:not(.force) .btn-forward .btn-forward-icon,
.bg-black:not(.force) .btn-forward .btn-icon {
  color: #000;
}
.bg-black:not(.force) .btn-forward .btn-forward-icon path,
.bg-black:not(.force) .btn-forward .btn-icon path {
  fill: #000;
}
.bg-black:not(.force) .btn-forward:hover, .bg-black:not(.force) .btn-forward:active {
  background-color: #a20c33;
  border-color: #a20c33;
}
.bg-black:not(.force) .btn-forward:hover .btn-icon,
.bg-black:not(.force) .btn-forward:hover .btn-forward-icon, .bg-black:not(.force) .btn-forward:active .btn-icon,
.bg-black:not(.force) .btn-forward:active .btn-forward-icon {
  color: #fff;
}
.bg-black:not(.force) .btn-forward:hover .btn-icon path,
.bg-black:not(.force) .btn-forward:hover .btn-forward-icon path, .bg-black:not(.force) .btn-forward:active .btn-icon path,
.bg-black:not(.force) .btn-forward:active .btn-forward-icon path {
  fill: #fff;
}
.bg-black:not(.force) a:not(.btn) {
  color: #fff;
}
.bg-black:not(.force) a:not(.btn):hover, .bg-black:not(.force) a:not(.btn):active {
  color: #f0e4c9;
}

.bg-beige {
  /* stylelint-disable */
  /* stylelint-enable */
  background-color: #f0e4c9;
}
.bg-beige:not(.force) {
  color: #000;
}
.bg-beige:not(.force) h1,
.bg-beige:not(.force) h2,
.bg-beige:not(.force) h3,
.bg-beige:not(.force) h4,
.bg-beige:not(.force) h5,
.bg-beige:not(.force) h6 {
  color: #000;
}
.bg-beige:not(.force) .section-subtitle {
  color: #a20c33;
}
.bg-beige:not(.force) .btn-primary {
  background-color: #a20c33;
}
.bg-beige:not(.force) .btn-primary:hover, .bg-beige:not(.force) .btn-primary:active {
  background-color: #a20c33;
}
.bg-beige:not(.force) .btn-primary {
  background-color: #a20c33;
  color: #fff;
}
.bg-beige:not(.force) .btn-primary .btn-icon {
  background-color: #f7f1e4;
}
.bg-beige:not(.force) .btn-primary .btn-icon i,
.bg-beige:not(.force) .btn-primary .btn-icon svg {
  color: #a20c33;
}
.bg-beige:not(.force) .btn-primary .btn-icon:before {
  border-color: #000;
}
.bg-beige:not(.force) .btn-primary:hover, .bg-beige:not(.force) .btn-primary:active {
  background-color: #a20c33;
}
.bg-beige:not(.force) a:not(.btn) {
  color: #a20c33;
}
.bg-beige:not(.force) a:not(.btn):hover, .bg-beige:not(.force) a:not(.btn):active {
  color: #5b071d;
}
.bg-beige:not(.force) .btn-forward {
  background-color: #a20c33;
  border-color: #000;
}
.bg-beige:not(.force) .btn-forward .btn-icon {
  color: #fff;
}
.bg-beige:not(.force) .btn-forward .btn-icon path {
  fill: #fff;
}
.bg-beige:not(.force) .btn-forward:hover, .bg-beige:not(.force) .btn-forward:active {
  background-color: #000;
  border-color: #000;
}
.bg-beige:not(.force) .btn-forward:hover .btn-icon, .bg-beige:not(.force) .btn-forward:active .btn-icon {
  color: #f0e4c9;
}
.bg-beige:not(.force) .btn-forward:hover .btn-icon path, .bg-beige:not(.force) .btn-forward:active .btn-icon path {
  fill: #f0e4c9;
}

.bg-white {
  /* stylelint-disable */
  /* stylelint-enable */
  background-color: #fff;
}
.bg-white:not(.force) {
  color: #000;
}
.bg-white:not(.force) h1,
.bg-white:not(.force) h2,
.bg-white:not(.force) h3,
.bg-white:not(.force) h4,
.bg-white:not(.force) h5,
.bg-white:not(.force) h6 {
  color: #000;
}
.bg-white:not(.force) .section-subtitle {
  color: #a20c33;
}
.bg-white:not(.force) .btn-primary {
  background-color: #a20c33;
}
.bg-white:not(.force) .btn-primary:hover, .bg-white:not(.force) .btn-primary:active {
  background-color: #a20c33;
}
.bg-white:not(.force) .btn-primary {
  background-color: #a20c33;
  color: #fff;
}
.bg-white:not(.force) .btn-primary .btn-icon {
  background-color: #f7f1e4;
}
.bg-white:not(.force) .btn-primary .btn-icon i,
.bg-white:not(.force) .btn-primary .btn-icon svg {
  color: #a20c33;
}
.bg-white:not(.force) .btn-primary .btn-icon:before {
  border-color: #000;
}
.bg-white:not(.force) .btn-primary:hover, .bg-white:not(.force) .btn-primary:active {
  background-color: #a20c33;
}
.bg-white:not(.force) a:not(.btn) {
  color: #a20c33;
}
.bg-white:not(.force) a:not(.btn):hover, .bg-white:not(.force) a:not(.btn):active {
  color: #5b071d;
}
.bg-white:not(.force) .btn-forward {
  background-color: #a20c33;
  border-color: #000;
}
.bg-white:not(.force) .btn-forward .btn-icon {
  color: #fff;
}
.bg-white:not(.force) .btn-forward .btn-icon path {
  fill: #fff;
}
.bg-white:not(.force) .btn-forward:hover, .bg-white:not(.force) .btn-forward:active {
  background-color: #000;
  border-color: #000;
}
.bg-white:not(.force) .btn-forward:hover .btn-icon, .bg-white:not(.force) .btn-forward:active .btn-icon {
  color: #f0e4c9;
}
.bg-white:not(.force) .btn-forward:hover .btn-icon path, .bg-white:not(.force) .btn-forward:active .btn-icon path {
  fill: #f0e4c9;
}

.bg-cream {
  /* stylelint-disable */
  /* stylelint-enable */
  background-color: #f7f1e4;
}
.bg-cream:not(.force) {
  color: #000;
}
.bg-cream:not(.force) h1,
.bg-cream:not(.force) h2,
.bg-cream:not(.force) h3,
.bg-cream:not(.force) h4,
.bg-cream:not(.force) h5,
.bg-cream:not(.force) h6 {
  color: #000;
}
.bg-cream:not(.force) .section-subtitle {
  color: #a20c33;
}
.bg-cream:not(.force) .btn-primary {
  background-color: #a20c33;
}
.bg-cream:not(.force) .btn-primary:hover, .bg-cream:not(.force) .btn-primary:active {
  background-color: #a20c33;
}
.bg-cream:not(.force) .btn-primary {
  background-color: #a20c33;
  color: #fff;
}
.bg-cream:not(.force) .btn-primary .btn-icon {
  background-color: #f7f1e4;
}
.bg-cream:not(.force) .btn-primary .btn-icon i,
.bg-cream:not(.force) .btn-primary .btn-icon svg {
  color: #a20c33;
}
.bg-cream:not(.force) .btn-primary .btn-icon:before {
  border-color: #000;
}
.bg-cream:not(.force) .btn-primary:hover, .bg-cream:not(.force) .btn-primary:active {
  background-color: #a20c33;
}
.bg-cream:not(.force) a:not(.btn) {
  color: #a20c33;
}
.bg-cream:not(.force) a:not(.btn):hover, .bg-cream:not(.force) a:not(.btn):active {
  color: #5b071d;
}
.bg-cream:not(.force) .btn-forward {
  background-color: #a20c33;
  border-color: #000;
}
.bg-cream:not(.force) .btn-forward .btn-icon {
  color: #fff;
}
.bg-cream:not(.force) .btn-forward .btn-icon path {
  fill: #fff;
}
.bg-cream:not(.force) .btn-forward:hover, .bg-cream:not(.force) .btn-forward:active {
  background-color: #000;
  border-color: #000;
}
.bg-cream:not(.force) .btn-forward:hover .btn-icon, .bg-cream:not(.force) .btn-forward:active .btn-icon {
  color: #f0e4c9;
}
.bg-cream:not(.force) .btn-forward:hover .btn-icon path, .bg-cream:not(.force) .btn-forward:active .btn-icon path {
  fill: #f0e4c9;
}

.bg-red {
  background-color: #a20c33;
  /* stylelint-disable */
  /* stylelint-enable */
}
.bg-red:not(.force) {
  color: #fff;
}
.bg-red:not(.force) h1,
.bg-red:not(.force) h2,
.bg-red:not(.force) h3,
.bg-red:not(.force) h4,
.bg-red:not(.force) h5,
.bg-red:not(.force) h6 {
  color: #f0e4c9;
}
.bg-red:not(.force) .section-subtitle {
  color: #fff;
}
.bg-red:not(.force) .btn-primary {
  background-color: #f0e4c9;
  color: #000;
}
.bg-red:not(.force) .btn-primary .btn-icon {
  background-color: #f0e4c9;
}
.bg-red:not(.force) .btn-primary .btn-icon i,
.bg-red:not(.force) .btn-primary .btn-icon svg {
  color: #000;
}
.bg-red:not(.force) .btn-primary .btn-icon:before {
  border-color: #a20c33;
}
.bg-red:not(.force) .btn-primary:hover, .bg-red:not(.force) .btn-primary:active {
  background-color: #f0e4c9;
}
.bg-red:not(.force) a:not(.btn) {
  color: #000;
}
.bg-red:not(.force) a:not(.btn):hover, .bg-red:not(.force) a:not(.btn):active {
  color: #f7f1e4;
}
.bg-red:not(.force) .btn-forward {
  background-color: #f0e4c9;
  border-color: #000;
}
.bg-red:not(.force) .btn-forward .btn-icon,
.bg-red:not(.force) .btn-forward .btn-forward-icon {
  color: #a20c33;
}
.bg-red:not(.force) .btn-forward .btn-icon path,
.bg-red:not(.force) .btn-forward .btn-forward-icon path {
  fill: #a20c33;
}
.bg-red:not(.force) .btn-forward:hover, .bg-red:not(.force) .btn-forward:active {
  background-color: #000;
  border-color: #000;
}
.bg-red:not(.force) .btn-forward:hover .btn-icon,
.bg-red:not(.force) .btn-forward:hover .btn-forward-icon, .bg-red:not(.force) .btn-forward:active .btn-icon,
.bg-red:not(.force) .btn-forward:active .btn-forward-icon {
  color: #fff;
}
.bg-red:not(.force) .btn-forward:hover .btn-icon path,
.bg-red:not(.force) .btn-forward:hover .btn-forward-icon path, .bg-red:not(.force) .btn-forward:active .btn-icon path,
.bg-red:not(.force) .btn-forward:active .btn-forward-icon path {
  fill: #fff;
}

.bg-img {
  background-color: transparent;
  /* stylelint-disable */
  /* stylelint-enable */
}
.bg-img:not(.force) {
  color: #fff;
}
.bg-img:not(.force) h1,
.bg-img:not(.force) h2,
.bg-img:not(.force) h3,
.bg-img:not(.force) h4,
.bg-img:not(.force) h5,
.bg-img:not(.force) h6 {
  color: #fff;
}
.bg-img:not(.force) .section-subtitle {
  color: #a20c33;
}
.bg-img:not(.force) .btn-primary {
  background-color: #a20c33;
  color: #fff;
}
.bg-img:not(.force) .btn-primary .btn-icon {
  background-color: #f7f1e4;
}
.bg-img:not(.force) .btn-primary .btn-icon i,
.bg-img:not(.force) .btn-primary .btn-icon svg {
  color: #a20c33;
}
.bg-img:not(.force) .btn-primary .btn-icon::before {
  border-color: #000;
}
.bg-img:not(.force) .btn-primary:hover, .bg-img:not(.force) .btn-primary:active {
  background-color: #a20c33;
}
.bg-img:not(.force) .btn-forward {
  background-color: #f7f1e4;
  border-color: #a20c33;
}
.bg-img:not(.force) .btn-forward .btn-forward-icon,
.bg-img:not(.force) .btn-forward .btn-icon {
  color: #000;
}
.bg-img:not(.force) .btn-forward .btn-forward-icon path,
.bg-img:not(.force) .btn-forward .btn-icon path {
  fill: #000;
}
.bg-img:not(.force) .btn-forward:hover, .bg-img:not(.force) .btn-forward:active {
  background-color: #a20c33;
  border-color: #a20c33;
}
.bg-img:not(.force) .btn-forward:hover .btn-icon,
.bg-img:not(.force) .btn-forward:hover .btn-forward-icon, .bg-img:not(.force) .btn-forward:active .btn-icon,
.bg-img:not(.force) .btn-forward:active .btn-forward-icon {
  color: #f0e4c9;
}
.bg-img:not(.force) .btn-forward:hover .btn-icon path,
.bg-img:not(.force) .btn-forward:hover .btn-forward-icon path, .bg-img:not(.force) .btn-forward:active .btn-icon path,
.bg-img:not(.force) .btn-forward:active .btn-forward-icon path {
  fill: #f0e4c9;
}
.bg-img:not(.force) a:not(.btn) {
  color: #f0e4c9;
}
.bg-img:not(.force) a:not(.btn):hover, .bg-img:not(.force) a:not(.btn):active {
  color: #b3b3b3;
}

.bg-transparent {
  /* stylelint-disable */
  /* stylelint-enable */
}
.bg-transparent:not(.force) {
  color: #fff;
}
.bg-transparent:not(.force) h1,
.bg-transparent:not(.force) h2,
.bg-transparent:not(.force) h3,
.bg-transparent:not(.force) h4,
.bg-transparent:not(.force) h5,
.bg-transparent:not(.force) h6 {
  color: #f0e4c9;
}
.bg-transparent:not(.force) .section-subtitle {
  color: #a20c33;
}
.bg-transparent:not(.force) .btn-primary {
  background-color: #a20c33;
}
.bg-transparent:not(.force) .btn-primary:hover, .bg-transparent:not(.force) .btn-primary:active {
  background-color: #a20c33;
}
.bg-transparent:not(.force) .btn-primary {
  background-color: #a20c33;
  color: #fff;
}
.bg-transparent:not(.force) .btn-primary .btn-icon {
  background-color: #f7f1e4;
}
.bg-transparent:not(.force) .btn-primary .btn-icon i,
.bg-transparent:not(.force) .btn-primary .btn-icon svg {
  color: #a20c33;
}
.bg-transparent:not(.force) .btn-primary .btn-icon:before {
  border-color: #000;
}
.bg-transparent:not(.force) .btn-primary:hover, .bg-transparent:not(.force) .btn-primary:active {
  background-color: #a20c33;
}
.bg-transparent:not(.force) a:not(.btn) {
  color: #a20c33;
}
.bg-transparent:not(.force) a:not(.btn):hover, .bg-transparent:not(.force) a:not(.btn):active {
  color: #5b071d;
}
.bg-transparent:not(.force) .btn-forward {
  background-color: #a20c33;
  border-color: #000;
}
.bg-transparent:not(.force) .btn-forward .btn-icon,
.bg-transparent:not(.force) .btn-forward .btn-forward-icon {
  color: #fff;
}
.bg-transparent:not(.force) .btn-forward:hover, .bg-transparent:not(.force) .btn-forward:active {
  background-color: #000;
  border-color: #000;
}
.bg-transparent:not(.force) .btn-forward:hover .btn-icon,
.bg-transparent:not(.force) .btn-forward:hover .btn-forward-icon, .bg-transparent:not(.force) .btn-forward:active .btn-icon,
.bg-transparent:not(.force) .btn-forward:active .btn-forward-icon {
  color: #f0e4c9;
}

@media (min-width: 960px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 959.98px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hide-desktop-sm {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hide-mobile-sm {
    display: none !important;
  }
}

.wp-block {
  width: 100%;
  max-width: 1200px;
}

.wp-block[data-align=wide] {
  /* it can be "data-align=full" and also "right", "left" and "center" */
  max-width: 1200px;
}

.entry-title {
  color: blue;
}

.container,
.container-fluid {
  padding-left: 0;
  padding-right: 0;
  max-width: 1320px;
}
@media (max-width: 1023.98px) {
  .container,
.container-fluid {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
}
.container.container-full,
.container-fluid.container-full {
  max-width: none;
  padding: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 20px;
  padding-right: 20px;
}

.row {
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), (min-width: 810px) and (max-width: 1080px) {
  .row {
    margin: 0 20px;
  }
}
@media (max-width: 959.98px), only screen and (max-height: 600px) and (orientation: landscape) {
  .row {
    margin: 0 20px;
  }
}
@media (max-width: 1023.98px) {
  .row {
    margin: 0 auto;
  }
}

.section {
  padding: 6rem 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), (min-width: 810px) and (max-width: 1080px) {
  .section {
    padding: 6rem 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .section {
    padding: 6rem 0;
  }
}
@media (max-width: 959.98px), only screen and (max-height: 600px) and (orientation: landscape) {
  .section {
    padding: 6rem 0;
  }
}
@media (max-width: 767.98px) {
  .section {
    padding: 4rem 0;
  }
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.dot-typing {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #a20c33;
  color: #a20c33;
  box-shadow: 9984px 0 0 0 #a20c33, 9999px 0 0 0 #a20c33, 10014px 0 0 0 #a20c33;
  animation: dot-typing 1.5s linear 0s infinite;
}

@keyframes dot-typing {
  0% {
    box-shadow: 9984px 0 0 0 #a20c33, 9999px 0 0 0 #a20c33, 10014px 0 0 0 #a20c33;
  }
  8% {
    box-shadow: 9984px -3px 0 0 #a20c33, 9999px 0 0 0 #a20c33, 10014px 0 0 0 #a20c33;
  }
  16% {
    box-shadow: 9984px -10px 0 0 #a20c33, 9999px 0 0 0 #a20c33, 10014px 0 0 0 #a20c33;
  }
  24% {
    box-shadow: 9984px -3px 0 0 #a20c33, 9999px 0 0 0 #a20c33, 10014px 0 0 0 #a20c33;
  }
  33% {
    box-shadow: 9984px 0 0 0 #a20c33, 9999px 0 0 0 #a20c33, 10014px 0 0 0 #a20c33;
  }
  42% {
    box-shadow: 9984px 0 0 0 #a20c33, 9999px -3px 0 0 #a20c33, 10014px 0 0 0 #a20c33;
  }
  50% {
    box-shadow: 9984px 0 0 0 #a20c33, 9999px -10px 0 0 #a20c33, 10014px 0 0 0 #a20c33;
  }
  58% {
    box-shadow: 9984px 0 0 0 #a20c33, 9999px -3px 0 0 #a20c33, 10014px 0 0 0 #a20c33;
  }
  66% {
    box-shadow: 9984px 0 0 0 #a20c33, 9999px 0 0 0 #a20c33, 10014px 0 0 0 #a20c33;
  }
  75% {
    box-shadow: 9984px 0 0 0 #a20c33, 9999px 0 0 0 #a20c33, 10014px -3px 0 0 #a20c33;
  }
  84% {
    box-shadow: 9984px 0 0 0 #a20c33, 9999px 0 0 0 #a20c33, 10014px -10px 0 0 #a20c33;
  }
  92% {
    box-shadow: 9984px 0 0 0 #a20c33, 9999px 0 0 0 #a20c33, 10014px -3px 0 0 #a20c33;
  }
  100% {
    box-shadow: 9984px 0 0 0 #a20c33, 9999px 0 0 0 #a20c33, 10014px 0 0 0 #a20c33;
  }
}
#primary-nav-container {
  width: 100%;
  z-index: 7000;
  position: relative;
  height: 118px;
}
@media (max-width: 1439.98px) {
  #primary-nav-container {
    height: 75px;
  }
}
#primary-nav-container .primary-nav-desktop .flex-container {
  justify-content: space-between;
}
#primary-nav-container #primary-nav-main,
#primary-nav-container #primary-nav-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
}
@media print {
  #primary-nav-container #primary-nav-main,
#primary-nav-container #primary-nav-mobile {
    display: none;
  }
}
#primary-nav-container #primary-nav-main .menu-top,
#primary-nav-container #primary-nav-mobile .menu-top {
  width: 100%;
  margin: 0;
  display: flex;
  list-style: none;
  justify-content: space-between;
}
#primary-nav-container #primary-nav-main .menu-top > li,
#primary-nav-container #primary-nav-mobile .menu-top > li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.75em 0;
  position: relative;
}
#primary-nav-container #primary-nav-main .menu-top > li::after,
#primary-nav-container #primary-nav-mobile .menu-top > li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #a20c33;
  height: 0;
  width: 100%;
  z-index: 1;
  transition: 0.15s ease;
}
@media (min-width: 960px) {
  #primary-nav-container #primary-nav-main .menu-top > li:hover::after, #primary-nav-container #primary-nav-main .menu-top > li:active::after,
#primary-nav-container #primary-nav-mobile .menu-top > li:hover::after,
#primary-nav-container #primary-nav-mobile .menu-top > li:active::after {
    height: 5px;
  }
}
#primary-nav-container #primary-nav-main .menu-top > li > button,
#primary-nav-container #primary-nav-main .menu-top > li > a,
#primary-nav-container #primary-nav-mobile .menu-top > li > button,
#primary-nav-container #primary-nav-mobile .menu-top > li > a {
  padding: 0.75em 0;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-weight: 800;
  color: #a20c33;
  text-align: center;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
@media (max-width: 959.98px) {
  #primary-nav-container #primary-nav-main .menu-top > li > button,
#primary-nav-container #primary-nav-main .menu-top > li > a,
#primary-nav-container #primary-nav-mobile .menu-top > li > button,
#primary-nav-container #primary-nav-mobile .menu-top > li > a {
    padding: 0.25rem;
  }
}
#primary-nav-container #primary-nav-main .menu-top .nav-icon,
#primary-nav-container #primary-nav-mobile .menu-top .nav-icon {
  font-size: 0.5rem;
  position: relative;
  margin-left: 0.25em;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(180deg);
}
#primary-nav-container #primary-nav-main .menu-top .nav-icon svg,
#primary-nav-container #primary-nav-mobile .menu-top .nav-icon svg {
  fill: #000;
  color: #000;
}
@media (min-width: 1440px) {
  #primary-nav-container #primary-nav-main .menu-top .nav-icon,
#primary-nav-container #primary-nav-mobile .menu-top .nav-icon {
    width: 16px;
    height: 16px;
  }
  #primary-nav-container #primary-nav-main .menu-top .nav-icon svg,
#primary-nav-container #primary-nav-mobile .menu-top .nav-icon svg {
    width: 8px;
  }
}
@media (max-width: 1439.98px) {
  #primary-nav-container #primary-nav-main .menu-top .nav-icon,
#primary-nav-container #primary-nav-mobile .menu-top .nav-icon {
    margin-left: 0.5rem;
  }
}
#primary-nav-container #primary-nav-body {
  background-color: #f0e4c9;
  height: 100%;
}
#primary-nav-container #primary-nav-body .container-fluid {
  padding: 0 40px;
  max-width: 1439.98px;
}
@media (max-width: 767.98px) {
  #primary-nav-container #primary-nav-body .container-fluid {
    padding: 0 20px;
  }
}
#primary-nav-container #primary-nav-body.nav-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 118px;
}
@media (max-width: 1439.98px) {
  #primary-nav-container #primary-nav-body.nav-fixed {
    height: 75px;
  }
}
#primary-nav-container #primary-nav-static {
  margin: 0 auto;
  width: 100%;
  left: 0;
  right: 0;
  position: fixed;
  background-color: #f0e4c9;
}
@media (max-width: 1439.98px) {
  #primary-nav-container #primary-nav-static {
    max-width: 100vw;
  }
}
@media (max-width: 960px) {
  #primary-nav-container #primary-nav-static {
    padding-top: 0;
  }
}
#primary-nav-container #primary-nav-static::before {
  content: "";
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  background-color: #f0e4c9;
  z-index: 0;
}
#primary-nav-container #primary-nav-static::after {
  content: "";
  width: 100%;
  height: 0.1666em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
#primary-nav-container #primary-nav-static .flex-container {
  background-color: #f0e4c9;
}
#primary-nav-container #primary-nav-static .flex-container .container-fluid {
  height: 100%;
}
@media (max-width: 959.98px) {
  #primary-nav-container #primary-nav-static .flex-container {
    display: inline-flex;
    justify-content: space-between;
    height: 100%;
  }
  #primary-nav-container #primary-nav-static .flex-container > * {
    width: auto;
    padding: 0;
  }
}
#primary-nav-container #primary-nav-static .row {
  width: 100%;
  margin: 0 auto;
}
#primary-nav-container #primary-nav-static .logo-cont {
  z-index: 1;
  padding: 0;
}
#primary-nav-container #primary-nav-static .logo-cont #primary-logo {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
@media (max-width: 1439.98px) {
  #primary-nav-container #primary-nav-static .logo-cont #primary-logo {
    height: auto;
    margin: 0.7em 0;
  }
}
#primary-nav-container #primary-nav-static .logo-cont #primary-logo .site-logo {
  display: flex;
  justify-content: flex-start;
}
#primary-nav-container #primary-nav-static .logo-cont #primary-logo .site-logo .logo {
  width: 7em;
  max-width: 7em;
}
@media (max-width: 1439.98px) {
  #primary-nav-container #primary-nav-static .logo-cont #primary-logo .site-logo .logo {
    width: 100%;
    max-height: 2.75em;
  }
}

.nav-item-cta {
  font-family: "IntegralCF", "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-size: 2em;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  text-align: left;
  overflow: hidden;
  min-height: 14rem;
  position: relative;
  z-index: 1;
  text-decoration: none;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
}
@media (max-width: 1439.98px) {
  .nav-item-cta {
    font-size: 1.6667em;
  }
}
@media (max-width: 959.98px) {
  .nav-item-cta {
    font-size: 1.3889em;
    padding: 1.5rem;
    align-items: flex-start;
  }
  .nav-item-cta .d-inline-flex {
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
}
.nav-item-cta::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 50%;
  width: 100%;
  z-index: -2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  transition: 0.25s ease;
}
.nav-item-cta:hover, .nav-item-cta:active {
  color: #f0e4c9 !important;
}
.nav-item-cta:hover::after, .nav-item-cta:active::after {
  height: 100%;
}
.nav-item-cta span {
  line-height: 1.5;
}
.nav-item-cta > div {
  align-items: center;
  justify-content: center;
}
@media (max-width: 959.98px) {
  .nav-item-cta > div {
    flex-direction: column;
  }
}
.nav-item-cta .cta-share {
  margin-left: 1rem;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 4.5rem;
  min-height: 4.5rem;
  max-height: 4.5rem;
  max-width: 4.5rem;
  position: relative;
}
.nav-item-cta .cta-share svg,
.nav-item-cta .cta-share path {
  fill: #000;
  color: #000;
}
@media (max-width: 959.98px) {
  .nav-item-cta .cta-share {
    margin-left: 0;
    min-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
    max-width: 3rem;
  }
}
.nav-item-cta .cta-share::after {
  content: "";
  width: 4.5rem;
  background-color: #fff;
  border: 3px solid #a20c33;
  z-index: -1;
  border-radius: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 959.98px) {
  .nav-item-cta .cta-share::after {
    width: 3rem;
    border-width: 5px;
  }
}
@media (min-width: 960px) {
  .nav-item-cta {
    min-height: 20rem;
    padding: 2rem;
  }
}
@media (max-width: 959.98px) {
  .nav-item-cta {
    margin-top: 1rem;
  }
}

html.no-js #primary-nav-container,
html.no-js #primary-nav-container #primary-nav-body.nav-fixed {
  height: 100px;
}
html.no-js #primary-nav-main .nested-nav {
  top: 118px;
}

.gform_confirmation_wrapper {
  padding: 6rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.gform_confirmation_wrapper .btn-primary {
  background-color: #a20c33;
  color: #fff;
}
.gform_confirmation_wrapper .btn-primary img {
  width: 55%;
}
.gform_confirmation_wrapper .btn-primary .btn-icon {
  background-color: #f7f1e4;
}
.gform_confirmation_wrapper .btn-primary .btn-icon i,
.gform_confirmation_wrapper .btn-primary .btn-icon svg {
  color: #a20c33;
}
.gform_confirmation_wrapper .btn-primary .btn-icon::before {
  border-color: #000;
}
.gform_confirmation_wrapper .btn-primary:hover, .gform_confirmation_wrapper .btn-primary:active {
  background-color: #a20c33;
}
.gform_confirmation_wrapper p:not(.h3) {
  font-size: 1.5em;
}

#divi-gravity-form .divi-gravity-form {
  padding: 0 !important;
}
#divi-gravity-form .divi-gravity-form .gform_footer {
  padding: 0 !important;
}
#divi-gravity-form .divi-gravity-form .gform_footer .btn-icon i,
#divi-gravity-form .divi-gravity-form .gform_footer .btn-icon svg,
#divi-gravity-form .divi-gravity-form .gform_footer .btn-icon path {
  color: #f7f1e4 !important;
  fill: #f7f1e4;
  transform: scale(0.65) translateY(2px) translateX(3px);
}
#divi-gravity-form .divi-gravity-form legend {
  padding: 0;
}
#divi-gravity-form .divi-gravity-form form fieldset {
  padding: 0;
}
#divi-gravity-form .divi-gravity-form form input,
#divi-gravity-form .divi-gravity-form form textarea {
  width: 95% !important;
}
@media (max-width: 959.98px) {
  #divi-gravity-form .divi-gravity-form form input,
#divi-gravity-form .divi-gravity-form form textarea {
    width: 100% !important;
  }
}
@media (max-width: 959.98px) {
  #divi-gravity-form .divi-gravity-form form .name_first {
    margin-bottom: 5rem;
  }
}
#divi-gravity-form .divi-gravity-form form .gfield_radio {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#divi-gravity-form .divi-gravity-form form .gfield_radio .gchoice {
  display: flex;
  justify-content: flex-start;
  text-align: left;
}
#divi-gravity-form .divi-gravity-form form .gfield--width-half,
#divi-gravity-form .divi-gravity-form form .ginput_container_name {
  display: inline-flex;
  justify-content: space-between;
}
@media (min-width: 960px) {
  #divi-gravity-form .divi-gravity-form form .gfield--width-half input,
#divi-gravity-form .divi-gravity-form form .gfield--width-half select,
#divi-gravity-form .divi-gravity-form form .ginput_container_name input,
#divi-gravity-form .divi-gravity-form form .ginput_container_name select {
    width: 90% !important;
  }
}
#divi-gravity-form .divi-gravity-form form .gfield {
  margin-bottom: 1rem;
}
#divi-gravity-form .divi-gravity-form form .gfield_label {
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  color: #fff;
}
#divi-gravity-form .divi-gravity-form form .gform-body input,
#divi-gravity-form .divi-gravity-form form .gform-body select,
#divi-gravity-form .divi-gravity-form form .gform-body textarea {
  border: 2px solid #000;
  background-color: #fffaf4;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-size: 1rem;
  border-radius: 5px;
}
#divi-gravity-form .divi-gravity-form form .gform-body input::placeholder, #divi-gravity-form .divi-gravity-form form .gform-body input:placeholder,
#divi-gravity-form .divi-gravity-form form .gform-body select::placeholder,
#divi-gravity-form .divi-gravity-form form .gform-body select:placeholder,
#divi-gravity-form .divi-gravity-form form .gform-body textarea::placeholder,
#divi-gravity-form .divi-gravity-form form .gform-body textarea:placeholder {
  color: #a6a39f;
}
#divi-gravity-form .et_pb_column:not(.et-last-child) {
  background-color: #0a0a0a !important;
}

.gform_wrapper {
  padding: 6rem 0;
  overflow: hidden;
}
.gform_wrapper .gform_title {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), (min-width: 810px) and (max-width: 1080px) {
  .gform_wrapper {
    padding: 6rem 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .gform_wrapper {
    padding: 6rem 0;
  }
}
@media (max-width: 959.98px), only screen and (max-height: 600px) and (orientation: landscape) {
  .gform_wrapper {
    padding: 6rem 0;
  }
}
@media (max-width: 767.98px) {
  .gform_wrapper {
    padding: 4rem 0;
  }
}
.gform_wrapper .btn-primary {
  background-color: #a20c33;
  color: #fff;
}
.gform_wrapper .btn-primary .btn-icon {
  background-color: #f7f1e4;
}
.gform_wrapper .btn-primary .btn-icon i,
.gform_wrapper .btn-primary .btn-icon svg {
  color: #a20c33;
}
.gform_wrapper .btn-primary .btn-icon::before {
  border-color: #000;
}
.gform_wrapper .btn-primary:hover, .gform_wrapper .btn-primary:active {
  background-color: #a20c33;
}
.gform_wrapper form {
  padding-left: 0;
  padding-right: 0;
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 1023.98px) {
  .gform_wrapper form {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
}
.gform_wrapper form .gform_footer {
  margin-right: 20px !important;
  margin-top: 2rem !important;
  margin-left: 20px !important;
  padding: 0 20px !important;
  display: flex !important;
  justify-content: flex-end !important;
}
.gform_wrapper form .gform-body .gsection_title {
  border-bottom: 0 !important;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 1rem !important;
}
.gform_wrapper form .gform-body input,
.gform_wrapper form .gform-body select {
  width: 100%;
  padding: 5px 10px;
}
.gform_wrapper form .gform-body fieldset:not(.gfield--width-full) legend {
  padding-left: 20px;
  padding-right: 20px;
}
.gform_wrapper form .gform-body .gfield textarea {
  width: 100%;
}
.gform_wrapper form .gform-body .gfield.gfield--width-full, .gform_wrapper form .gform-body .gfield.gfield--width-half {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 1rem;
}
.gform_wrapper form .gform-body .gfield .ginput_container_name {
  display: inline-flex;
  width: 100%;
}
.gform_wrapper form .gform-body .gfield.gfield--width-half,
.gform_wrapper form .gform-body .gfield .ginput_left,
.gform_wrapper form .gform-body .gfield .ginput_right,
.gform_wrapper form .gform-body .gfield .name_first,
.gform_wrapper form .gform-body .gfield .name_last {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 1rem;
  min-width: 50%;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 959.98px) {
  .gform_wrapper form .gform-body .gfield.gfield--width-half,
.gform_wrapper form .gform-body .gfield .ginput_left,
.gform_wrapper form .gform-body .gfield .ginput_right,
.gform_wrapper form .gform-body .gfield .name_first,
.gform_wrapper form .gform-body .gfield .name_last {
    min-width: 100%;
  }
}
.gform_wrapper form .gform-body .gfield.gfield--width-half .gfield_label,
.gform_wrapper form .gform-body .gfield .ginput_left .gfield_label,
.gform_wrapper form .gform-body .gfield .ginput_right .gfield_label,
.gform_wrapper form .gform-body .gfield .name_first .gfield_label,
.gform_wrapper form .gform-body .gfield .name_last .gfield_label {
  margin-bottom: 0.5rem;
}
.gform_wrapper form .gform-body .gfield.gfield--width-half {
  flex-direction: column;
}
.gform_wrapper form .gform-body .gfield .ginput_full {
  width: 100%;
}
.gform_wrapper form .gform-body .gfield .ginput_complex {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
}
.gform_wrapper form .gform-body .gfield .ginput_complex span {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 1.25rem;
}
.gform_wrapper form .gform-body .gfield .gfield_label {
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
}
.gform_wrapper form .gform-body .gfield .gfield_label .gfield_required {
  color: #a20c33;
}
.gform_wrapper form .gform-body .gfield_label {
  margin-bottom: 0.5rem;
}
.gform_wrapper form .gform-body .ginput_container_address span {
  margin-bottom: 1.25rem !important;
}
.gform_wrapper form .gform-body .ginput_container_consent {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.gform_wrapper form .gform-body input[type=checkbox] {
  border: 2px solid #000 !important;
  background-color: #fffaf4 !important;
  margin-right: 0.5rem;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-self: center;
  height: 0.75rem;
  width: 0.75rem;
}
.gform_wrapper form .gform-body input[type=checkbox]::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid black;
  height: 100%;
  width: 100%;
  min-height: 14px;
  min-width: 14px;
  border-radius: 3px;
}
.gform_wrapper form .gform-body input[type=checkbox]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fffaf4;
  height: 100%;
  width: 100%;
  min-height: 14px;
  min-width: 14px;
  border-radius: 3px;
  z-index: -1;
}
.gform_wrapper form .gform-body .gfield_description,
.gform_wrapper form .gform-body .field_description_below {
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-size: 1rem;
}
.gform_wrapper form .gform-body .gfield_description strong,
.gform_wrapper form .gform-body .field_description_below strong {
  font-weight: 600;
}
.gform_wrapper form .gform-body .ginput_container input,
.gform_wrapper form .gform-body .ginput_container select,
.gform_wrapper form .gform-body .ginput_container textarea {
  border: 2px solid #000;
  background-color: #fffaf4;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-size: 1rem;
  border-radius: 5px;
}
.gform_wrapper form .gform-body .ginput_container input::placeholder,
.gform_wrapper form .gform-body .ginput_container select::placeholder,
.gform_wrapper form .gform-body .ginput_container textarea::placeholder {
  color: #a6a39f;
}
.gform_wrapper form .gform-body .gsection:not(:first-of-type) .gsection_title {
  margin-top: 2rem;
}

.section--footer {
  color: #fff;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
}
@media print {
  .section--footer {
    display: none;
  }
}
.section--footer a {
  color: #fff;
  text-decoration: none;
}
.section--footer a:hover {
  text-decoration: underline;
}
.section--footer .container-fluid {
  max-width: 1439.98px;
  padding: 0 1em;
}
@media (max-width: 767.98px) {
  .section--footer.textured {
    background-image: unset;
  }
}
.section--footer strong {
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
.section--footer .footer-hero {
  padding-top: 3rem;
  padding-bottom: 2.5rem;
  margin: 0;
  position: relative;
}
@media (max-width: 1199.98px) {
  .section--footer .footer-hero {
    padding-top: 6rem;
  }
}
@media (max-width: 767.98px) {
  .section--footer .footer-hero {
    padding-top: 5rem;
    text-align: center;
    padding-bottom: 0;
  }
  .section--footer .footer-hero .d-inline-flex {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .section--footer .footer-hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: calc(100% - 2rem);
    height: 5px;
    border-radius: 10px;
    background-color: #f0e4c9;
    margin: 0 auto;
  }
}
.section--footer .footer-hero .footer-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1023.98px) {
  .section--footer .footer-hero .footer-logo {
    position: relative;
    top: -2.5rem;
  }
}
.section--footer .footer-hero .footer-logo img {
  max-width: 9em;
  width: 100%;
}
.section--footer .footer-hero .company-info {
  text-transform: uppercase;
  font-size: 1rem;
  justify-content: flex-start;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .section--footer .footer-hero .company-info > div:first-of-type {
    margin-right: 4rem;
  }
}
@media (max-width: 768px) {
  .section--footer .footer-hero .company-info {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .section--footer .footer-hero .company-info .d-inline-flex {
    justify-content: center;
  }
  .section--footer .footer-hero .company-info .d-inline-flex:first-of-type {
    margin-bottom: 1rem;
  }
}
.section--footer .footer-hero .footer-scroll {
  align-self: flex-end;
}
@media print {
  .section--footer .footer-hero {
    display: none;
  }
}
.section--footer .footer-body {
  padding: 2em 0 4em;
  margin: 0;
}
@media (max-width: 1439.98px) {
  .section--footer .footer-body {
    margin: 0 20px;
  }
}
.section--footer .footer-body .body-col {
  position: relative;
}
@media (max-width: 767.98px) {
  .section--footer .footer-body .body-col {
    padding: 0;
  }
}
@media (min-width: 960px) {
  .section--footer .footer-body .body-col:not(:first-of-type) {
    margin-left: 8.333%;
  }
}
.section--footer .footer-body .body-col:not(:first-of-type)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -15%;
  width: 5px;
  border-radius: 10px;
  height: 100%;
  background-color: #f0e4c9;
  margin: 0 auto;
}
.section--footer .footer-body .accordion {
  background-color: transparent;
  color: #fff;
}
.section--footer .footer-body .accordion .accordion-item {
  border-radius: 0;
  border: none;
  background: transparent;
  color: #fff;
}
.section--footer .footer-body .accordion .accordion-button {
  padding: 0;
  background-color: transparent;
  color: #fff;
  box-shadow: none;
  display: inline-flex;
  justify-content: space-between;
}
.section--footer .footer-body .accordion .accordion-button .close-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  min-height: 1.25rem;
  transform: rotate(90deg);
  transition: 0.15s ease-in-out;
}
.section--footer .footer-body .accordion .accordion-button .close-icon svg {
  z-index: 1;
  font-size: 0.7em;
}
.section--footer .footer-body .accordion .accordion-button .close-icon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  min-height: 1.25rem;
  background-color: #a20c33;
  z-index: 0;
  border-radius: 100%;
}
@media (min-width: 768px) {
  .section--footer .footer-body .accordion .accordion-button .close-icon {
    display: none;
  }
}
.section--footer .footer-body .accordion .accordion-button.collapsed .close-icon {
  transform: rotate(45deg);
}
@media (max-width: 767.98px) {
  .section--footer .footer-body .accordion .accordion-button {
    padding: 1.5em 0;
    border-top: 2px solid white;
    border-radius: 0;
  }
}
.section--footer .footer-body .accordion .accordion-button::after {
  display: none;
}
.section--footer .footer-body .accordion .accordion-body {
  padding: 0;
}
@media (min-width: 768px) {
  .section--footer .footer-body .accordion-collapse {
    display: block !important;
  }
}
@media (min-width: 1023.98px) {
  .section--footer .footer-body ul {
    columns: 2;
    margin-top: 1em;
  }
}
.section--footer .footer-body ul a {
  font-size: 0.9em;
  color: #fff;
}
@media print {
  .section--footer .footer-body {
    display: none;
  }
}
.section--footer .footer-bottom-wrapper {
  background-color: #a20c33;
  min-height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .section--footer .footer-bottom-wrapper {
    padding: 2rem 0;
  }
}
.section--footer .footer-bottom-wrapper .col-sm-12 {
  justify-content: flex-start;
}
@media (max-width: 767.98px) {
  .section--footer .footer-bottom-wrapper .col-sm-12 {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }
}
.section--footer .footer-bottom-wrapper .site-legal {
  font-size: 0.7em;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .section--footer .footer-bottom-wrapper .site-legal {
    margin-top: 2rem;
  }
}
.section--footer .footer-bottom-wrapper .site-legal p {
  margin: 0;
}
.section--footer .footer-bottom-wrapper .site-social {
  display: inline-flex;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .section--footer .footer-bottom-wrapper .site-social {
    justify-content: center;
  }
}
.section--footer .footer-bottom-wrapper .site-social li {
  margin-right: 0.5em;
}
.section--footer .footer-bottom-wrapper .site-social li:last-of-type {
  margin-right: unset;
}
.section--footer .footer-bottom-wrapper .site-social li a {
  background-color: #fff;
  border-radius: 100%;
  color: #000;
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  min-height: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.15s;
  font-size: 0.667em;
  margin-right: 0;
}
.section--footer .footer-bottom-wrapper .site-social li a:not(:last-of-type) {
  margin-right: 0.75rem;
}
@media (max-width: 767.98px) {
  .section--footer .footer-bottom-wrapper .site-social li a {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    min-height: 2rem;
  }
  .section--footer .footer-bottom-wrapper .site-social li a:not(:last-of-type) {
    margin-right: 2em;
  }
}
.section--footer .footer-bottom-wrapper .site-social li a .box-social-media {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section--footer .footer-bottom-wrapper .site-social li a:hover, .section--footer .footer-bottom-wrapper .site-social li a:active {
  background-color: #f0e4c9;
  color: #a20c33;
}
@media print {
  .section--footer .footer-bottom-wrapper {
    display: none;
  }
}
.section--footer .footer-top-wrapper {
  background-color: #000;
}

.btn {
  text-decoration: none !important;
  white-space: inherit;
  position: relative;
  background-color: transparent;
  outline: 0 !important;
}
.btn:focus, .btn:active, .btn:hover {
  box-shadow: none;
  background-color: inherit;
  border-color: inherit;
}

.btn-scroll-footer {
  width: 1.9rem;
  height: 1.9rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  outline: none;
  border-radius: 100%;
  transition: 0.15s ease-in-out;
  background-color: #a20c33;
  border-radius: 100%;
}
.btn-scroll-footer .arrow-icon {
  color: #fff;
  font-size: 1rem;
  transition: 0.15s ease-in-out;
}
.btn-scroll-footer:hover, .btn-scroll-footer:active {
  background-color: #f0e4c9;
}
.btn-scroll-footer:hover .arrow-icon, .btn-scroll-footer:active .arrow-icon {
  color: #a20c33;
}

.btn-secondary {
  border-radius: 40px;
  transition: 0.25s ease-in-out;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-weight: 700;
  letter-spacing: unset;
  padding: 0.5em 0.5em 0.5em 1.25em;
  position: relative;
  z-index: 1;
  max-width: fit-content;
  background-image: none;
  background-color: transparent;
  color: #000;
  border: 3px solid #a20c33;
}
.btn-secondary .btn-icon {
  width: 1.65rem;
  height: 1.65rem;
  position: relative;
  margin-left: 1rem;
  margin-right: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-secondary .btn-icon i,
.btn-secondary .btn-icon svg {
  font-size: 0.95rem;
  color: #a20c33;
  transition: 0.25s ease-in-out;
}
.btn-secondary .btn-icon i path,
.btn-secondary .btn-icon svg path {
  transition: 0.25s ease-in-out;
}
.btn-secondary:hover {
  color: #fff;
  border-color: #a20c33;
  background-color: #a20c33;
}
.btn-secondary:hover .btn-icon i path,
.btn-secondary:hover .btn-icon svg path {
  fill: #fff;
}

.btn-primary {
  border-radius: 40px;
  transition: 0.25s ease-in-out;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-weight: 700;
  letter-spacing: unset;
  padding: 0.5em 0.5em 0.5em 1.25em;
  position: relative;
  z-index: 1;
  border: 0;
  min-width: 10em;
  max-width: fit-content;
  background-size: cover;
  background-position: 100% 100%;
  background-image: url("../assets/img/btn-texture.svg");
}
.btn-primary .btn-icon {
  width: 1.65em;
  height: 1.65em;
  position: relative;
  margin-left: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.btn-primary .btn-icon i,
.btn-primary .btn-icon svg {
  font-size: 0.95em;
  color: #a20c33;
  transform: scale(0.6) rotate(0deg);
  transition: 0.25s ease-in-out;
}
.btn-primary .btn-icon::before {
  content: "";
  background-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  border-radius: 100%;
  border: 3px solid #000;
  z-index: 1;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-position: 25% 25%;
}
.btn-primary:hover .btn-icon i,
.btn-primary:hover .btn-icon svg, .btn-primary:active .btn-icon i,
.btn-primary:active .btn-icon svg, .btn-primary:focus .btn-icon i,
.btn-primary:focus .btn-icon svg {
  transform: scale(0.6) rotate(360deg);
}

.btn-social {
  background: #fff;
  border: 0.15rem solid #000;
  min-width: 1.65em;
  min-height: 1.65em;
  max-width: 1.65em;
  max-height: 1.65em;
  color: #a20c33;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.667em;
  transform: 0.25s ease-in-out;
}
.btn-social:active, .btn-social:hover {
  background-color: #000;
  color: #f0e4c9;
  border: #a20c33;
}

.btn-play {
  background: rgba(162, 12, 51, 0.7);
  border: 0.25em solid #fff;
  min-width: 3.5em;
  min-height: 3.5em;
  max-width: 3.5em;
  max-height: 3.5em;
  color: #fff;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}

.btn-forward {
  border-radius: 100%;
  border: 0.5em solid;
  width: 6em;
  height: 6em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  /* stylelint-disable no-descending-specificity */
  /* stylelint-enable no-descending-specificity */
}
.btn-forward .btn-forward-icon {
  font-size: 2em;
}
.btn-forward .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .btn-forward {
    width: 4em;
    height: 4em;
    border-width: 6px;
  }
  .btn-forward .btn-forward-icon {
    font-size: 1.5em;
  }
}

html {
  font-size: 20px;
}
@media (max-width: 1439.98px) {
  html {
    font-size: 18px;
  }
}

body {
  font-size: 20px;
  font-family: "myriad-pro-condensed", "Helvetica", sans-serif;
  color: #000;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 959.98px) {
  body {
    font-size: 18px;
  }
}
body b {
  font-weight: 600;
}
body a {
  text-decoration: underline;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  line-height: 1;
}
body blockquote,
body figcaption {
  line-height: 1.5 !important;
}

h1,
.h1 {
  font-size: 3.5em;
  font-family: "IntegralCF", "tablet-gothic-condensed", "Helvetica", sans-serif;
  line-height: 1.5;
}
@media only screen and (max-height: 600px) and (orientation: landscape) {
  h1,
.h1 {
    font-size: 1.6667em;
  }
}
@media (max-width: 959.98px) {
  h1,
.h1 {
    font-size: 1.6667em;
  }
}

h2,
.h2 {
  font-size: 2.5em;
  font-family: "IntegralCF", "tablet-gothic-condensed", "Helvetica", sans-serif;
  line-height: 1.1;
}
@media (max-width: 959.98px) {
  h2,
.h2 {
    font-size: 1.3889em;
  }
}

h3,
.h3 {
  font-size: 2em;
  font-family: "IntegralCF", "tablet-gothic-condensed", "Helvetica", sans-serif;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), (min-width: 810px) and (max-width: 1080px) {
  h3,
.h3 {
    font-size: 1.1111em;
  }
}
@media (max-width: 959.98px) {
  h3,
.h3 {
    font-size: 1.1111em;
  }
}

h4,
.h4 {
  font-size: 1.5em;
  font-family: "IntegralCF", "tablet-gothic-condensed", "Helvetica", sans-serif;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), (min-width: 810px) and (max-width: 1080px) {
  h4,
.h4 {
    font-size: 1em;
  }
}
@media (max-width: 959.98px) {
  h4,
.h4 {
    font-size: 1em;
  }
}

h5,
.h5 {
  font-size: 1.5em;
  font-family: "myriad-pro-condensed", "Helvetica", sans-serif;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), (min-width: 810px) and (max-width: 1080px) {
  h5,
.h5 {
    font-size: 0.7777em;
  }
}
@media (max-width: 959.98px) {
  h5,
.h5 {
    font-size: 0.7777em;
  }
}

h6,
.h6 {
  font-size: 1.25em;
  text-transform: uppercase;
  font-family: "myriad-pro-condensed", "Helvetica", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), (min-width: 810px) and (max-width: 1080px) {
  h6,
.h6 {
    font-size: 1em;
  }
}
@media (max-width: 959.98px) {
  h6,
.h6 {
    font-size: 1em;
  }
}

.ol-stylized {
  list-style-type: none;
  counter-reset: li;
  padding-left: 0;
}
.ol-stylized li {
  display: inline-flex;
  width: 100%;
  align-items: center;
}
.ol-stylized li:not(:last-of-type) {
  margin-bottom: 1em;
}
.ol-stylized li::before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "IntegralCF", "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-weight: 900;
  font-size: 1rem;
  counter-increment: li;
  content: counter(li, decimal-leading-zero);
  border: 4px solid rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  margin-right: 1em;
  color: #fff;
  background-color: #a20c33;
  min-width: 2.5rem;
  min-height: 2.5rem;
  max-width: 2.5rem;
  max-height: 2.5rem;
}
@media (max-width: 959.98px) {
  .ol-stylized li::before {
    min-width: 1.75rem;
    min-height: 1.75rem;
    max-width: 1.75rem;
    max-height: 1.75rem;
    font-size: 0.7777em;
  }
}

.ul-stylized {
  padding-left: 0;
  list-style-type: none;
}
.ul-stylized li {
  display: inline-flex;
  width: 100%;
  align-items: center;
}
.ul-stylized li:not(:last-of-type) {
  margin-bottom: 1em;
}
.ul-stylized li span {
  margin-left: 1em;
}

.section-subtitle {
  font-size: 1rem;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.section--404-elements {
  position: relative;
  z-index: 0;
  height: auto;
  padding: unset;
  background-color: #292727;
}
.section--404-elements .row {
  display: flex;
  flex-flow: column wrap;
  margin: 0 auto;
  height: auto;
  min-height: 800px;
  padding: 6.25rem 0;
  align-items: center;
}
@media (max-width: 768px) {
  .section--404-elements .row {
    max-height: 800px;
    min-height: unset;
    padding: unset;
    align-items: flex-start;
  }
}
@media (max-width: 1440px) {
  .section--404-elements .row {
    margin: 0 3rem;
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .section--404-elements .row {
    flex-flow: column-reverse wrap;
    margin: 0;
    max-width: 100%;
  }
}
.section--404-elements .row .container-fluid {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.section--404-elements .row .container-fluid.align-content-left {
  justify-content: left;
}
.section--404-elements .row .container-fluid.align-content-right {
  justify-content: right;
}
.section--404-elements .row .container-fluid .header-elements-contents {
  position: relative;
  z-index: 2;
  flex-flow: column wrap;
}
.section--404-elements .row .container-fluid .header-elements-contents .header-elements-graphic {
  width: 100%;
  display: block;
  justify-self: flex-start;
  margin-bottom: 1.25rem;
}
.section--404-elements .row .container-fluid .header-elements-contents .header-elements-label {
  display: block;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: unset;
  margin-bottom: 1rem;
}
.section--404-elements .row .container-fluid .header-elements-contents .header-elements-heading {
  font-family: "IntegralCF", "tablet-gothic-condensed", "Helvetica", sans-serif;
  display: block;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.section--404-elements .row .container-fluid .header-elements-contents .header-elements-body {
  font-family: "myriad-pro-condensed", "Helvetica", sans-serif;
  display: block;
  margin-bottom: 2rem;
}
.section--404-elements .row .header-elements-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  z-index: 0;
  height: 100%;
  width: 100%;
}
.section--404-elements .row .header-elements-image::after {
  content: "";
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.section--404-elements .row.bg-red {
  background-color: unset !important;
}
@media (max-width: 768px) {
  .section--404-elements .row.bg-red .header-elements-image {
    position: relative;
    height: 30vh;
    min-height: 215px;
    width: 100%;
  }
}
.section--404-elements .row.bg-red .header-elements-contents {
  background-color: #a20c33;
  padding: 3.25em 2.75em;
  margin-bottom: 4%;
  border: 5px solid #000;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .section--404-elements .row.bg-red .header-elements-contents {
    border: none;
    border-radius: 0;
    margin-bottom: unset;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .section--404-elements .row.bg-red .header-elements-contents {
    padding: 3.25em 1.5em;
  }
}
.section--404-elements .row.bg-red .header-elements-contents .god-module-texture {
  background-image: url("../assets/img/menu-texture.svg");
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  object-fit: cover;
  object-position: center;
  background-color: transparent;
  height: 100%;
  width: 100%;
}
.section--404-elements .row.bg-red .header-elements-contents .god-module-box-attatchment {
  content: "";
  position: absolute;
  bottom: -10.5%;
  left: 50%;
  transform: translate(-50%);
  height: 10%;
  width: 75%;
  background-color: transparent;
}
@media (max-width: 959.98px) {
  .section--404-elements .row.bg-red .header-elements-contents .god-module-box-attatchment {
    display: none;
  }
}
.section--404-elements .row.bg-red .header-elements-contents .header-elements-label {
  color: #fff;
}
.section--404-elements .row.bg-red .header-elements-contents .header-elements-heading {
  color: #f0e4c9;
}
.section--404-elements .row.bg-red .header-elements-contents .header-elements-body {
  color: #fff;
}

.filter-modal-backdrop {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8000;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.filter-modal-backdrop.fade {
  opacity: 1;
  display: block;
  transition: opacity 0.15s linear;
}

.section--index-filter {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 2.25rem;
  left: 0;
  right: 0;
  transition: 0.3s all;
}
.section--index-filter.filter-fixed {
  position: fixed;
  z-index: 500;
}
.section--index-filter .accordion-body .drop-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section--index-filter .filter-col {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 1rem;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 959.98px) {
  .section--index-filter .filter-col {
    display: flex;
    flex-direction: column;
  }
}
.section--index-filter .filter-col .filter-title {
  position: relative;
  font-weight: 500;
  margin-right: 1em;
  padding-right: 3em;
  margin-bottom: 0;
  color: #fff;
}
.section--index-filter .filter-col .filter-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 0;
  background-color: #fff;
  height: 50%;
  width: 2px;
  transform: translateY(-50%);
}
@media (max-width: 959.98px) {
  .section--index-filter .filter-col .filter-title {
    padding: 1em 0;
    margin: 0;
  }
  .section--index-filter .filter-col .filter-title::after {
    display: none;
  }
}
.section--index-filter .filter-col .filter-trigger {
  width: 100%;
  border: none;
  padding: 0.75em 1em;
  white-space: nowrap;
  box-shadow: none;
  background-color: #a20c33;
  border-radius: 0;
}
.section--index-filter .filter-col .filter-trigger svg,
.section--index-filter .filter-col .filter-trigger i {
  margin-left: 0.5rem;
}
.section--index-filter .filter-col .filter-item,
.section--index-filter .filter-col .filter-trigger {
  color: #fff;
  font-size: 1rem;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.section--index-filter .filter-col .btn-filter-drop,
.section--index-filter .filter-col .btn-filter-clear {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border: none;
  padding: 0.75em 1em;
  white-space: nowrap;
  box-shadow: none;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
}
.section--index-filter .filter-col .btn-filter-drop::after,
.section--index-filter .filter-col .btn-filter-clear::after {
  display: none;
}
.section--index-filter .filter-col .btn-filter-drop .nav-icon,
.section--index-filter .filter-col .btn-filter-clear .nav-icon {
  font-size: 0.35rem;
  position: relative;
  margin-left: 0.25em;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(180deg);
  transition: 0.15s ease;
}
.section--index-filter .filter-col .btn-filter-drop .nav-icon svg,
.section--index-filter .filter-col .btn-filter-clear .nav-icon svg {
  fill: #fff;
  color: #fff;
}
@media (min-width: 1440px) {
  .section--index-filter .filter-col .btn-filter-drop .nav-icon,
.section--index-filter .filter-col .btn-filter-clear .nav-icon {
    width: 16px;
    height: 16px;
  }
  .section--index-filter .filter-col .btn-filter-drop .nav-icon svg,
.section--index-filter .filter-col .btn-filter-clear .nav-icon svg {
    width: 8px;
  }
}
@media (max-width: 1439.98px) {
  .section--index-filter .filter-col .btn-filter-drop .nav-icon,
.section--index-filter .filter-col .btn-filter-clear .nav-icon {
    margin-left: 0.5rem;
  }
}
.section--index-filter .filter-col .btn-filter-drop.filter-active .nav-icon,
.section--index-filter .filter-col .btn-filter-clear.filter-active .nav-icon {
  transform: rotate(0deg);
}
.section--index-filter .filter-col .btn-filter-drop.selected,
.section--index-filter .filter-col .btn-filter-clear.selected {
  background-color: #8f0b2d;
}
.section--index-filter .filter-col .btn-filter-drop:hover, .section--index-filter .filter-col .btn-filter-drop:active,
.section--index-filter .filter-col .btn-filter-clear:hover,
.section--index-filter .filter-col .btn-filter-clear:active {
  background-color: #810a29;
  cursor: pointer;
}
.section--index-filter .filter-col .btn-filter-drop:not(.collapsed) {
  background-color: #810a29;
}
.section--index-filter .filter-drop {
  margin: 0;
}
.section--index-filter .filter-drop .filter-modal-close {
  color: #fff;
  font-size: 1rem;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border: none;
  margin: 0 auto;
  padding: 0.75em 1em;
  white-space: nowrap;
  box-shadow: none;
  background-color: #9a6f13;
  border-radius: 0;
}
.section--index-filter .filter-drop .filter-modal-close svg,
.section--index-filter .filter-drop .filter-modal-close i {
  margin-left: 0.5rem;
}
.section--index-filter .filter-drop .filter-modal-close:hover, .section--index-filter .filter-drop .filter-modal-close:active {
  cursor: pointer;
  background-color: #730824;
}
.section--index-filter .filter-drop .accordion-item {
  border: none;
}
@media (max-width: 959.98px) {
  .section--index-filter .filter-drop .accordion-item {
    background: none;
    padding: 0;
  }
  .section--index-filter .filter-drop .accordion-item .accordion-button {
    background-color: #a20c33;
    color: #fff;
    font-size: 1rem;
    font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #000;
    padding: 1em;
  }
  .section--index-filter .filter-drop .accordion-item .accordion-button:focus {
    box-shadow: none;
  }
  .section--index-filter .filter-drop .accordion-item .accordion-button .nav-icon {
    font-size: 0.35rem;
    position: relative;
    margin-left: 0.25em;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(180deg);
    transition: 0.15s ease;
  }
  .section--index-filter .filter-drop .accordion-item .accordion-button .nav-icon svg {
    fill: #fff;
    color: #fff;
  }
}
@media (max-width: 959.98px) and (min-width: 1440px) {
  .section--index-filter .filter-drop .accordion-item .accordion-button .nav-icon {
    width: 16px;
    height: 16px;
  }
  .section--index-filter .filter-drop .accordion-item .accordion-button .nav-icon svg {
    width: 8px;
  }
}
@media (max-width: 959.98px) and (max-width: 1439.98px) {
  .section--index-filter .filter-drop .accordion-item .accordion-button .nav-icon {
    margin-left: 0.5rem;
  }
}
@media (max-width: 959.98px) {
  .section--index-filter .filter-drop .accordion-item .accordion-button:not(.collapsed) .nav-icon {
    transform: rotate(0deg);
  }
}
@media (max-width: 959.98px) {
  .section--index-filter .filter-drop .accordion-item .accordion-button::after {
    display: none;
  }
}
.section--index-filter .filter-drop .btn-group {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
@media (max-width: 959.98px) {
  .section--index-filter .filter-drop .btn-group {
    flex-wrap: wrap;
    margin: 0;
  }
}
.section--index-filter .filter-drop .btn-group .btn-check:checked + .btn,
.section--index-filter .filter-drop .btn-group .btn.active,
.section--index-filter .filter-drop .btn-group .btn.show,
.section--index-filter .filter-drop .btn-group .btn:first-child:active,
.section--index-filter .filter-drop .btn-group :not(.btn-check) + .btn:active {
  background-color: #a20c33;
  color: #fff;
}
.section--index-filter .filter-drop .btn-group .btn-filter-primary-title {
  margin: 0 0.75rem;
  border: 3px solid #000;
  padding: 0.4rem 1.25rem;
  margin-bottom: 0.75rem;
  border-radius: 2em;
}
.section--index-filter .filter-drop .btn-group .btn-filter-primary-title:hover, .section--index-filter .filter-drop .btn-group .btn-filter-primary-title:active, .section--index-filter .filter-drop .btn-group .btn-filter-primary-title:checked {
  background-color: #a20c33;
  color: #fff;
}
@media (max-width: 959.98px) {
  .section--index-filter .filter-drop {
    position: relative;
    visibility: hidden;
    display: none;
  }
}
.section--index-filter .filter-drop.filter-modal-active {
  position: fixed;
  top: 50%;
  z-index: 8001;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  visibility: visible;
  display: block;
  padding: 0 1rem;
}
.section--index-filter .index-filter {
  margin: 0;
  background-image: url("../assets/img/Filter_JVL_Texture.png");
}
@media (max-width: 959.98px) {
  .section--index-filter .index-filter {
    background-color: #f0e4c9;
    padding: 1em;
  }
}

.todo {
  color: red;
}

.product-card {
  width: 20em;
  margin: 1em 0.5em;
  padding: 0;
  position: relative;
  z-index: 0;
}
.product-card-header {
  height: 17em;
  width: 100%;
  flex-grow: 1;
  background-color: #f7f1e4;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/img/marble-bg.png");
}
.product-card-header img {
  height: 100%;
  width: 100%;
  padding: 2em 1em;
  object-fit: contain;
  display: block;
}
.product-card-header img.img-jpeg {
  padding: 0;
  object-fit: cover;
}
.product-card-footer {
  padding: 1.5em 1em;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  color: #fff;
  width: 100%;
  background-image: url("../assets/img/block-texture.svg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 6.5em;
}
.product-card-footer > span {
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.1111em;
  color: #f7f1e4;
  text-align: left;
  margin-right: 1em;
}
.product-card-footer .btn-forward {
  margin: unset;
  min-width: 3rem;
  min-height: 3rem;
  max-width: 3rem;
  max-height: 3rem;
  background-color: #f7f1e4;
  border-color: #000;
  border-width: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-card-footer .btn-forward .btn-forward-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #a20c33;
}
.product-card-footer .btn-forward svg,
.product-card-footer .btn-forward i {
  font-size: 1rem;
  transform: scale(0.7);
}
.product-card-anchor {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  min-height: 100%;
  border: 0.25em solid #000;
  overflow: hidden;
  text-decoration: none;
  border-radius: 10px;
}
.product-card-anchor.bg-red {
  justify-content: flex-end;
}
.product-card-anchor.bg-red .product-card-footer {
  background: none;
}
.product-card-anchor:hover .btn-slide-arrow, .product-card-anchor:active .btn-slide-arrow {
  background-color: #000 !important;
}

.product-badge {
  position: absolute;
  z-index: 1;
  top: -4em;
  left: 2em;
  display: block;
  margin: 1.25em auto;
  transform: rotate(-30deg);
  width: 90px;
  height: 90px;
  border-radius: 100%;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75em;
  background-color: #a20c33;
  outline: 5px solid #fff;
  outline-offset: -12px;
  color: #fff;
  text-align: center;
  padding-top: 50px;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.35));
}
.product-badge_inner {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.recipe-card {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  height: 22em;
  background-color: #a20c33;
}
.recipe-card__img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.recipe-card__inner {
  z-index: 2;
  position: relative;
  height: 100%;
  padding: 1.5em;
  text-decoration: none;
  color: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 4px solid transparent;
  background-color: rgba(0, 0, 0, 0.125);
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out 0s;
}
.recipe-card__inner:hover {
  text-decoration: none;
  border-color: #a20c33;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
}
.recipe-card__title {
  max-width: 75%;
  line-height: 1.25;
  flex-grow: 1;
}
.recipe-card__info-items {
  position: absolute;
  bottom: 1.5em;
  left: 1.5em;
}
.recipe-card__recipe-spec {
  text-transform: uppercase;
}
.recipe-card__recipe-spec__icon {
  margin-right: 0.5em;
}
.recipe-card__recipe-btn {
  z-index: 3;
  position: absolute;
  bottom: 1.5em;
  right: 1.5em;
  margin: unset;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #f7f1e4;
  color: #000;
  border-color: #a20c33;
  border-width: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.recipe-card__recipe-btn .btn-forward-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.recipe-card__recipe-btn .btn-forward-icon svg {
  transform: scale(0.6);
}
.recipe-card__recipe-btn .btn-forward-icon svg path {
  fill: #000;
}

.recall-banner {
  text-align: center;
  padding: 0.5em;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recall-banner + .recall-banner {
  border-top: 3px solid black;
}
.recall-banner_title {
  font-weight: 600;
  margin-right: 0.25em;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
}
.recall-banner_btn {
  background-color: #f0e4c9;
  color: #000;
  height: 1.65em;
  width: 1.65em;
  display: inline-flex;
  border: 2px solid #000;
  margin: 0 0 0 0.5em;
}
.recall-banner_btn svg {
  transform: scale(0.4) rotate(0deg);
}
.recall-banner:hover {
  background-color: #ba0e3a;
  cursor: pointer;
  color: #fff;
}

.modal-backdrop {
  z-index: 9998;
}

.embed-video-modal {
  z-index: 9999;
  padding: 0;
}
.embed-video-modal .modal-dialog {
  max-width: 1200px;
  padding: 0 4em;
}
@media (max-width: 767.98px) {
  .embed-video-modal .modal-dialog {
    margin: 0;
    padding: 0 2rem;
  }
}
.embed-video-modal .modal-dialog .modal-content {
  border-radius: 1rem;
  background-color: transparent;
}
.embed-video-modal .modal-dialog .btn-modal-close {
  align-self: flex-end;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #a20c33;
  position: absolute;
  top: -2em;
  right: -2em;
  padding: 0;
  max-width: 1.5rem;
  max-height: 1.5em;
  min-width: 1.5rem;
  min-height: 1.5rem;
  border-radius: 100%;
}
@media (max-width: 767.98px) {
  .embed-video-modal .modal-dialog .btn-modal-close {
    top: -4rem;
    right: 0;
  }
}
.embed-video-modal .modal-dialog .btn-modal-close i,
.embed-video-modal .modal-dialog .btn-modal-close svg {
  color: #fff;
  font-size: 0.75em;
}
.embed-video-modal .modal-dialog .btn-modal-close:hover, .embed-video-modal .modal-dialog .btn-modal-close:active {
  background-color: #9a6f13;
}
.embed-video-modal .modal-dialog .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 1rem;
  overflow: hidden;
}
.embed-video-modal .modal-dialog .modal-body iframe,
.embed-video-modal .modal-dialog .modal-body p {
  max-width: 100%;
  min-width: 100%;
}
@media (min-width: 576px) {
  .embed-video-modal .modal-dialog .modal-body iframe,
.embed-video-modal .modal-dialog .modal-body p {
    width: 100%;
    min-height: 500px;
  }
}
@media (max-width: 575.98px) {
  .embed-video-modal .modal-dialog .modal-body iframe,
.embed-video-modal .modal-dialog .modal-body p {
    max-width: 100%;
    min-height: 300px;
  }
}

#primary-nav-main .menu-top > li > button,
#primary-nav-main .menu-top > li > a {
  font-size: 1rem;
}
#primary-nav-main .menu-top .dropdown:hover .nested-nav {
  display: inline-flex;
  opacity: 1;
}
#primary-nav-main .menu-top .dropdown:hover .nested-nav .dropdown-nav {
  top: inherit;
}
#primary-nav-main .menu-top .dropdown:not(:hover) .dropdown-nav {
  top: -100% !important;
}
#primary-nav-main .nested-nav {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: block;
  opacity: 1;
  margin-top: 0;
  overflow-y: unset;
  padding-top: 0;
  transition: transform 0.25s ease;
}
#primary-nav-main .nested-nav .dropdown-nav {
  display: inline-flex;
  transition: 0.5s ease-in-out;
  z-index: -1;
  list-style: none;
  margin: 0;
  position: fixed;
  left: 0;
  right: 0;
  background: #f7f1e4;
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.2);
  flex-direction: row;
  padding: 3em 0;
  border-radius: 0 0 20px 20px;
}
#primary-nav-main .nested-nav .dropdown-nav > .row {
  width: 100%;
  margin: 0 auto;
}
#primary-nav-main .nested-nav .dropdown-nav .nav-column {
  background-color: #a20c33;
  background-position: center;
  background-size: 100% 100%;
  padding: 1.5em;
}
#primary-nav-main .nested-nav .dropdown-nav .nav-column ul {
  columns: 2;
  width: 100%;
}
#primary-nav-main .nested-nav .dropdown-nav .nav-column ul li {
  line-height: 2;
}
#primary-nav-main .nested-nav .dropdown-nav .nav-column strong {
  font-size: 1.25em;
  font-family: "IntegralCF", "tablet-gothic-condensed", "Helvetica", sans-serif;
  text-transform: uppercase;
  color: #f0e4c9;
  padding-bottom: 1rem;
  line-height: 1;
  margin-bottom: 1rem;
  width: 100%;
  border-bottom: 2px solid #000;
}
#primary-nav-main .nested-nav .dropdown-nav .nav-column .nav-item {
  font-size: 0.9em;
}
#primary-nav-main .nested-nav .dropdown-nav.single-image .col-md-4 {
  padding-right: 0;
  line-height: 2;
}
#primary-nav-main .nested-nav .dropdown-nav.single-image .col-md-8 {
  padding-left: 0;
}
#primary-nav-main .nested-nav .dropdown-nav.single-image .nav-column {
  border: 5px solid #000;
  border-radius: 10px 0 0 10px;
}
#primary-nav-main .nested-nav .dropdown-nav.single-image .nav-column .hover-block {
  flex-direction: column;
}
#primary-nav-main .nested-nav .dropdown-nav.single-image .nav-column strong {
  border-bottom: 5px solid #000;
}
#primary-nav-main .nested-nav .dropdown-nav.three-column .nav-column, #primary-nav-main .nested-nav .dropdown-nav.two-column-cta .nav-column {
  border: 2px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  border-radius: 10px;
}
#primary-nav-main .nested-nav .dropdown-nav .hover-block a {
  display: flex;
  font-size: 0.9em;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-weight: 600;
  color: #fff;
  height: auto;
  position: relative;
  padding: 0;
  text-decoration: none;
  line-height: 1.25;
  margin-bottom: 0.75rem;
  transition: 0.2s;
}
#primary-nav-main .nested-nav .dropdown-nav .hover-block a::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}
#primary-nav-main .nested-nav .dropdown-nav .hover-block a:hover {
  padding-left: 0.75em;
}
#primary-nav-main .nested-nav .dropdown-nav .hover-block a:hover::before {
  opacity: 1;
}
#primary-nav-main .nested-nav .dropdown-nav .hover-block:hover a:not(:hover) {
  opacity: 0.5;
}
#primary-nav-main .nested-nav .dropdown-nav .nested-left,
#primary-nav-main .nested-nav .dropdown-nav .nested-right {
  display: flex;
  flex-direction: column;
}
#primary-nav-main .nested-nav .dropdown-nav .nested-right {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#primary-nav-main .nested-nav .dropdown-nav .nested-right .item-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
}
#primary-nav-main .nested-nav .dropdown-nav .nested-right .item-frame img {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  pointer-events: none;
}
#primary-nav-main .nested-nav .dropdown-nav .nested-right .item-frame img.img-visible {
  opacity: 1;
  pointer-events: all;
}
@media print {
  #primary-nav-main {
    display: none;
  }
}

#secondary-nav-desktop {
  background: #000;
  display: flex;
  position: relative;
  color: #fff;
  font-size: 0.7777em;
  text-transform: uppercase;
  padding: 0.15em 0;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
}
#secondary-nav-desktop .col-md-6 {
  display: flex;
  align-items: center;
  padding: 0;
}
#secondary-nav-desktop .col-md-6 .d-inline-flex {
  height: 100%;
  align-items: center;
}
#secondary-nav-desktop .col-md-6 .d-inline-flex:last-of-type .divider {
  display: none;
}
#secondary-nav-desktop .list-unstyled {
  height: 100%;
  margin: 0;
}
#secondary-nav-desktop strong {
  font-weight: 600;
  margin-right: 0.25rem;
}
#secondary-nav-desktop .divider {
  margin: 0 1.5em;
  position: relative;
  display: inline-flex;
  height: 75%;
  align-items: center;
  justify-content: center;
}
#secondary-nav-desktop .divider::after {
  content: "";
  width: 3px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: #a20c33;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#secondary-nav-desktop a {
  color: #fff;
  text-decoration: none;
}
#secondary-nav-desktop a:hover, #secondary-nav-desktop a:active {
  text-decoration: underline;
}

.nav-search-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
}
.nav-search-container .btn-nav-search {
  background-color: #a20c33;
  color: #fff;
  width: 1.8rem;
  height: 1.8rem;
  border: none;
  font-size: 0.8em;
  cursor: pointer;
  display: flex;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.15s ease-in-out;
}
.nav-search-container .btn-nav-search .icon-container .search-icon {
  border-color: transparent;
  color: #fff;
}
.nav-search-container .btn-nav-search:hover, .nav-search-container .btn-nav-search:active, .nav-search-container .btn-nav-search:focus {
  background-color: #9a6f13;
  color: #fff;
}
.nav-search-container .btn-nav-search:not(:first-of-type) {
  margin-left: 1em;
}
@media print {
  .nav-search-container {
    display: none;
  }
}

#mobile-utility {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
#mobile-utility > button,
#mobile-utility > .btn-search {
  background-color: #a20c33;
  color: #000;
  border: 2px solid #000;
  width: 1.6667rem;
  height: 1.6667rem;
  min-width: 1.6667rem;
  min-height: 1.6667rem;
  max-width: 1.6667rem;
  max-height: 1.6667rem;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  margin-left: 1em;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.15s ease-in-out;
}
#mobile-utility > button:hover,
#mobile-utility > .btn-search:hover {
  background-color: #9a6f13;
}
#mobile-utility .icon-container .search-icon {
  border-color: transparent;
  color: #fff !important;
}
#mobile-utility #menu-toggle {
  display: flex;
  flex-direction: column;
  padding: 6px 0;
}
#mobile-utility #menu-toggle span {
  display: block;
  border-radius: 4px;
  height: 2px;
  width: 60%;
  background-color: #fff;
  transition: all ease 0.5s;
  margin: 0 auto;
}
#mobile-utility #menu-toggle span:nth-child(1) {
  transform-origin: center center;
  transform: translate(0, 2px) rotate(0deg);
}
#mobile-utility #menu-toggle span:nth-child(2) {
  margin: auto;
}
#mobile-utility #menu-toggle span:nth-child(3) {
  transform-origin: center center;
  transform: translate(0, -2px) rotate(0deg);
}
#mobile-utility #menu-toggle.toggleActive span:nth-child(1) {
  transform: translate(0, 6px) rotate(45deg);
}
#mobile-utility #menu-toggle.toggleActive span:nth-child(2) {
  opacity: 0;
}
#mobile-utility #menu-toggle.toggleActive span:nth-child(3) {
  transform: translate(0, -6px) rotate(-45deg);
}

#primary-nav-mobile {
  flex-flow: column;
  overflow-y: scroll;
  z-index: -1;
  padding-top: 70px;
  position: fixed;
  background: #f7f1e4;
  width: 100% !important;
  height: 100%;
  left: 0;
  top: 0;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  transform: translateX(100%);
  transition: transform 0.25s ease;
}
#primary-nav-mobile.navigationActive {
  transform: translateX(0%);
}
#primary-nav-mobile #nav-ctas {
  margin: 1.5em;
  flex-direction: column !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}
#primary-nav-mobile #nav-ctas .btn-simple {
  width: 100%;
  margin-right: 0;
  margin-bottom: 2em;
}
#primary-nav-mobile .menu-top {
  width: 100%;
  padding: 4rem 0;
  flex-direction: column;
}
#primary-nav-mobile .menu-top > li {
  flex-direction: column;
}
#primary-nav-mobile .menu-top > li > button,
#primary-nav-mobile .menu-top > li > a {
  font-size: 2em;
}
#primary-nav-mobile .menu-top .dropdown,
#primary-nav-mobile .menu-top .static-link {
  padding: 0 !important;
}
#primary-nav-mobile .menu-top .dropdown .nav-trigger,
#primary-nav-mobile .menu-top .dropdown > a,
#primary-nav-mobile .menu-top .static-link .nav-trigger,
#primary-nav-mobile .menu-top .static-link > a {
  padding: 0.75rem 0 !important;
  height: auto !important;
}
#primary-nav-mobile .menu-top .nested-nav {
  width: 100%;
  max-height: 0;
  display: block;
  opacity: 1;
  margin-top: 0;
  background-color: #fff;
  overflow: hidden;
  transition: max-height 0.75s ease-out;
}
#primary-nav-mobile .menu-top .nested-nav a:not(.nav-item-cta) {
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
  text-transform: uppercase;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-weight: 700;
  line-height: 2.5;
}
#primary-nav-mobile .menu-top .nested-nav.nested-active {
  transition: max-height 0.75s ease-in;
  max-height: 10000px;
}
#primary-nav-mobile .menu-top .nested-nav .nested-body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
#primary-nav-mobile .menu-top .dropdown-nav {
  max-height: 10000px;
  height: 0;
}
#primary-nav-mobile .menu-top .three-column .col,
#primary-nav-mobile .menu-top .two-column-cta .col {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
#primary-nav-mobile .menu-top .three-column #accordion-nav .accordion-item,
#primary-nav-mobile .menu-top .two-column-cta #accordion-nav .accordion-item {
  background-color: transparent;
  border: none;
  border-radius: 0.5rem;
  overflow: hidden;
}
#primary-nav-mobile .menu-top .three-column #accordion-nav .accordion-item .accordion-body,
#primary-nav-mobile .menu-top .two-column-cta #accordion-nav .accordion-item .accordion-body {
  position: relative;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
#primary-nav-mobile .menu-top .three-column #accordion-nav .accordion-item .accordion-body::before,
#primary-nav-mobile .menu-top .two-column-cta #accordion-nav .accordion-item .accordion-body::before {
  content: "";
  width: 97%;
  height: 4px;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
#primary-nav-mobile .menu-top .three-column #accordion-nav .accordion-item .accordion-body ul a,
#primary-nav-mobile .menu-top .two-column-cta #accordion-nav .accordion-item .accordion-body ul a {
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 1.1111em;
  line-height: 1.5;
}
#primary-nav-mobile .menu-top .three-column #accordion-nav .accordion-item .accordion-button,
#primary-nav-mobile .menu-top .two-column-cta #accordion-nav .accordion-item .accordion-button {
  background-color: #a20c33;
  font-family: "IntegralCF", "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-size: 1.1111em;
  color: #f0e4c9;
  box-shadow: none;
  justify-content: space-between;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
#primary-nav-mobile .menu-top .three-column #accordion-nav .accordion-item .accordion-button .btn-indicator,
#primary-nav-mobile .menu-top .two-column-cta #accordion-nav .accordion-item .accordion-button .btn-indicator {
  background-color: #000;
  color: #fff;
  font-size: 1em;
  width: 0.75rem;
  height: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.25em;
  border-radius: 100%;
  transform: rotate(-45deg);
  transition: 0.5s ease-in-out;
}
#primary-nav-mobile .menu-top .three-column #accordion-nav .accordion-item .accordion-button.collapsed .btn-indicator,
#primary-nav-mobile .menu-top .two-column-cta #accordion-nav .accordion-item .accordion-button.collapsed .btn-indicator {
  transform: rotate(0deg);
}
#primary-nav-mobile .menu-top .three-column #accordion-nav .accordion-item .accordion-button::after,
#primary-nav-mobile .menu-top .two-column-cta #accordion-nav .accordion-item .accordion-button::after {
  content: none;
}
#primary-nav-mobile .menu-top .three-column #accordion-nav .accordion-item .accordion-button span,
#primary-nav-mobile .menu-top .two-column-cta #accordion-nav .accordion-item .accordion-button span {
  margin-bottom: -4px;
}
#primary-nav-mobile .menu-top .three-column #accordion-nav .accordion-item:not(:last-of-type),
#primary-nav-mobile .menu-top .two-column-cta #accordion-nav .accordion-item:not(:last-of-type) {
  margin-bottom: 1rem;
}
#primary-nav-mobile #secondary-nav-mobile {
  width: 100%;
  height: auto;
  padding: 3rem 2rem;
  background-image: url("../assets/img/back-bg-texture.svg");
  background-size: cover;
}
@media print {
  #primary-nav-mobile #secondary-nav-mobile {
    display: none;
  }
}
#primary-nav-mobile #secondary-nav-mobile .list-unstyled {
  display: flex;
  flex-flow: column wrap;
  margin: 0;
}
#primary-nav-mobile #secondary-nav-mobile .list-unstyled .d-inline-flex {
  margin-bottom: 2rem;
}
#primary-nav-mobile #secondary-nav-mobile .list-unstyled .d-inline-flex:last-of-type {
  margin-bottom: 0;
}
#primary-nav-mobile #secondary-nav-mobile .list-unstyled .d-inline-flex .btn-primary {
  width: 100%;
  max-width: unset;
  background-color: #000;
  color: #fff;
}

.section--alt-header {
  position: relative;
  z-index: 0;
  height: auto;
  padding: 6.25rem 0;
  background-color: #f0e4c9;
}
@media (max-width: 768px) {
  .section--alt-header {
    padding: 0;
  }
}
.section--alt-header .row {
  display: flex;
  flex-flow: column wrap;
}
@media (max-width: 768px) {
  .section--alt-header .row {
    flex-flow: column-reverse wrap;
  }
}
.section--alt-header .container-fluid {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0;
}
@media (max-width: 1440px) {
  .section--alt-header .container-fluid {
    padding: 0 2rem;
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .section--alt-header .container-fluid {
    padding: 0;
    max-width: 100%;
  }
}
.section--alt-header .container-fluid.align-content-left {
  justify-content: left;
}
.section--alt-header .container-fluid.align-content-right {
  justify-content: right;
}
.section--alt-header .alt-header-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  display: flex;
  height: 100%;
  width: 100%;
}
.section--alt-header .alt-header-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .section--alt-header .alt-header-image {
    position: relative;
    height: 30vh;
    min-height: 215px;
    width: 100%;
  }
}
.section--alt-header .alt-header-contents {
  background-color: rgba(0, 0, 0, 0.85) !important;
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3.25rem 2.75rem;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .section--alt-header .alt-header-contents {
    background-color: #000 !important;
    z-index: 0;
    padding: 3rem 2rem;
    border-radius: 0;
    width: 100%;
    opacity: 1;
    background-image: url("../assets/img/JVL-product-index-header-texture.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    object-fit: cover;
    object-position: center;
  }
}
.section--alt-header .alt-header-contents .alt-header-graphic {
  display: flex;
  justify-content: center;
  margin-bottom: 1.25rem;
  width: 90%;
}
.section--alt-header .alt-header-contents .alt-header-label {
  display: flex;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: unset;
  margin-bottom: 1rem;
}
.section--alt-header .alt-header-contents .alt-header-heading {
  display: flex;
  font-family: "IntegralCF", "tablet-gothic-condensed", "Helvetica", sans-serif;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.section--alt-header .alt-header-contents .alt-header-body {
  display: flex;
  font-family: "myriad-pro-condensed", "Helvetica", sans-serif;
  margin-bottom: 2rem;
}
.section--alt-header .alt-header-contents .alt-header-icon-row {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.section--alt-header .alt-header-contents .alt-header-icon-row .factoid-icon-wrapper {
  display: inline-flex;
  flex-flow: row wrap;
  flex-grow: 1;
  width: 33.33%;
}
.section--alt-header .alt-header-contents .alt-header-icon-row .factoid-icon-wrapper .factoid-icon {
  display: inline-flex;
  height: auto;
  width: 25%;
  margin-right: 5%;
}
.section--alt-header .alt-header-contents .alt-header-icon-row .factoid-icon-wrapper .factoid-icon-label {
  display: inline-flex;
  align-self: center;
  height: auto;
  width: 70%;
  padding-top: 7px;
  color: #fff;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: unset;
  text-transform: uppercase;
  text-align: left;
}
@media (max-width: 960px) {
  .section--alt-header .alt-header-contents .alt-header-icon-row .factoid-icon-wrapper .factoid-icon-label {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .section--alt-header .alt-header-contents .alt-header-icon-row .factoid-icon-wrapper .factoid-icon-label {
    font-size: 12px;
  }
}
@media (max-width: 667px) {
  .section--alt-header .alt-header-contents .alt-header-icon-row .factoid-icon-wrapper .factoid-icon-label {
    font-size: 10px;
  }
}
.section--alt-header .alt-header-contents .alt-header-button {
  display: block;
}

.jvl-content-builder-wrapper {
  padding: 0;
  margin: 0;
}

.section--cooking-instructions {
  padding: 0;
}

.cooking-instructions-title-bar {
  background-color: #a20c33;
  color: #fff;
  padding-top: 0.25em;
}
.cooking-instructions-title-bar .col {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .cooking-instructions-title-bar .col {
    justify-content: center;
    padding: 2em 0;
  }
}

.cooking-instructions-title {
  font-size: 1.25em;
  margin: 0;
}

.cooking-instructions-tabs {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .cooking-instructions-tabs {
    display: none;
  }
}

.cooking-instructions-tab {
  appearance: none;
  color: #fff;
  background-color: #8a0a2c;
  border: 3px solid #000;
  border-bottom: none;
  border-radius: 15px 15px 0 0;
  margin: 0;
  padding: 0.75em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  min-width: 11em;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-weight: bold;
}
.cooking-instructions-tab + .cooking-instructions-tab {
  margin-left: -3px;
}
.cooking-instructions-tab > svg {
  height: 2.5em;
  width: 2.5em;
  margin-right: 0.5em;
}
.cooking-instructions-tab > svg path {
  fill: #fff;
}
.cooking-instructions-tab.active {
  background-color: #f0e4c9;
  color: #000;
}
.cooking-instructions-tab.active > svg path {
  fill: #000;
}
.cooking-instructions-tab-title:only-child {
  padding-left: 1em;
}

.cooking-instructions-mobile-tab {
  display: none;
  width: 100%;
  border-radius: 0;
  border-left: none;
  border-right: none;
}
.cooking-instructions-mobile-tab .cooking-instructions-tab-title {
  flex-grow: 1;
  text-align: left;
  font-size: 1.2em;
}
.cooking-instructions-mobile-tab-close-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 1.25em;
  height: 1.25em;
  transform: rotate(45deg);
  transition: 0.15s ease-in-out;
  color: #fff;
  border: 2px solid #000;
  border-radius: 50%;
}
.cooking-instructions-mobile-tab-close-icon-i {
  z-index: 1;
  position: relative;
  font-size: 0.7em;
}
.cooking-instructions-mobile-tab-close-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #a20c33;
  z-index: 0;
  border-radius: 100%;
}
.cooking-instructions-mobile-tab.active:not(.mobile-inactive) .cooking-instructions-mobile-tab-close-icon {
  transform: rotate(90deg);
}
.cooking-instructions-mobile-tab.active.mobile-inactive {
  background-color: #8a0a2c;
  color: #fff;
}
.cooking-instructions-mobile-tab.active.mobile-inactive > svg path {
  fill: #fff;
}
.cooking-instructions-mobile-tab.active.mobile-inactive:last-of-type {
  border-bottom: 3px solid #000;
}
@media (max-width: 767.98px) {
  .cooking-instructions-mobile-tab {
    display: flex;
  }
}

.cooking-instructions-tab-panels {
  background-color: #f0e4c9;
  background-image: url("../assets/img/texture-pattern-1.png");
}

.cooking-instructions-tab-panel {
  padding: 4.8em 0;
}
.cooking-instructions-tab-panel:not(.active), .cooking-instructions-tab-panel.mobile-inactive {
  display: none;
}
@media (max-width: 767.98px) {
  .cooking-instructions-tab-panel {
    border-top: 3px solid #000;
    flex-wrap: wrap;
    padding: 0;
  }
}

.cooking-instructions-tab-panel-section {
  width: 50%;
  position: relative;
}
@media (max-width: 767.98px) {
  .cooking-instructions-tab-panel-section {
    width: 100%;
    flex: 1 1 100%;
    padding: 2em 1em;
  }
}
.cooking-instructions-tab-panel-section--left {
  padding-right: 3.5em;
}
.cooking-instructions-tab-panel-section--left::after {
  content: "";
  background-color: #000;
  height: 100%;
  width: 4px;
  border-radius: 4px;
  display: block;
  position: absolute;
  right: -2px;
  top: 0;
}
@media (max-width: 767.98px) {
  .cooking-instructions-tab-panel-section--left::after {
    display: none;
    padding-right: 1em;
  }
}
.cooking-instructions-tab-panel-section--right {
  padding-left: 3.5em;
}
.cooking-instructions-tab-panel-section--right h2 {
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
}
@media (max-width: 767.98px) {
  .cooking-instructions-tab-panel-section--right {
    border-top: 3px solid #000;
    padding-left: 1em;
  }
}
.cooking-instructions-tab-panel-section:only-child {
  padding-right: 1em;
}
.cooking-instructions-tab-panel-section:only-child h2 {
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
}
.cooking-instructions-tab-panel-section:only-child::after {
  display: none;
}

.video-modal-button {
  position: relative;
  appearance: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: all 0.3s ease-in-out 0s;
}
.video-modal-button-image {
  position: relative;
  display: block;
  z-index: 1;
}
.video-modal-button-icon {
  position: absolute;
  z-index: 2;
  border-radius: 100%;
  background-color: rgba(162, 12, 51, 0.75);
  border: 4px solid #fff;
  height: 4em;
  width: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out 0s;
}
.video-modal-button-icon svg {
  height: 1.5em;
  width: 1.5em;
  color: #fff;
  margin-left: 0.25em;
}
.video-modal-button:hover {
  cursor: pointer;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.25);
}
.video-modal-button:hover .video-modal-button-icon {
  background-color: #a20c33;
}

.cooking-instructions-list {
  font-size: 1em;
  counter-reset: counter;
}
.cooking-instructions-list .cooking-instructions-list-item {
  font-size: 1em;
  counter-increment: counter;
  display: flex;
  align-items: center;
  margin: 2em 0;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-weight: 600;
}
.cooking-instructions-list .cooking-instructions-list-item::before {
  content: counters(counter, "", decimal-leading-zero);
  border: 2px solid #8a0a2c;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2em;
  width: 2em;
  overflow: hidden;
  padding: 0;
  background-color: #a20c33;
  color: #fff;
  flex-shrink: 0;
  margin-right: 1.25em;
}

.cooking-instructions-image {
  position: relative;
}
.cooking-instructions-image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 60.0240096038%;
}
.cooking-instructions-image > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cooking-instructions-image img {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  object-fit: cover;
}

.section--full-width-text strong {
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .section--full-width-text .container-fluid {
    padding-left: 2em;
    padding-right: 2em;
  }
}

.section--full-width-image {
  padding: 0;
}

.section--dual-cta {
  position: relative;
  z-index: 0;
  height: auto;
  padding: 7rem 0 10rem;
}
.section--dual-cta.bg-red {
  background-image: url("../assets/img/JVL_Texture.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  object-fit: cover;
  object-position: center;
}
.section--dual-cta.bg-black {
  background-image: url("../assets/img/White_JVL_Texture.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  object-fit: cover;
  object-position: center;
}
.section--dual-cta.bg-beige {
  background-image: url("../assets/img/back-bg-texture.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  object-fit: cover;
  object-position: center;
}
.section--dual-cta.bg-cream {
  background-image: url("../assets/img/back-bg-texture.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .section--dual-cta {
    padding: 3.25rem 0;
  }
}
.section--dual-cta .row {
  display: flex;
  flex-flow: column wrap;
}
.section--dual-cta .row .container-fluid {
  display: flex;
  position: relative;
  z-index: 0;
  align-items: stretch;
  justify-content: space-evenly;
  flex-flow: row wrap;
  padding: 0;
}
@media (max-width: 768px) {
  .section--dual-cta .row .container-fluid {
    flex-flow: column wrap;
  }
}
@media (max-width: 576px) {
  .section--dual-cta .row .container-fluid {
    padding: 1em 1.5em 1.5em;
  }
}
.section--dual-cta .row .container-fluid .god-module-box-attatchment {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -20%;
  left: 50%;
  transform: translate(-50%);
  height: 23%;
  width: 80%;
  background-color: transparent;
}
@media (max-width: 1200px) {
  .section--dual-cta .row .container-fluid .god-module-box-attatchment {
    bottom: -17%;
  }
}
@media (max-width: 768px) {
  .section--dual-cta .row .container-fluid .god-module-box-attatchment {
    bottom: 0%;
    height: 4%;
    width: 80%;
  }
}
@media (max-width: 576px) {
  .section--dual-cta .row .container-fluid .god-module-box-attatchment {
    bottom: 3%;
    height: 6%;
    width: 70%;
  }
}
.section--dual-cta .row .container-fluid .dual-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 2rem;
  width: 50%;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .section--dual-cta .row .container-fluid .dual-cta {
    width: 100%;
  }
}
.section--dual-cta .row .container-fluid .dual-cta.left-cta {
  border-radius: 10px 0 0 10px;
}
@media (max-width: 768px) {
  .section--dual-cta .row .container-fluid .dual-cta.left-cta {
    border-radius: 10px 10px 0 0;
  }
}
.section--dual-cta .row .container-fluid .dual-cta.left-cta::before, .section--dual-cta .row .container-fluid .dual-cta.left-cta::after {
  border-radius: 10px 0 0 10px;
}
@media (max-width: 768px) {
  .section--dual-cta .row .container-fluid .dual-cta.left-cta::before, .section--dual-cta .row .container-fluid .dual-cta.left-cta::after {
    border-radius: 10px 10px 0 0;
  }
}
.section--dual-cta .row .container-fluid .dual-cta.right-cta {
  border-radius: 0 10px 10px 0;
}
@media (max-width: 768px) {
  .section--dual-cta .row .container-fluid .dual-cta.right-cta {
    border-radius: 0 0 10px 10px;
  }
}
.section--dual-cta .row .container-fluid .dual-cta.right-cta::before, .section--dual-cta .row .container-fluid .dual-cta.right-cta::after {
  border-radius: 0 10px 10px 0;
}
@media (max-width: 768px) {
  .section--dual-cta .row .container-fluid .dual-cta.right-cta::before, .section--dual-cta .row .container-fluid .dual-cta.right-cta::after {
    border-radius: 0 0 10px 10px;
  }
}
.section--dual-cta .row .container-fluid .dual-cta .cta-content {
  display: flex;
  flex-flow: column wrap;
  width: 80%;
  z-index: 3;
}
@media (max-width: 1024px) {
  .section--dual-cta .row .container-fluid .dual-cta .cta-content {
    width: 90%;
  }
}
.section--dual-cta .row .container-fluid .dual-cta .cta-content .dual-cta-content-heading {
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  line-height: 2.25rem;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .section--dual-cta .row .container-fluid .dual-cta .cta-content .dual-cta-content-heading {
    font-size: 1.5em;
    line-height: 1.75rem;
  }
}
.section--dual-cta .row .container-fluid .dual-cta .cta-content .btn-forward {
  display: flex;
  height: 4rem;
  width: 4rem;
  border-width: 5px;
}
.section--dual-cta .row .container-fluid .dual-cta .cta-content .btn-forward span {
  visibility: hidden;
  display: none;
}
.section--dual-cta .row .container-fluid .dual-cta .cta-content .btn-forward .btn-forward-icon svg {
  height: 0.75em;
  vertical-align: 0;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-img {
  background-color: transparent;
  /* stylelint-disable */
  /* stylelint-enable */
  background-image: url("../assets/img/JVL-product-index-header-texture.svg");
  background-color: black;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  object-fit: cover;
  object-position: center;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-img:not(.force) {
  color: #fff;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-img:not(.force) h1,
.section--dual-cta .row .container-fluid .dual-cta.bg-img:not(.force) h2,
.section--dual-cta .row .container-fluid .dual-cta.bg-img:not(.force) h3,
.section--dual-cta .row .container-fluid .dual-cta.bg-img:not(.force) h4,
.section--dual-cta .row .container-fluid .dual-cta.bg-img:not(.force) h5,
.section--dual-cta .row .container-fluid .dual-cta.bg-img:not(.force) h6 {
  color: #fff;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-img:not(.force) .section-subtitle {
  color: #a20c33;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-img:not(.force) .btn-primary {
  background-color: #a20c33;
  color: #fff;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-img:not(.force) .btn-primary .btn-icon {
  background-color: #f7f1e4;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-img:not(.force) .btn-primary .btn-icon i,
.section--dual-cta .row .container-fluid .dual-cta.bg-img:not(.force) .btn-primary .btn-icon svg {
  color: #a20c33;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-img:not(.force) .btn-primary .btn-icon::before {
  border-color: #000;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-img:not(.force) .btn-primary:hover, .section--dual-cta .row .container-fluid .dual-cta.bg-img:not(.force) .btn-primary:active {
  background-color: #a20c33;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-img:not(.force) .btn-forward {
  background-color: #f7f1e4;
  border-color: #a20c33;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-img:not(.force) .btn-forward .btn-forward-icon,
.section--dual-cta .row .container-fluid .dual-cta.bg-img:not(.force) .btn-forward .btn-icon {
  color: #000;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-img:not(.force) .btn-forward .btn-forward-icon path,
.section--dual-cta .row .container-fluid .dual-cta.bg-img:not(.force) .btn-forward .btn-icon path {
  fill: #000;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-img:not(.force) .btn-forward:hover, .section--dual-cta .row .container-fluid .dual-cta.bg-img:not(.force) .btn-forward:active {
  background-color: #a20c33;
  border-color: #a20c33;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-img:not(.force) .btn-forward:hover .btn-icon,
.section--dual-cta .row .container-fluid .dual-cta.bg-img:not(.force) .btn-forward:hover .btn-forward-icon, .section--dual-cta .row .container-fluid .dual-cta.bg-img:not(.force) .btn-forward:active .btn-icon,
.section--dual-cta .row .container-fluid .dual-cta.bg-img:not(.force) .btn-forward:active .btn-forward-icon {
  color: #f0e4c9;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-img:not(.force) .btn-forward:hover .btn-icon path,
.section--dual-cta .row .container-fluid .dual-cta.bg-img:not(.force) .btn-forward:hover .btn-forward-icon path, .section--dual-cta .row .container-fluid .dual-cta.bg-img:not(.force) .btn-forward:active .btn-icon path,
.section--dual-cta .row .container-fluid .dual-cta.bg-img:not(.force) .btn-forward:active .btn-forward-icon path {
  fill: #f0e4c9;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-img:not(.force) a:not(.btn) {
  color: #f0e4c9;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-img:not(.force) a:not(.btn):hover, .section--dual-cta .row .container-fluid .dual-cta.bg-img:not(.force) a:not(.btn):active {
  color: #b3b3b3;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-img::before {
  content: "";
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-img::after {
  content: "";
  z-index: 1;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-red {
  background-color: #a20c33;
  /* stylelint-disable */
  /* stylelint-enable */
  background-image: url("../assets/img/black_JVL_Texture.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  object-fit: cover;
  object-position: center;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-red:not(.force) {
  color: #fff;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-red:not(.force) h1,
.section--dual-cta .row .container-fluid .dual-cta.bg-red:not(.force) h2,
.section--dual-cta .row .container-fluid .dual-cta.bg-red:not(.force) h3,
.section--dual-cta .row .container-fluid .dual-cta.bg-red:not(.force) h4,
.section--dual-cta .row .container-fluid .dual-cta.bg-red:not(.force) h5,
.section--dual-cta .row .container-fluid .dual-cta.bg-red:not(.force) h6 {
  color: #f0e4c9;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-red:not(.force) .section-subtitle {
  color: #fff;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-red:not(.force) .btn-primary {
  background-color: #f0e4c9;
  color: #000;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-red:not(.force) .btn-primary .btn-icon {
  background-color: #f0e4c9;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-red:not(.force) .btn-primary .btn-icon i,
.section--dual-cta .row .container-fluid .dual-cta.bg-red:not(.force) .btn-primary .btn-icon svg {
  color: #000;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-red:not(.force) .btn-primary .btn-icon:before {
  border-color: #a20c33;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-red:not(.force) .btn-primary:hover, .section--dual-cta .row .container-fluid .dual-cta.bg-red:not(.force) .btn-primary:active {
  background-color: #f0e4c9;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-red:not(.force) a:not(.btn) {
  color: #000;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-red:not(.force) a:not(.btn):hover, .section--dual-cta .row .container-fluid .dual-cta.bg-red:not(.force) a:not(.btn):active {
  color: #f7f1e4;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-red:not(.force) .btn-forward {
  background-color: #f0e4c9;
  border-color: #000;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-red:not(.force) .btn-forward .btn-icon,
.section--dual-cta .row .container-fluid .dual-cta.bg-red:not(.force) .btn-forward .btn-forward-icon {
  color: #a20c33;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-red:not(.force) .btn-forward .btn-icon path,
.section--dual-cta .row .container-fluid .dual-cta.bg-red:not(.force) .btn-forward .btn-forward-icon path {
  fill: #a20c33;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-red:not(.force) .btn-forward:hover, .section--dual-cta .row .container-fluid .dual-cta.bg-red:not(.force) .btn-forward:active {
  background-color: #000;
  border-color: #000;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-red:not(.force) .btn-forward:hover .btn-icon,
.section--dual-cta .row .container-fluid .dual-cta.bg-red:not(.force) .btn-forward:hover .btn-forward-icon, .section--dual-cta .row .container-fluid .dual-cta.bg-red:not(.force) .btn-forward:active .btn-icon,
.section--dual-cta .row .container-fluid .dual-cta.bg-red:not(.force) .btn-forward:active .btn-forward-icon {
  color: #fff;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-red:not(.force) .btn-forward:hover .btn-icon path,
.section--dual-cta .row .container-fluid .dual-cta.bg-red:not(.force) .btn-forward:hover .btn-forward-icon path, .section--dual-cta .row .container-fluid .dual-cta.bg-red:not(.force) .btn-forward:active .btn-icon path,
.section--dual-cta .row .container-fluid .dual-cta.bg-red:not(.force) .btn-forward:active .btn-forward-icon path {
  fill: #fff;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-black {
  background-color: #000;
  background-image: url("../assets/img/White_JVL_Texture.png");
  /* stylelint-disable */
  /* stylelint-enable */
  background-image: url("../assets/img/JVL-product-index-header-texture.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  object-fit: cover;
  object-position: center;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-black:not(.force) {
  color: #fff;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-black:not(.force) h1,
.section--dual-cta .row .container-fluid .dual-cta.bg-black:not(.force) h2,
.section--dual-cta .row .container-fluid .dual-cta.bg-black:not(.force) h3,
.section--dual-cta .row .container-fluid .dual-cta.bg-black:not(.force) h4,
.section--dual-cta .row .container-fluid .dual-cta.bg-black:not(.force) h5,
.section--dual-cta .row .container-fluid .dual-cta.bg-black:not(.force) h6 {
  color: #f0e4c9;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-black:not(.force) .section-subtitle {
  color: #a20c33;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-black:not(.force) .btn-primary {
  background-color: #a20c33;
  color: #fff;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-black:not(.force) .btn-primary .btn-icon {
  background-color: #f7f1e4;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-black:not(.force) .btn-primary .btn-icon i,
.section--dual-cta .row .container-fluid .dual-cta.bg-black:not(.force) .btn-primary .btn-icon svg {
  color: #a20c33;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-black:not(.force) .btn-primary .btn-icon::before {
  border-color: #000;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-black:not(.force) .btn-primary:hover, .section--dual-cta .row .container-fluid .dual-cta.bg-black:not(.force) .btn-primary:active {
  background-color: #a20c33;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-black:not(.force) .btn-forward {
  background-color: #f0e4c9;
  border-color: #a20c33;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-black:not(.force) .btn-forward .btn-forward-icon,
.section--dual-cta .row .container-fluid .dual-cta.bg-black:not(.force) .btn-forward .btn-icon {
  color: #000;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-black:not(.force) .btn-forward .btn-forward-icon path,
.section--dual-cta .row .container-fluid .dual-cta.bg-black:not(.force) .btn-forward .btn-icon path {
  fill: #000;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-black:not(.force) .btn-forward:hover, .section--dual-cta .row .container-fluid .dual-cta.bg-black:not(.force) .btn-forward:active {
  background-color: #a20c33;
  border-color: #a20c33;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-black:not(.force) .btn-forward:hover .btn-icon,
.section--dual-cta .row .container-fluid .dual-cta.bg-black:not(.force) .btn-forward:hover .btn-forward-icon, .section--dual-cta .row .container-fluid .dual-cta.bg-black:not(.force) .btn-forward:active .btn-icon,
.section--dual-cta .row .container-fluid .dual-cta.bg-black:not(.force) .btn-forward:active .btn-forward-icon {
  color: #fff;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-black:not(.force) .btn-forward:hover .btn-icon path,
.section--dual-cta .row .container-fluid .dual-cta.bg-black:not(.force) .btn-forward:hover .btn-forward-icon path, .section--dual-cta .row .container-fluid .dual-cta.bg-black:not(.force) .btn-forward:active .btn-icon path,
.section--dual-cta .row .container-fluid .dual-cta.bg-black:not(.force) .btn-forward:active .btn-forward-icon path {
  fill: #fff;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-black:not(.force) a:not(.btn) {
  color: #fff;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-black:not(.force) a:not(.btn):hover, .section--dual-cta .row .container-fluid .dual-cta.bg-black:not(.force) a:not(.btn):active {
  color: #f0e4c9;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-beige {
  /* stylelint-disable */
  /* stylelint-enable */
  background-color: #f0e4c9;
  background-image: url("../assets/img/JVL_Texture.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  object-fit: cover;
  object-position: center;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-beige:not(.force) {
  color: #000;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-beige:not(.force) h1,
.section--dual-cta .row .container-fluid .dual-cta.bg-beige:not(.force) h2,
.section--dual-cta .row .container-fluid .dual-cta.bg-beige:not(.force) h3,
.section--dual-cta .row .container-fluid .dual-cta.bg-beige:not(.force) h4,
.section--dual-cta .row .container-fluid .dual-cta.bg-beige:not(.force) h5,
.section--dual-cta .row .container-fluid .dual-cta.bg-beige:not(.force) h6 {
  color: #000;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-beige:not(.force) .section-subtitle {
  color: #a20c33;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-beige:not(.force) .btn-primary {
  background-color: #a20c33;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-beige:not(.force) .btn-primary:hover, .section--dual-cta .row .container-fluid .dual-cta.bg-beige:not(.force) .btn-primary:active {
  background-color: #a20c33;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-beige:not(.force) .btn-primary {
  background-color: #a20c33;
  color: #fff;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-beige:not(.force) .btn-primary .btn-icon {
  background-color: #f7f1e4;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-beige:not(.force) .btn-primary .btn-icon i,
.section--dual-cta .row .container-fluid .dual-cta.bg-beige:not(.force) .btn-primary .btn-icon svg {
  color: #a20c33;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-beige:not(.force) .btn-primary .btn-icon:before {
  border-color: #000;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-beige:not(.force) .btn-primary:hover, .section--dual-cta .row .container-fluid .dual-cta.bg-beige:not(.force) .btn-primary:active {
  background-color: #a20c33;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-beige:not(.force) a:not(.btn) {
  color: #a20c33;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-beige:not(.force) a:not(.btn):hover, .section--dual-cta .row .container-fluid .dual-cta.bg-beige:not(.force) a:not(.btn):active {
  color: #5b071d;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-beige:not(.force) .btn-forward {
  background-color: #a20c33;
  border-color: #000;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-beige:not(.force) .btn-forward .btn-icon {
  color: #fff;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-beige:not(.force) .btn-forward .btn-icon path {
  fill: #fff;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-beige:not(.force) .btn-forward:hover, .section--dual-cta .row .container-fluid .dual-cta.bg-beige:not(.force) .btn-forward:active {
  background-color: #000;
  border-color: #000;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-beige:not(.force) .btn-forward:hover .btn-icon, .section--dual-cta .row .container-fluid .dual-cta.bg-beige:not(.force) .btn-forward:active .btn-icon {
  color: #f0e4c9;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-beige:not(.force) .btn-forward:hover .btn-icon path, .section--dual-cta .row .container-fluid .dual-cta.bg-beige:not(.force) .btn-forward:active .btn-icon path {
  fill: #f0e4c9;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-cream {
  /* stylelint-disable */
  /* stylelint-enable */
  background-color: #f7f1e4;
  background-image: url("../assets/img/JVL_Texture.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  object-fit: cover;
  object-position: center;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-cream:not(.force) {
  color: #000;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-cream:not(.force) h1,
.section--dual-cta .row .container-fluid .dual-cta.bg-cream:not(.force) h2,
.section--dual-cta .row .container-fluid .dual-cta.bg-cream:not(.force) h3,
.section--dual-cta .row .container-fluid .dual-cta.bg-cream:not(.force) h4,
.section--dual-cta .row .container-fluid .dual-cta.bg-cream:not(.force) h5,
.section--dual-cta .row .container-fluid .dual-cta.bg-cream:not(.force) h6 {
  color: #000;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-cream:not(.force) .section-subtitle {
  color: #a20c33;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-cream:not(.force) .btn-primary {
  background-color: #a20c33;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-cream:not(.force) .btn-primary:hover, .section--dual-cta .row .container-fluid .dual-cta.bg-cream:not(.force) .btn-primary:active {
  background-color: #a20c33;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-cream:not(.force) .btn-primary {
  background-color: #a20c33;
  color: #fff;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-cream:not(.force) .btn-primary .btn-icon {
  background-color: #f7f1e4;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-cream:not(.force) .btn-primary .btn-icon i,
.section--dual-cta .row .container-fluid .dual-cta.bg-cream:not(.force) .btn-primary .btn-icon svg {
  color: #a20c33;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-cream:not(.force) .btn-primary .btn-icon:before {
  border-color: #000;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-cream:not(.force) .btn-primary:hover, .section--dual-cta .row .container-fluid .dual-cta.bg-cream:not(.force) .btn-primary:active {
  background-color: #a20c33;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-cream:not(.force) a:not(.btn) {
  color: #a20c33;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-cream:not(.force) a:not(.btn):hover, .section--dual-cta .row .container-fluid .dual-cta.bg-cream:not(.force) a:not(.btn):active {
  color: #5b071d;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-cream:not(.force) .btn-forward {
  background-color: #a20c33;
  border-color: #000;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-cream:not(.force) .btn-forward .btn-icon {
  color: #fff;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-cream:not(.force) .btn-forward .btn-icon path {
  fill: #fff;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-cream:not(.force) .btn-forward:hover, .section--dual-cta .row .container-fluid .dual-cta.bg-cream:not(.force) .btn-forward:active {
  background-color: #000;
  border-color: #000;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-cream:not(.force) .btn-forward:hover .btn-icon, .section--dual-cta .row .container-fluid .dual-cta.bg-cream:not(.force) .btn-forward:active .btn-icon {
  color: #f0e4c9;
}
.section--dual-cta .row .container-fluid .dual-cta.bg-cream:not(.force) .btn-forward:hover .btn-icon path, .section--dual-cta .row .container-fluid .dual-cta.bg-cream:not(.force) .btn-forward:active .btn-icon path {
  fill: #f0e4c9;
}

.section--form {
  position: relative;
  z-index: 0;
  height: auto;
  padding: unset;
  background-color: #f7f1e4;
}

.section--god-module {
  position: relative;
  z-index: 0;
  height: auto;
  padding: unset;
  background-color: #292727;
}
.section--god-module .god-module-slider {
  height: auto;
}
.section--god-module .god-module-slider .swiper-wrapper {
  height: auto;
}
.section--god-module .god-module-slider .swiper-wrapper .swiper-slide {
  height: auto;
  min-height: 800px;
  padding: 6.25rem 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .section--god-module .god-module-slider .swiper-wrapper .swiper-slide {
    min-height: 750px;
    padding: 3rem 0;
  }
}
@media (max-width: 959.98px) {
  .section--god-module .god-module-slider .swiper-wrapper .swiper-slide {
    max-height: 800px;
    min-height: unset;
    padding: unset;
    align-items: flex-start;
  }
}
.section--god-module .god-module-slider .swiper-pagination {
  bottom: 40px;
  line-height: 1;
}
@media (max-width: 959.98px) {
  .section--god-module .god-module-slider .swiper-pagination {
    background-color: #000;
    position: relative;
    bottom: 0;
  }
}
.section--god-module .god-module-slider .swiper-pagination .swiper-pagination-bullet {
  width: 45px;
  height: 8px;
  background-color: #f0e4c9;
  border-radius: 6px;
  margin: 20px 10px;
  opacity: 0.25;
}
.section--god-module .god-module-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.section--god-module .row {
  display: flex;
  flex-flow: column wrap;
  margin: 0 auto;
  flex-grow: 1;
}
@media (max-width: 1440px) {
  .section--god-module .row {
    margin: 0 3rem;
    max-width: unset;
  }
}
@media (max-width: 959.98px) {
  .section--god-module .row {
    flex-flow: column-reverse wrap;
    margin: 0;
    max-width: 100%;
  }
}
.section--god-module .row .container-fluid {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.section--god-module .row .container-fluid.align-content-left {
  justify-content: left;
}
.section--god-module .row .container-fluid.align-content-right {
  justify-content: right;
}
.section--god-module .row .container-fluid .god-module-contents {
  position: relative;
  z-index: 2;
  flex-flow: column wrap;
}
@media (max-width: 1200px) {
  .section--god-module .row .container-fluid .god-module-contents {
    width: 50% !important;
  }
}
@media (max-width: 960px) {
  .section--god-module .row .container-fluid .god-module-contents {
    width: 100% !important;
  }
}
@media (max-width: 959.98px) {
  .section--god-module .row .container-fluid .god-module-contents {
    width: 100%;
  }
}
.section--god-module .row .container-fluid .god-module-contents .god-module-graphic {
  width: 100%;
  display: block;
  justify-self: flex-start;
  margin-bottom: 1.25rem;
  object-fit: contain;
}
.section--god-module .row .container-fluid .god-module-contents .god-module-label {
  display: block;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: unset;
  margin-bottom: 1rem;
}
.section--god-module .row .container-fluid .god-module-contents .god-module-heading {
  font-family: "IntegralCF", "tablet-gothic-condensed", "Helvetica", sans-serif;
  display: block;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.section--god-module .row .container-fluid .god-module-contents .god-module-heading em {
  text-decoration: none;
  font-style: normal;
  font-size: 0.75em;
  margin: 0 5px;
}
.section--god-module .row .container-fluid .god-module-contents .god-module-body {
  font-family: "myriad-pro-condensed", "Helvetica", sans-serif;
  display: block;
  margin-bottom: 2rem;
}
.section--god-module .row .container-fluid .god-module-contents .god-module-button {
  display: block;
}
.section--god-module .row .god-module-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  height: 100%;
  width: 100%;
}
.section--god-module .row .god-module-image::after {
  content: "";
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.section--god-module .row .god-module-image.desktop-image {
  display: flex;
}
.section--god-module .row .god-module-image.mobile-image {
  display: none;
}
.section--god-module .row.bg-red {
  background-color: unset !important;
}
@media (max-width: 959.98px) {
  .section--god-module .row.bg-red .god-module-image {
    position: relative;
    height: 30vh;
    min-height: 215px;
    width: 100%;
  }
}
.section--god-module .row.bg-red .god-module-contents {
  background-color: #a20c33;
  padding: 3.25em 2.75em;
  margin-bottom: 4%;
  border: 5px solid #000;
  border-radius: 10px;
}
@media (max-width: 959.98px) {
  .section--god-module .row.bg-red .god-module-contents {
    border: none;
    border-radius: 0;
    margin-bottom: unset;
    width: 100%;
  }
}
@media (max-width: 666.98px) {
  .section--god-module .row.bg-red .god-module-contents {
    padding: 3.25em 1.5em;
  }
}
.section--god-module .row.bg-red .god-module-contents .god-module-texture {
  background-image: url("../assets/img/menu-texture.svg");
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  object-fit: cover;
  object-position: center;
  background-color: transparent;
  height: 100%;
  width: 100%;
}
.section--god-module .row.bg-red .god-module-contents .god-module-box-attatchment {
  content: "";
  position: absolute;
  bottom: -10.5%;
  left: 50%;
  transform: translate(-50%);
  height: 10%;
  width: 75%;
  background-color: transparent;
}
@media (max-width: 959.98px) {
  .section--god-module .row.bg-red .god-module-contents .god-module-box-attatchment {
    display: none;
  }
}
.section--god-module .row.bg-red .god-module-contents .god-module-graphic {
  max-height: 8.75rem;
}
@media (max-width: 959.98px) {
  .section--god-module .row.bg-red .god-module-contents .god-module-graphic {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 666.98px) {
  .section--god-module .row.bg-red .god-module-contents .god-module-graphic {
    width: 100%;
  }
}
.section--god-module .row.bg-red .god-module-contents .god-module-label {
  color: #fff;
}
@media (max-width: 959.98px) {
  .section--god-module .row.bg-red .god-module-contents .god-module-label {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 666.98px) {
  .section--god-module .row.bg-red .god-module-contents .god-module-label {
    width: 100%;
  }
}
.section--god-module .row.bg-red .god-module-contents .god-module-heading {
  color: #f0e4c9;
}
.section--god-module .row.bg-red .god-module-contents .god-module-heading em {
  color: #fff;
}
@media (max-width: 959.98px) {
  .section--god-module .row.bg-red .god-module-contents .god-module-heading {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 666.98px) {
  .section--god-module .row.bg-red .god-module-contents .god-module-heading {
    width: 100%;
  }
}
.section--god-module .row.bg-red .god-module-contents .god-module-body {
  color: #fff;
}
@media (max-width: 959.98px) {
  .section--god-module .row.bg-red .god-module-contents .god-module-body {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 666.98px) {
  .section--god-module .row.bg-red .god-module-contents .god-module-body {
    width: 100%;
  }
}
@media (max-width: 959.98px) {
  .section--god-module .row.bg-red .god-module-contents .god-module-btn-wrapper {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 666.98px) {
  .section--god-module .row.bg-red .god-module-contents .god-module-btn-wrapper {
    width: 100%;
  }
}
.section--god-module .row.bg-beige {
  background-color: unset !important;
}
@media (max-width: 959.98px) {
  .section--god-module .row.bg-beige .god-module-image {
    position: relative;
    height: 30vh;
    min-height: 215px;
    width: 100%;
  }
}
.section--god-module .row.bg-beige .god-module-contents {
  background-color: #f0e4c9;
  opacity: 1;
  padding: 3.25em 2.75em;
  margin-bottom: 4%;
  border: 5px solid #000;
  border-radius: 10px;
}
@media (max-width: 959.98px) {
  .section--god-module .row.bg-beige .god-module-contents {
    border: none;
    border-radius: 0;
    margin-bottom: unset;
  }
}
@media (max-width: 666.98px) {
  .section--god-module .row.bg-beige .god-module-contents {
    padding: 3.25em 1.5em;
  }
}
.section--god-module .row.bg-beige .god-module-contents .god-module-texture {
  background-image: url("../assets/img/menu-texture.svg");
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  object-fit: cover;
  object-position: center;
  background-color: transparent;
  height: 100%;
  width: 100%;
}
.section--god-module .row.bg-beige .god-module-contents .god-module-box-attatchment {
  content: "";
  position: absolute;
  bottom: -10.5%;
  left: 50%;
  transform: translate(-50%);
  height: 10%;
  width: 75%;
  background-color: transparent;
}
@media (max-width: 959.98px) {
  .section--god-module .row.bg-beige .god-module-contents .god-module-box-attatchment {
    display: none;
  }
}
.section--god-module .row.bg-beige .god-module-contents .god-module-graphic {
  max-height: 8.75rem;
}
@media (max-width: 959.98px) {
  .section--god-module .row.bg-beige .god-module-contents .god-module-graphic {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 666.98px) {
  .section--god-module .row.bg-beige .god-module-contents .god-module-graphic {
    width: 100%;
  }
}
.section--god-module .row.bg-beige .god-module-contents .god-module-label {
  color: #a20c33;
}
@media (max-width: 959.98px) {
  .section--god-module .row.bg-beige .god-module-contents .god-module-label {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 666.98px) {
  .section--god-module .row.bg-beige .god-module-contents .god-module-label {
    width: 100%;
  }
}
.section--god-module .row.bg-beige .god-module-contents .god-module-heading {
  color: #000;
}
.section--god-module .row.bg-beige .god-module-contents .god-module-heading em {
  color: #a20c33;
}
@media (max-width: 959.98px) {
  .section--god-module .row.bg-beige .god-module-contents .god-module-heading {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 666.98px) {
  .section--god-module .row.bg-beige .god-module-contents .god-module-heading {
    width: 100%;
  }
}
.section--god-module .row.bg-beige .god-module-contents .god-module-body {
  color: #000;
}
@media (max-width: 959.98px) {
  .section--god-module .row.bg-beige .god-module-contents .god-module-body {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 666.98px) {
  .section--god-module .row.bg-beige .god-module-contents .god-module-body {
    width: 100%;
  }
}
@media (max-width: 959.98px) {
  .section--god-module .row.bg-beige .god-module-contents .god-module-btn-wrapper {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 666.98px) {
  .section--god-module .row.bg-beige .god-module-contents .god-module-btn-wrapper {
    width: 100%;
  }
}
@media (max-width: 959.98px) {
  .section--god-module .row.bg-transparent .god-module-image.desktop-image {
    display: none;
  }
  .section--god-module .row.bg-transparent .god-module-image.mobile-image {
    display: flex;
    position: absolute;
    height: 100%;
    min-height: 100%;
    width: 100%;
  }
}
.section--god-module .row.bg-transparent .god-module-contents {
  background-color: transparent;
}
@media (max-width: 959.98px) {
  .section--god-module .row.bg-transparent .god-module-contents {
    padding: 30% 2.75em 3.25em;
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 666.98px) {
  .section--god-module .row.bg-transparent .god-module-contents {
    padding: 50% 1.5em 3.25em;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .section--god-module .row.bg-transparent .god-module-contents {
    padding: 70% 1.5em 3.25em;
  }
}
.section--god-module .row.bg-transparent .god-module-contents .god-module-label {
  color: #a20c33;
}
.section--god-module .row.bg-transparent .god-module-contents .god-module-heading {
  color: #f0e4c9;
}
.section--god-module .row.bg-transparent .god-module-contents .god-module-heading em {
  color: #a20c33;
}
.section--god-module .row.bg-transparent .god-module-contents .god-module-body {
  color: #fff;
}
@media (max-width: 959.98px) {
  .section--god-module .row.bg-transparent .god-module-contents .god-module-btn-wrapper {
    width: 100%;
    margin-left: unset;
    margin-right: unset;
  }
}

html.no-js .section--god-module .god-module-slider .swiper-wrapper .swiper-slide {
  display: none;
}
html.no-js .section--god-module .god-module-slider .swiper-wrapper .swiper-slide:first-of-type {
  display: flex;
}

.god-category-module .row {
  width: 100%;
}
.god-category-module .god-module-contents {
  display: flex;
}
.god-category-module .god-module-contents .float-left {
  display: inline-flex;
  justify-content: space-between;
}
.god-category-module .god-module-contents .btn-container {
  justify-content: flex-end;
  display: flex;
  align-items: flex-end;
}
.god-category-module .btn-forward {
  margin: unset;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff !important;
  color: #000 !important;
  border-color: #a20c33 !important;
  border-width: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  /* stylelint-disable */
  /* stylelint-enable */
}
.god-category-module .btn-forward .btn-forward-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000 !important;
}
.god-category-module .btn-forward path {
  color: #000 !important;
  fill: #000 !important;
}
.god-category-module .btn-forward svg {
  transform: scale(0.6);
  font-size: 1rem;
  color: #000 !important;
  fill: #000 !important;
}
.god-category-module .recipe-spec span {
  text-transform: uppercase;
  font-weight: 600;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  margin-left: 0.5rem;
}
.god-category-module .recipe-spec i,
.god-category-module .recipe-spec svg {
  color: #a20c33;
  fill: #a20c33;
}

.section--info-buckets {
  position: relative;
  z-index: 0;
  height: auto;
  padding: 6.25rem 0;
  background-image: url("../assets/img/JVL_Texture.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .section--info-buckets {
    padding: 0;
  }
}
.section--info-buckets .row {
  display: flex;
  flex-flow: column wrap;
}
@media (max-width: 768px) {
  .section--info-buckets .row {
    flex-flow: column-reverse wrap;
  }
}
.section--info-buckets .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 0;
}
@media (max-width: 1440px) {
  .section--info-buckets .container-fluid {
    padding: 0 2rem;
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .section--info-buckets .container-fluid {
    padding: 3rem 2rem;
  }
}
.section--info-buckets .container-fluid .info-buckets-contents {
  width: 100%;
}
.section--info-buckets .container-fluid .info-buckets-contents .info-buckets-heading {
  display: block;
  text-align: center;
  width: 85%;
  margin: 0 auto 2.5rem;
}
.section--info-buckets .container-fluid .info-buckets-contents .info-buckets {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}
.section--info-buckets .container-fluid .info-buckets-contents .info-buckets .info-bucket {
  width: 23.5%;
  background-color: #000;
  display: inline-flex;
  text-decoration: none;
  flex-grow: 4;
  flex-flow: column wrap;
  align-self: auto;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0.75%;
  border-radius: 0.5rem;
  border-collapse: separate;
}
@media (max-width: 960px) {
  .section--info-buckets .container-fluid .info-buckets-contents .info-buckets .info-bucket {
    width: 48.5%;
    margin-bottom: 2rem;
  }
}
@media (max-width: 576px) {
  .section--info-buckets .container-fluid .info-buckets-contents .info-buckets .info-bucket {
    width: 94%;
  }
}
.section--info-buckets .container-fluid .info-buckets-contents .info-buckets .info-bucket .info-bucket-image {
  height: auto;
  width: 100%;
  background-color: transparent;
  overflow: hidden;
}
.section--info-buckets .container-fluid .info-buckets-contents .info-buckets .info-bucket .info-bucket-image img {
  height: 10rem;
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem 0.5rem 0 0;
  transition: all 0.3s ease-in-out 0s;
}
.section--info-buckets .container-fluid .info-buckets-contents .info-buckets .info-bucket .info-bucket-text {
  display: block;
  height: auto;
  width: 100%;
  border-radius: 0 0 0.5rem 0.5rem;
}
.section--info-buckets .container-fluid .info-buckets-contents .info-buckets .info-bucket .info-bucket-text h4 {
  display: block;
  padding: 2rem 1.5rem;
  color: #fff;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1024px) {
  .section--info-buckets .container-fluid .info-buckets-contents .info-buckets .info-bucket .info-bucket-text h4 {
    padding: 1rem 0.5rem;
  }
}
.section--info-buckets .container-fluid .info-buckets-contents .info-buckets .info-bucket:hover .info-bucket-image img {
  transform: scale(1.025);
}

.section--international-map {
  padding: 4rem 0;
  position: relative;
  z-index: 0;
}
.section--international-map p {
  margin-bottom: 0;
}
.section--international-map.map-body {
  overflow: visible;
}
@media (max-width: 959.98px) {
  .section--international-map.map-body {
    padding: 0;
  }
  .section--international-map.map-body .col {
    padding: 0;
  }
}
.section--international-map.map-body .map-graphic svg {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.section--international-map.map-body .map-container {
  position: relative;
}
.section--international-map.map-body .map-container .accordion-button {
  background-color: #a20c33;
  color: #fff;
  font-size: 1.25rem;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
  outline: 0 !important;
}
.section--international-map.map-body .map-container .accordion-button::after {
  display: none;
}
.section--international-map.map-body .map-container .accordion-button .close-icon {
  font-size: 0.75em;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  min-height: 1.25rem;
  transform: rotate(0deg);
  transition: 0.15s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section--international-map.map-body .map-container .accordion-button .close-icon svg {
  z-index: 1;
  font-size: 0.7em;
}
.section--international-map.map-body .map-container .accordion-button .close-icon::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  min-height: 1.25rem;
  background-color: #a20c33;
  z-index: 0;
  border-radius: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .section--international-map.map-body .map-container .accordion-button .close-icon {
    display: none;
  }
}
.section--international-map.map-body .map-container .accordion-button.collapsed .close-icon {
  transform: rotate(180deg);
}
.section--international-map.map-body .map-container .accordion-body {
  padding: 1rem;
}
.section--international-map.map-body .map-container .map-pin-placement {
  background-image: url("../assets/svg/misc/map-pin.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  cursor: pointer;
  display: block;
  width: 24px;
  height: 31px;
}
.section--international-map.map-body .map-container .map-pin-placement.popup-show .popup-body {
  visibility: visible;
  animation: map-fade-out 0.25s;
}
.section--international-map.map-body .map-container .popup-body {
  text-align: center;
  z-index: 1;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  .section--international-map.map-body .map-container .popup-body {
    visibility: hidden;
    position: absolute;
    bottom: 3em;
    left: 50%;
    right: 0;
    width: 15rem;
    padding: 1rem 1.5rem 1.5rem;
    background-color: #fff;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    transform: translateX(-50%);
    border-radius: 7px;
  }
  .section--international-map.map-body .map-container .popup-body::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -17px;
    border-width: 17px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }
}
@media (max-width: 959.98px) {
  .section--international-map.map-body .map-container .popup-body:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
.section--international-map.map-body .map-container .popup-body .popup-header {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
}
.section--international-map.map-body .map-container .popup-body .popup-header img {
  margin-right: 0.5rem;
  height: 1em;
  object-fit: cover;
  margin-top: 0.15rem;
}
.section--international-map.map-body .map-container .popup-body .product-preview {
  display: flex;
  flex-direction: column;
}
.section--international-map.map-body .map-container .popup-body .product-preview div {
  background-color: #f7f1e4;
  background-image: url("../assets/img/marble-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.5rem;
  border-radius: 7px 7px 0 0;
}
.section--international-map.map-body .map-container .popup-body .product-preview div img {
  max-height: 10rem;
}
.section--international-map.map-body .map-container .popup-body .product-preview a {
  width: 100%;
  background-color: #a20c33;
  color: #fff;
  font-size: 0.8em;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  padding: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0 0 7px 7px;
}
@media (max-width: 959.98px) {
  .section--international-map.map-body .map-container .popup-body .product-preview a {
    background-color: #000;
    font-size: 1.35rem;
  }
}
.section--international-map.map-body .map-container .popup-body .product-preview a:hover, .section--international-map.map-body .map-container .popup-body .product-preview a:active {
  background-color: #8a0a2c;
}
.section--international-map.map-body .map-container .popup-body h4 {
  color: #000;
  font-size: 1.25em;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
@keyframes map-fade-out {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes map-fade-out {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.section--large-cta p {
  font-size: 1.5em;
}
@media (max-width: 959.98px) {
  .section--large-cta p {
    font-size: 1rem;
  }
}
.section--large-cta .btn-forward {
  margin-top: 1.5rem;
}
.section--large-cta .btn-forward .btn-forward-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.75em;
  height: 2.75em;
}
.section--large-cta .btn-forward .btn-forward-icon svg.fa-play {
  margin-left: 0.25em;
}

.section--product-header {
  background-color: #f7f1e4;
}
@media (max-width: 960px) {
  .section--product-header .row {
    flex-flow: column;
  }
}

.product-rating {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1em;
}
.product-rating_text {
  position: relative;
  padding-left: 0.5em;
  margin-left: 0.5em;
}
.product-rating_text::before {
  content: "";
  background-color: #000;
  width: 1px;
  height: 80%;
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 0;
  transform: translateY(-50%);
}
.product-rating_count {
  color: #a20c33;
}
.product-rating_star.filled {
  color: #a20c33;
}
.product-rating_star.empty {
  color: #7b7872;
}

.product-header-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-header-section--left {
  padding-right: 3em;
}
.product-header-section--left:only-child {
  padding-right: 0;
}
@media (max-width: 960px) {
  .product-header-section--left {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
}
.product-header-section--right {
  padding-left: 3em;
}
.product-header-section--right:only-child {
  padding-left: 0;
}
@media (max-width: 960px) {
  .product-header-section--right {
    padding-right: 1.5em;
    padding-left: 1.5em;
    padding-top: 3em;
  }
}

.product-header-content-product-line {
  font-size: 1em;
  color: #a20c33;
  text-align: center;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2em;
}
.product-header-content-product-title {
  font-size: 1.5em;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0.75em;
}
.product-header-content-product-description {
  font-size: 1em;
  text-align: center;
  font-family: "myriad-pro-condensed", "Helvetica", sans-serif;
}
.product-header-content-info-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 2em;
}
.product-header-content-info-icon {
  display: flex;
  align-items: center;
  padding: 0.5em;
}
.product-header-content-info-icon svg {
  margin-right: 0.5em;
  height: 2.5em;
  width: 2.5em;
}
.product-header-content-info-icon span {
  text-transform: uppercase;
}
.product-header-content-buttons {
  display: flex;
  justify-content: center;
}
.product-header-content-button {
  margin-right: 1em;
}

.product-header-slider {
  max-width: 31.75em;
  border: 3px solid #000;
  border-radius: 15px;
  position: absolute;
  background-color: #f7f1e4;
  background-image: url("../assets/img/marble-bg.png");
}
.product-header-slider-slide {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-header-slider-slide img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  user-select: none;
}
.product-header-slider-slide img.img-jpeg {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.product-header-slider-button.swiper-button-prev, .product-header-slider-button.swiper-button-next {
  height: 1.25em;
  width: 1.25em;
  background-image: none;
  background-color: #a20c33;
  color: #fff;
  border-radius: 100%;
  border: 1px solid #000;
}
.product-header-slider-button.swiper-button-prev svg, .product-header-slider-button.swiper-button-next svg {
  height: 0.6em;
  width: 0.6em;
}
.product-header-slider-button.swiper-button-prev::after, .product-header-slider-button.swiper-button-next::after {
  display: none;
}
.product-header-slider:not(.swiper-initialized) .product-header-slider-button {
  display: none;
}

.slider-wrapper {
  position: relative;
  width: 100%;
}
.slider-wrapper::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 79.3650793651%;
}
.slider-wrapper > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slider-wrapper > .product-header-slider {
  position: absolute;
}

.cls-1 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.5;
}

.section--product-index-header {
  position: relative;
  z-index: 0;
  height: auto;
  padding: 6.25rem 0;
  background-color: #292727;
}
@media (max-width: 960px) {
  .section--product-index-header {
    padding: unset;
  }
}
.section--product-index-header .container-fluid {
  display: flex;
  align-items: center;
  padding: 0;
}
.section--product-index-header .container-fluid .product-index-header-image-wrapper {
  width: 100%;
  display: flex;
}
.section--product-index-header .container-fluid .product-index-header-image-wrapper .product-index-header-image {
  display: inline-flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  height: 100%;
  width: 50%;
  background-color: #f0e4c9;
}
.section--product-index-header .container-fluid .product-index-header-image-wrapper .product-index-header-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 960px) {
  .section--product-index-header .container-fluid .product-index-header-image-wrapper .product-index-header-image {
    position: relative;
    height: 30vh;
    min-height: 215px;
    width: 100%;
  }
}
.section--product-index-header .container-fluid .product-index-header-image-wrapper .product-index-header-texture {
  display: inline-flex;
  content: "";
  background-color: #000;
  background-image: url("../assets/img/back-bg-texture.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  height: 100%;
  width: 50%;
}
@media (max-width: 960px) {
  .section--product-index-header .container-fluid .product-index-header-image-wrapper .product-index-header-texture {
    display: none !important;
    visibility: hidden !important;
  }
}
.section--product-index-header .container-fluid.align-content-left {
  justify-content: left;
  flex-flow: row wrap;
}
.section--product-index-header .container-fluid.align-content-left .product-index-header-image-wrapper .product-index-header-image {
  top: 0 !important;
  right: 0 !important;
  left: unset !important;
}
.section--product-index-header .container-fluid.align-content-left .product-index-header-image-wrapper .product-index-header-texture {
  top: 0 !important;
  left: 0 !important;
  right: unset !important;
}
.section--product-index-header .container-fluid.align-content-right {
  justify-content: right;
  flex-flow: row-reverse wrap;
}
.section--product-index-header .container-fluid.align-content-right .product-index-header-image-wrapper .product-index-header-image {
  top: 0 !important;
  left: 0 !important;
  right: unset !important;
}
.section--product-index-header .container-fluid.align-content-right .product-index-header-image-wrapper .product-index-header-texture {
  top: 0 !important;
  right: 0 !important;
  left: unset !important;
}
.section--product-index-header .product-index-header-contents {
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  background-color: transparent !important;
  padding: 3.25rem 0;
}
@media (max-width: 1440px) {
  .section--product-index-header .product-index-header-contents {
    padding: 0 5% 0 0;
    width: 45%;
  }
}
@media (max-width: 960px) {
  .section--product-index-header .product-index-header-contents {
    z-index: 0;
    padding: 3.25rem 5%;
    width: 100%;
    background-color: #000 !important;
    background-image: url("../assets/img/JVL-product-index-header-texture.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 768px) {
  .section--product-index-header .product-index-header-contents {
    padding: 3rem 2rem;
  }
}
.section--product-index-header .product-index-header-contents .product-index-header-graphic {
  display: flex;
  justify-content: center;
  margin-bottom: 1.25rem;
  width: 90%;
}
.section--product-index-header .product-index-header-contents .product-index-header-label {
  display: flex;
  color: #fff;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: unset;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
.section--product-index-header .product-index-header-contents .product-index-header-heading {
  display: flex;
  color: #f0e4c9;
  font-family: "IntegralCF", "tablet-gothic-condensed", "Helvetica", sans-serif;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.section--product-index-header .product-index-header-contents .product-index-header-body {
  display: flex;
  color: #fff;
  font-family: "myriad-pro-condensed", "Helvetica", sans-serif;
  margin-bottom: 2rem;
}
.section--product-index-header .product-index-header-contents .product-index-header-icon-row {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: space-between;
}
.section--product-index-header .product-index-header-contents .product-index-header-icon-row .factoid-icon-wrapper {
  display: inline-flex;
  flex-flow: row wrap;
  flex-grow: 1;
  width: 33.33%;
}
.section--product-index-header .product-index-header-contents .product-index-header-icon-row .factoid-icon-wrapper .factoid-icon {
  display: inline-flex;
  height: auto;
  width: 25%;
  margin-right: 5%;
}
.section--product-index-header .product-index-header-contents .product-index-header-icon-row .factoid-icon-wrapper .factoid-icon-label {
  display: inline-flex;
  align-self: center;
  height: auto;
  width: 70%;
  padding-top: 7px;
  color: #fff;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: unset;
  text-transform: uppercase;
  text-align: left;
}
@media (max-width: 960px) {
  .section--product-index-header .product-index-header-contents .product-index-header-icon-row .factoid-icon-wrapper .factoid-icon-label {
    font-size: 10px;
  }
}
.section--product-index-header .ingredient-flag-icons {
  display: flex;
  flex-wrap: wrap;
}
.section--product-index-header .ingredient-flag-icons .product-header-content-info-icon {
  max-width: 10.5em;
}
.section--product-index-header .ingredient-flag-icons svg {
  flex-shrink: 0;
}
.section--product-index-header .ingredient-flag-icons svg .light-fill {
  fill: #000;
  stroke: none;
}
.section--product-index-header .ingredient-flag-icons svg path {
  stroke: #fff;
}

.product-info-tabs {
  display: flex;
  background-color: #f0e4c9;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  border-left: 3px solid #000;
}
@media (max-width: 768px) {
  .product-info-tabs {
    border: none;
  }
}

.product-info-tab {
  appearance: none;
  background-color: #8a0a2c;
  color: #fff;
  flex-grow: 1;
  border: 3px solid #000;
  margin-left: -3px;
  text-transform: uppercase;
  padding: 0.5em 0;
  font-size: 1.5em;
  font-weight: 500;
  font-family: "IntegralCF", "tablet-gothic-condensed", "Helvetica", sans-serif;
}
@media (max-width: 1024px) {
  .product-info-tab {
    font-size: 1.25em;
  }
}
@media (max-width: 768px) {
  .product-info-tab {
    font-size: 1em;
    border-radius: 0;
    border: none;
  }
}
@media (max-width: 667px) {
  .product-info-tab {
    font-size: 0.85em;
  }
}
@media (max-width: 576px) {
  .product-info-tab {
    font-size: 0.7em;
  }
}
@media (max-width: 375px) {
  .product-info-tab {
    font-size: 0.6em;
  }
}
.product-info-tab.active {
  background-color: #f0e4c9;
  color: #000;
  border-bottom: none;
  border-right: none;
  border-radius: 10px 0 0;
}
@media (max-width: 768px) {
  .product-info-tab.active {
    border-radius: 0;
  }
}
.product-info-tab.active + .product-info-tab {
  background-color: #a20c33;
}
.product-info-tab:only-child {
  border-right: 3px solid #000;
  border-radius: 10px 10px 0 0;
  text-align: left;
  padding-left: 1em;
  background-color: #f0e4c9;
  color: #000;
}
@media (max-width: 768px) {
  .product-info-tab:only-child {
    border-radius: 0;
  }
}
.product-info-tab:only-child:hover {
  cursor: default;
}
.product-info-tab:not(:first-of-type) {
  margin-left: -8px;
}
.product-info-tab:not(:first-of-type).active {
  border-radius: 10px 10px 0 0;
  z-index: 3;
  border-right: 3px solid #000;
}
@media (max-width: 768px) {
  .product-info-tab:not(:first-of-type).active {
    border-radius: 0;
  }
}
.product-info-tab:not(.active) {
  border-radius: 0 0 0 10px;
  z-index: 2;
}
.product-info-tab:not(.active):first-of-type {
  border-radius: 10px 0 0;
  background-color: #a20c33;
}
@media (max-width: 768px) {
  .product-info-tab:not(.active):first-of-type {
    border-radius: 0;
  }
}
.product-info-tab:not(.active):last-of-type {
  border-radius: 0 10px;
}
@media (max-width: 768px) {
  .product-info-tab:not(.active):last-of-type {
    border-radius: 0;
  }
}

.product-info-tab-panels {
  background-color: #f0e4c9;
  background-image: url("../assets/img/Nutrition_JVL_Texture.png");
  border: 3px solid #000;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 768px) {
  .product-info-tab-panels {
    border-radius: 0;
    border: none;
  }
}

.product-info-tab-panel {
  padding: 2em;
  font-size: 0.8em;
  display: flex;
  flex-wrap: wrap;
}
.product-info-tab-panel:not(.active) {
  display: none;
}

.section--product-info {
  background-color: #292727;
  position: relative;
}
@media (max-width: 768px) {
  .section--product-info {
    padding: 0;
  }
}
.section--product-info img {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  display: block;
  object-fit: cover;
  background-color: #f0e4c9;
}
@media (max-width: 768px) {
  .section--product-info img {
    position: relative;
  }
}
.section--product-info .container-fluid {
  position: relative;
  z-index: 2;
}
@media (max-width: 1440px) {
  .section--product-info .container-fluid {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .section--product-info .container-fluid {
    width: 100%;
  }
}
.section--product-info--one-tab .container-fluid {
  max-width: 450px;
}
.section--product-info--one-tab .product-info-tab {
  font-size: 0.9em;
}
.section--product-info--one-tab .product-info-tab:not(.active) {
  background-color: #f0e4c9;
  color: #000;
  border-right: 3px solid #000;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
}
.section--product-info--one-tab .product-info-tab-panel {
  font-size: 0.7em;
}
.section--product-info--one-tab .product-info-tab-panel:not(.active) {
  display: flex;
}
.section--product-info--two-tab .container-fluid {
  max-width: 750px;
}
@media (max-width: 768px) {
  .section--product-info--two-tab .container-fluid {
    max-width: 100%;
  }
}

.product-info-data {
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
  padding: 0.125em 0;
  width: 100%;
}
.product-info-data--thick-underline {
  border-bottom: 4px solid #000;
}
.product-info-data--semi-thick-underline {
  border-bottom: 2px solid #000;
}
.product-info-data--tabbed {
  padding-left: 2em;
}
.product-info-data--left-half {
  width: 50%;
}
.product-info-data--left-half.show-100 {
  width: 100%;
  justify-content: space-between;
}
.product-info-data--right-half {
  width: 50%;
  justify-content: flex-end;
}
.product-info-data--right-half.show-100 {
  width: 100%;
  justify-content: space-between;
}
.product-info-data--all-left {
  justify-content: flex-start;
}
.product-info-data--all-left span:nth-of-type(2) {
  margin-left: 0.25em;
}
.product-info-data:last-of-type {
  border-bottom: none;
}
.product-info-data--ingredients-title {
  font-size: 2em;
}
.product-info-data--ingredients-disclaimer {
  font-size: 1.25em;
  font-style: italic;
}
.product-info-data--ingredients-main {
  font-size: 1.25em;
}
.product-info-data--disclaimer {
  flex-wrap: wrap;
}
.product-info-data--disclaimer .disclaimers-100 {
  display: block;
  font-size: 0.875em;
  width: 100%;
}
.product-info-data--disclaimer .disclaimers-100 span {
  display: block;
}
.product-info-data.bold-label .label {
  font-weight: 800;
}
.product-info-data.amount-per-serving .percent-holder {
  display: none;
}
.product-info-data .super-append {
  font-size: 0.75em;
  vertical-align: super;
}
.product-info-data.show-100 .percent-holder span {
  width: 1.25rem;
  margin-left: 0.5rem;
  display: inline-block;
  line-height: 1;
  text-align: right;
}
.product-info-data.show-100 .value-holder span:last-of-type {
  margin-left: 0.125em;
}
.product-info-data.show-100.values-100-right .value-holder {
  width: 100%;
  display: flex;
}
.product-info-data.show-100.values-100-right .value-holder .label {
  flex-grow: 1;
}
.product-info-data.show-100.values-100-right .value-holder .comma {
  display: none;
}
.product-info-data.show-100.values-100-right .value-holder .value {
  width: 1.25rem;
  margin-left: 0.5rem;
  display: inline-block;
  text-align: right;
}
.product-info-data.show-100.values-100-right .value-holder .value:last-of-type {
  text-align: right;
}
.product-info-data.show-100.serving-size .percent-holder span {
  margin-left: 0;
}
.product-info-data.show-100.amount-per-serving .percent-holder {
  font-size: 0.75em;
}
.product-info-data.show-100.amount-per-serving .percent-holder span {
  text-align: right;
}
.product-info-data.show-100.daily-value .percent-holder > span {
  width: 100%;
  margin: 0;
}
.product-info-data.show-100.daily-value .percent-holder > span .super-append {
  width: auto;
  margin: 0;
  text-align: inherit;
}
.product-info-data.show-100.daily-value .percent-holder > span:last-of-type {
  display: none;
}

.section--product-index {
  background-color: #f7f1e4;
}

.product-index__main-title {
  display: block;
  text-align: center;
  padding: 1em 0 0;
}
.product-index__template-holder {
  display: none;
  overflow: hidden;
}
.product-index__product-holder {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 0.5em;
  padding: 4em 0;
}
.product-index__product-holder .product-card {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.product-index__product-holder .product-card-header img {
  padding: 0.5em;
}
.product-index__product-holder .product-card-header img.img-jpeg {
  padding: 0;
}
.product-index__product-holder .product-card-footer > span {
  text-align: center;
  width: 100%;
  margin: 0;
}
.product-index__product-holder .product-card-footer .btn-forward {
  display: none;
}
@media (max-width: 960px) {
  .product-index__product-holder {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .product-index__product-holder {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .product-index__product-holder {
    grid-template-columns: 1fr;
  }
}
.product-index__load-more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 4em;
}
.product-index__load-more__button {
  background-color: #a20c33;
  color: #fff;
}
.product-index__load-more__button__icon {
  margin-left: 0.5em;
  background-color: #f7f1e4;
  color: #a20c33;
  width: 0.75em;
  height: 0.75em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
  padding: 0.25em;
  border-radius: 100%;
  transition: all 0.3s ease-in-out 0s;
}
.product-index__load-more__button:hover, .product-index__load-more__button:focus, .product-index__load-more__button:disabled {
  background-color: #a20c33;
  color: #fff;
}
.product-index__load-more__button:hover .product-index__load-more__button__icon, .product-index__load-more__button:focus .product-index__load-more__button__icon, .product-index__load-more__button:disabled .product-index__load-more__button__icon {
  background-color: #f0e4c9;
}

.autocomplete-holder {
  position: relative;
}

.autocomplete-input {
  width: 100%;
  background-color: #f7f1e4;
  border: 3px solid #000;
  padding: 0.5em 0.75em;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.autocomplete-input:focus, .autocomplete-input:active {
  outline: none;
  background-color: #f0e4c9;
}

.autocomplete-icon {
  position: absolute;
  right: 0.5em;
  top: 0;
  height: 2.75em;
  width: 1.25em;
  pointer-events: none;
  z-index: 2;
}
.autocomplete-icon path {
  fill: #a20c33;
  stroke: #000;
}

.pac-container {
  border: 3px solid #000;
  margin-top: -3px;
}

.pac-item {
  display: block;
  padding: 0.5em 0.75em;
  border-bottom: 3px solid #000;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-size: 1em;
}
.pac-item:last-of-type {
  border-bottom: none;
}

.pac-item-query {
  font-size: 1em;
}

.jvl-product-picker-with-images-js {
  position: relative;
  z-index: 2;
}
.jvl-product-picker-with-images-js-icon {
  position: absolute;
  right: 0.5em;
  top: 0;
  height: 2.75em;
  width: 1.5em;
  pointer-events: none;
  z-index: 2;
}
.jvl-product-picker-with-images-js-icon path {
  fill: #a20c33;
  stroke: #000;
}
.jvl-product-picker-with-images-js-input {
  width: 100%;
  background-color: #f7f1e4;
  border: 3px solid #000;
  padding: 0.5em 0.75em;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.jvl-product-picker-with-images-js-input:focus, .jvl-product-picker-with-images-js-input:active {
  outline: none;
  background-color: #f0e4c9;
}
.jvl-product-picker-with-images-js-list {
  max-height: 500px;
  overflow-x: hidden;
  margin-left: 0;
  padding: 0;
  height: 0;
  border: 3px solid transparent;
  background-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 3px);
}
.jvl-product-picker-with-images-js.active .jvl-product-picker-with-images-js-list {
  height: auto;
  border-color: #000;
  background-color: #fff;
}
.jvl-product-picker-with-images-js-sublist {
  list-style: none;
  padding-left: 0;
  height: 0;
  overflow: hidden;
}
.jvl-product-picker-with-images-js-sublist > ul {
  display: none;
}
.jvl-product-picker-with-images-js-sublist-option {
  padding: 0.5em 1.5em;
  list-style: none;
  border-bottom: 3px solid #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
}
.jvl-product-picker-with-images-js-sublist-option:hover {
  cursor: pointer;
  background-color: #f7f1e4;
}
.jvl-product-picker-with-images-js-sublist-option-image {
  height: 2em;
  width: 2em;
  pointer-events: none;
  margin-right: 0.75em;
}
.jvl-product-picker-with-images-js-option {
  list-style: none;
}
.jvl-product-picker-with-images-js-option-title {
  display: flex;
  padding: 0.5em 0.75em;
  text-transform: uppercase;
  border-bottom: 3px solid #000;
  justify-content: space-between;
  align-items: center;
}
.jvl-product-picker-with-images-js-option-title:hover {
  cursor: pointer;
  background-color: #f7f1e4;
}
.jvl-product-picker-with-images-js-option-title-icon {
  display: block;
  box-sizing: border-box;
  background: currentcolor;
  border-radius: 10px;
  position: relative;
  width: 16px;
  height: 2px;
}
.jvl-product-picker-with-images-js-option-title-icon::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  top: -7px;
  left: 7px;
  display: block;
  box-sizing: border-box;
  background: currentcolor;
  border-radius: 10px;
}
.jvl-product-picker-with-images-js-option.active .jvl-product-picker-with-images-js-option-title-icon::after {
  display: none;
}
.jvl-product-picker-with-images-js-option.active .jvl-product-picker-with-images-js-sublist {
  height: auto;
}

.product-locator__label {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 0 1em;
}
.product-locator__header-image-section {
  background-color: #000;
  height: 550px;
  position: relative;
  z-index: 1;
}
.product-locator__header-image-section img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.product-locator__outer-wrapper {
  background-color: #f7f1e4;
  height: 800px;
  position: relative;
  z-index: 2;
}
.product-locator__input-holder {
  display: flex;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  padding-bottom: 2em;
  border-bottom: 4px solid #000;
  margin-bottom: 2em;
}
.product-locator__input-holder-half {
  width: 50%;
}
.product-locator__input-holder-half.left {
  padding-right: 0.5em;
}
.product-locator__input-holder-half.right {
  padding-left: 0.5em;
}
.product-locator__mobile-map-buttons {
  display: none;
  width: 100%;
  text-align: center;
  padding-bottom: 0.25em;
}
.product-locator__location-list-holder {
  width: 0;
  border: 3px solid #000;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
  border-right: none;
  margin-right: -3px;
  position: relative;
  z-index: 2;
}
.product-locator__none-selected {
  display: block;
  width: 100%;
  padding: 1em;
  background-color: #fff;
  text-align: center;
}
.product-locator__location-list {
  background-color: #fff;
  margin: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow-x: hidden;
  list-style: none;
  padding: 0;
}
.product-locator__contact-map {
  width: 100%;
  position: relative;
  z-index: 1;
  border: 3px solid #000;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
  height: 550px;
}
.product-locator__error-holder {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(162, 12, 51, 0.8);
  text-align: center;
  padding: 0.5em;
  color: #fff;
  display: none;
}
.product-locator__load-screen {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
  pointer-events: none;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-locator__load-screen__dots {
  display: none;
}
.product-locator__map-container {
  display: flex;
  position: relative;
  z-index: 1;
}
.product-locator__map-container.active .product-locator__location-list-holder {
  width: 25%;
  margin-right: 0;
}
.product-locator__map-container.active .product-locator__contact-map {
  width: 75%;
}
.product-locator__map-container.loading .product-locator__load-screen {
  background-color: rgba(0, 0, 0, 0.75);
}
.product-locator__map-container.loading .product-locator__load-screen__dots {
  display: block;
}
.product-locator__map-container.error .product-locator__error-holder {
  display: block;
}

.location-item {
  padding: 1em;
  border-bottom: 1px solid #000;
}
.location-item-title {
  font-size: 1em;
}
.location-item-phone {
  text-decoration: none;
  color: #a20c33;
}
.location-item-directions {
  text-decoration: none;
  color: #a20c33;
}
.location-item:hover, .location-item.clicked {
  background-color: #f7f1e4;
  cursor: pointer;
}

.gmcontent-block {
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  min-width: 14em;
  font-weight: 500;
}
.gmcontent-block .info-title {
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  background-color: #000;
  color: #fff;
  font-weight: 400;
  text-align: center;
  padding: 0.5em;
  font-size: 1em;
  margin: 0;
}
.gmcontent-block .info-address {
  padding: 0.25em;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 0.5em;
}
.gmcontent-block .info-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../assets/img/marble-bg.png");
  background-size: cover;
  background-position: center;
  width: 14em;
}
.gmcontent-block .info-image-container img {
  width: 100%;
  height: 7em;
  margin: 0;
  object-fit: cover;
}
.gmcontent-block .info-links a {
  display: block;
  background-color: #a20c33;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  padding: 0.5em;
}
.gmcontent-block .info-links a:hover {
  background-color: #f0e4c9;
  color: #a20c33;
}

.svg-map-bg-wrapper {
  position: relative;
  top: -350px;
  z-index: 2;
}
.svg-map-bg-wrapper::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 81.5384615385%;
}
.svg-map-bg-wrapper > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.svg-map-bg-wrapper .svg-holder {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.svg-map-bg-wrapper .svg-holder .pattern-holder {
  display: block;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.svg-map-bg-wrapper .content-holder {
  position: relative;
  z-index: 2;
  padding: 6.5em 4em 4em;
  margin: 0 auto;
}
.svg-map-bg-wrapper .content-holder .text-holder {
  text-align: center;
  padding-bottom: 2em;
}
.svg-map-bg-wrapper .content-holder .text-holder h1 {
  font-size: 2em;
  max-width: 600px;
  color: #f0e4c9;
  margin: 0 auto 0.5em;
}
.svg-map-bg-wrapper .content-holder .text-holder p {
  font-size: 1.5em;
  max-width: 600px;
  color: #fff;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .svg-map-bg-wrapper .content-holder {
    padding: 5.5em 3em 3em;
  }
  .product-locator__contact-map {
    height: 35vw;
  }
}
@media (max-width: 1200px) {
  .product-locator__contact-map {
    height: calc(90vw - 33em);
  }
}
@media (max-width: 1024px) {
  .svg-map-bg-wrapper {
    top: 0;
  }
  .svg-map-bg-wrapper::before {
    display: none;
  }
  .svg-map-bg-wrapper .aspect-ratio-div {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .svg-map-bg-wrapper .content-holder {
    background-color: #a20c33;
    border: 4px solid #000;
    border-radius: 25px;
    padding: 3em;
  }
  .svg-map-bg-wrapper .svg-holder {
    display: none;
  }
  .product-locator__input-holder {
    margin-bottom: 0.25em;
  }
  .product-locator__contact-map, .product-locator__location-list-holder {
    height: 400px;
    width: 100% !important;
    display: none;
  }
  .product-locator__mobile-map-buttons {
    display: block;
  }
  .product-locator__mobile-map-button {
    appearance: none;
    padding: 0;
    margin: 0 0.5em;
    background: none;
    color: #000;
    opacity: 0.75;
    border: none;
    transition: all 0.3s ease-in-out 0s;
  }
  .product-locator__mobile-map-button.active {
    color: #fff;
    opacity: 1;
  }
  .product-locator__mobile-map-button:hover {
    opacity: 1;
  }
  .product-locator__mobile-map-button i,
.product-locator__mobile-map-button svg {
    height: 2em;
    width: 2em;
  }
  .product-locator__error-holder {
    top: 2.5em;
  }
  .product-locator__map-container {
    flex-wrap: wrap;
  }
  .product-locator__map-container.map-active .product-locator__contact-map {
    display: block;
  }
  .product-locator__map-container.list-active .product-locator__location-list-holder {
    display: block;
  }
  .product-locator-wrapper {
    position: relative;
    background-color: #f7f1e4;
    padding: 2em 1em;
  }
  .product-locator__header-image-section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
  }
  .product-locator__outer-wrapper {
    background: none;
    height: auto;
  }
}
@media (max-width: 768px) {
  .product-locator__input-holder {
    flex-wrap: wrap;
  }
  .product-locator__input-holder-half,
.product-locator__input-holder-half.right,
.product-locator__input-holder-half.left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 1;
  }
  .product-locator__input-holder-half:first-of-type,
.product-locator__input-holder-half.right:first-of-type,
.product-locator__input-holder-half.left:first-of-type {
    margin-bottom: 1em;
    z-index: 2;
  }
  .svg-map-bg-wrapper .content-holder {
    padding: 2em 1.5em;
  }
}
@media (max-width: 768px) {
  .svg-map-bg-wrapper .content-holder .text-holder {
    font-size: 0.875em;
  }
  .product-locator__input-holder {
    font-size: 0.875em;
  }
}
.section--recipe-body {
  padding: 0 0 4rem;
  position: relative;
}
.section--recipe-body .recipe-body-title {
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif !important;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1em;
}
@media (max-width: 959.98px) {
  .section--recipe-body .recipe-body-title {
    font-size: 1.25em;
    margin-bottom: 1rem;
  }
}
.section--recipe-body .article-header {
  position: relative;
  margin-bottom: 2em;
  padding-bottom: 1.5rem;
}
@media (max-width: 959.98px) {
  .section--recipe-body .article-header {
    flex-direction: column;
    text-align: center;
  }
}
@media print {
  .section--recipe-body .article-header {
    padding: 0;
    margin: 0;
  }
}
.section--recipe-body .article-header::after {
  content: "";
  width: calc(66.6666% - 40px);
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #000;
}
@media (max-width: 959.98px) {
  .section--recipe-body .article-header::after {
    width: calc(100% - 40px);
  }
}
.section--recipe-body .article-header .col-md-8 {
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 959.98px) {
  .section--recipe-body .article-header .col-md-8 {
    flex-direction: column;
    width: 100%;
  }
}
.section--recipe-body .article-header p {
  margin: 0;
}
.section--recipe-body .article-header .author-img {
  border-radius: 100%;
  margin-right: 2rem;
  border: 2px solid #000;
  width: 4.25rem;
  height: 4.25rem;
  object-fit: cover;
}
@media (max-width: 959.98px) {
  .section--recipe-body .article-header .author-img {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.section--recipe-body .article-header .author-name {
  font-size: 1.5em;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .section--recipe-body .article-header .author-name {
    font-size: 1em;
  }
}
.section--recipe-body .article-header .article-date {
  color: #a20c33;
  font-size: 0.9em;
}
.section--recipe-body .article-header .container-social-media {
  justify-content: flex-end;
  margin-top: 0.5rem;
}
@media (max-width: 959.98px) {
  .section--recipe-body .article-header .container-social-media {
    justify-content: center;
    width: 100%;
    margin-top: 1.5rem;
  }
}
@media print {
  .section--recipe-body .article-header .container-social-media {
    display: none !important;
  }
}
.section--recipe-body .article-header .container-social-media .btn-social {
  margin-left: 0.35rem;
}
.section--recipe-body .article-header .container-social-media .btn-social:hover svg path {
  fill: #fff;
}
.section--recipe-body .recipe-title {
  font-size: 2em;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-weight: 900;
}
.section--recipe-body .recipe-block-title {
  font-size: 1.5em;
  text-transform: uppercase;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-weight: 900;
  margin-bottom: 2em;
}
@media print {
  .section--recipe-body .recipe-block-title {
    font-size: 1.25em;
    margin-bottom: 1rem;
  }
}
.section--recipe-body .recipe-block-guide {
  margin: 2em 0;
  padding: 3rem 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 959.98px) {
  .section--recipe-body .recipe-block-guide {
    padding: 3rem 1rem 1rem;
    margin: 2rem 0 4rem;
  }
}
@media print {
  .section--recipe-body .recipe-block-guide {
    margin: 2rem 0;
    padding: 0;
  }
  .section--recipe-body .recipe-block-guide .ul-stylized li {
    margin-bottom: 0;
    position: relative;
  }
  .section--recipe-body .recipe-block-guide .ul-stylized li::before {
    content: "-";
    position: absolute;
    left: 0;
    top: -50%;
    transform: translateY(50%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section--recipe-body .recipe-block-guide .ul-stylized li svg {
    display: none;
  }
}
.section--recipe-body .recipe-block-guide::after {
  background-color: #f0e4c9;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -10%;
  width: 120%;
  z-index: -1;
  border-radius: 1rem;
}
@media print {
  .section--recipe-body .recipe-block-guide::after {
    display: none;
  }
}
@media (max-width: 959.98px) {
  .section--recipe-body .recipe-block-guide::after {
    width: 100%;
    left: 0;
  }
}
.section--recipe-body .recipe-block-guide .recipe-steps li {
  font-size: 1.25em;
}
@media print {
  .section--recipe-body .recipe-block-guide .recipe-steps li::before {
    background: none;
    color: black;
    border: 0;
    font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  }
}
@media (max-width: 959.98px) {
  .section--recipe-body .recipe-block-guide .recipe-steps li {
    font-size: 0.9em;
  }
}
.section--recipe-body .recipe-block-guide .block-media {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: calc(100% - 4.4rem);
  margin-left: auto;
  margin-top: 2rem;
}
@media (max-width: 959.98px) {
  .section--recipe-body .recipe-block-guide .block-media {
    width: 100%;
  }
}
.section--recipe-body .recipe-block-guide .block-media .btn-play {
  position: absolute;
  top: 50%;
  right: 0;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.section--recipe-body .recipe-block-guide .block-media .btn-play.is-hidden {
  display: none;
}
.section--recipe-body .recipe-block-guide .block-media img,
.section--recipe-body .recipe-block-guide .block-media video {
  width: 100%;
  border-radius: 1rem;
  object-fit: cover;
  height: 20rem;
}
.section--recipe-body .recipe-block-guide .block-media video .controls {
  display: none;
}

.section-recipe-social {
  padding: 6rem 0;
}
.section-recipe-social h5 {
  font-family: "IntegralCF", "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-size: 1.6667em;
  color: #f0e4c9;
  border-bottom: 3px solid #000;
  margin: 2rem;
  padding-bottom: 1rem;
}
.section-recipe-social .d-flex {
  align-items: center;
  flex-direction: column;
}
.section-recipe-social a {
  min-width: 3rem;
  min-height: 3rem;
  max-width: 3rem;
  max-height: 3rem;
  font-size: 1rem;
}
.section-recipe-social a:not(:first-of-type) {
  margin-left: 1rem;
}

.section--recipe-hero {
  padding: 0 0 4rem;
  color: #fff;
  position: relative;
  background-color: #f7f1e4;
  z-index: 0;
}
@media print {
  .section--recipe-hero {
    padding: 0 0 2rem;
  }
}
.section--recipe-hero::before {
  content: "";
  width: 100%;
  height: 70%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-color: #000;
  background-image: url("../assets/img/back-bg-texture.svg");
  background-size: cover;
}
@media (max-width: 1439.98px) {
  .section--recipe-hero::before {
    height: 74%;
  }
}
.section--recipe-hero::after {
  content: "";
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-color: #f7f1e4;
}
@media (max-width: 1439.98px) {
  .section--recipe-hero::after {
    height: 26%;
  }
}
.section--recipe-hero .recipe-content-container {
  padding: 4rem 0 2rem;
  z-index: 1;
  position: relative;
}
.section--recipe-hero .recipe-content-container h1 {
  color: #f0e4c9;
}
.section--recipe-hero .recipe-content-container .section-subtitle {
  color: #fff;
}
.section--recipe-hero .recipe-content-container .section-subtitle span {
  display: inline-flex;
}
.section--recipe-hero .recipe-content-container .section-subtitle span:not(:last-of-type)::after {
  content: "-";
  position: relative;
  display: block;
  margin: 0 0.25rem;
}
.section--recipe-hero .recipe-content-container p {
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  orphans: 5;
}
.section--recipe-hero .recipe-content-container .btn-primary {
  margin-top: 1.5rem;
  background-color: #a20c33;
  color: #fff;
}
.section--recipe-hero .recipe-content-container .btn-primary .btn-icon {
  background-color: #f7f1e4;
}
.section--recipe-hero .recipe-content-container .btn-primary .btn-icon i,
.section--recipe-hero .recipe-content-container .btn-primary .btn-icon svg {
  color: #a20c33;
  transform: scale(0.6) rotate(90deg);
}
.section--recipe-hero .recipe-content-container .btn-primary .btn-icon::before {
  border-color: #000;
}
.section--recipe-hero .recipe-content-container .btn-primary:hover, .section--recipe-hero .recipe-content-container .btn-primary:active {
  background-color: #a20c33;
}
.section--recipe-hero .recipe-content-container .btn-primary:hover .btn-icon, .section--recipe-hero .recipe-content-container .btn-primary:active .btn-icon {
  background-color: #f7f1e4;
}
.section--recipe-hero .recipe-content-container .btn-primary:hover .btn-icon i,
.section--recipe-hero .recipe-content-container .btn-primary:hover .btn-icon svg, .section--recipe-hero .recipe-content-container .btn-primary:active .btn-icon i,
.section--recipe-hero .recipe-content-container .btn-primary:active .btn-icon svg {
  color: #a20c33;
  transform: scale(0.6) rotate(450deg);
}
.section--recipe-hero .recipe-content-container .btn-primary:hover .btn-icon::before, .section--recipe-hero .recipe-content-container .btn-primary:active .btn-icon::before {
  border-color: #000;
}
.section--recipe-hero .recipe-content-container .recipe-specs {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 666.98px) {
  .section--recipe-hero .recipe-content-container .recipe-specs {
    flex-direction: column;
  }
}
@media print {
  .section--recipe-hero .recipe-content-container .recipe-specs {
    flex-direction: row;
  }
}
.section--recipe-hero .recipe-content-container .recipe-specs .recipe-spec {
  margin: 0 0.75rem;
}
@media print {
  .section--recipe-hero .recipe-content-container .recipe-specs .recipe-spec {
    font-size: 0.9em;
  }
}
.section--recipe-hero .recipe-content-container .recipe-specs .recipe-spec span {
  text-transform: uppercase;
  font-weight: 600;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  margin-left: 0.25rem;
}
.section--recipe-hero .recipe-content-container .recipe-specs .recipe-spec i,
.section--recipe-hero .recipe-content-container .recipe-specs .recipe-spec svg {
  color: #fff;
  fill: #fff;
}
@media print {
  .section--recipe-hero .recipe-content-container .recipe-specs .recipe-spec i,
.section--recipe-hero .recipe-content-container .recipe-specs .recipe-spec svg {
    color: #000;
    fill: #000;
  }
}
@media print {
  .section--recipe-hero .recipe-content-container {
    padding: 2rem;
  }
  .section--recipe-hero .recipe-content-container h1,
.section--recipe-hero .recipe-content-container p,
.section--recipe-hero .recipe-content-container .section-subtitle,
.section--recipe-hero .recipe-content-container .recipe-specs,
.section--recipe-hero .recipe-content-container .recipe-specs {
    color: #000;
  }
  .section--recipe-hero .recipe-content-container h1 {
    font-size: 1.5em;
  }
  .section--recipe-hero .recipe-content-container p {
    font-size: 0.9em;
  }
  .section--recipe-hero .recipe-content-container .btn-primary {
    display: none;
  }
  .section--recipe-hero .recipe-content-container .recipe-banner {
    padding: 0;
  }
}
.section--recipe-hero .recipe-img-container {
  z-index: 1;
  position: relative;
}
.section--recipe-hero .recipe-banner {
  margin-top: 2.5em;
}
@media (max-width: 959.98px) {
  .section--recipe-hero .recipe-banner {
    margin-top: 1.5em;
  }
}
.section--recipe-hero .recipe-banner img {
  width: 100%;
  max-height: 26rem;
  border-radius: 1rem;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1439.98px) {
  .section--recipe-hero .recipe-banner img {
    max-height: 22rem;
  }
}
@media print {
  .section--recipe-hero .recipe-banner {
    margin-top: 0;
  }
  .section--recipe-hero .recipe-banner img {
    max-height: 12rem;
  }
}

.section--recipe-index-header {
  background-color: #f0e4c9;
  overflow: hidden;
}

.recipe-index-header__slide {
  min-height: 800px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 3em;
  flex-wrap: wrap;
}
@media (max-width: 959.98px) {
  .recipe-index-header__slide {
    padding: 0;
    min-height: 0;
  }
}
.recipe-index-header__slide__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  object-fit: cover;
  object-position: center;
  background-color: #292727;
}
@media (max-width: 959.98px) {
  .recipe-index-header__slide__image {
    position: relative;
  }
}
.recipe-index-header__slide__content-wrapper {
  display: flex;
}
.recipe-index-header__slide__content {
  position: relative;
  z-index: 2;
  background-color: #f0e4c9;
  border: 5px solid #000;
  border-radius: 10px;
  padding: 3.25em 2.75em;
  display: flex;
  flex-direction: column;
  min-height: 375px;
}
@media (max-width: 959.98px) {
  .recipe-index-header__slide__content {
    width: 100%;
    border: none;
    min-height: 0;
    border-radius: 0;
  }
}
.recipe-index-header__slide__content .recipe-index-header-texture {
  background-image: url("../assets/img/menu-texture.svg");
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  object-fit: cover;
  object-position: center;
  background-color: transparent;
  height: 100%;
  width: 100%;
}
.recipe-index-header__slide__content .recipe-index-header-box-attatchment {
  content: "";
  position: absolute;
  bottom: -10.5%;
  left: 50%;
  transform: translate(-50%);
  height: 10%;
  width: 75%;
  background-color: transparent;
}
@media (max-width: 959.98px) {
  .recipe-index-header__slide__content .recipe-index-header-box-attatchment {
    display: none;
  }
}
.recipe-index-header__slide__content__top {
  flex-grow: 1;
  margin-bottom: 2em;
}
.recipe-index-header__slide__content__pre-title {
  color: #a20c33;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 1em;
}
.recipe-index-header__slide__content__title {
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.recipe-index-header__slide__content__bottom {
  display: flex;
  justify-content: space-between;
}
.recipe-index-header__slide__content__info-item__icon {
  color: #a20c33;
}
.recipe-index-header__slide__content__info-item__text {
  text-transform: uppercase;
  font-weight: 600;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  margin-left: 0.5em;
}
.recipe-index-header__slide__content__description a {
  color: #a20c33;
}
.recipe-index-header__slide__content__description a:visited {
  color: #a20c33;
}
.recipe-index-header__slide__content__btn-container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.recipe-index-header__slide__content__btn {
  height: 2.5em;
  width: 2.5em;
  border-width: 4px;
  border-color: #a20c33;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.recipe-index-header__slide__content__btn__icon {
  transform: scale(0.6);
  color: #000;
}
.recipe-index-header__slide__content__btn__icon path {
  fill: #000;
}
.recipe-index-header__slide__content__btn:hover {
  background-color: #a20c33;
  border-color: #a20c33;
}
.recipe-index-header__slide__content__btn:hover:hover .recipe-index-header__slide__content__btn__icon path {
  fill: #fff;
}
.recipe-index-header__slider-pagination {
  margin-bottom: 1.5em;
}
.recipe-index-header__slider-pagination .swiper-pagination-bullet {
  width: 45px;
  height: 8px;
  background-color: #f0e4c9;
  border-radius: 6px;
  margin: 1em 0.5em !important;
}
@media (max-width: 959.98px) {
  .recipe-index-header__slider-pagination {
    position: relative !important;
    background-color: #000;
    margin-bottom: 0;
    bottom: 0 !important;
  }
}

@media print {
  .section--recipe-inspiration {
    display: none;
  }
}
@media (min-width: 960px) {
  .section--recipe-inspiration .swiper-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }
  .section--recipe-inspiration .swiper-wrapper .swiper-slide {
    background-color: transparent;
  }
  .section--recipe-inspiration .swiper-wrapper .swiper-slide.col-md-8 {
    width: 66.6667%;
  }
  .section--recipe-inspiration .swiper-wrapper .swiper-slide.col-md-4 {
    width: 33.3333%;
  }
  .section--recipe-inspiration .swiper-controls {
    display: none;
  }
}
@media (max-width: 959.98px) {
  .section--recipe-inspiration .recipeSwiper {
    padding-bottom: 5rem;
  }
  .section--recipe-inspiration .swiper-controls {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.5em;
    width: 6.5em;
  }
  .section--recipe-inspiration .swiper-controls .swiper-button-prev,
.section--recipe-inspiration .swiper-controls .swiper-button-next {
    border: 0.15em solid #000;
    border-radius: 100%;
    height: 2.5em;
    width: 2.5em;
    color: #000;
    transition: 0.15s ease;
  }
  .section--recipe-inspiration .swiper-controls .swiper-button-prev i,
.section--recipe-inspiration .swiper-controls .swiper-button-prev svg,
.section--recipe-inspiration .swiper-controls .swiper-button-next i,
.section--recipe-inspiration .swiper-controls .swiper-button-next svg {
    font-size: 1rem;
  }
  .section--recipe-inspiration .swiper-controls .swiper-button-prev::after,
.section--recipe-inspiration .swiper-controls .swiper-button-next::after {
    display: none;
  }
  .section--recipe-inspiration .swiper-controls .swiper-button-prev:hover,
.section--recipe-inspiration .swiper-controls .swiper-button-next:hover {
    background-color: #000;
    color: #f7f1e4;
  }
}
.section--recipe-inspiration .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section--recipe-inspiration .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section--recipe-inspiration .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section--recipe-inspiration .recipe-inspo-grid {
  margin: 4rem auto 0;
}
@media (min-width: 960px) {
  .section--recipe-inspiration .recipe-inspo-grid {
    justify-content: center;
  }
}
@media (max-width: 959.98px) {
  .section--recipe-inspiration .recipe-inspo-grid {
    margin: 1rem auto 0;
  }
}
.section--recipe-inspiration .recipe-inspo-grid .btn-forward {
  margin: unset;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #f7f1e4;
  color: #000;
  border-color: #a20c33;
  border-width: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section--recipe-inspiration .recipe-inspo-grid .btn-forward .btn-forward-name {
  display: none;
  visibility: hidden;
}
.section--recipe-inspiration .recipe-inspo-grid .btn-forward .btn-forward-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.section--recipe-inspiration .recipe-inspo-grid .btn-forward .btn-forward-icon svg {
  transform: scale(0.5);
}
.section--recipe-inspiration .recipe-inspo-grid .btn-forward .btn-forward-icon path {
  fill: #000;
}
.section--recipe-inspiration .recipe-inspo-grid .recipe-cta {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 960px) {
  .section--recipe-inspiration .recipe-inspo-grid .recipe-cta {
    margin-bottom: 1rem;
  }
}
.section--recipe-inspiration .recipe-inspo-grid .recipe-cta a {
  width: 100%;
  text-decoration: none;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 0.5rem;
  border: #000 solid 5px;
  text-align: center;
  padding: 0.75rem;
  background-position: 100% 100%;
  transition: 0.25s ease-in-out;
}
.section--recipe-inspiration .recipe-inspo-grid .recipe-cta a .h4 {
  color: #f0e4c9;
  line-height: 1.25;
}
@media (max-width: 1439.98px) {
  .section--recipe-inspiration .recipe-inspo-grid .recipe-cta a .h4 {
    font-size: 1em;
  }
}
.section--recipe-inspiration .recipe-inspo-grid .recipe-cta a span:not(.h4) {
  font-size: 1.25em;
}
.section--recipe-inspiration .recipe-inspo-grid .recipe-cta a .btn-forward {
  border-color: #000;
  margin-top: 1.5rem;
  width: 2.55rem;
  height: 2.55rem;
  border-width: 0.25rem;
}
.section--recipe-inspiration .recipe-inspo-grid .recipe-cta a:hover {
  background-position: 60% 60%;
}
.section--recipe-inspiration .recipe-inspo-grid .recipe-cta a:hover .btn-forward {
  color: #f7f1e4;
  background: #000;
}
.section--recipe-inspiration .recipe-inspo-grid .recipe-cta a:hover:hover .btn-forward-icon svg,
.section--recipe-inspiration .recipe-inspo-grid .recipe-cta a:hover:hover .btn-forward-icon path, .section--recipe-inspiration .recipe-inspo-grid .recipe-cta a:hover:active .btn-forward-icon svg,
.section--recipe-inspiration .recipe-inspo-grid .recipe-cta a:hover:active .btn-forward-icon path {
  fill: #f7f1e4;
  color: #f7f1e4;
}
.section--recipe-inspiration .recipe-inspo-grid .recipe-block {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 960px) {
  .section--recipe-inspiration .recipe-inspo-grid .recipe-block {
    margin-bottom: 1rem;
  }
}
.section--recipe-inspiration .recipe-inspo-grid .recipe-block a {
  background-color: #000;
}
.section--recipe-inspiration .recipe-inspo-grid .recipe-block a:hover .btn-forward {
  color: #f7f1e4 !important;
  background-color: #a20c33 !important;
}

.section--recipe-index {
  background-color: #f7f1e4;
}

.recipe-index__main-title {
  display: block;
  text-align: center;
  padding: 1em 0 0;
}
.recipe-index__template-holder {
  display: none;
  overflow: hidden;
}
.recipe-index__recipe-holder {
  padding: 1.5em 2em 4em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 2em;
  row-gap: 1em;
}
@media (max-width: 959.98px) {
  .recipe-index__recipe-holder {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 666.98px) {
  .recipe-index__recipe-holder {
    grid-template-columns: 1fr;
  }
}
.recipe-index__load-more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 4em;
}
.recipe-index__load-more__button {
  background-color: #a20c33;
  color: #fff;
}
.recipe-index__load-more__button__icon {
  margin-left: 0.5em;
  background-color: #f7f1e4;
  color: #a20c33;
  width: 0.75em;
  height: 0.75em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
  padding: 0.25em;
  border-radius: 100%;
  transition: all 0.3s ease-in-out 0s;
}
.recipe-index__load-more__button:hover, .recipe-index__load-more__button:focus, .recipe-index__load-more__button:disabled {
  background-color: #a20c33;
  color: #fff;
}
.recipe-index__load-more__button:hover .recipe-index__load-more__button__icon, .recipe-index__load-more__button:focus .recipe-index__load-more__button__icon, .recipe-index__load-more__button:disabled .recipe-index__load-more__button__icon {
  background-color: #f0e4c9;
}

.section--related-product-slider {
  padding: 4rem 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.section--related-product-slider p {
  font-size: 1.5em;
}
@media (max-width: 959.98px) {
  .section--related-product-slider p {
    font-size: 1rem;
  }
}
.section--related-product-slider .nav-container {
  position: relative;
  align-items: center;
}
.section--related-product-slider .nav-container .slider-fraction {
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 0.9em;
  color: #000;
  margin-right: 1rem;
}
@media (max-width: 959.98px) {
  .section--related-product-slider {
    text-align: center;
  }
}
.section--related-product-slider .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 959.98px) {
  .section--related-product-slider .swiper-controls {
    justify-content: center;
    margin-top: 2rem;
  }
}
.section--related-product-slider .swiper-controls .swiper-button {
  position: static;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #a20c33;
  color: #fff;
  transition: 0.15s;
  border-radius: 40px;
  height: 2em;
  width: 2em;
  border: 3px solid #000;
}
@media (max-width: 959.98px) {
  .section--related-product-slider .swiper-controls .swiper-button {
    background-color: transparent;
    color: #000;
    height: 2.5em;
    width: 2.5em;
  }
}
.section--related-product-slider .swiper-controls .swiper-button:first-of-type {
  margin-right: 0.5em;
}
.section--related-product-slider .swiper-controls .swiper-button::after {
  content: none;
}
.section--related-product-slider .swiper-controls .swiper-button:hover, .section--related-product-slider .swiper-controls .swiper-button:active {
  background-color: #9a6f13;
  width: 4em;
}
.section--related-product-slider .productSwiper {
  margin-top: 4em;
}
.section--related-product-slider .productSwiper .swiper-pagination-progressbar-fill {
  background: #000 !important;
  display: flex;
  transform-origin: left;
  height: 0.5rem;
  border-radius: 0 10rem 10rem 0;
}
.section--related-product-slider .productSwiper .swiper-pagination {
  width: 100%;
  height: 0.5rem;
  position: relative;
  margin: 3em 0 0;
  background-color: #f0e4c9;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 959.98px) {
  .section--related-product-slider .productSwiper .swiper-pagination {
    margin-top: 1.5em;
  }
}
.section--related-product-slider .productSwiper .swiper-pagination .progress {
  height: inherit;
  left: 0;
  top: 0;
  position: absolute;
  background: #a20c33;
  z-index: 1;
}
.section--related-product-slider .productSwiper .swiper-wrapper {
  display: inline-flex;
}
.section--related-product-slider .productSwiper .swiper-wrapper .product-card {
  margin: 0 20px 0 0 !important;
}
.section--related-product-slider .productSwiper .swiper-wrapper .swiper-slide {
  height: auto;
}
@media (max-width: 959.98px) {
  .section--related-product-slider .productSwiper .swiper-wrapper .swiper-slide {
    margin-right: 10px;
  }
}
@media print {
  .section--related-product-slider {
    display: none;
  }
}

.section--simple-content {
  position: relative;
  z-index: 0;
  height: auto;
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .section--simple-content {
    padding: 0;
  }
}
.section--simple-content .row {
  display: flex;
  flex-flow: column wrap;
}
@media (max-width: 768px) {
  .section--simple-content .row {
    flex-flow: column-reverse wrap;
  }
}
.section--simple-content .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 0;
}
@media (max-width: 1440px) {
  .section--simple-content .container-fluid {
    padding: 0 2rem;
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .section--simple-content .container-fluid {
    padding: 3rem 2rem;
  }
}
.section--simple-content .container-fluid.align-content-left {
  flex-flow: row wrap;
}
@media (max-width: 768px) {
  .section--simple-content .container-fluid.align-content-left {
    flex-flow: column-reverse wrap;
  }
}
.section--simple-content .container-fluid.align-content-right {
  flex-flow: row-reverse wrap;
}
@media (max-width: 768px) {
  .section--simple-content .container-fluid.align-content-right {
    flex-flow: column-reverse wrap;
  }
}
.section--simple-content .container-fluid .simple-content-text {
  padding: 0;
  text-align: left;
}
.section--simple-content .container-fluid .simple-content-text .simple-content-label {
  margin-bottom: 1rem;
}
.section--simple-content .container-fluid .simple-content-text .simple-content-heading {
  margin-bottom: 1rem;
}
.section--simple-content .container-fluid .simple-content-text .simple-content-body {
  margin-bottom: 1.5rem;
}
.section--simple-content .container-fluid .simple-content-image {
  padding: 0;
}
.section--simple-content .container-fluid .simple-content-image img {
  height: 25rem;
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}
.section--simple-content .container-fluid .simple-content-image img.contain {
  object-fit: contain;
}
@media (max-width: 768px) {
  .section--simple-content .container-fluid .simple-content-image img {
    width: 100%;
    height: 15rem;
    margin-bottom: 2rem;
  }
}

#main-nav-search {
  z-index: 10000;
  width: 100%;
}
#main-nav-search .modal-dialog {
  padding-left: 0;
  padding-right: 0;
  max-width: 1320px;
}
#main-nav-search .modal-dialog .row {
  width: 100%;
}
#main-nav-search .modal-dialog .row .col {
  position: relative;
  padding: 3em;
}
#main-nav-search .modal-dialog .row .col .btn-modal-close {
  align-self: flex-end;
  background-color: #a20c33;
  position: absolute;
  top: -3em;
  right: -3em;
  padding: 0;
  max-width: 1.5rem;
  max-height: 1.5em;
  min-width: 1.5rem;
  min-height: 1.5rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  #main-nav-search .modal-dialog .row .col .btn-modal-close {
    top: -2em;
    right: -2em;
  }
}
#main-nav-search .modal-dialog .row .col .btn-modal-close i,
#main-nav-search .modal-dialog .row .col .btn-modal-close svg {
  color: #fff;
  font-size: 0.75em;
}
#main-nav-search .modal-dialog .row .col .btn-modal-close:hover, #main-nav-search .modal-dialog .row .col .btn-modal-close:active {
  background-color: #9a6f13;
}
#main-nav-search .modal-dialog .modal-content {
  min-height: 50vh;
  max-height: 35rem;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  border-radius: 0.7rem;
  z-index: 0;
}
#main-nav-search .modal-dialog .modal-content .bg-position {
  overflow: hidden;
  border-radius: 0.65rem;
}
#main-nav-search .modal-dialog .modal-content .bg-position::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#main-nav-search .modal-dialog .modal-content .search-container {
  width: 80%;
  margin: 0 auto;
}

.search-body .h5 {
  font-size: 1.6667em;
  color: #fff !important;
}
.search-body .post-type-drop {
  position: relative;
  border-right: 3px solid #f0e4c9;
  background-color: #a20c33;
}
.search-body .post-type-drop .nav-icon {
  font-size: 0.5rem;
  color: #f0e4c9;
  position: absolute;
  right: 2em;
  top: 40%;
  margin-left: 0.25em;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(180deg) translateX(-50%);
  transition: 0.15s ease;
}
.search-body .post-type-drop .nav-icon svg {
  fill: #fff;
  color: #fff;
}
@media (min-width: 1440px) {
  .search-body .post-type-drop .nav-icon {
    width: 16px;
    height: 16px;
  }
  .search-body .post-type-drop .nav-icon svg {
    width: 8px;
  }
}
@media (max-width: 1439.98px) {
  .search-body .post-type-drop .nav-icon {
    margin-left: 0.5rem;
  }
  .search-body .post-type-drop .nav-icon svg {
    font-size: 0.7em;
  }
}
.search-body .post-type-drop .select-container {
  appearance: none;
  padding: 0 1.5em 0 0.75em;
  border: none;
  height: 100%;
  text-transform: uppercase;
  position: relative;
  margin: 0 auto;
  color: #fff;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  outline: none;
  font-size: 1.4rem;
  cursor: pointer;
  text-align: center;
}
.search-body .post-type-drop .select-container option {
  background-color: #a20c33;
  color: #fff;
}
@media (max-width: 959.98px) {
  .search-body .post-type-drop .select-container {
    font-size: 1rem;
  }
}
@media (max-width: 666.98px) {
  .search-body .post-type-drop .select-container {
    font-size: 0.667em;
  }
}
.search-body .post-type-drop .select-container::placeholder {
  color: #fff;
  text-transform: uppercase;
}
.search-body .main-search-form {
  border: 3px solid #f0e4c9;
  display: inline-flex;
  overflow: hidden;
  width: 100%;
  position: relative;
  border-radius: 40px;
}
.search-body .main-search-form .search-dropdown {
  background: #a20c33;
  width: 20%;
  border-right: 3px solid #f0e4c9;
}
.search-body .main-search-form .search-dropdown select {
  width: 100%;
  height: 100%;
  background: #a20c33;
  padding: 0.3em 1em;
  color: #fff;
  font-size: 1.25em;
  text-transform: uppercase;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
}
.search-body .main-search-form .main-search-input {
  width: 100%;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-weight: 200;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 1.25em;
  color: #fff;
  padding: 0.5em 1em;
  border: none;
  border-radius: 0 40px 40px 0;
}
@media (max-width: 959.98px) {
  .search-body .main-search-form .main-search-input {
    font-size: 1rem;
  }
}
@media (max-width: 666.98px) {
  .search-body .main-search-form .main-search-input {
    font-size: 0.667em;
    padding: 1em;
  }
}
.search-body .main-search-form .main-search-input::placeholder {
  color: #fff;
  text-transform: uppercase;
}
.search-body .main-search-form .main-search-submit {
  border-radius: 100%;
  background: #a20c33;
  color: #fff;
  width: 2.25em;
  height: 2.25em;
  border: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.search-body .main-search-form .main-search-submit svg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 959.98px) {
  .search-body .main-search-form .main-search-submit svg {
    font-size: 0.9em;
  }
}
@media (max-width: 959.98px) {
  .search-body .main-search-form .main-search-submit {
    width: 1.75em;
    height: 1.75em;
  }
}
@media (max-width: 666.98px) {
  .search-body .main-search-form .main-search-submit {
    width: 1.5em;
    height: 1.5em;
  }
}
.search-body .main-search-form .main-search-submit:hover {
  background-color: #9a6f13;
}

.section--search-body {
  padding: 2rem 0 4rem;
}
.section--search-body .result-blurb {
  font-size: 1.5em;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-weight: 200;
}
@media (max-width: 767.98px) {
  .section--search-body .result-blurb {
    font-size: 1.1111em;
  }
}
.section--search-body .result-blurb span {
  font-weight: 600;
  color: #a20c33;
}
.section--search-body .no-gutter {
  padding: 0;
  margin: 0 auto;
}
.section--search-body .search__load-more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 4em;
}
.section--search-body .search__load-more__button {
  background-color: #a20c33;
  color: #fff;
}
.section--search-body .search__load-more__button__icon {
  margin-left: 0.5em;
  background-color: #f7f1e4;
  color: #a20c33;
  width: 0.75em;
  height: 0.75em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
  padding: 0.25em;
  border-radius: 100%;
  transition: all 0.3s ease-in-out 0s;
}
.section--search-body .search__load-more__button:hover, .section--search-body .search__load-more__button:focus, .section--search-body .search__load-more__button:disabled {
  background-color: #a20c33;
  color: #fff;
}
.section--search-body .search__load-more__button:hover .recipe-index__load-more__button__icon, .section--search-body .search__load-more__button:focus .recipe-index__load-more__button__icon, .section--search-body .search__load-more__button:disabled .recipe-index__load-more__button__icon {
  background-color: #f0e4c9;
}
.section--search-body .search-result {
  text-decoration: none;
  position: relative;
  padding: 3em 0;
}
@media (max-width: 767.98px) {
  .section--search-body .search-result {
    font-size: 1.1111em;
    padding: 2em 0;
  }
}
.section--search-body .search-result__template-holder {
  display: none;
  overflow: hidden;
}
.section--search-body .search-result a {
  text-decoration: none;
}
.section--search-body .search-result a .h4 {
  line-height: 1.25;
}
.section--search-body .search-result a:hover .h4 {
  color: #9a6f13;
}
.section--search-body .search-result:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  background: #000;
  width: calc(100% - 2rem);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section--search-body .search-result .post-cat {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  color: #a20c33;
  margin-bottom: 1rem;
}
.section--search-body .search-result p {
  font-size: 1rem;
  margin: 0;
}
@media (max-width: 767.98px) {
  .section--search-body .search-result p {
    font-size: 1.1111em;
  }
}
.section--search-body .search-result img {
  object-fit: cover;
  width: 100%;
  max-height: 10rem;
  border-radius: 0.75rem;
}
@media (max-width: 767.98px) {
  .section--search-body .search-result img {
    margin-bottom: 1.5rem;
  }
}
.section--search-body .navigation.pagination {
  justify-content: center;
  align-items: center;
  font-size: 1em;
  font-weight: 700;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
}
.section--search-body .navigation.pagination .page-numbers {
  margin: 0 0.2em;
}

.section--search-header {
  min-height: 18rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
}
@media (min-width: 960px) {
  .section--search-header {
    min-height: 25rem;
  }
}
@media (max-width: 959.98px) {
  .section--search-header .h5 {
    font-size: 1.3889em;
  }
}
@media (max-width: 666.98px) {
  .section--search-header .h5 {
    font-size: 1rem;
    text-align: center;
  }
}

.bg-position {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-position img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.module--qr-header {
  text-align: center;
  background-color: #292727;
  color: #fff;
  padding: 3em 1em;
  position: relative;
}

.qr-header__image-holder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  overflow: hidden;
}
.qr-header__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.qr-header__container {
  z-index: 2;
  position: relative;
}
.qr-header__sub-title {
  color: #f0e4c9;
  font-family: "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 1em;
}
.qr-header__title {
  font-family: "IntegralCF", "tablet-gothic-condensed", "Helvetica", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5em;
  margin-bottom: 2em;
}
.qr-header__scroll-down-button {
  margin: 0 auto;
  transform: rotate(180deg);
}

@media (max-width: 767.98px) {
  .qr-landing-template .cooking-instructions-title-bar {
    display: none;
  }
}

/*# sourceMappingURL=index.css.map */
