@font-face {
  font-family: "Nexa Rust Black";
  src: url("/wp-content/themes/kennedys-meat-company/assets/fonts/Nexa-Rust-Sans-Black.woff2") format("woff2"), url("/wp-content/themes/kennedys-meat-company/assets/fonts/Nexa-Rust-Sans-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Nexa Rust Script";
  src: url("/wp-content/themes/kennedys-meat-company/assets/fonts/Nexa-Script-Light.woff2") format("woff2"), url("/wp-content/themes/kennedys-meat-company/assets/fonts/Nexa-Script-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SF Compact Medium";
  src: url("/wp-content/themes/kennedys-meat-company/assets/fonts/SF-Compact-Display-Medium.woff2") format("woff2"), url("/wp-content/themes/kennedys-meat-company/assets/fonts/SF-Compact-Display-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Compact Bold";
  src: url("/wp-content/themes/kennedys-meat-company/assets/fonts/SF-Compact-Display-Bold.woff2") format("woff2"), url("/wp-content/themes/kennedys-meat-company/assets/fonts/SF-Compact-Display-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
h1 {
  font-size: 52px;
  font-family: "Nexa Rust Black", "Arial";
  color: #1e1e1e;
}
@media only screen and (max-width: 890px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 38px;
  font-family: "Nexa Rust Black", "Arial";
  color: #1e1e1e;
}
h2.script {
  font-family: "Nexa Rust Script", "Brush Script MT";
  font-size: 52px;
}
@media only screen and (max-width: 890px) {
  h2.script {
    font-size: 48px;
  }
}
@media only screen and (max-width: 890px) {
  h2 {
    font-size: 34px;
  }
}

h3 {
  font-size: 20px;
  font-family: "Nexa Rust Black", "Arial";
  color: #1e1e1e;
}
h3.script {
  font-family: "Nexa Rust Script", "Brush Script MT";
  font-size: 32px;
  color: rgba(30, 30, 30, 0.5);
}
@media only screen and (max-width: 890px) {
  h3.script {
    font-size: 28px;
  }
}
@media only screen and (max-width: 890px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-size: 26px;
  font-family: "SF Compact Medium", sans-serif;
  color: #1e1e1e;
  line-height: normal;
}
@media only screen and (max-width: 890px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 16px;
  font-family: "SF Compact Medium", sans-serif;
  color: #1e1e1e;
  line-height: normal;
}
@media only screen and (max-width: 890px) {
  h5 {
    font-size: 14px;
  }
}

h6 {
  font-size: 16px;
  font-family: "SF Compact Bold", sans-serif;
  color: #1e1e1e;
  text-transform: uppercase;
  line-height: normal;
}
@media only screen and (max-width: 890px) {
  h6 {
    font-size: 14px;
  }
}

p {
  font-size: 20px;
  font-family: "SF Compact Medium", sans-serif;
  line-height: normal;
}
p.price-tag {
  display: none;
  padding: 4px 16px;
  border-radius: 100px;
  background-color: #b30606;
  color: #ffffff;
  font-family: "SF Compact Bold", sans-serif;
  font-size: 16px;
}
p.price-tag.--large {
  padding: 4px 20px;
  font-size: 26px;
}
@media only screen and (max-width: 890px) {
  p.price-tag.--large {
    font-size: 22px;
  }
}
@media only screen and (max-width: 890px) {
  p.price-tag {
    font-size: 14px;
  }
}
@media only screen and (max-width: 890px) {
  p {
    font-size: 16px;
  }
}

a {
  color: #b30606;
}
a:hover {
  color: #b30606;
}
a.button {
  font-size: 20px;
  font-family: "Nexa Rust Black", "Arial";
  background-color: #b30606;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 100px;
}
a.button:hover {
  text-decoration: none;
  transform: scale(1.1);
}
@media only screen and (max-width: 890px) {
  a.button {
    font-size: 16px;
  }
}
a.button.--disabled {
  pointer-events: none;
  -webkit-filter: grayscale(1);
  opacity: 0.5;
}

body, h1, h2, h3, h4, h5, h6, p, * {
  margin: 0;
  padding: 0;
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.0.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
* {
  transition: all 0.15s ease;
}

:root {
  --animate-duration:1s;
  --animate-delay:1s;
  --animate-repeat:1;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animated.repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
  animation-iteration-count: calc(var(--animate-repeat)*2);
}

.animated.repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
  animation-iteration-count: calc(var(--animate-repeat)*3);
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay)*2);
  animation-delay: calc(var(--animate-delay)*2);
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay)*3);
  animation-delay: calc(var(--animate-delay)*3);
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay)*4);
  animation-delay: calc(var(--animate-delay)*4);
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay)*5);
  animation-delay: calc(var(--animate-delay)*5);
}

.animated.faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration)/2);
  animation-duration: calc(var(--animate-duration)/2);
}

.animated.fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.8);
  animation-duration: calc(var(--animate-duration)*0.8);
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2);
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration)*3);
  animation-duration: calc(var(--animate-duration)*3);
}

@media (prefers-reduced-motion: reduce), print {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animated[class*=Out] {
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration)*1.3);
  animation-duration: calc(var(--animate-duration)*1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

header {
  background-color: #1e1e1e;
  border-bottom: 2px solid #383838;
  padding: 0px 10px;
  position: fixed;
  width: 100%;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
@media only screen and (max-width: 800px) {
  header .content {
    justify-content: center;
    flex-direction: column;
  }
}
header .logo {
  position: relative;
}
@media only screen and (max-width: 800px) {
  header .logo {
    width: 100%;
  }
}
header .logo img {
  height: 92px;
  padding: 6px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 800px) {
  header .logo img {
    height: 86px;
    margin: 6px 0px;
  }
}
header .store-switcher-container {
  position: absolute;
  bottom: 18px;
  left: 82px;
  width: 138px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 800px) {
  header .store-switcher-container {
    left: 76px;
    width: 128px;
  }
}
header .store-switcher {
  font-size: 20px;
  font-family: "Nexa Rust Black", "Arial";
  color: #1e1e1e;
  color: #ffffff;
  font-size: 14px !important;
  padding-right: 15px;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
header .store-switcher.script {
  font-family: "Nexa Rust Script", "Brush Script MT";
  font-size: 32px;
  color: rgba(30, 30, 30, 0.5);
}
@media only screen and (max-width: 890px) {
  header .store-switcher.script {
    font-size: 28px;
  }
}
@media only screen and (max-width: 890px) {
  header .store-switcher {
    font-size: 16px;
  }
}
header .store-switcher:hover {
  transform: scale(1.1);
}
header .store-switcher::after {
  content: "";
  background-image: url("/wp-content/themes/kennedys-meat-company/assets/icons/right-arrow-white.svg");
  background-size: contain;
  height: 14px;
  width: 12px;
  position: absolute;
  right: 0px;
  transform: rotate(90deg);
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 1px;
}
header .mobile-nav-toggle {
  position: absolute;
  right: 20px;
  top: 35px;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 800px) {
  header .mobile-nav-toggle {
    display: block;
  }
}
header .mobile-nav-toggle.--open .line.--top {
  margin-top: 13px;
  transform: rotate(-45deg);
}
header .mobile-nav-toggle.--open .line.--center {
  opacity: 0;
}
header .mobile-nav-toggle.--open .line.--bottom {
  margin-top: -22px;
  transform: rotate(45deg);
}
header .mobile-nav-toggle .line {
  background-color: #ffffff;
  width: 32px;
  height: 5px;
  border-radius: 100px;
}
header .mobile-nav-toggle .line.--center {
  margin: 6px 0px;
}
@media only screen and (max-width: 800px) {
  header nav {
    pointer-events: none;
    height: 0px;
    opacity: 0;
    display: flex;
    align-items: center;
  }
  header nav.--active {
    height: calc(100vh - 100px);
    opacity: 1;
    pointer-events: all;
  }
}
header nav ul {
  list-style: none;
  display: flex;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  header nav ul {
    flex-direction: column;
    margin: 20px 0px 100px 0px;
  }
}
header nav ul li {
  position: relative;
}
@media only screen and (max-width: 800px) {
  header nav ul li {
    width: fit-content;
    margin: 14px auto;
  }
}
header nav ul li a {
  font-size: 20px;
  font-family: "Nexa Rust Black", "Arial";
  color: #1e1e1e;
  padding: 8px;
  color: #ffffff;
}
header nav ul li a.script {
  font-family: "Nexa Rust Script", "Brush Script MT";
  font-size: 32px;
  color: rgba(30, 30, 30, 0.5);
}
@media only screen and (max-width: 890px) {
  header nav ul li a.script {
    font-size: 28px;
  }
}
@media only screen and (max-width: 890px) {
  header nav ul li a {
    font-size: 16px;
  }
}
header nav ul li a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 800px) {
  header nav ul li a {
    font-size: 20px;
  }
}
header nav ul li:hover {
  margin-top: -5px;
}
@media only screen and (max-width: 800px) {
  header nav ul li:hover {
    margin-top: 14px;
  }
}
header nav ul li.active:not(.nav-highlight) {
  margin-top: -5px;
}
@media only screen and (max-width: 800px) {
  header nav ul li.active:not(.nav-highlight) {
    margin-top: 14px;
  }
}
header nav ul li.active:not(.nav-highlight):hover a {
  color: #ffffff;
}
header nav ul li.active:not(.nav-highlight):before {
  content: "";
  background-color: #b30606;
  width: 50%;
  height: 6px;
  display: block;
  position: absolute;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  left: 8px;
  bottom: 0px;
}
header nav ul li.active:not(.nav-highlight):after {
  content: "";
  background-color: #b30606;
  width: 50%;
  height: 6px;
  display: block;
  position: absolute;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  right: 8px;
  bottom: 0px;
}
@media only screen and (max-width: 800px) {
  header nav ul li.nav-highlight {
    margin-top: 20px;
  }
}
header nav ul li.nav-highlight:hover {
  transform: scale(1.1);
  margin-top: unset;
}
@media only screen and (max-width: 800px) {
  header nav ul li.nav-highlight:hover {
    margin-top: 20px;
  }
}
header nav ul li.nav-highlight a {
  font-size: 20px;
  font-family: "Nexa Rust Black", "Arial";
  color: #1e1e1e;
  padding: 10px 20px;
  margin-left: 5px;
  background-color: #b30606;
  color: #ffffff;
  border-radius: 100px;
}
header nav ul li.nav-highlight a.script {
  font-family: "Nexa Rust Script", "Brush Script MT";
  font-size: 32px;
  color: rgba(30, 30, 30, 0.5);
}
@media only screen and (max-width: 890px) {
  header nav ul li.nav-highlight a.script {
    font-size: 28px;
  }
}
@media only screen and (max-width: 890px) {
  header nav ul li.nav-highlight a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 800px) {
  header nav ul li.nav-highlight a {
    font-size: 20px;
  }
}
header nav ul li.active.nav-highlight:hover {
  transform: unset;
  margin-top: unset;
}
header nav ul li.active.nav-highlight a {
  background-color: unset;
  color: #ffffff;
  border: 3px solid #b30606;
}

.contact-cta {
  position: fixed;
  z-index: 11;
  bottom: 1.75em;
  right: 2em;
  background-color: #b30606;
  border-radius: 100%;
  padding: 0.75em;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: inline-block;
  opacity: 0;
  pointer-events: none;
}
.contact-cta.active {
  opacity: 1;
  pointer-events: unset;
}
.contact-cta:hover {
  -webkit-transform: scale(1.2) rotate(30deg);
  transform: scale(1.2) rotate(30deg);
}
.contact-cta img {
  pointer-events: none;
  width: 1.5em;
  height: auto;
}

.highlight {
  position: relative;
  margin-left: 15px;
  border-left: 6px solid #b30606;
  padding-left: 12px;
  text-align: left;
}
.highlight:before {
  content: "";
  background-color: #b30606;
  width: 6px;
  height: 10px;
  display: block;
  position: absolute;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  left: -6px;
  top: -3px;
}
.highlight:after {
  content: "";
  background-color: #b30606;
  width: 6px;
  height: 10px;
  display: block;
  position: absolute;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  left: -6px;
  bottom: -6px;
}
.highlight.--dark-bar {
  border-left: 6px solid #1e1e1e;
}
.highlight.--dark-bar:before, .highlight.--dark-bar:after {
  background-color: #1e1e1e;
}
.highlight a {
  color: inherit;
}
.highlight a:hover {
  text-decoration: none;
}
.highlight a:hover:after {
  transition: all 0.15s ease;
  margin-left: 10px;
}
.highlight a:after {
  width: 15px;
  height: 20px;
  content: "";
  background-image: url("/wp-content/themes/kennedys-meat-company/assets/icons/right-arrow.svg");
  position: absolute;
  background-repeat: no-repeat;
  margin-top: 5px;
  margin-left: 4px;
}
@media only screen and (max-width: 890px) {
  .highlight a:after {
    height: 10px;
  }
}
.highlight.--light-text {
  color: #ffffff;
}
.highlight.--light-text a:after {
  background-image: url("/wp-content/themes/kennedys-meat-company/assets/icons/right-arrow-white.svg");
}

main {
  padding-top: 100px;
}
main.--no-navigation {
  padding-top: unset;
}

.content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 65px 20px;
  width: 100%;
}

img.svg {
  visibility: hidden;
}

.modal-overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 11;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  animation-name: fadeIn;
  animation-duration: 1s;
}
.modal-overlay.--open {
  display: flex;
}

.modal-open {
  overflow: hidden;
}

.divider {
  width: 100px;
  padding-top: 30px;
  margin: 0px auto 30px auto;
  position: relative;
}
.divider:before {
  content: "";
  background-color: #b30606;
  width: 50%;
  height: 6px;
  display: block;
  position: absolute;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  left: 0px;
  bottom: 0px;
}
.divider:after {
  content: "";
  background-color: #b30606;
  width: 50%;
  height: 6px;
  display: block;
  position: absolute;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  right: 0px;
  bottom: 0px;
}

.content-slider.content {
  position: relative;
  padding: 40px 0px;
}
.content-slider.content img.button {
  position: absolute;
  height: 30px;
  z-index: 1;
  top: calc(50% - 15px);
  display: none;
  opacity: 0.75;
}
.content-slider.content img.button.active {
  display: block;
}
.content-slider.content img.button.--prev {
  transform: rotate(180deg);
  left: 20px;
}
.content-slider.content img.button.--prev:hover {
  transform: scale(1.2) rotate(180deg);
}
.content-slider.content img.button.--next {
  right: 20px;
}
.content-slider.content img.button:hover {
  cursor: pointer;
  transform: scale(1.2);
  opacity: 1;
}
.content-slider.content.is-not-start:before {
  content: " ";
  background: linear-gradient(to right, #1e1e1e, rgba(30, 30, 30, 0));
  height: 100%;
  width: 100px;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}
.content-slider.content.is-not-end:after {
  content: " ";
  background: linear-gradient(to left, #1e1e1e, rgba(30, 30, 30, 0));
  height: 100%;
  width: 100px;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
}
.content-slider.content ul {
  list-style: none;
  margin-bottom: unset;
  display: flex;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
  scroll-behavior: smooth;
  width: fit-content;
  margin: 0 auto;
  max-width: 100%;
}
.content-slider.content ul::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.content-slider.content ul a:hover {
  text-decoration: none;
}
.content-slider.content ul li {
  margin: 25px 25px 25px 0px;
}
.content-slider.content ul li:first-child {
  margin-left: 25px;
}
.content-slider.--hidden {
  display: none !important;
}

.open-content > *[class*=wp-block-]:first-child {
  margin-top: 65px;
}
.open-content > *[class*=wp-block-]:last-child {
  margin-bottom: 65px;
}
.open-content *[class*=wp-block-] {
  max-width: 1200px;
  margin: 0px auto;
}
.open-content *[class*=wp-block-] h1, .open-content *[class*=wp-block-] h2, .open-content *[class*=wp-block-] h3, .open-content *[class*=wp-block-] h4, .open-content *[class*=wp-block-] h5, .open-content *[class*=wp-block-] h6, .open-content *[class*=wp-block-] p {
  margin-bottom: 15px;
}
.open-content *[class*=wp-block-] ul, .open-content *[class*=wp-block-] ol {
  margin-left: 35px;
  font-size: 20px;
  font-family: "SF Compact Medium", sans-serif;
  line-height: normal;
}
.open-content *[class*=wp-block-] ul.price-tag, .open-content *[class*=wp-block-] ol.price-tag {
  display: none;
  padding: 4px 16px;
  border-radius: 100px;
  background-color: #b30606;
  color: #ffffff;
  font-family: "SF Compact Bold", sans-serif;
  font-size: 16px;
}
.open-content *[class*=wp-block-] ul.price-tag.--large, .open-content *[class*=wp-block-] ol.price-tag.--large {
  padding: 4px 20px;
  font-size: 26px;
}
@media only screen and (max-width: 890px) {
  .open-content *[class*=wp-block-] ul.price-tag.--large, .open-content *[class*=wp-block-] ol.price-tag.--large {
    font-size: 22px;
  }
}
@media only screen and (max-width: 890px) {
  .open-content *[class*=wp-block-] ul.price-tag, .open-content *[class*=wp-block-] ol.price-tag {
    font-size: 14px;
  }
}
@media only screen and (max-width: 890px) {
  .open-content *[class*=wp-block-] ul, .open-content *[class*=wp-block-] ol {
    font-size: 16px;
  }
}
.open-content *[class*=wp-block-]:not([class*=wp-block-group]):not([class*=wp-block-column]) {
  padding-left: 20px;
  padding-right: 20px;
}
.open-content *[class*=wp-block-] + .block {
  margin-top: 65px;
}
.open-content .block + *[class*=wp-block-] {
  margin-top: 65px;
}

.ff-stream .ff-stream-wrapper {
  z-index: 1;
  max-width: 1200px;
  margin: 45px auto;
}
.ff-stream .ff-btn {
  font-size: 20px;
  font-family: "Nexa Rust Black", "Arial";
  background-color: #b30606 !important;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 100px !important;
  margin: 0px 0px 15px 0px !important;
}
.ff-stream .ff-btn:hover {
  text-decoration: none;
  transform: scale(1.1);
}
.ff-stream .ff-icon-inner {
  padding: 3px 12px !important;
}

.js-template {
  display: none;
}

.loading {
  background-color: #ffffff;
  padding: 10px 22px;
  border-radius: 100px;
  height: fit-content;
  display: inline-flex;
}
.loading.--hidden {
  display: none;
}
.loading .loading-ring {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.loading .loading-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  margin: 0px;
  border: 4px solid #1e1e1e;
  border-radius: 50%;
  animation: loading-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #1e1e1e transparent transparent transparent;
}
.loading .loading-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.loading .loading-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.loading .loading-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes loading-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.download-menu-banner {
  position: fixed;
  background-color: #1e1e1e;
  bottom: 1.75em;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  padding: 7px 1em;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.download-menu-banner .link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.download-menu-banner .pdf-icon {
  height: 34px;
  margin-right: 8px;
}
.download-menu-banner h3 {
  display: none;
  color: #ffffff;
  max-width: 150px;
}
.download-menu-banner .download-icon {
  display: none;
  height: 34px;
}
.download-menu-banner:hover {
  padding: 14px 22px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.download-menu-banner:hover .pdf-icon {
  height: 50px;
  margin-right: 16px;
}
.download-menu-banner:hover h3 {
  display: block;
}
.download-menu-banner:hover .download-icon {
  display: block;
}

footer .social-cta {
  background-color: #1e1e1e;
}
footer .social-cta .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 675px) {
  footer .social-cta .content {
    display: block;
    text-align: center;
  }
}
footer .social-cta h2 {
  color: #ffffff;
}
footer .social-cta ul {
  display: flex;
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0px;
}
@media only screen and (max-width: 675px) {
  footer .social-cta ul {
    display: inline-block;
    padding-top: 40px;
  }
}
footer .social-cta ul li {
  display: inline-block;
  border-radius: 100px;
  background-color: black;
  height: 55px;
  width: 55px;
}
footer .social-cta ul li:hover {
  transform: scale(1.2);
}
footer .social-cta ul li:not(:last-child) {
  margin-right: 15px;
}
footer .social-cta ul li a svg {
  width: 55px;
  height: 55px;
  padding: 13px;
  fill: rgba(255, 255, 255, 0.5);
}
footer .social-cta ul li a:hover svg.yelp {
  fill: #C41200;
}
footer .social-cta ul li a:hover svg.instagram {
  fill: #E1306C;
}
footer .social-cta ul li a:hover svg.facebook {
  fill: #3B5998;
}
footer .main-footer {
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
footer .main-footer .content {
  display: flex;
  padding-bottom: 30px;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 675px) {
  footer .main-footer .content {
    display: block;
    text-align: center;
  }
}
footer .main-footer img.logo {
  opacity: 0.1;
  width: 100%;
  max-width: 450px;
}
@media only screen and (max-width: 992px) {
  footer .main-footer img.logo {
    max-width: 400px;
  }
}
@media only screen and (max-width: 790px) {
  footer .main-footer img.logo {
    max-width: 350px;
  }
}
@media only screen and (max-width: 675px) {
  footer .main-footer img.logo {
    opacity: 0.2;
    max-width: 50px;
  }
}
footer .main-footer .sign-up {
  margin-left: -35px;
}
footer .main-footer .sign-up img.email-cta {
  width: 100%;
  max-width: 500px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 675px) {
  footer .main-footer .sign-up img.email-cta {
    max-width: 350px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 675px) {
  footer .main-footer .sign-up {
    margin-left: 0px;
  }
}
footer .main-footer .highlight {
  margin-left: 32px;
  margin-bottom: 30px;
  max-width: 450px;
}
@media only screen and (max-width: 675px) {
  footer .main-footer .highlight {
    max-width: 300px;
    margin: 40px auto 60px;
  }
}
footer .main-footer p.copyright {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
}
@media only screen and (max-width: 675px) {
  footer .main-footer p.copyright {
    width: 100%;
  }
}

.hero-home {
  height: calc(100vh - 148px);
  background-size: cover;
  background-position: center;
}
.logged-in .hero-home {
  height: calc(100vh - 180px);
}

.hero-home .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 160px;
}
.hero-home h1 {
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 0px 0px 10px #000000;
}
.hero-home h3.script {
  color: #ffffff;
  text-shadow: 0px 0px 10px #000000;
}
.hero-home .highlight {
  max-width: 520px;
  color: #ffffff;
  text-shadow: 0px 0px 10px #000000;
}

.hero-detail {
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero-detail .content {
  padding-top: 85px;
  padding-bottom: 85px;
}
.hero-detail h1 {
  color: #ffffff;
  text-shadow: 0px 0px 10px #000000;
}
.hero-detail p {
  max-width: 550px;
  margin: 0 auto;
  color: #ffffff;
  text-shadow: 0px 0px 10px #000000;
}
.order-status-bar:not(.--hidden) + .hero-detail {
  margin-top: 49px;
}

.modal-sign-up.--hide {
  animation-name: fadeOut;
}
.modal-sign-up .--hidden {
  opacity: 0;
  pointer-events: none;
}
.modal-sign-up .close-button {
  position: absolute;
  top: 20px;
  z-index: 1;
  left: 20px;
  height: 45px;
  width: 45px;
}
.modal-sign-up .close-button img {
  pointer-events: none;
}
.modal-sign-up .modal-container {
  background-color: #ffffff;
  text-align: center;
  padding: 25px;
  padding-top: 75px;
  border-radius: 20px;
  position: relative;
  animation-duration: 0.75s;
  animation-name: fadeInUp;
}
.modal-sign-up .modal-container.--hide {
  animation-name: fadeOutDown;
}
.modal-sign-up .modal-container p {
  font-size: 16px;
  max-width: 300px;
  margin: 15px auto;
}
.modal-sign-up .modal-container .image-container {
  background-color: #b30606;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  padding: 24px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.modal-sign-up .modal-container .image-container img {
  width: 100%;
  height: 100%;
  padding-bottom: 3px;
}
.modal-sign-up .modal-container .status-area {
  display: flex;
  position: absolute;
  width: calc(100% - 50px);
  margin-top: 12px;
  height: 100px;
  z-index: 1;
  align-items: center;
}
.modal-sign-up .modal-container form {
  max-width: 242px;
  margin: 30px auto;
}
.modal-sign-up .modal-container form .input-container {
  width: 100%;
  padding: 10px 0px 10px 44px;
  border: 2px solid #dddddd;
  position: relative;
}
.modal-sign-up .modal-container form .input-container:first-child {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.modal-sign-up .modal-container form .input-container:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.modal-sign-up .modal-container form .input-container svg {
  height: 16px;
  width: 16px;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  fill: rgba(30, 30, 30, 0.5);
}
.modal-sign-up .modal-container form .input-container.--active svg {
  fill: #b30606;
}
.modal-sign-up .modal-container form .input-container.--active.--valid svg, .modal-sign-up .modal-container form .input-container.--valid svg {
  fill: green;
}
.modal-sign-up .modal-container form input[type=text] {
  border: none;
  width: 100%;
}
.modal-sign-up .modal-container form input[type=text]:focus {
  outline: none;
}
.modal-sign-up .modal-container a.button {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  display: inline-block;
}

.modal-kennedys-rewards.--hide {
  animation-name: fadeOut;
}
.modal-kennedys-rewards .--hidden {
  opacity: 0;
  pointer-events: none;
}
.modal-kennedys-rewards .close-button {
  position: absolute;
  top: 20px;
  z-index: 1;
  left: 20px;
  height: 45px;
  width: 45px;
}
.modal-kennedys-rewards .close-button img {
  pointer-events: none;
}
.modal-kennedys-rewards .modal-container {
  background-color: #f2f2f2;
  text-align: center;
  padding: 40px;
  border-radius: 20px;
  position: relative;
  animation-duration: 0.75s;
  animation-name: fadeInUp;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .modal-kennedys-rewards .modal-container {
    padding: 25px;
  }
}
.modal-kennedys-rewards .modal-container.--hide {
  animation-name: fadeOutDown;
}
.modal-kennedys-rewards .modal-container .--hidden {
  display: none;
}
.modal-kennedys-rewards .modal-container .instruction-container {
  width: 252px;
  margin-left: 40px;
}
.modal-kennedys-rewards .modal-container .instruction-container h3 {
  max-width: 180px;
  margin: 0px auto 14px auto;
  position: relative;
}
.modal-kennedys-rewards .modal-container .instruction-container h3:before {
  content: "";
  background-image: url("/wp-content/themes/kennedys-meat-company/assets/icons/arrow.svg");
  position: absolute;
  height: 34px;
  width: 34px;
  background-size: cover;
  left: -28px;
  top: 39px;
  transform: rotate(340deg);
}
.modal-kennedys-rewards .modal-container .instruction-container .instruction-square {
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  border-radius: 14px;
  display: inline-block;
  margin-bottom: 16px;
}
.modal-kennedys-rewards .modal-container .instruction-container .instruction-square img {
  width: 200px;
  height: 200px;
}
.modal-kennedys-rewards .modal-container .content-container h3.script {
  font-size: 26px;
}
.modal-kennedys-rewards .modal-container .content-container h4 {
  font-weight: bold;
  font-size: 28px;
}
.modal-kennedys-rewards .modal-container .content-container p {
  font-size: 16px;
  max-width: 275px;
  margin: 20px auto;
}
.modal-kennedys-rewards .modal-container .content-container .image-container {
  width: 80px;
  height: 80px;
  margin: 20px auto;
}
.modal-kennedys-rewards .modal-container .content-container .image-container img {
  width: 100%;
  height: 100%;
  padding-bottom: 3px;
}
.modal-kennedys-rewards .modal-container a.button {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  display: inline-block;
}

.modal-order.--hide {
  animation-name: fadeOut;
}
.modal-order .modal-container {
  background-color: #1e1e1e;
  animation-duration: 0.75s;
  animation-name: zoomIn;
  width: 100%;
  height: 100vh;
  display: flex;
}
@media only screen and (max-width: 875px) {
  .modal-order .modal-container {
    flex-direction: column-reverse;
    overflow: scroll;
  }
}
.modal-order .modal-container.--hide {
  animation-name: zoomOut;
}
.modal-order .modal-container .sidebar-container {
  background-color: #b30606;
  height: 100vh;
  flex-basis: 30%;
  text-align: center;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 875px) {
  .modal-order .modal-container .sidebar-container {
    height: unset;
    flex-basis: unset;
    padding-bottom: 100px;
  }
}
.modal-order .modal-container .sidebar-container h2, .modal-order .modal-container .sidebar-container p {
  color: #ffffff;
}
.modal-order .modal-container .sidebar-container .header {
  margin-bottom: 20px;
}
@media only screen and (max-width: 500px) {
  .modal-order .modal-container .sidebar-container .header {
    flex-direction: column;
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  .modal-order .modal-container .sidebar-container .header h2 {
    padding-right: unset;
    margin-bottom: 30px;
  }
}
.modal-order .modal-container .sidebar-container .header img.logo {
  height: 40px;
  margin: 10px;
  margin-bottom: 15px;
}
.modal-order .modal-container .sidebar-container .items-container {
  flex-basis: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 875px) {
  .modal-order .modal-container .sidebar-container .items-container {
    flex-basis: unset;
  }
}
.modal-order .modal-container .sidebar-container .items-container p.empty {
  max-width: 220px;
  margin: 0 auto;
}
.modal-order .modal-container .sidebar-container .items-container p.empty.--hidden {
  display: none;
}
.modal-order .modal-container .sidebar-container .items-container .items {
  overflow: scroll;
  max-height: calc(100vh - 330px);
  width: 320px;
  margin: 0 auto;
}
.modal-order .modal-container .sidebar-container .items-container .items.--hidden {
  display: none;
}
.modal-order .modal-container .sidebar-container .items-container .items .item {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 10px;
}
.modal-order .modal-container .sidebar-container .items-container .items .item:not(:first-child) {
  margin-top: 20px;
}
.modal-order .modal-container .sidebar-container .items-container .items .item .item-info {
  display: flex;
  align-items: center;
  text-align: left;
  padding-bottom: 10px;
}
.modal-order .modal-container .sidebar-container .items-container .items .item .item-info img {
  width: 100px;
  border-radius: 12px;
  margin-right: 15px;
  align-self: flex-start;
}
.modal-order .modal-container .sidebar-container .items-container .items .item .item-info .item-content p {
  font-size: 15px;
  color: #919191;
}
.modal-order .modal-container .sidebar-container .items-container .items .item .item-meta {
  display: flex;
  justify-content: center;
}
.modal-order .modal-container .sidebar-container .items-container .items .item .item-meta .quantity-select {
  display: flex;
  border: 2px solid #919191;
  align-items: center;
  padding: 0px 12px;
  border-radius: 100px;
  margin-left: 10px;
}
.modal-order .modal-container .sidebar-container .items-container .items .item .item-meta .quantity-select img {
  height: 14px;
}
.modal-order .modal-container .sidebar-container .items-container .items .item .item-meta .quantity-select img:hover {
  transform: scale(1.2);
  cursor: pointer;
}
.modal-order .modal-container .sidebar-container .items-container .items .item .item-meta .quantity-select p {
  padding: 0px 10px;
  font-size: 15px;
  color: #919191;
}
.modal-order .modal-container .sidebar-container .close-button {
  margin-top: 20px;
  position: relative;
}
.modal-order .modal-container .sidebar-container .close-button a {
  color: #ffffff;
  margin-left: 9px;
}
.modal-order .modal-container .sidebar-container .close-button a:before {
  width: 15px;
  height: 20px;
  content: "";
  background-image: url("/wp-content/themes/kennedys-meat-company/assets/icons/right-arrow-white.svg");
  position: absolute;
  background-repeat: no-repeat;
  margin-top: 5px;
  margin-left: -18px;
  transform: scaleX(-1);
}
@media only screen and (max-width: 890px) {
  .modal-order .modal-container .sidebar-container .close-button a:before {
    height: 10px;
  }
}
.modal-order .modal-container .sidebar-container .close-button a:hover {
  text-decoration: none;
}
.modal-order .modal-container .sidebar-container .close-button a:hover:before {
  margin-left: -22px;
  transition: all 0.15s ease;
}
.modal-order .modal-container .sidebar-container .checkout-button {
  margin-top: 24px;
}
.modal-order .modal-container .sidebar-container .checkout-button a {
  background-color: #ffffff;
  color: #b30606;
}
.modal-order .modal-container .sidebar-container .checkout-button a.--hidden {
  visibility: hidden;
}
.modal-order .modal-container .sidebar-container .checkout-button:hover {
  transform: scale(1.1);
}
.modal-order .modal-container .main-container {
  flex-basis: 70%;
  padding: 40px;
}
@media only screen and (max-width: 500px) {
  .modal-order .modal-container .main-container {
    flex-basis: unset;
  }
}
.modal-order .modal-container .main-container.--hidden {
  opacity: 0;
  pointer-events: none;
}
.modal-order .modal-container .main-container .order-item-container.--hidden, .modal-order .modal-container .main-container .checkout-container.--hidden {
  display: none;
}
.modal-order .modal-container .main-container .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.modal-order .modal-container .main-container .header.--hidden {
  display: none;
}
@media only screen and (max-width: 500px) {
  .modal-order .modal-container .main-container .header {
    flex-direction: column-reverse;
    text-align: center;
  }
}
.modal-order .modal-container .main-container .header h2 {
  color: #ffffff;
  padding-right: 15px;
}
@media only screen and (max-width: 500px) {
  .modal-order .modal-container .main-container .header h2 {
    padding-right: 0px;
    margin-top: 32px;
  }
}
.modal-order .modal-container .main-container .body-content {
  display: flex;
}
@media only screen and (max-width: 500px) {
  .modal-order .modal-container .main-container .body-content {
    flex-direction: column;
  }
}
.modal-order .modal-container .main-container .body-content.--is-error {
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media only screen and (max-width: 875px) {
  .modal-order .modal-container .main-container .body-content.--is-error {
    height: unset;
  }
}
.modal-order .modal-container .main-container .body-content .error-container {
  background-color: #ffffff;
  padding: 10px 22px;
  border-radius: 100px;
}
.modal-order .modal-container .main-container .body-content .error-container.--hidden {
  display: none;
}
.modal-order .modal-container .main-container .body-content .item-meta-container {
  flex-basis: 48%;
  margin-right: 40px;
}
@media only screen and (max-width: 500px) {
  .modal-order .modal-container .main-container .body-content .item-meta-container {
    flex-basis: unset;
    margin-right: 0px;
    margin-bottom: 50px;
  }
}
.modal-order .modal-container .main-container .body-content .item-meta-container.--hidden {
  display: none;
}
.modal-order .modal-container .main-container .body-content .item-meta-container .highlight {
  margin-right: 10px;
}
.modal-order .modal-container .main-container .body-content .item-meta-container .highlight.--hidden {
  display: none;
}
.modal-order .modal-container .main-container .body-content .item-meta-container img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
}
.modal-order .modal-container .main-container .body-content .item-options-container {
  flex-basis: 52%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 500px) {
  .modal-order .modal-container .main-container .body-content .item-options-container {
    flex-basis: unset;
  }
}
.modal-order .modal-container .main-container .body-content .item-options-container.--hidden {
  display: none;
}
.modal-order .modal-container .main-container .body-content .item-options-container p.order-button {
  padding-top: 20px;
}
.modal-order .modal-container .main-container .body-content .item-options-container p.order-button a.button {
  display: inline-block;
}
.modal-order .modal-container .main-container .checkout-container .body-content {
  flex-wrap: wrap;
}
.modal-order .modal-container .main-container .checkout-container .order-checkout-container {
  display: flex;
  flex-basis: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 500px) {
  .modal-order .modal-container .main-container .checkout-container .order-checkout-container {
    flex-direction: column-reverse;
    flex-basis: unset;
  }
}
.modal-order .modal-container .main-container .checkout-container .order-checkout-container .order-totals-container {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 16px 20px;
  flex-basis: 48%;
  margin-bottom: 45px;
}
@media only screen and (max-width: 500px) {
  .modal-order .modal-container .main-container .checkout-container .order-checkout-container .order-totals-container {
    flex-basis: unset;
  }
}
.modal-order .modal-container .main-container .checkout-container .order-checkout-container .order-totals-container p {
  font-weight: bold;
}
.modal-order .modal-container .main-container .checkout-container .order-checkout-container .order-totals-container p.subtotal {
  font-weight: normal;
  margin-bottom: 18px;
}
.modal-order .modal-container .main-container .checkout-container .order-checkout-container .pickup-time-container {
  flex-basis: 48%;
}
@media only screen and (max-width: 500px) {
  .modal-order .modal-container .main-container .checkout-container .order-checkout-container .pickup-time-container {
    flex-basis: unset;
  }
}
.modal-order .modal-container .main-container .checkout-container .checkout-button {
  margin-top: 20px;
  margin-bottom: 15px;
  transform-origin: left;
}
.modal-order .modal-container .main-container .checkout-container .checkout-button:hover {
  transform: scale(1.1);
}
.modal-order .modal-container form {
  max-height: calc(100vh - 230px);
  overflow: scroll;
}
.modal-order .modal-container form .--hidden {
  display: none;
}
.modal-order .modal-container form label, .modal-order .modal-container form legend {
  font-size: 20px;
  font-family: "SF Compact Medium", sans-serif;
  line-height: normal;
  color: #ffffff;
  display: block;
}
.modal-order .modal-container form label.price-tag, .modal-order .modal-container form legend.price-tag {
  display: none;
  padding: 4px 16px;
  border-radius: 100px;
  background-color: #b30606;
  color: #ffffff;
  font-family: "SF Compact Bold", sans-serif;
  font-size: 16px;
}
.modal-order .modal-container form label.price-tag.--large, .modal-order .modal-container form legend.price-tag.--large {
  padding: 4px 20px;
  font-size: 26px;
}
@media only screen and (max-width: 890px) {
  .modal-order .modal-container form label.price-tag.--large, .modal-order .modal-container form legend.price-tag.--large {
    font-size: 22px;
  }
}
@media only screen and (max-width: 890px) {
  .modal-order .modal-container form label.price-tag, .modal-order .modal-container form legend.price-tag {
    font-size: 14px;
  }
}
@media only screen and (max-width: 890px) {
  .modal-order .modal-container form label, .modal-order .modal-container form legend {
    font-size: 16px;
  }
}
.modal-order .modal-container form input {
  flex-basis: 48%;
  background-color: unset;
  border: 2px solid #ffffff;
  border-radius: 12px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 15px;
}
@media only screen and (max-width: 500px) {
  .modal-order .modal-container form input {
    flex-basis: 100%;
  }
}
.modal-order .modal-container form input.--error {
  border-color: #b30606;
  border-style: dashed;
}
.modal-order .modal-container form input:focus {
  outline: none;
  border-color: #b30606;
  border-style: solid;
}
.modal-order .modal-container form .input-group {
  display: flex;
  justify-content: space-between;
}
.modal-order .modal-container form .select-container {
  width: 100%;
  border: 2px solid #dddddd;
  border-radius: 12px;
  background-color: #1e1e1e;
  position: relative;
  margin-bottom: 25px;
  padding: 3px;
}
.modal-order .modal-container form .select-container.--restrict-width {
  width: 48%;
}
@media only screen and (max-width: 500px) {
  .modal-order .modal-container form .select-container.--restrict-width {
    width: 100%;
  }
}
.modal-order .modal-container form .select-container:after {
  width: 15px;
  height: 20px;
  content: "";
  background-image: url("/wp-content/themes/kennedys-meat-company/assets/icons/right-arrow-white.svg");
  position: absolute;
  background-repeat: no-repeat;
  margin-top: 12px;
  margin-left: -34px;
  pointer-events: none;
  transform: rotate(90deg);
}
.modal-order .modal-container form .select-container select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 20px;
  font-family: "SF Compact Medium", sans-serif;
  line-height: normal;
  color: #ffffff;
  background-color: #1e1e1e;
  width: 100%;
  border: unset;
  padding: 10px 16px;
  cursor: pointer;
}
.modal-order .modal-container form .select-container select.price-tag {
  display: none;
  padding: 4px 16px;
  border-radius: 100px;
  background-color: #b30606;
  color: #ffffff;
  font-family: "SF Compact Bold", sans-serif;
  font-size: 16px;
}
.modal-order .modal-container form .select-container select.price-tag.--large {
  padding: 4px 20px;
  font-size: 26px;
}
@media only screen and (max-width: 890px) {
  .modal-order .modal-container form .select-container select.price-tag.--large {
    font-size: 22px;
  }
}
@media only screen and (max-width: 890px) {
  .modal-order .modal-container form .select-container select.price-tag {
    font-size: 14px;
  }
}
@media only screen and (max-width: 890px) {
  .modal-order .modal-container form .select-container select {
    font-size: 16px;
  }
}
.modal-order .modal-container form .select-container select:focus {
  outline: none;
}
.modal-order .modal-container form .checkbox-container {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.modal-order .modal-container form .checkbox-container.--hidden {
  display: none;
}
.modal-order .modal-container form .checkbox-container label {
  margin-bottom: 0px;
}
.modal-order .modal-container form .checkbox-container .checkbox {
  min-width: 28px;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  border: 2px solid #dddddd;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}
.modal-order .modal-container form .checkbox-container .checkbox.--checked {
  border-color: #b30606;
  background-color: #b30606;
}
.modal-order .modal-container form .checkbox-container .checkbox.--checked:after {
  width: 15px;
  height: 15px;
  content: "";
  background-image: url("/wp-content/themes/kennedys-meat-company/assets/icons/check-mark.svg");
  position: absolute;
  background-repeat: no-repeat;
  left: 4px;
  top: 5px;
  filter: invert(100%);
  -webkit-filter: invert(100%);
}
.modal-order .modal-container form .checkbox-container:last-child {
  margin-bottom: 25px;
}

.modal-submitted-order.--hide {
  animation-name: fadeOut;
}
.modal-submitted-order .--hidden {
  opacity: 0;
  pointer-events: none;
}
.modal-submitted-order .close-button {
  position: absolute;
  top: 20px;
  z-index: 1;
  left: 20px;
  height: 45px;
  width: 45px;
}
.modal-submitted-order .close-button img {
  pointer-events: none;
}
.modal-submitted-order .modal-container {
  background-color: #ffffff;
  text-align: center;
  padding: 25px;
  padding-top: 35px;
  border-radius: 20px;
  position: relative;
  animation-duration: 0.75s;
  animation-name: fadeInUp;
  min-width: 300px;
}
.modal-submitted-order .modal-container.--hide {
  animation-name: fadeOutDown;
}
.modal-submitted-order .modal-container svg {
  fill: #1e1e1e;
  width: 24px;
}
.modal-submitted-order .modal-container p {
  font-size: 20px;
  max-width: 300px;
  margin: 15px auto;
}
.modal-submitted-order .modal-container p.title {
  font-weight: bold;
}
.modal-submitted-order .modal-container a.button {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  display: inline-block;
}
.modal-submitted-order .modal-container a.back {
  color: #919191;
  margin-left: 9px;
}
.modal-submitted-order .modal-container a.back:before {
  width: 15px;
  height: 20px;
  content: "";
  background-image: url("/wp-content/themes/kennedys-meat-company/assets/icons/right-arrow-grey.svg");
  position: absolute;
  background-repeat: no-repeat;
  margin-top: 5px;
  margin-left: -18px;
  transform: scaleX(-1);
}
.modal-submitted-order .modal-container a.back:hover {
  text-decoration: none;
}
.modal-submitted-order .modal-container a.back:hover:before {
  margin-left: -22px;
  transition: all 0.15s ease;
}

.modal-track-order.--hide {
  animation-name: fadeOut;
}
.modal-track-order .modal-container {
  background-color: #1e1e1e;
  animation-duration: 0.75s;
  animation-name: zoomIn;
  width: 100%;
  height: 100vh;
  display: flex;
}
.modal-track-order .modal-container.--hide {
  animation-name: zoomOut;
}
.modal-track-order .modal-container .sidebar-container {
  background-color: #b30606;
  height: 100vh;
  flex-basis: 30%;
  text-align: center;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.modal-track-order .modal-container .sidebar-container h2, .modal-track-order .modal-container .sidebar-container p {
  color: #ffffff;
}
.modal-track-order .modal-container .sidebar-container .header {
  margin-bottom: 20px;
}
.modal-track-order .modal-container .sidebar-container .header img.logo {
  height: 40px;
  margin: 10px;
  margin-bottom: 15px;
}
.modal-track-order .modal-container .sidebar-container .items-container {
  flex-basis: 100%;
  display: flex;
  align-items: center;
}
.modal-track-order .modal-container .sidebar-container .items-container p.empty {
  max-width: 220px;
  margin: 0 auto;
}
.modal-track-order .modal-container .sidebar-container .items-container p.empty.--hidden {
  display: none;
}
.modal-track-order .modal-container .sidebar-container .items-container .items {
  overflow: scroll;
  max-height: calc(100vh - 330px);
  width: 320px;
  margin: 0 auto;
}
.modal-track-order .modal-container .sidebar-container .items-container .items.--hidden {
  display: none;
}
.modal-track-order .modal-container .sidebar-container .items-container .items .item {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 10px;
}
.modal-track-order .modal-container .sidebar-container .items-container .items .item:not(:first-child) {
  margin-top: 20px;
}
.modal-track-order .modal-container .sidebar-container .items-container .items .item .item-info {
  display: flex;
  align-items: center;
  text-align: left;
  padding-bottom: 10px;
}
.modal-track-order .modal-container .sidebar-container .items-container .items .item .item-info img {
  width: 100px;
  border-radius: 12px;
  margin-right: 15px;
  align-self: flex-start;
}
.modal-track-order .modal-container .sidebar-container .items-container .items .item .item-info .item-content p {
  font-size: 15px;
  color: #919191;
}
.modal-track-order .modal-container .sidebar-container .items-container .items .item .item-meta {
  display: flex;
  justify-content: center;
}
.modal-track-order .modal-container .sidebar-container .items-container .items .item .item-meta .quantity-select {
  display: flex;
  border: 2px solid #919191;
  align-items: center;
  padding: 0px 12px;
  border-radius: 100px;
  margin-left: 10px;
}
.modal-track-order .modal-container .sidebar-container .items-container .items .item .item-meta .quantity-select img {
  height: 14px;
}
.modal-track-order .modal-container .sidebar-container .items-container .items .item .item-meta .quantity-select img:hover {
  transform: scale(1.2);
  cursor: pointer;
}
.modal-track-order .modal-container .sidebar-container .items-container .items .item .item-meta .quantity-select p {
  padding: 0px 10px;
  font-size: 15px;
  color: #919191;
}
.modal-track-order .modal-container .sidebar-container .close-button {
  margin-top: 20px;
}
.modal-track-order .modal-container .sidebar-container .close-button a {
  color: #ffffff;
  margin-left: 9px;
}
.modal-track-order .modal-container .sidebar-container .close-button a:before {
  width: 15px;
  height: 20px;
  content: "";
  background-image: url("/wp-content/themes/kennedys-meat-company/assets/icons/right-arrow-white.svg");
  position: absolute;
  background-repeat: no-repeat;
  margin-top: 5px;
  margin-left: -18px;
  transform: scaleX(-1);
}
.modal-track-order .modal-container .sidebar-container .close-button a:hover {
  text-decoration: none;
}
.modal-track-order .modal-container .sidebar-container .close-button a:hover:before {
  margin-left: -22px;
  transition: all 0.15s ease;
}
.modal-track-order .modal-container .main-container {
  flex-basis: 70%;
  padding: 40px;
  position: relative;
}
.modal-track-order .modal-container .main-container .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-track-order .modal-container .main-container .error-container {
  background-color: #ffffff;
  padding: 10px 22px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
}
.modal-track-order .modal-container .main-container.--hidden {
  opacity: 0;
  pointer-events: none;
}
.modal-track-order .modal-container .main-container .track-order-container.--hidden, .modal-track-order .modal-container .main-container .checkout-container.--hidden {
  display: none;
}
.modal-track-order .modal-container .main-container .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.modal-track-order .modal-container .main-container .header.--hidden {
  display: none;
}
.modal-track-order .modal-container .main-container .header h2 {
  color: #ffffff;
  padding-right: 15px;
}
.modal-track-order .modal-container .main-container .body-content .status-container {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
  position: relative;
  margin-bottom: 30px;
}
.modal-track-order .modal-container .main-container .body-content .status-container .status-item {
  text-align: center;
  flex-basis: 33%;
  position: relative;
  overflow: hidden;
}
.modal-track-order .modal-container .main-container .body-content .status-container .status-item .status-dot {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 3px solid #b30606;
  margin: 15px auto;
  position: relative;
}
.modal-track-order .modal-container .main-container .body-content .status-container .status-item.--complete .status-dot, .modal-track-order .modal-container .main-container .body-content .status-container .status-item.--current .status-dot {
  background-color: #b30606;
}
.modal-track-order .modal-container .main-container .body-content .status-container .status-item.--complete .status-dot:after, .modal-track-order .modal-container .main-container .body-content .status-container .status-item.--current .status-dot:after {
  width: 12px;
  height: 12px;
  content: "";
  background-image: url("/wp-content/themes/kennedys-meat-company/assets/icons/check-mark.svg");
  filter: invert(100%);
  -webkit-filter: invert(100%);
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
}
.modal-track-order .modal-container .main-container .body-content .status-container .status-item.--complete:not(:first-child):before, .modal-track-order .modal-container .main-container .body-content .status-container .status-item.--complete:not(:last-child):after {
  width: 50%;
  height: 4px;
  content: "";
  background-color: #b30606;
  position: absolute;
  top: 25px;
}
.modal-track-order .modal-container .main-container .body-content .status-container .status-item.--complete:not(:first-child):before {
  left: 0;
}
.modal-track-order .modal-container .main-container .body-content .status-container .status-item.--current:not(:first-child):before {
  width: 50%;
  height: 4px;
  content: "";
  background-color: #b30606;
  position: absolute;
  top: 25px;
  left: 0;
}
.modal-track-order .modal-container .main-container .body-content .info-container {
  display: flex;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 30px;
  justify-content: space-around;
  align-items: center;
}
.modal-track-order .modal-container .main-container .body-content .info-container .left p.total {
  font-weight: bold;
}
.modal-track-order .modal-container .main-container .body-content .info-container .left p.subtotal {
  margin-bottom: 10px;
}
.modal-track-order .modal-container .main-container .body-content .info-container .right {
  display: flex;
  align-items: flex-start;
}
.modal-track-order .modal-container .main-container .body-content .info-container .right .content-container p.name {
  font-weight: bold;
  margin-bottom: 10px;
}
.modal-track-order .modal-container .main-container .body-content .info-container .right svg {
  width: 22px;
  margin-right: 10px;
  margin-top: 1px;
  fill: #1e1e1e;
}
.modal-track-order .modal-container .main-container .body-content .contact-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-track-order .modal-container .main-container .body-content .contact-container a:hover {
  text-decoration: none;
}
.modal-track-order .modal-container .main-container .body-content .contact-container .map-container {
  border-radius: 20px;
  overflow: hidden;
  flex-basis: calc(50% - 15px);
}
.modal-track-order .modal-container .main-container .body-content .contact-container .map-container iframe {
  border: 0;
}
.modal-track-order .modal-container .main-container .body-content .contact-container .meta-container {
  flex-basis: calc(50% - 15px);
}
.modal-track-order .modal-container .main-container .body-content .contact-container .meta-container .location-conatiner, .modal-track-order .modal-container .main-container .body-content .contact-container .meta-container .phone-container {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.modal-track-order .modal-container .main-container .body-content .contact-container .meta-container h3, .modal-track-order .modal-container .main-container .body-content .contact-container .meta-container p {
  color: #ffffff;
}
.modal-track-order .modal-container .main-container .body-content .contact-container .meta-container svg {
  width: 20px;
  margin-right: 12px;
}

.modal-contact-us.--hide {
  animation-name: fadeOut;
}
.modal-contact-us .--hidden {
  opacity: 0;
  pointer-events: none;
}
.modal-contact-us .close-button {
  position: absolute;
  top: 20px;
  z-index: 1;
  left: 20px;
  height: 45px;
  width: 45px;
}
.modal-contact-us .close-button img {
  pointer-events: none;
}
.modal-contact-us .modal-container {
  background-color: #ffffff;
  text-align: center;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  animation-duration: 0.75s;
  animation-name: fadeInUp;
  min-width: 300px;
  position: relative;
  margin: 10px;
}
.modal-contact-us .modal-container.--hide {
  animation-name: fadeOutDown;
}
.modal-contact-us .modal-container iframe {
  border: 0;
}
.modal-contact-us .modal-container p {
  font-size: 20px;
}
.modal-contact-us .modal-container .phone-bug {
  min-width: 200px;
  position: absolute;
  bottom: 40px;
  transform: translateX(-50%);
  left: 50%;
  background-color: #ffffff;
  display: flex;
  border-radius: 100px;
  padding: 8px;
  align-items: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.modal-contact-us .modal-container .phone-bug:hover img {
  transform: rotate(45deg);
}
.modal-contact-us .modal-container .phone-bug:hover p {
  transform: scale(1.1);
}
.modal-contact-us .modal-container .phone-bug img {
  height: 30px;
  width: 30px;
  background-color: #b30606;
  padding: 6px;
  border-radius: 100%;
  margin-right: 14px;
}
.modal-contact-us .modal-container .phone-bug p {
  margin-right: 10px;
  color: #1e1e1e;
}

.modal-store-switcher.--hide {
  animation-name: fadeOut;
}
.modal-store-switcher .--hidden {
  opacity: 0;
  pointer-events: none;
}
.modal-store-switcher .close-button {
  position: absolute;
  top: 20px;
  z-index: 1;
  left: 20px;
  height: 45px;
  width: 45px;
}
.modal-store-switcher .close-button img {
  pointer-events: none;
}
.modal-store-switcher .modal-container {
  background-color: #ffffff;
  text-align: center;
  padding: 25px;
  padding-top: 75px;
  border-radius: 20px;
  position: relative;
  animation-duration: 0.75s;
  animation-name: fadeInUp;
}
.modal-store-switcher .modal-container p {
  font-size: 16px;
  max-width: 300px;
  margin: 15px auto;
}
.modal-store-switcher .modal-container .image-container {
  background-color: #dddddd;
  border-radius: 100%;
  overflow: hidden;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.modal-store-switcher .modal-container .image-container img {
  width: 100%;
  height: 100%;
}
.modal-store-switcher .modal-container .location-select-container {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
.modal-store-switcher .modal-container .location-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  cursor: pointer;
  border-radius: 10px;
  border: 2px solid transparent;
}
.modal-store-switcher .modal-container .location-item:hover, .modal-store-switcher .modal-container .location-item.--active {
  background-color: rgba(221, 221, 221, 0.5);
  border-color: #dddddd;
}
.modal-store-switcher .modal-container .location-item:hover .location-item-icon, .modal-store-switcher .modal-container .location-item.--active .location-item-icon {
  box-shadow: 0px 0px 15px 1px rgba(30, 30, 30, 0.35);
}
.modal-store-switcher .modal-container .location-item:hover .location-item-text, .modal-store-switcher .modal-container .location-item.--active .location-item-text {
  color: #b30606;
}
.modal-store-switcher .modal-container .location-item-icon-container {
  position: relative;
}
.modal-store-switcher .modal-container .location-item-icon-container.--new::after {
  content: "";
  background-image: url("/wp-content/themes/kennedys-meat-company/assets/images/new-badge.png");
  background-size: contain;
  height: 30px;
  width: 30px;
  position: absolute;
  right: -18px;
  top: -10px;
}
.modal-store-switcher .modal-container .location-item-icon {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.modal-store-switcher .modal-container .location-item-text {
  font-size: 20px;
  font-family: "Nexa Rust Black", "Arial";
  color: #1e1e1e;
  margin-bottom: 0px;
}
.modal-store-switcher .modal-container .location-item-text.script {
  font-family: "Nexa Rust Script", "Brush Script MT";
  font-size: 32px;
  color: rgba(30, 30, 30, 0.5);
}
@media only screen and (max-width: 890px) {
  .modal-store-switcher .modal-container .location-item-text.script {
    font-size: 28px;
  }
}
@media only screen and (max-width: 890px) {
  .modal-store-switcher .modal-container .location-item-text {
    font-size: 16px;
  }
}

.block.mid-block-cta + .block {
  padding-top: 30px;
}
@media only screen and (max-width: 576px) {
  .block.mid-block-cta + .block {
    padding-top: unset;
  }
}

.block.content-with-image + .block.content-with-image .content {
  padding-top: 0px;
}

.block.content-with-image + .block.content-with-logo .content {
  padding-top: 0px;
}

.block.mid-block-cta {
  position: relative;
}
.block.mid-block-cta .content {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  max-width: 700px;
  align-items: center;
  padding: 10px;
  justify-content: space-between;
  border-radius: 100px;
  margin: -35px auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 890px) {
  .block.mid-block-cta .content {
    margin: -32px auto;
    max-width: 550px;
  }
}
@media only screen and (max-width: 576px) {
  .block.mid-block-cta .content {
    display: block;
    padding-bottom: 45px;
    padding-top: 30px;
    text-align: center;
    margin: 0;
    border-radius: 0;
    max-width: unset;
  }
}
.block.mid-block-cta h4 {
  margin-left: 24px;
}
@media only screen and (max-width: 576px) {
  .block.mid-block-cta h4 {
    margin-left: unset;
    margin-bottom: 20px;
  }
}
.block.mid-block-cta a.button {
  transform-origin: right;
}

.block.featured-menu-items {
  background-color: #1e1e1e;
}
.block.featured-menu-items .content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.block.featured-menu-items h2.script {
  text-align: center;
  color: #ffffff;
}
.block.featured-menu-items .content-slider {
  padding: 0px;
}
.block.featured-menu-items .content-slider img.button {
  top: calc(42% - 15px);
}
.block.featured-menu-items .content-slider li {
  text-align: center;
}
.block.featured-menu-items .content-slider li h3 {
  color: #ffffff;
  margin: 30px 0px 15px;
}
.block.featured-menu-items .content-slider li img {
  width: 300px;
  border-radius: 20px;
}
@media only screen and (max-width: 890px) {
  .block.featured-menu-items .content-slider li img {
    width: 250px;
  }
}
.block.featured-menu-items .content-slider li:hover {
  transform: scale(1.1);
}

.block.content-with-slider {
  background-image: url("/wp-content/themes/kennedys-meat-company/assets/images/stripes.jpg");
}
.block.content-with-slider .content {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .block.content-with-slider .content {
    display: block;
  }
}
.block.content-with-slider .text {
  max-width: 500px;
}
.block.content-with-slider .text h2 {
  color: #ffffff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 576px) {
  .block.content-with-slider .text {
    margin: 0 auto;
    text-align: center;
  }
}
.block.content-with-slider .carousel {
  overflow: hidden;
  width: 100%;
  margin-left: 50px;
  border-radius: 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 576px) {
  .block.content-with-slider .carousel {
    margin: 30px auto 0px;
    max-width: 400px;
  }
}
.block.content-with-slider .carousel .carousel-control-prev .button, .block.content-with-slider .carousel .carousel-control-next .button {
  position: absolute;
  height: 30px;
  z-index: 1;
  top: calc(50% - 15px);
  opacity: 0.75;
}
.block.content-with-slider .carousel .carousel-control-prev:hover .button, .block.content-with-slider .carousel .carousel-control-next:hover .button {
  cursor: pointer;
  transform: scale(1.2);
  opacity: 1;
}
.block.content-with-slider .carousel .carousel-control-prev .button {
  transform: rotate(180deg);
  left: 40px;
}
.block.content-with-slider .carousel .carousel-control-prev:hover .button {
  transform: scale(1.2) rotate(180deg);
}
.block.content-with-slider .carousel .carousel-control-next .button {
  right: 40px;
}

.block.content-with-image.--alt .content {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 576px) {
  .block.content-with-image.--alt .content {
    flex-direction: column;
  }
}
.block.content-with-image .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 576px) {
  .block.content-with-image .content {
    flex-direction: column;
  }
}
.block.content-with-image .text {
  width: 48%;
}
@media only screen and (max-width: 576px) {
  .block.content-with-image .text {
    text-align: center;
    width: 100%;
  }
}
.block.content-with-image .text p + * {
  margin-top: 12px;
}
.block.content-with-image img {
  width: 48%;
  border-radius: 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 576px) {
  .block.content-with-image img {
    margin-top: 20px;
    width: 100%;
  }
}

.block.content-with-logo .content {
  text-align: center;
}
.block.content-with-logo .content p {
  max-width: 1000px;
  margin: 0 auto;
}
.block.content-with-logo img {
  width: 60px;
  margin-bottom: 40px;
}

.block.content-with-video {
  background-image: url("/wp-content/themes/kennedys-meat-company/assets/images/textured-bg-circles.jpg");
  background-size: cover;
}
.block.content-with-video.--alt .content {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 576px) {
  .block.content-with-video.--alt .content {
    flex-direction: column-reverse;
  }
}
.block.content-with-video .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 576px) {
  .block.content-with-video .content {
    flex-direction: column-reverse;
  }
}
.block.content-with-video iframe {
  width: 52%;
  height: 400px;
  border-radius: 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 992px) {
  .block.content-with-video iframe {
    height: 350px;
  }
}
@media only screen and (max-width: 890px) {
  .block.content-with-video iframe {
    height: 300px;
  }
}
@media only screen and (max-width: 720px) {
  .block.content-with-video iframe {
    height: 250px;
  }
}
@media only screen and (max-width: 576px) {
  .block.content-with-video iframe {
    max-width: 450px;
    width: 100%;
  }
}
.block.content-with-video .text {
  width: 44%;
}
.block.content-with-video .text h2.script {
  color: #1e1e1e;
}
.block.content-with-video .text h2 {
  color: #b30606;
}
@media only screen and (max-width: 576px) {
  .block.content-with-video .text {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
}

.block.awards {
  height: calc(100vh - 100px);
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
}
.block.awards:before {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  position: absolute;
  width: 100%;
  height: 80px;
  top: 0;
}
.block.awards:after {
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  position: absolute;
  width: 100%;
  height: 80px;
  bottom: 0;
}
@media only screen and (max-width: 576px) {
  .block.awards {
    align-items: flex-end;
    background-position: right;
  }
}
.block.awards .text {
  background-color: #ffffff;
  padding: 60px 40px;
  border-radius: 20px;
  max-width: 400px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 576px) {
  .block.awards .text {
    margin: 0 auto;
  }
}
.block.awards .text h2 {
  text-align: center;
  margin-bottom: 40px;
}
.block.awards .text ul {
  list-style: none;
}
.block.awards .text ul li {
  position: relative;
  margin-left: 40px;
}
.block.awards .text ul li:before {
  content: "";
  background-image: url("/wp-content/themes/kennedys-meat-company/assets/icons/star.svg");
  position: absolute;
  height: 24px;
  width: 24px;
  background-size: cover;
  left: -40px;
  top: 8px;
}
.block.awards .text ul li:not(:last-child) {
  margin-bottom: 20px;
}

.block.our-team {
  background-color: #b30606;
}
.block.our-team h2 {
  color: #ffffff;
  text-align: center;
}
.block.our-team .content-slider {
  padding-bottom: 0px;
}
.block.our-team .content-slider img.button {
  top: calc(61% - 15px);
}
.block.our-team .content-slider.is-not-start:before {
  background: linear-gradient(to right, #b30606, rgba(179, 6, 6, 0));
}
.block.our-team .content-slider.is-not-end:after {
  background: linear-gradient(to left, #b30606, rgba(179, 6, 6, 0));
}
.block.our-team .content-slider li {
  width: 470px;
  color: #1e1e1e;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 35px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  margin: 25px 25px 0px 0px;
}
@media only screen and (max-width: 576px) {
  .block.our-team .content-slider li {
    width: 275px;
  }
}
.block.our-team .content-slider li:first-child {
  margin-left: 0px;
}
.block.our-team .content-slider li .information {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .block.our-team .content-slider li .information {
    flex-direction: column;
    text-align: center;
  }
}
.block.our-team .content-slider li .information img {
  height: 80px;
  border-radius: 100px;
  margin-right: 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 576px) {
  .block.our-team .content-slider li .information img {
    margin-right: 0px;
    margin-bottom: 16px;
  }
}
.block.our-team .content-slider li p {
  font-size: 16px;
  min-width: 400px;
}
@media only screen and (max-width: 576px) {
  .block.our-team .content-slider li p {
    min-width: 200px;
    font-size: 14px;
  }
}

.block.featured-menu-item {
  background-image: url("/wp-content/themes/kennedys-meat-company/assets/images/textured-bg-circles.jpg");
  background-size: cover;
}
.block.featured-menu-item.--alt .content {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 576px) {
  .block.featured-menu-item.--alt .content {
    flex-direction: column-reverse;
  }
}
.block.featured-menu-item .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block.featured-menu-item .content.--right {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 576px) {
  .block.featured-menu-item .content.--right {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 576px) {
  .block.featured-menu-item .content {
    flex-direction: column-reverse;
  }
}
.block.featured-menu-item .image {
  pointer-events: none;
  position: relative;
  width: 52%;
}
.block.featured-menu-item .image:hover {
  transform: scale(1.1);
}
.block.featured-menu-item .image .image-click-container {
  pointer-events: none;
}
@media only screen and (max-width: 576px) {
  .block.featured-menu-item .image {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
.block.featured-menu-item .image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 576px) {
  .block.featured-menu-item .image img {
    max-width: 450px;
  }
}
.block.featured-menu-item .image p.price-tag {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.block.featured-menu-item .text {
  width: 44%;
}
.block.featured-menu-item .text h2.script {
  color: #1e1e1e;
}
.block.featured-menu-item .text h2 {
  color: #b30606;
}
.block.featured-menu-item .text .highlight {
  margin-top: 20px;
}
.block.featured-menu-item .text p.order-link {
  margin-top: 10px;
}
@media only screen and (max-width: 576px) {
  .block.featured-menu-item .text {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
}
.block.featured-menu-item + .block.featured-menu-item {
  border-top: 2px solid #eaeaea;
}

.block.fullscreen-image-cta {
  background-position: center;
  height: calc(100vh - 100px);
  position: relative;
}
.block.fullscreen-image-cta:before {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  position: absolute;
  width: 100%;
  height: 80px;
  top: 0;
}
.block.fullscreen-image-cta:after {
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  position: absolute;
  width: 100%;
  height: 80px;
  bottom: 0;
}
.block.fullscreen-image-cta .content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .block.fullscreen-image-cta .content {
    flex-direction: column;
  }
}
.block.fullscreen-image-cta .cta {
  margin: 0px 25px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  padding: 40px;
  text-align: center;
  max-width: 400px;
}
@media only screen and (max-width: 750px) {
  .block.fullscreen-image-cta .cta {
    margin: 25px 0px;
  }
}
@media only screen and (max-width: 576px) {
  .block.fullscreen-image-cta .cta {
    padding: 40px 20px;
  }
}
.block.fullscreen-image-cta .cta h2 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 576px) {
  .block.fullscreen-image-cta .cta h2 {
    font-size: 26px;
  }
}
.block.fullscreen-image-cta .cta p:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 576px) {
  .block.fullscreen-image-cta .cta p a.button {
    font-size: 13px;
  }
}

.block.menu {
  background-color: #1e1e1e;
}
.block.menu .content {
  display: flex;
  align-items: center;
  padding-top: 52px;
  padding-bottom: 52px;
}
@media only screen and (max-width: 675px) {
  .block.menu .content {
    flex-direction: column;
  }
}
.block.menu .text {
  width: 480px;
  margin-right: 20px;
}
@media only screen and (max-width: 675px) {
  .block.menu .text {
    text-align: center;
    margin-right: unset;
    margin-bottom: 38px;
    width: 100%;
  }
}
.block.menu .text h3 {
  opacity: 0.4;
  color: #ffffff;
}
.block.menu .text h3:hover {
  opacity: 1;
  cursor: pointer;
}
.block.menu .text h3.--active {
  opacity: 1;
  font-size: 38px;
}
.block.menu .text h3.--active:hover {
  cursor: default;
}
.block.menu .text h3:not(:first-child) {
  margin-top: 20px;
}
.block.menu .text .highlight {
  margin-top: 20px;
}
.block.menu .text .highlight.--hidden {
  display: none;
}
@media only screen and (max-width: 675px) {
  .block.menu .text .highlight {
    display: none;
  }
}
.block.menu .content-slider {
  padding: 0px;
}
.block.menu .content-slider ul {
  flex-direction: column;
  flex-wrap: wrap;
  height: 435px;
  width: 100%;
  padding: 0px 10px;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 890px) {
  .block.menu .content-slider ul {
    height: 375px;
  }
}
@media only screen and (max-width: 675px) {
  .block.menu .content-slider ul {
    height: 250px;
  }
}
.block.menu .content-slider ul.--center {
  justify-content: center;
}
.block.menu .content-slider ul.--hidden {
  display: none;
}
.block.menu .content-slider li {
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 10px;
  margin: 12.5px;
  width: 368px;
}
@media only screen and (max-width: 890px) {
  .block.menu .content-slider li {
    width: 300px;
  }
}
.block.menu .content-slider li a:hover {
  text-decoration: none;
}
.block.menu .content-slider li:hover {
  transform: scale(1.1);
}
.block.menu .content-slider li:first-child {
  margin-left: 12.5px;
}
.block.menu .content-slider li .content-container {
  pointer-events: none;
  display: flex;
  align-items: center;
  width: 320px;
}
@media only screen and (max-width: 890px) {
  .block.menu .content-slider li .content-container {
    width: 280px;
  }
}
.block.menu .content-slider li img {
  height: 100px;
  border-radius: 12px;
}
@media only screen and (max-width: 890px) {
  .block.menu .content-slider li img {
    height: 80px;
  }
}
.block.menu .content-slider li .info {
  padding-left: 16px;
}
.block.menu .content-slider li .info h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.block.menu + .block.menu {
  border-top: 2px solid #000000;
}
.block.menu:last-child {
  border-bottom: 2px solid #000000;
}

.order-status-bar {
  background-color: #b30606;
  position: fixed;
  z-index: 2;
  width: 100%;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
}
.order-status-bar.--hidden, .order-status-bar .--hidden {
  display: none;
}
.order-status-bar .content-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-status-bar .order-content-container {
  display: flex;
  align-items: center;
}
.order-status-bar svg {
  height: 26px;
  margin-bottom: 3px;
  margin-right: 12px;
}
.order-status-bar p {
  color: #ffffff;
  margin-bottom: 3px;
}
.order-status-bar p span.title {
  font-weight: bold;
  text-transform: uppercase;
  text-transform: 1px;
}
.order-status-bar button {
  font-size: 20px;
  font-family: "SF Compact Medium", sans-serif;
  line-height: normal;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #820404;
  border: 0;
  border-radius: 100px;
  color: #ffffff;
  padding: 5px 15px;
}
.order-status-bar button.price-tag {
  display: none;
  padding: 4px 16px;
  border-radius: 100px;
  background-color: #b30606;
  color: #ffffff;
  font-family: "SF Compact Bold", sans-serif;
  font-size: 16px;
}
.order-status-bar button.price-tag.--large {
  padding: 4px 20px;
  font-size: 26px;
}
@media only screen and (max-width: 890px) {
  .order-status-bar button.price-tag.--large {
    font-size: 22px;
  }
}
@media only screen and (max-width: 890px) {
  .order-status-bar button.price-tag {
    font-size: 14px;
  }
}
@media only screen and (max-width: 890px) {
  .order-status-bar button {
    font-size: 16px;
  }
}
.order-status-bar button:hover, .order-status-bar button:focus {
  background-color: #500303;
  outline: unset;
}

.order-manager {
  background-color: #1e1e1e;
  min-height: 100vh;
}
.order-manager .order-content {
  max-width: 1000px;
  margin: 0px auto;
  display: flex;
  padding: 60px 20px;
}
.order-manager .order-content .logo-container {
  margin-right: 40px;
}
.order-manager .order-content .logo-container img {
  width: 100px;
  opacity: 0.1;
}
.order-manager .order-content .order-container {
  margin-top: 20px;
  flex-basis: 100%;
}
.order-manager .order-content .order-container .order-item {
  background-color: #ffffff;
  border-radius: 20px;
  width: 100%;
  padding: 20px 20px 0px 20px;
  margin-bottom: 40px;
}
.order-manager .order-content .order-container .order-item .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.order-manager .order-content .order-container .order-item .header-container .contact-container {
  display: flex;
  align-items: flex-start;
}
.order-manager .order-content .order-container .order-item .header-container .contact-container p.name {
  font-weight: bold;
}
.order-manager .order-content .order-container .order-item .header-container .contact-container svg {
  width: 22px;
  margin-right: 10px;
  margin-top: 1px;
  fill: #1e1e1e;
}
.order-manager .order-content .order-container .order-item .header-container .actions-container {
  margin-top: 14px;
}
.order-manager .order-content .order-container .order-item .header-container .actions-container p.button:hover {
  transform: scale(1.1);
}
.order-manager .order-content .order-container .order-item .header-container .actions-container p.price, .order-manager .order-content .order-container .order-item .header-container .actions-container p.order-time {
  color: #aaaaaa;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 14px;
  margin-top: 14px;
}
.order-manager .order-content .order-container .order-item .header-container .actions-container p.order-time {
  margin-top: 0px;
}
.order-manager .order-content .order-container .order-item .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.order-manager .order-content .order-container .order-item .items .item {
  display: block;
  flex-basis: calc(50% - 10px);
  background-color: #ffffff;
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
.order-manager .order-content .order-container .order-item .items .item .item-info {
  display: flex;
  align-items: center;
  text-align: left;
  padding-bottom: 10px;
}
.order-manager .order-content .order-container .order-item .items .item .item-info img {
  width: 100px;
  border-radius: 12px;
  margin-right: 15px;
  align-self: flex-start;
}
.order-manager .order-content .order-container .order-item .items .item .item-info .item-content p {
  font-size: 15px;
  color: #919191;
}
.order-manager .order-content .order-container .order-item .items .item .item-meta {
  display: flex;
  justify-content: center;
}
.order-manager .order-content .order-container .order-item .items .item .item-meta .quantity-select {
  display: flex;
  border: 2px solid #919191;
  align-items: center;
  padding: 0px 12px;
  border-radius: 100px;
  margin-left: 10px;
}
.order-manager .order-content .order-container .order-item .items .item .item-meta .quantity-select img {
  height: 14px;
}
.order-manager .order-content .order-container .order-item .items .item .item-meta .quantity-select img:hover {
  transform: scale(1.2);
  cursor: pointer;
}
.order-manager .order-content .order-container .order-item .items .item .item-meta .quantity-select p {
  padding: 0px 10px;
  font-size: 15px;
  color: #919191;
}

.block.featured-content {
  background-image: url("/wp-content/themes/kennedys-meat-company/assets/images/squiggles.png");
  background-size: 700px;
  position: relative;
  z-index: 0;
}
.block.featured-content .layer {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #ffffff 25%, rgba(255, 255, 255, 0));
}
.block.featured-content .content {
  text-align: center;
  padding-bottom: 50px;
}
.block.featured-content .text {
  max-width: 650px;
  margin: 0px auto;
}
.block.featured-content .slider-container {
  display: flex;
  margin-top: 50px;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .block.featured-content .slider-container {
    flex-direction: column-reverse;
  }
}
.block.featured-content .slider-container::after {
  transition: all 0.25s ease;
  opacity: 0;
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 50px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(270deg, #ffffff, rgba(255, 255, 255, 0));
}
.block.featured-content .slider-container::before {
  transition: all 0.25s ease;
  opacity: 0;
  content: "";
  position: absolute;
  top: 0px;
  left: 80px;
  height: 100%;
  width: 50px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
}
@media only screen and (max-width: 576px) {
  .block.featured-content .slider-container::before {
    left: -20px;
  }
}
.block.featured-content .slider-container.--is-not-start::before, .block.featured-content .slider-container.--is-not-end::after {
  opacity: 1;
}
.block.featured-content .buttons {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
@media only screen and (max-width: 576px) {
  .block.featured-content .buttons {
    flex-direction: row;
    margin-right: 0px;
  }
}
.block.featured-content .button {
  width: 60px;
  height: 60px;
  background-image: url("/wp-content/themes/kennedys-meat-company/assets/icons/right-arrow-white.svg");
  padding: 10px;
  background-size: cover;
  background-color: #1e1e1e;
  border-radius: 60px;
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: 18px, center;
  pointer-events: none;
  opacity: 0.5;
}
.block.featured-content .button.--active {
  opacity: 1;
  pointer-events: all;
}
.block.featured-content .button:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 576px) {
  .block.featured-content .button:not(:last-child) {
    margin-bottom: 0px;
    margin-right: 20px;
  }
}
.block.featured-content .button:hover {
  transform: scale(1.1);
  background-position: 22px, center;
  cursor: pointer;
}
.block.featured-content .button.--prev {
  transform: rotate(-180deg);
}
.block.featured-content .button.--prev:hover {
  transform: rotate(-180deg) scale(1.1);
}
.block.featured-content .slider {
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
  padding-bottom: 30px;
  margin-left: -20px;
  width: 100%;
}
.block.featured-content .slider .slide-item:first-child {
  margin-left: 20px;
}
.block.featured-content .slider .slide-item:nth-child(2n) {
  margin-top: 60px;
  align-self: flex-end;
}
.block.featured-content .container-link {
  text-decoration: none;
}
.block.featured-content .slide {
  width: 350px;
  border-radius: 20px;
  margin-right: 50px;
  flex-shrink: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.block.featured-content .slide.--video {
  overflow: hidden;
}
.block.featured-content .slide.--video iframe {
  width: 100%;
  height: 220px;
}
.block.featured-content .slide.--testimonial {
  background-color: #b30606;
  color: #ffffff;
  padding: 12px 16px 16px;
  position: relative;
}
.block.featured-content .slide.--testimonial::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 16px;
  height: 30px;
  width: 30px;
  background-size: contain;
  background-image: url("/wp-content/themes/kennedys-meat-company/assets/icons/favorite.svg");
}
.block.featured-content .slide.--testimonial p {
  font-size: 15px;
  text-align: left;
  margin-bottom: 20px;
}
.block.featured-content .slide.--testimonial .speaker-container {
  display: flex;
  align-items: center;
  max-width: 280px;
}
.block.featured-content .slide.--testimonial .speaker-container img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 40px;
  margin-right: 16px;
}
.block.featured-content .slide.--testimonial .speaker-container h3 {
  color: #ffffff;
  text-align: left;
}
.block.featured-content .slide.--link {
  background-color: #1e1e1e;
  color: #ffffff;
  padding: 16px;
  padding-bottom: 40px;
  position: relative;
}
.block.featured-content .slide.--link::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 12px;
  height: 30px;
  width: 30px;
  background-size: contain;
  background-image: url("/wp-content/themes/kennedys-meat-company/assets/icons/url.svg");
}
.block.featured-content .slide.--link:hover {
  transform: scale(1.1);
}
.block.featured-content .slide.--link .text-container {
  display: flex;
  align-items: center;
}
.block.featured-content .slide.--link .text-container img {
  width: 85px;
  height: 85px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 16px;
}
.block.featured-content .slide.--link .text-container h3 {
  color: #ffffff;
  text-align: left;
}
.block.featured-content .slide.--link p {
  font-size: 15px;
  text-align: left;
  margin-top: 10px;
}

.cta-buttons__title {
  text-align: center;
  margin-bottom: 10px;
}
.cta-buttons__content {
  max-width: 700px;
  padding: 10px;
  margin: 10px auto 20px;
  text-align: center;
}
.cta-buttons__button-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cta-buttons__secondary-button {
  background-color: #ffffff !important;
  border: 2px solid #1e1e1e;
  color: #1e1e1e !important;
}
.cta-buttons .button {
  margin: 10px;
  display: flex;
  align-items: center;
}

/*# sourceMappingURL=/wp-content/themes/kennedys-meat-company/assets/main.css.map */