@charset "UTF-8";
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  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);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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);
    transform: translate3d(0, -30px, 0);
  }
  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);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  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);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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);
    transform: translate3d(0, -30px, 0);
  }
  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);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-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: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
  from,
  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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  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);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  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);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  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);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  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);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  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);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  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);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  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);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  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);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    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 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    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 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    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 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    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 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    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 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    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 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    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 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    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 flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -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 {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -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-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -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-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    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 {
  from {
    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;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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-transform-origin: center bottom;
    transform-origin: center bottom;
    -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-transform-origin: center bottom;
    transform-origin: center bottom;
    -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-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);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@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);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-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);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@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);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-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-transform-origin: center bottom;
    transform-origin: center bottom;
    -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-transform-origin: center bottom;
    transform-origin: center bottom;
    -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-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (print), (prefers-reduced-motion: reduce) {
  .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;
  }
}
:root {
  --gbps-primary: #2f5d18;
  --gbps-secondary: #83ad59;
  --gbps-bright-green: #bde755;
  --gbps-green: #2f5d18;
  --gbps-green-2: #4f7d27;
  --gbps-green-pale: #eef4e9;
  --gbps-ink: #111412;
  --gbps-muted: #626862;
  --gbps-line: #dfe4de;
  --gbps-soft: #f7f8f6;
  --gbps-white: #fff;
  --gbps-serif: "Literata", Georgia, "Times New Roman", serif;
  --gbps-sans: "Google Sans", sans-serif;
  --gbps-shadow: 0 18px 50px rgba(18, 35, 10, 0.09);
}
.sr,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
body.gbps-storefront {
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  color: var(--gbps-ink);
  background: #fff;
  font-family: "Google Sans", sans-serif;
  font-size: 15px;
}
body.gbps-storefront * {
  box-sizing: border-box;
}
body.gbps-storefront img,
body.gbps-storefront svg {
  max-width: 100%;
  height: auto;
}
body.gbps-storefront a {
  text-decoration: none;
}
body.gbps-storefront button,
body.gbps-storefront input,
body.gbps-storefront select,
body.gbps-storefront textarea {
  font: inherit;
}
body.gbps-replace-theme-shell .site-header,
body.gbps-replace-theme-shell header.wp-block-template-part,
body.gbps-replace-theme-shell .wp-site-blocks > header:not(.gbps-header),
body.gbps-replace-theme-shell .site-footer,
body.gbps-replace-theme-shell footer.wp-block-template-part,
body.gbps-replace-theme-shell .wp-site-blocks > footer:not(.gbps-footer) {
  display: none !important;
}
body.gbps-storefront .site,
body.gbps-storefront .site-content,
body.gbps-storefront .content-area,
body.gbps-storefront .site-main,
body.gbps-storefront .wp-site-blocks,
body.gbps-storefront main.wp-block-group {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
  float: none;
}
body.gbps-storefront .site-content > .col-full,
body.gbps-storefront #primary,
body.gbps-storefront .wp-block-post-content {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
  float: none;
}
body.gbps-storefront .widget-area {
  display: none;
}
body.gbps-storefront .entry-header {
  max-width: 1480px;
  margin: 72px auto 28px;
  padding: 0 24px;
}
body.gbps-storefront.gbps-is-home .entry-header,
body.gbps-storefront.gbps-is-home .entry-title {
  display: none;
}
body.gbps-storefront .entry-content {
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
body.gbps-storefront.gbps-is-home .entry-content,
body.gbps-storefront .gbps-coa-page {
  max-width: none;
  padding: 0;
}
body.gbps-storefront .entry-content > .gbps-home-page,
body.gbps-storefront .entry-content > .gbps-coa-page {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}
.gbps-container {
  width: min(1480px, calc(100% - 48px));
  margin: 0 auto;
}
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  z-index: 100000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto;
  clip-path: none;
  background: #fff;
  color: #111;
}
body.gbps-storefront :focus-visible {
  outline: 2px solid #fff !important;
  outline-offset: 2px;
  box-shadow: 0 0 0 5px #20420f !important;
}
.gbps-skip-link:focus {
  position: fixed !important;
  text-decoration: underline;
}
.gbps-main-anchor {
  position: relative;
}
.gbps-topbar {
  position: relative;
  z-index: 1002;
  min-height: 38px;
  background: #050706;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.gbps-topbar__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.gbps-topbar__right {
  margin-left: auto;
  display: flex;
  gap: 30px;
  color: #d9e6d2;
}
.gbps-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 9px;
  background: #7fae45;
  box-shadow: 0 0 0 3px rgba(127, 174, 69, 0.15);
}
.gbps-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 2px solid var(--gbps-green);
  backdrop-filter: blur(10px);
}
body.admin-bar .gbps-header {
  top: 32px;
}
.gbps-header__inner {
  height: 92px;
  display: flex;
  align-items: center;
  gap: 34px;
}
.gbps-logo {
  min-width: 0;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  line-height: 0;
}
.gbps-logo img {
  display: block;
  width: 270px;
  max-width: 100%;
  height: auto;
}
.gbps-nav {
  min-width: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
.gbps-nav a {
  position: relative;
  min-height: 44px;
  display: flex;
  align-items: center;
  color: #171a17;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
.gbps-nav a::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: -10px;
  left: 50%;
  height: 2px;
  background: var(--gbps-green-2);
  transition: 0.2s;
}
.gbps-nav a:hover::after,
.gbps-nav a:focus::after,
.gbps-nav a[aria-current="page"]::after {
  right: 0;
  left: 0;
}
.gbps-header__actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
}
.gbps-header__actions a {
  position: relative;
  min-width: 44px;
  min-height: 44px;
  display: grid;
  place-items: center;
  line-height: 1;
}
.gbps-cart-link b {
  position: absolute;
  top: -9px;
  right: -10px;
  display: grid;
  place-items: center;
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--gbps-green);
  color: white;
  font-size: 9px;
}
.gbps-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--gbps-line);
  background: white;
  cursor: pointer;
}
.gbps-menu-toggle > span:not(.screen-reader-text) {
  display: block;
  height: 2px;
  margin: 4px 0;
  background: #111;
}
.gbps-button,
body.gbps-storefront .button,
body.gbps-storefront button.button,
body.gbps-storefront input.button,
body.gbps-storefront #respond input#submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border: 1px solid var(--gbps-green);
  border-radius: 2px;
  background: linear-gradient(135deg, #365f20, #1f460f);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  transition: all ease 0.3s;
}
.gbps-button:hover,
body.gbps-storefront .button:hover {
  border-color: #111;
  background: #111;
  color: #fff;
  transform: translateY(-1px);
}
.gbps-button--light {
  border-color: #83ad59;
  background: #587f2c;
}
.gbps-eyebrow,
.gbps-page-hero > span,
.gbps-section-heading > div > span,
.gbps-commitment > .gbps-container > div > span,
.gbps-modal__dialog > span {
  display: block;
  margin: 0 0 17px;
  color: var(--gbps-green-2);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
/* Home page */
.gbps-hero {
  overflow: hidden;
  position: relative;
  min-height: 580px;
  background: radial-gradient(circle at 75% 45%, #fff 0 19%, transparent 39%), linear-gradient(115deg, #fff 0%, #fbfcfa 55%, #f0f4ec 100%);
}
.gbps-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image: linear-gradient(30deg, transparent 24%, #b7c5b2 25%, transparent 26%), linear-gradient(150deg, transparent 24%, #b7c5b2 25%, transparent 26%);
  background-size: 95px 165px;
  mask-image: linear-gradient(90deg, #0000 0, #000 65%, #0000);
}
.gbps-hero__grid {
  min-height: 580px;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: 50px;
}
.gbps-hero__copy {
  position: relative;
  z-index: 2;
  padding: 60px 0;
}
.gbps-hero h1 {
  margin: 0;
  font-family: "Literata", Georgia, "Times New Roman", serif;
  font-size: clamp(56px, 6vw, 86px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}
.gbps-hero h1 em {
  color: var(--gbps-green-2);
  font-style: normal;
}
.gbps-hero__copy > p:not(.gbps-eyebrow) {
  max-width: 420px;
  margin: 30px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  text-transform: uppercase;
}
.gbps-hero__product {
  position: relative;
  align-self: stretch;
  display: grid;
  place-items: center;
}
.gbps-hero__float-cluster {
  position: relative;
  z-index: 2;
  width: min(520px, 100%);
  height: min(460px, 78%);
  min-height: 380px;
}
.gbps-hero__float {
  position: absolute;
  width: clamp(30px, 20vw, 255px);
  max-width: none!important;
  height: 68%;
  object-fit: contain;
  filter: drop-shadow(0 28px 22px rgba(19, 36, 14, 0.16));
  mix-blend-mode: multiply;
  will-change: transform;
  animation: gbps-hero-float-2 4.4s ease-in-out infinite;
}
.gbps-hero__float--1 {
  left: -20%;
  bottom: 6%;
  height: 58%;
  z-index: 1;
  animation-name: gbps-hero-float-1;
  animation-duration: 5.2s;
  animation-delay: -0.8s;
}
.gbps-hero__float--2 {
  width: clamp(35px, 22vw, 290px);
  left: 50%;
  bottom: 14%;
  height: 72%;
  z-index: 3;
  transform: scale(1.3);
  animation-name: gbps-hero-float-2;
  animation-duration: 4.4s;
}
.gbps-hero__float--3 {
  right: -20%;
  bottom: 4%;
  height: 58%;
  z-index: 2;
  animation-name: gbps-hero-float-3;
  animation-duration: 5.8s;
  animation-delay: -1.6s;
}
@keyframes gbps-hero-float-1 {
  0%,
  100% {
    transform: rotate(-28deg) translateY(0);
  }
  50% {
    transform: rotate(-28deg) translateY(-12px);
  }
}
@keyframes gbps-hero-float-2 {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-16px);
  }
}
@keyframes gbps-hero-float-3 {
  0%,
  100% {
    transform: rotate(28deg) translateY(0);
  }
  50% {
    transform: rotate(28deg) translateY(-13px);
  }
}
.gbps-dna {
  position: absolute;
  right: -60px;
  top: 24px;
  color: rgba(79, 125, 39, 0.07);
  font-family: serif;
  font-size: 480px;
  line-height: 1;
  transform: rotate(20deg);
}
.gbps-hero__batch {
  position: absolute;
  right: 4%;
  bottom: 90px;
  z-index: 3;
  padding: 11px 15px;
  border: 1px solid #d9e2d4;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 9px 30px rgba(0, 0, 0, 0.06);
  color: var(--gbps-green);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.gbps-trust {
  border-top: 1px solid var(--gbps-line);
  border-bottom: 1px solid var(--gbps-line);
}
.gbps-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.gbps-trust__grid > div {
  min-height: 145px;
  display: grid;
  grid-template-columns: 45px 1fr;
  align-content: center;
  padding: 25px 28px;
  border-right: 1px solid var(--gbps-line);
}
.gbps-trust__grid > div:first-child {
  border-left: 1px solid var(--gbps-line);
}
.gbps-trust i,
.gbps-trust span {
  grid-row: span 2;
  color: var(--gbps-green-2);
  font-size: 30px;
  font-style: normal;
}
.gbps-trust strong {
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.gbps-trust span {
  margin-top: 9px;
  color: var(--gbps-muted);
  font-size: 11px;
  line-height: 1.55;
}
.gbps-featured {
  padding-top: 82px;
  padding-bottom: 90px;
}
.gbps-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}
.gbps-section-heading h2 {
  margin: 0;
  font-family: "Literata", Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 400;
  letter-spacing: -0.03em;
}
.gbps-section-heading a {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--gbps-green);
  color: var(--gbps-green);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.gbps-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.gbps-product-card {
  overflow: hidden;
  border: 1px solid var(--gbps-line);
  background: #fff;
  transition: 0.25s;
}
.gbps-product-card:hover,
.gbps-product-card:focus-within {
  border-color: #b7c7ac;
  box-shadow: var(--gbps-shadow);
  transform: translateY(-4px);
}
.gbps-product-card__image {
  position: relative;
  display: grid;
  place-items: center;
  height: 315px;
  background: linear-gradient(#fbfcfb, #f4f6f3);
}
.gbps-product-card__image > span {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 6px 9px;
  background: var(--gbps-green);
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.gbps-product-card__image img {
  width: 85%;
  height: 90%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: 0.3s;
}
.gbps-product-card:hover img {
  transform: scale(1.035);
}
.gbps-product-card__body {
  padding: 21px;
  border-top: 1px solid var(--gbps-line);
}
.gbps-product-card__body h3 {
  margin: 0 0 7px;
  font-size: 15px;
}
.gbps-product-card__body h3 a {
  display: inline-block;
  padding: 3px 0;
}
.gbps-product-card__body small {
  display: block;
  margin-bottom: 19px;
  color: var(--gbps-muted);
  font-size: 10px;
  font-weight: 600;
}
.gbps-product-card__body > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gbps-product-card__body strong {
  font-size: 15px;
}
.gbps-card-cart {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #adc19f;
  color: var(--gbps-green) !important;
  font-size: 20px;
}
.gbps-commitment {
  overflow: hidden;
  position: relative;
  min-height: 335px;
  display: flex;
  align-items: center;
  background: #070a08;
  color: #fff;
}
.gbps-commitment::before {
  content: "";
  position: absolute;
  inset: 0 0 0 48%;
  opacity: 0.42;
  background: radial-gradient(circle at center, transparent 0 80px, #5c852e 82px 84px, transparent 86px), repeating-radial-gradient(ellipse at center, transparent 0 18px, rgba(255, 255, 255, 0.16) 19px 20px);
  transform: rotate(-14deg) scale(1.5);
}
.gbps-commitment > .gbps-container {
  position: relative;
  z-index: 2;
}
.gbps-commitment > .gbps-container > div {
  max-width: 540px;
  padding: 65px 25px;
}
.gbps-commitment h2 {
  margin: 0;
  font-family: "Literata", Georgia, "Times New Roman", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.15;
  text-transform: uppercase;
}
.gbps-commitment p {
  max-width: 500px;
  margin: 20px 0 27px;
  color: #d5d9d4;
  font-size: 12px;
  line-height: 1.8;
}
/* COA database */
.gbps-page-hero {
  padding: 88px 0;
  /* background: linear-gradient(135deg,#fff,#f7f9f5); */
  border-bottom: 1px solid var(--gbps-line);
}
.gbps-page-hero h1 {
  margin: 0;
  font-family: "Literata", Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 6vw, 70px);
  font-weight: 400;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
.gbps-page-hero p {
  margin: 15px 0 0;
  color: var(--gbps-muted);
}
.gbps-coa-page > *:not(.gbps-page-hero) {
  width: min(1480px, 100%);
  margin-right: auto;
  margin-left: auto;
}
.gbps-coa-form {
  margin: 0;
}
.gbps-coa-search {
  margin-top: 55px !important;
  padding: 27px 32px;
  background: var(--gbps-soft);
  border: 1px solid #edf0eb;
}
.gbps-coa-search label,
.gbps-coa-filters label {
  display: block;
  margin-bottom: 11px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.gbps-coa-search > div {
  display: grid;
  grid-template-columns: 1fr 170px;
  gap: 18px;
}
.gbps-coa-search input,
.gbps-coa-filters select {
  width: 100%;
  height: 48px;
  padding: 0 15px;
  border: 1px solid #d7ddd4;
  border-radius: 2px;
  background: #fff;
  color: #333;
}
.gbps-coa-search input:focus,
.gbps-coa-filters select:focus {
  border-color: var(--gbps-green);
  box-shadow: 0 0 0 1px var(--gbps-green);
}
.gbps-coa-search__hint {
  margin: 12px 0 0;
  color: var(--gbps-muted);
  font-size: 10px;
}
.gbps-coa-search > a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  margin-top: 5px;
  border-bottom: 1px solid var(--gbps-green);
  color: var(--gbps-green);
  font-size: 10px;
  font-weight: 600;
}
.gbps-coa-filters {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  align-items: end;
  gap: 20px;
  margin: 18px 0 0 !important;
  padding: 24px 32px;
  background: var(--gbps-soft);
  border: 1px solid #edf0eb;
}
.gbps-coa-filter-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 48px;
}
.gbps-coa-filter-actions .gbps-button {
  min-height: 48px;
  white-space: nowrap;
}
.gbps-coa-filter-actions > a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  color: var(--gbps-green);
  font-size: 10px;
  font-weight: 700;
  text-decoration: underline;
  white-space: nowrap;
}
.gbps-coa-results {
  padding: 72px 0 55px;
}
.gbps-coa-results .gbps-section-heading b {
  color: var(--gbps-muted);
  font-size: 11px;
  font-weight: 500;
}
.gbps-coa-results__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  max-width: none;
}
.gbps-coa-results__cards.cards-count-1 .gbps-coa-card,
.gbps-coa-results__cards.cards-count-2 .gbps-coa-card,
.gbps-coa-results__cards.cards-count-3 .gbps-coa-card {
  width: 380px;
}
@media screen and (max-width: 768px) {
  .gbps-coa-results__cards.cards-count-1 .gbps-coa-card,
  .gbps-coa-results__cards.cards-count-2 .gbps-coa-card,
  .gbps-coa-results__cards.cards-count-3 .gbps-coa-card {
    width: 100%;
  }
}
.gbps-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--gbps-line);
}
.gbps-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  min-width: 990px;
  margin: 0;
}
.gbps-table-wrap th {
  padding: 15px;
  background: #fafbfa;
  border-bottom: 1px solid var(--gbps-line);
  color: #555;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-align: left;
  text-transform: uppercase;
}
.gbps-table-wrap tbody th {
  background: #fff;
  color: #414541;
  font-size: 11px;
  letter-spacing: normal;
  text-transform: none;
}
.gbps-table-wrap td {
  padding: 18px 15px;
  border-bottom: 1px solid #e8ebe6;
  color: #414541;
  font-size: 11px;
}
.gbps-table-wrap tr:last-child td,
.gbps-table-wrap tr:last-child th {
  border-bottom: 0;
}
.gbps-table-wrap tbody tr:hover,
.gbps-table-wrap tbody tr:focus-within,
.gbps-table-wrap tbody tr:hover th,
.gbps-table-wrap tbody tr:focus-within th {
  background: #fafcf9;
}
.gbps-coa-view {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 4px 2px;
  border: 0;
  border-bottom: 1px solid var(--gbps-green);
  background: none;
  color: var(--gbps-green) !important;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
.gbps-coa-status {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 4px 9px;
  border: 1px solid #b8cda9;
  border-radius: 999px;
  background: var(--gbps-green-pale);
  color: var(--gbps-green);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.gbps-coa-empty {
  margin: 0;
  padding: 48px 24px;
  border: 1px solid var(--gbps-line);
  background: #fafbfa;
  color: var(--gbps-muted);
  text-align: center;
}
.gbps-coa-empty h3 {
  margin: 0 0 10px;
  color: var(--gbps-ink);
  font-family: "Literata", Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
}
.gbps-coa-empty p {
  margin: 0 auto 22px;
  max-width: 560px;
}
.gbps-coa-pagination {
  margin-top: 28px;
}
.gbps-coa-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.gbps-coa-pagination a,
.gbps-coa-pagination span {
  display: grid;
  place-items: center;
  min-width: 42px;
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid var(--gbps-line);
  background: #fff;
  color: var(--gbps-green);
  font-size: 11px;
  font-weight: 700;
}
.gbps-coa-pagination .current {
  border-color: var(--gbps-green);
  background: var(--gbps-green);
  color: #fff;
}
.gbps-coa-pagination .prev,
.gbps-coa-pagination .next {
  min-width: 92px;
}
.gbps-coa-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  padding: 0 0 95px;
}
.gbps-coa-info article {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 18px;
  padding: 34px;
  border: 1px solid var(--gbps-line);
}
.gbps-coa-info i {
  color: var(--gbps-green);
  font-size: 34px;
  font-style: normal;
}
.gbps-coa-info h3 {
  margin: 2px 0 12px;
  color: var(--gbps-green);
  font-size: 11px;
  text-transform: uppercase;
}
.gbps-coa-info p {
  margin: 0;
  color: var(--gbps-muted);
  font-size: 11px;
  line-height: 1.7;
}
.gbps-modal[hidden] {
  display: none;
}
.gbps-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.72);
}
.gbps-modal__dialog {
  position: relative;
  width: min(540px, 100%);
  padding: 46px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
}
.gbps-modal__dialog h2 {
  margin: 0 0 25px;
  font-family: "Literata", Georgia, "Times New Roman", serif;
  font-size: 38px;
}
.gbps-modal__dialog dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 0 25px;
}
.gbps-modal__dialog dt,
.gbps-modal__dialog dd {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid var(--gbps-line);
  font-size: 12px;
}
.gbps-modal__dialog dt {
  font-weight: 700;
}
.gbps-modal__dialog p {
  color: var(--gbps-muted);
  font-size: 11px;
  line-height: 1.7;
}
.gbps-modal__close {
  position: absolute;
  top: 15px;
  right: 18px;
  padding: 0;
  border: 0;
  background: none;
  font-size: 28px;
  cursor: pointer;
}
/* Age verification popup */
html.gbps-age-gate,
html.gbps-age-gate body {
  overflow: hidden;
}
#verification-age-popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10050;
  place-items: center;
  padding: 24px;
}
html.gbps-age-gate #verification-age-popup {
  display: grid;
}
html.gbps-age-verified #verification-age-popup {
  display: none !important;
}
.gbps-age-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 7, 6, 0.72);
}
.gbps-age-popup__frame {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
}
.gbps-age-popup__dialog {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #fff;
  border: 5px solid var(--gbps-secondary);
}
.gbps-age-popup__header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  background: var(--gbps-ink);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.gbps-age-popup__icon {
  display: inline-flex;
  color: var(--gbps-secondary);
  line-height: 0;
  transform: scale(1.1) translateY(-1px);
}
.gbps-age-popup__body {
  padding: 34px 28px 26px;
}
.gbps-age-popup__body h2 {
  margin: 0 0 16px;
  color: var(--gbps-ink);
  font-family: "Google Sans", sans-serif;
  font-size: clamp(26px, 5vw, 34px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.gbps-age-popup__body h2 em {
  display: inline-block;
  color: var(--gbps-green-2);
  font-style: normal;
}
.gbps-age-popup__body > p {
  margin: 0 0 26px;
  color: var(--gbps-ink);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}
.gbps-age-popup__actions {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 12px;
  margin-bottom: 18px;
}
.gbps-age-popup__leave,
.gbps-age-popup__enter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 16px;
  border-radius: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all ease 0.3s;
}
.gbps-age-popup__leave {
  border: 1px solid var(--gbps-ink);
  background: #fff;
  color: var(--gbps-ink);
}
.gbps-age-popup__leave:hover,
.gbps-age-popup__leave:focus {
  background: var(--gbps-ink);
  color: #fff;
}
.gbps-age-popup__enter {
  border: 1px solid var(--gbps-green);
  background: linear-gradient(135deg, #365f20, #1f460f);
  color: #fff;
}
.gbps-age-popup__enter:hover,
.gbps-age-popup__enter:focus {
  border-color: #111;
  background: #111;
  color: #fff;
}
.gbps-age-popup__disclaimer,
p.gbps-age-popup__disclaimer {
  margin: 0;
  font-family: monospace, sans-serif;
  font-size: 13px;
  color: #545454;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: center;
}
@media (max-width: 560px) {
  .gbps-age-popup__body {
    padding: 26px 18px 20px;
  }
  .gbps-age-popup__actions {
    grid-template-columns: 1fr;
  }
}
/* WooCommerce catalog and product pages */
body.gbps-storefront.woocommerce .site-main,
body.gbps-storefront.woocommerce-page .site-main,
body.gbps-storefront.woocommerce-page .entry-content {
  width: min(1480px, calc(100% - 48px));
  margin: 0 auto;
  padding: 70px 0 95px;
}
body.gbps-storefront .woocommerce-breadcrumb {
  margin: 0 0 35px;
  color: #666;
  font-size: 10px;
}
body.gbps-storefront .woocommerce-breadcrumb a {
  color: var(--gbps-green);
}
body.gbps-storefront div.product {
  display: flow-root;
}
body.gbps-storefront div.product div.images {
  width: 53%;
  margin-bottom: 60px;
  padding: 30px;
  border: 1px solid var(--gbps-line);
  background: linear-gradient(#fff, #fafbfa);
}
body.gbps-storefront div.product div.images img {
  mix-blend-mode: multiply;
}
body.gbps-storefront .woocommerce-product-gallery__trigger {
  min-width: 44px;
  min-height: 44px;
}
body.gbps-storefront .flex-control-thumbs img[role="button"] {
  cursor: pointer;
}
body.gbps-storefront div.product div.summary {
  width: 42%;
  margin-bottom: 60px;
}
body.gbps-storefront div.product .product_title {
  margin: 0;
  font-family: "Literata", Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 65px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
}
body.gbps-storefront div.product p.price {
  margin: 16px 0;
  color: #111;
  font-size: 22px;
  font-weight: 700;
}
body.gbps-storefront .woocommerce-product-rating {
  margin-bottom: 18px !important;
  font-size: 11px;
}
body.gbps-storefront .star-rating span::before {
  color: var(--gbps-green-2);
}
.gbps-product-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 20px 0 23px;
  padding: 19px 0;
  border-top: 1px solid var(--gbps-line);
  border-bottom: 1px solid var(--gbps-line);
}
.gbps-product-badges > span {
  display: grid;
  grid-template-columns: 23px 1fr;
  align-items: center;
  padding: 0 10px;
  border-right: 1px solid var(--gbps-line);
  color: var(--gbps-green);
  font-size: 18px;
}
.gbps-product-badges > span:last-child {
  border-right: 0;
}
.gbps-product-badges b {
  color: #222;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.gbps-product-badges small {
  grid-column: 2;
  color: var(--gbps-muted);
  font-size: 10px;
}
body.gbps-storefront div.product form.cart {
  display: flex;
  gap: 13px;
  margin: 23px 0;
}
body.gbps-storefront div.product form.cart .quantity .qty {
  height: 46px;
  border: 1px solid var(--gbps-line);
}
body.gbps-storefront div.product form.cart .single_add_to_cart_button {
  flex: 1;
}
body.gbps-storefront div.product .product_meta {
  margin-top: 25px;
  padding: 20px;
  border: 1px solid #b7c7ac;
  background: #fafcf9;
  font-size: 11px;
  line-height: 1.8;
}
body.gbps-storefront .gbps-product-details {
  clear: both;
  display: grid;
  gap: 40px;
  padding-top: 40px;
  align-items: start;
}
body.gbps-storefront .gbps-product-details h2 {
  margin: 0 0 18px;
  color: #333;
  font-family: var(--gbps-sans);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
body.gbps-storefront .gbps-product-details__content {
  color: #4a4f49;
  font-size: 16px;
  line-height: 1.7;
}
body.gbps-storefront .gbps-product-details__content > *:first-child {
  margin-top: 0;
}
body.gbps-storefront .gbps-product-details__content > *:last-child {
  margin-bottom: 0;
}
body.gbps-storefront .gbps-product-details__content p {
  margin: 0 0 1em;
  font-size: 16px;
  line-height: 1.7;
}
.gbps-content:has(.gbps-coa-page) header.entry-header {
  display: none;
}
.gbps-tab-callout {
  display: flex;
  align-items: center;
  gap: 22px;
}
.gbps-tab-callout h3 {
  margin: 0;
}
.gbps-tab-callout p {
  flex: 1;
}
.gbps-coa-tab__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  max-width: none;
}
.gbps-coa-card {
  width: calc(25% - 11.5px);
  padding: 20px;
  border: 1px solid #83ad59;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(17, 20, 18, 0.06);
}
.gbps-coa-tab__cards.cards-count-1 .gbps-coa-card,
.gbps-coa-tab__cards.cards-count-2 .gbps-coa-card,
.gbps-coa-tab__cards.cards-count-3 .gbps-coa-card {
  width: calc(33.333% - 15px);
}
@media screen and (max-width: 768px) {
  .gbps-coa-tab__cards.cards-count-1 .gbps-coa-card,
  .gbps-coa-tab__cards.cards-count-2 .gbps-coa-card,
  .gbps-coa-tab__cards.cards-count-3 .gbps-coa-card {
    width: 100%;
  }
}
.gbps-button-toggle svg {
  transition: transform 0.3s ease;
}
.gbps-button-toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}
.gbps-coa-panel {
  margin-top: 25px;
}
.gbps-coa-panel[hidden] {
  display: none;
}
.gbps-coa-card__header {
  text-align: center;
}
.gbps-coa-card__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}
.gbps-coa-card__badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
}
.gbps-coa-card__badge--latest {
  background: #111;
  color: #fff;
}
.gbps-coa-card__badge--verified {
  background: var(--gbps-green-pale);
  color: var(--gbps-green);
}
.gbps-coa-card__purity {
  margin: 0;
  color: #1f8a3b;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}
.gbps-coa-card__purity-label {
  margin: 6px 0 0;
  color: #9aa19a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.gbps-coa-card__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 14px 0 0;
  color: #1f8a3b;
  font-size: 14px;
  font-weight: 600;
}
.gbps-coa-card__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #1f8a3b;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}
.gbps-coa-card__meta {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 16px 18px;
  border-radius: 16px;
  background: #f3f4f3;
}
.gbps-coa-card__meta > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}
.gbps-coa-card__meta dt {
  margin: 0;
  color: #8b928b;
  font-size: 13px;
  font-weight: 500;
}
.gbps-coa-card__meta dd {
  margin: 0;
  color: #1a1d1a;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}
.gbps-coa-card__panel {
  margin-top: 18px;
  padding: 16px 18px 14px;
  border: 1px solid #e4e7e3;
  border-radius: 16px;
  background: #fff;
}
.gbps-coa-card__panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.gbps-coa-card__panel-head h4 {
  margin: 0;
  color: #8b928b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.gbps-coa-card__panel-head span {
  color: #3d6ea8;
  font-size: 12px;
  font-weight: 600;
}
.gbps-coa-card__panel-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gbps-coa-card__panel-list li {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) 18px;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid #eef0ee;
}
.gbps-coa-card__panel-list li:first-child {
  border-top: 0;
  padding-top: 0;
}
.gbps-coa-card__panel-label {
  color: #8b928b;
  font-size: 13px;
}
.gbps-coa-card__panel-value {
  color: #1a1d1a;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
  overflow-wrap: anywhere;
}
.gbps-coa-card__lab {
  margin: 14px 0 0;
  color: #1f8a3b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}
.gbps-coa-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 18px;
  padding: 14px 18px;
  border: 0;
  border-radius: 999px;
  background: #2f5d18;
  color: #fff !important;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  cursor: pointer;
  appearance: none;
  transition: background 0.2s ease, transform 0.2s ease;
}
.gbps-coa-card__button:hover,
.gbps-coa-card__button:focus {
  background: #83ad59;
  color: #fff !important;
  transform: translateY(-1px);
}
.gbps-coa-card__doc-icon {
  display: inline-flex;
  line-height: 0;
}
.gbps-coa-tab__footer {
  margin: 30px 0 0;
  font-size: 14px;
}
.gbps-coa-tab__footer a {
  color: var(--gbps-green);
  font-weight: 600;
  text-decoration: underline;
}
.gbps-coa-modal[hidden] {
  display: none !important;
}
.gbps-coa-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 24px;
}
.gbps-coa-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 20, 18, 0.62);
}
.gbps-coa-modal__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(1200px, 100%);
  max-height: min(92vh, 980px);
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  outline: none;
}
.gbps-coa-modal__header,
.gbps-coa-modal__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex: 0 0 auto;
  background: #fff;
}
.gbps-coa-modal__header {
  padding: 18px 22px;
  border-bottom: 1px solid #e8ebe6;
}
.gbps-coa-modal__header h2 {
  margin: 0;
  color: #2f3330;
  font-family: var(--gbps-sans);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
.gbps-coa-modal__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid #e4e7e3;
  border-radius: 50%;
  background: #fff;
  color: #7a807a;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.gbps-coa-modal__close:hover,
.gbps-coa-modal__close:focus {
  border-color: #c9cec7;
  background: #f7f8f6;
  color: #222;
}
.gbps-coa-modal__body {
  flex: 1 1 auto;
  min-height: 0;
  padding: 18px 22px;
  background: #f3f4f3;
  overflow: auto;
}
.gbps-coa-modal__frame {
  display: block;
  width: 100%;
  height: min(68vh, 720px);
  border: 1px solid #d7dbd5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(17, 20, 18, 0.08);
}
.gbps-coa-modal__footer {
  padding: 14px 22px;
  border-top: 1px solid #e8ebe6;
}
.gbps-coa-modal__footer > span {
  color: #9aa19a;
  font-size: 13px;
}
.gbps-coa-modal__external {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2f6fed !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
}
.gbps-coa-modal__external:hover,
.gbps-coa-modal__external:focus {
  text-decoration: underline !important;
}
.gbps-coa-modal__external span {
  display: inline-flex;
  line-height: 0;
}
.gbps-research-notice {
  padding: 22px;
  border-left: 3px solid var(--gbps-green);
  background: var(--gbps-green-pale);
}
body.gbps-storefront section.related {
  clear: both;
  padding-top: 65px;
}
body.gbps-storefront section.related > h2,
body.gbps-storefront .woocommerce-products-header__title {
  font-family: "Literata", Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
}
body.gbps-storefront ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
body.gbps-storefront ul.products::before,
body.gbps-storefront ul.products::after {
  display: none !important;
}
body.gbps-storefront ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 0 20px;
  border: 1px solid var(--gbps-line);
  background: #fff;
}
body.gbps-storefront ul.products li.product img {
  height: 290px;
  margin: 0 0 20px !important;
  padding: 18px;
  object-fit: contain;
  background: var(--gbps-soft);
  mix-blend-mode: multiply;
}
body.gbps-storefront ul.products li.product .woocommerce-loop-product__title,
body.gbps-storefront ul.products li.product .price,
body.gbps-storefront ul.products li.product .star-rating {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
body.gbps-storefront ul.products li.product .woocommerce-loop-product__title {
  font-size: 15px !important;
}
body.gbps-storefront ul.products li.product .price {
  color: #111 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}
body.gbps-storefront ul.products li.product .button {
  margin: 12px 20px 0;
}
body.gbps-storefront .woocommerce-message,
body.gbps-storefront .woocommerce-info {
  border-top-color: var(--gbps-green);
  background: var(--gbps-soft);
}
body.gbps-storefront .woocommerce-message::before,
body.gbps-storefront .woocommerce-info::before {
  color: var(--gbps-green);
}
.gbps-attestation {
  padding: 18px !important;
  border: 1px solid #7c9b68;
  background: var(--gbps-green-pale);
  font-size: 12px;
  line-height: 1.5;
}
.gbps-attestation label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 600;
  cursor: pointer;
}
.gbps-attestation input[type="checkbox"] {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin: 0;
}
.gbps-attestation .description,
.gbps-attestation__description {
  display: block;
  margin: 8px 0 0 32px;
  color: #4f554f;
  font-size: 11px;
}
.gbps-attestation.woocommerce-invalid {
  border-color: #b81c23;
}
/* Footer */
.gbps-service-strip {
  clear: both;
  border-top: 1px solid var(--gbps-line);
  background: #fff;
}
.gbps-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.gbps-service-grid > div {
  min-height: 93px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 28px;
  border-right: 1px solid var(--gbps-line);
}
.gbps-service-grid > div:first-child {
  border-left: 1px solid var(--gbps-line);
}
.gbps-service-grid strong {
  color: var(--gbps-green);
  font-size: 9px;
  text-transform: uppercase;
}
.gbps-service-grid span {
  margin-top: 6px;
  color: var(--gbps-muted);
  font-size: 9px;
}
.gbps-footer {
  position: relative;
  z-index: 2;
  background: radial-gradient(circle at 70% 30%, #172017, #070a08 50%);
  color: #d8ddd8;
}
.gbps-footer__grid {
  display: grid;
  grid-template-columns: 1.7fr repeat(3, 1fr) 1.55fr;
  gap: 44px;
  padding-top: 58px;
  padding-bottom: 48px;
}
.gbps-footer__brand img {
  width: 150px;
}
.gbps-footer p {
  color: #d4d4d4;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.gbps-footer__brand p {
  max-width: 260px;
  margin-top: 24px;
}
.gbps-footer h3 {
  margin: 0 0 19px;
  color: white;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.gbps-footer__grid > div:not(:first-child) > a {
  min-height: 28px;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  color: #bbc1bb;
  font-size: 9px;
}
.gbps-footer__grid a:hover {
  color: #96bf69 !important;
}
.gbps-footer__signup form {
  display: flex;
  margin-top: 15px;
}
.gbps-footer__signup input {
  min-width: 0;
  height: 38px;
  flex: 1;
  padding: 0 11px;
  border: 1px solid #3a423a;
  background: #fff;
  font-size: 9px;
}
.gbps-footer__signup button {
  width: 40px;
  border: 0;
  background: #5f8a31;
  color: white;
}
.gbps-footer__contact {
  margin: 14px 0 18px;
}
.gbps-footer__contact a,
.gbps-footer__contact address {
  min-height: 24px;
  display: flex;
  align-items: center;
  margin: 0 0 4px;
  color: #bbc1bb;
  font-size: 9px;
  font-style: normal;
  line-height: 1.55;
}
.gbps-footer__contact a:hover {
  color: #96bf69;
}
.gbps-socials {
  margin-top: 18px;
  color: white;
}
.gbps-footer__bottom {
  min-height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #293029;
  color: #c9c9c9;
  font-size: 12px;
}
.gbps-footer__bottom span:last-child {
  color: #90bf5e;
}
.gbps-footer__grid .gbps-footer__signup a.gbps-button {
  min-height: unset;
  font-size: 12px;
  padding: 7px 20px;
}
.gbps-service-grid.gbps-service-grid-footer .gbps-service-item h4 {
  color: #2f5d18;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0 0 5px;
}
.gbps-service-grid.gbps-service-grid-footer .gbps-service-item p {
  margin-top: 0;
  font-size: 14px;
}
.gbps-service-grid.gbps-service-grid-footer .gbps-service-item p:last-child {
  margin-bottom: 0;
}
.gbps-commitment {
  position: relative;
}
.gbps-commitment > .gbps-container .gbps-eyebrow {
  font-size: 16px;
  margin-bottom: 5px;
}
.gbps-commitment > .gbps-container p {
  font-size: 14px;
}
.gbps-commitment > .gbps-container a.gbps-button:hover,
.gbps-commitment > .gbps-container a.gbps-button:focus {
  background: #000;
  color: #FFF;
  border: 1px solid #83ad59;
}
.gbps-commitment .gbps-commitment__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.gbps-commitment .gbps-commitment__bg-image.blackwhite {
  filter: grayscale(1);
}
.gbps-commitment .gbps-commitment__bg-image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #000000 20%, rgba(0, 0, 0, 0) 100%);
}
.gbps-commitment:has(.gbps-commitment__bg-image):before {
  display: none;
}
/*=== NEW STYLES ===*/
.gbps-topbar span {
  font-family: "Google Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #FFF;
}
.promo-announcement-bar {
  padding: 10px 20px;
  text-align: center;
  background-color: #2f5d18;
  background-image: linear-gradient(to right, #2e5d18 0%, #4d9327 50%, #2e5d18 100%);
  color: #FFF;
  position: relative;
  z-index: 5;
  font-family: "Google Sans", sans-serif;
}
.promo-announcement-bar p {
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  color: #FFF;
}
.promo-announcement-bar p:first-child {
  margin-top: 0;
}
.promo-announcement-bar p:last-child {
  margin-bottom: 0;
}
.promo-announcement-bar strong {
  font-weight: 700;
}
#special-promo-timer {
  --promo-accent: #83ad59;
  --promo-on-accent: var(--gbps-ink);
  --promo-timer-num: #d7ecc4;
  background: #2f5d18;
  color: #fff;
  font-family: "Google Sans", sans-serif;
  z-index: 1001;
  position: relative;
}
#special-promo-timer:has(.special-promo-timer__background) .special-promo-timer__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.special-promo-timer__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 30px;
  position: relative;
  z-index: 10;
}
.special-promo-timer__inner .special-promo-timer__content {
  display: inline-flex;
  gap: 1rem;
}
.special-promo-timer__headline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 18px;
}
.special-promo-timer__badge {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 6px 14px;
  background: var(--gbps-bright-green);
  color: #000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.special-promo-timer__offer {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}
.special-promo-timer__tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 28px;
  flex-wrap: wrap;
}
.special-promo-timer__countdown {
  display: flex;
  align-items: center;
  gap: 8px;
}
.special-promo-timer__unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border: 1px solid var(--promo-accent);
}
.special-promo-timer__value {
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
}
.special-promo-timer__unit-label {
  margin-top: 5px;
  color: var(--promo-accent);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}
.special-promo-timer__sep {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.special-promo-timer__sep i {
  display: block;
  width: 5px;
  height: 5px;
  background: var(--promo-accent);
}
.special-promo-timer__coupon {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 62px;
  padding: 0 22px;
  border: 0;
  border-radius: 0;
  appearance: none;
  background: var(--gbps-bright-green);
  color: #000;
  cursor: pointer;
  font-family: "Google Sans", sans-serif;
  text-transform: uppercase;
  transition: filter 0.2s ease;
}
.special-promo-timer__coupon:hover,
.special-promo-timer__coupon:focus {
  filter: brightness(1.05);
}
.special-promo-timer__coupon:focus-visible {
  outline: 2px solid #fff !important;
  outline-offset: 3px;
}
.special-promo-timer__coupon.is-copied .special-promo-timer__copy-label {
  font-weight: 700;
}
.special-promo-timer__coupon-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.special-promo-timer__coupon-code {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  border-bottom: 2px dashed rgba(17, 20, 18, 0.75);
  padding-bottom: 2px;
}
.special-promo-timer__copy-label {
  margin-left: 6px;
  min-width: 4.6em;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: right;
}
@keyframes marquee-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes marquee-shimmer {
  0% {
    transform: translate3d(-120%, 0, 0);
  }
  45%,
  100% {
    transform: translate3d(220%, 0, 0);
  }
}
.marquee-track {
  position: relative;
  z-index: 5;
  overflow: hidden;
  width: 100%;
  background-color: #2f5d18;
  background-image: linear-gradient(to right, #2e5d18 0%, #4d9327 50%, #2e5d18 100%);
  color: #FFF;
  font-family: "Google Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.03em;
  white-space: nowrap;
  padding-top: 20px;
  padding-bottom: 20px;
}
.marquee-track::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 45%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.06) 35%, rgba(255, 255, 255, 0.18) 50%, rgba(255, 255, 255, 0.06) 65%, transparent 100%);
  animation: marquee-shimmer 7.5s ease-in-out infinite;
}
.marquee-content {
  position: relative;
  z-index: 2;
  display: flex;
  width: max-content;
  align-items: center;
  animation: marquee-scroll 50s linear infinite;
}
.marquee-content .flex {
  display: flex;
  flex-shrink: 0;
}
.marquee-item {
  flex: 0 0 auto;
  padding-right: calc(0.25rem * 60);
  font-size: 18px;
}
.marquee-item + .marquee-item {
  position: relative;
}
@media (prefers-reduced-motion: reduce) {
  .marquee-content,
  .marquee-track::after {
    animation: none;
  }
}
.gbps-header .gbps-header__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gbps-header .header-navigation-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 3vw;
}
.gbps-header .main-navigation ul.menu {
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  display: flex;
  gap: 2vw;
}
.gbps-header .main-navigation ul.menu > li {
  position: relative;
  padding: 15px 10px 45px;
  top: 15px;
}
.gbps-header .main-navigation ul.menu > li > a {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  display: block;
  transition: all 0.3s ease;
}
.gbps-header .main-navigation ul.menu > li > a span {
  display: inline-block;
  position: relative;
}
.gbps-header .main-navigation ul.menu > li > a span:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #2f5d18;
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: scaleX(0);
  transition: all 0.3s ease;
}
.gbps-header .main-navigation ul.menu > li > a:hover,
.gbps-header .main-navigation ul.menu > li > a:focus {
  color: #2f5d18;
}
.gbps-header .main-navigation ul.menu > li > a:hover span:after,
.gbps-header .main-navigation ul.menu > li > a:focus span:after {
  transform: scaleX(1);
}
.gbps-header .main-navigation ul.menu > li > a:focus,
.gbps-header .main-navigation ul.menu > li > a:focus-visible {
  outline: 2px solid #2f5d18 !important;
  outline-offset: 2px;
  box-shadow: none!important;
}
.gbps-header .main-navigation ul.menu > li > a:active {
  background: #83ad59;
  color: #FFF;
}
.gbps-header .main-navigation ul.menu > li ul.sub-menu {
  margin: 0 0;
  padding: 10px;
  list-style: none;
  position: absolute;
  top: 75px;
  left: 50%;
  width: 230px;
  border-top: 5px solid #83ad59;
  border-radius: 0;
  background: #FFF;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: translateX(-50%);
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
.gbps-header .main-navigation ul.menu > li ul.sub-menu > li {
  border-top: 1px solid #CCC;
}
.gbps-header .main-navigation ul.menu > li ul.sub-menu > li:first-child {
  border-top: 0;
}
.gbps-header .main-navigation ul.menu > li ul.sub-menu > li a {
  display: block;
  text-decoration: none;
  padding: 7px 0;
  padding-right: 10px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
  transition: all 0.3s ease;
}
.gbps-header .main-navigation ul.menu > li ul.sub-menu > li a span {
  display: inline-block;
  transition: transform 0.3s ease;
}
.gbps-header .main-navigation ul.menu > li ul.sub-menu > li a:hover,
.gbps-header .main-navigation ul.menu > li ul.sub-menu > li a:focus {
  background: rgba(131, 173, 89, 0.5);
}
.gbps-header .main-navigation ul.menu > li ul.sub-menu > li a:hover span,
.gbps-header .main-navigation ul.menu > li ul.sub-menu > li a:focus span {
  transform: translateX(10px);
}
.gbps-header .main-navigation ul.menu > li.menu-item-has-children:hover > a,
.gbps-header .main-navigation ul.menu > li.menu-item-has-children:focus-visible > a,
.gbps-header .main-navigation ul.menu > li.menu-item-has-children:focus-visible > a {
  color: #83ad59;
}
.gbps-header .main-navigation ul.menu > li.menu-item-has-children:hover ul.sub-menu,
.gbps-header .main-navigation ul.menu > li.menu-item-has-children:focus-visible ul.sub-menu,
.gbps-header .main-navigation ul.menu > li.menu-item-has-children:focus-visible ul.sub-menu {
  opacity: 1;
  pointer-events: auto;
  top: 67px;
}
.gbps-header .search-icon-link img {
  width: 23px;
  height: auto;
}
.gbps-header .user-icon-link img {
  width: 25px;
  height: auto;
}
.gbps-header .header-cart-link {
  display: inline-flex;
  align-items: center;
}
.gbps-header .header-cart-link .cart-icon img {
  width: 25px;
  height: auto;
}
.gbps-header .header-cart-link .cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  min-height: 26px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  top: -11px;
  left: -7px;
}
.gbps-trust__grid .feature-item {
  display: grid;
  grid-template-columns: 45px 1fr;
  align-content: center;
  padding: 25px 28px;
  border-right: 1px solid var(--gbps-line);
}
.gbps-trust__grid .feature-item p {
  margin-top: 0;
  font-size: 14px;
}
.gbps-trust__grid .feature-item p:last-child {
  margin-bottom: 0;
}
.gbps-trust__grid .feature-item h4 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #2f5d18;
  margin: 0 0 5px;
}
.gbps-trust__grid .feature-item [class*="icon"],
.gbps-trust__grid .feature-item [class*="dashicons"] {
  font-size: 25px;
  color: #83ad59;
}
body.single .entry-summary .product_meta {
  display: none!important;
}
.button,
.gbps-button,
[type="submit"],
.woocommerce ul.products li.product .button {
  display: inline-flex;
  font-size: 13px;
  background: #2f5d18 !important;
  border-radius: 0;
  gap: 0.65rem;
}
.button:hover,
.gbps-button:hover,
[type="submit"]:hover,
.woocommerce ul.products li.product .button:hover,
.button:focus,
.gbps-button:focus,
[type="submit"]:focus,
.woocommerce ul.products li.product .button:focus {
  background: #000 !important;
}
.gbps-button-outline {
  background-color: #FFF !important;
  padding: 10px 20px 10px;
  border: 1px solid #2f5d18;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}
.gbps-button-outline svg {
  display: inline-block;
  transition: transform 0.3s ease;
}
.gbps-button-outline:hover,
.gbps-button-outline:focus {
  background: #2f5d18 !important;
  color: #FFF !important;
}
.gbps-button-outline:hover svg,
.gbps-button-outline:focus svg {
  filter: brightness(0) invert(1);
  transform: translateX(5px);
}
.buttondiv {
  display: flex;
  gap: 1.2rem;
}
.gbps-button.gbps-button-outline {
  border: 2px solid #2f5d18 !important;
  background-color: #FFF !important;
  color: #2f5d18 !important;
}
.gbps-button.gbps-button-outline:hover,
.gbps-button.gbps-button-outline:focus {
  background: #2f5d18 !important;
  color: #FFF !important;
}
.gbps-button.gbps-button-outline:focus,
.gbps-button.gbps-button-outline:focus-visible {
  outline: 2px solid #2f5d18 !important;
  outline-offset: 2px;
  box-shadow: none!important;
}
.gbps-button.gbps-button-outline:active {
  background: #83ad59 !important;
  color: #FFF !important;
}
.gbps-product-grid .gbps-product-card__body a.add_to_cart_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.gbps-product-grid .gbps-product-card__body a.add_to_cart_button:hover,
.gbps-product-grid .gbps-product-card__body a.add_to_cart_button:focus {
  background: #2f5d18 !important;
  color: #FFF !important;
}
.gbps-product-grid a.added_to_cart.wc-forward {
  color: #2f5d18 !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.gbps-product-grid a.added_to_cart.wc-forward:hover,
.gbps-product-grid a.added_to_cart.wc-forward:focus {
  color: #83ad59 !important;
}
.gbps-footer-link-group p {
  margin-top: 0;
  margin-bottom: 5px;
}
.gbps-mobile-navigation-container {
  display: none;
}
body.gbps-storefront.single div.product form.cart {
  display: flex;
  flex-wrap: wrap;
}
/* Variation dosage/size swatches (replaces dropdown UI) */
body.gbps-storefront div.product form.variations_form {
  gap: 18px;
}
body.gbps-storefront div.product form.variations_form table.variations {
  width: 100%;
  margin: 0 0 4px;
  border: 0;
}
body.gbps-storefront div.product form.variations_form table.variations th,
body.gbps-storefront div.product form.variations_form table.variations td {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  vertical-align: top;
}
body.gbps-storefront div.product form.variations_form table.variations th.label {
  margin: 0 0 12px;
  color: var(--gbps-ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
body.gbps-storefront div.product form.variations_form table.variations th.label label {
  margin: 0;
}
body.gbps-storefront .gbps-variation-control {
  position: relative;
}
body.gbps-storefront .gbps-variation-control > select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}
body.gbps-storefront .gbps-variation-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
body.gbps-storefront .gbps-variation-swatch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 52px;
  padding: 12px 16px;
  border: 1px solid var(--gbps-line);
  border-radius: 0;
  background: var(--gbps-green-pale);
  box-shadow: none;
  color: var(--gbps-green);
  font-family: var(--gbps-sans);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
body.gbps-storefront .gbps-variation-swatch:hover,
body.gbps-storefront .gbps-variation-swatch:focus-visible {
  border-color: #b7c7ac;
  background: #fff;
  color: var(--gbps-green);
  transform: translateY(-1px);
}
body.gbps-storefront .gbps-variation-swatch.is-selected {
  border-color: var(--gbps-green);
  background: var(--gbps-green);
  box-shadow: 0 8px 18px rgba(47, 93, 24, 0.22);
  color: #fff;
}
body.gbps-storefront .gbps-variation-swatch.is-selected:hover,
body.gbps-storefront .gbps-variation-swatch.is-selected:focus-visible {
  border-color: var(--gbps-green-2);
  background: var(--gbps-green-2);
  color: #fff;
}
body.gbps-storefront .gbps-variation-swatch.is-disabled,
body.gbps-storefront .gbps-variation-swatch:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
body.gbps-storefront div.product form.variations_form .reset_variations {
  display: inline-flex;
  margin-top: 14px;
  color: var(--gbps-muted);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
body.gbps-storefront div.product form.variations_form .single_variation_wrap {
  width: 100%;
}
body.gbps-storefront div.product form.variations_form .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  width: 100%;
}
/* Volume discount tiers */
body.gbps-storefront .gbps-volume-discounts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin: 4px 0 6px;
  padding-top: 10px;
}
body.gbps-storefront .gbps-volume-tier {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 78px;
  padding: 18px 10px 14px;
  border: 1px solid var(--gbps-line);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  color: var(--gbps-ink);
  font-family: var(--gbps-sans);
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}
body.gbps-storefront .gbps-volume-tier:hover,
body.gbps-storefront .gbps-volume-tier:focus-visible {
  border-color: #b7c7ac;
  background: #fafcf9;
  transform: translateY(-1px);
}
body.gbps-storefront .gbps-volume-tier.is-selected {
  border-color: var(--gbps-green);
  background: #fff;
  box-shadow: 0 0 0 1px var(--gbps-green), 0 10px 22px rgba(47, 93, 24, 0.12);
}
body.gbps-storefront .gbps-volume-tier__qty {
  color: var(--gbps-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}
body.gbps-storefront .gbps-volume-tier__off {
  color: var(--gbps-green);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}
body.gbps-storefront .gbps-volume-tier__badge {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  background: var(--gbps-green);
  box-shadow: 0 4px 10px rgba(47, 93, 24, 0.2);
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
body.gbps-storefront .gbps-volume-tier--featured {
  padding-top: 22px;
}
body.gbps-storefront.woocommerce-page .entry-content.woocommerce-Tabs-panel {
  width: 100%!important;
}
/*==== RESPONSIVE STYLES ====*/
@media (max-width: 1100px) {
  .gbps-nav {
    gap: 16px;
  }
  .gbps-nav a {
    font-size: 9px;
  }
  .gbps-logo {
    flex-basis: 200px;
  }
  .gbps-logo img {
    width: 190px;
  }
  .gbps-header__actions {
    gap: 10px;
  }
  .gbps-footer__grid {
    grid-template-columns: 1.5fr repeat(3, 1fr);
  }
  .gbps-footer__signup {
    grid-column: 1 / -1;
    max-width: 420px;
  }
  .gbps-coa-filters {
    grid-template-columns: repeat(2, 1fr);
  }
  .gbps-coa-filter-actions {
    justify-content: flex-start;
  }
  body.gbps-storefront .gbps-product-details {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
@media (max-width: 1200px) {
  body.admin-bar .gbps-header {
    top: 0;
  }
  .gbps-topbar__inner > span:nth-child(2),
  .gbps-topbar__right span:not(:first-child) {
    display: none;
  }
  .gbps-header__inner {
    position: relative;
    min-height: 74px;
    height: auto;
    flex-wrap: wrap;
  }
  .gbps-logo {
    flex-basis: auto;
    margin-right: auto;
  }
  .gbps-logo img {
    width: 205px;
  }
  .gbps-js .gbps-menu-toggle {
    display: block;
    order: 2;
  }
  .gbps-header__actions {
    order: 1;
  }
  .gbps-nav {
    width: 100%;
    display: grid;
    order: 3;
    margin: 0;
    padding: 14px 24px 24px;
    background: #fff;
    border-bottom: 2px solid var(--gbps-green);
  }
  .gbps-js .gbps-nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: auto;
    order: initial;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.08);
  }
  .gbps-js .gbps-nav.is-open {
    display: grid;
  }
  .gbps-nav a {
    padding: 12px;
    font-size: 11px;
  }
  .gbps-hero__grid {
    grid-template-columns: 1fr 1fr;
  }
  .gbps-trust__grid {
    grid-template-columns: 1fr 1fr;
  }
  .gbps-trust__grid > div:nth-child(3) {
    border-left: 1px solid var(--gbps-line);
  }
  .gbps-product-grid,
  body.gbps-storefront ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
  .gbps-footer__grid {
    grid-template-columns: 1.5fr repeat(2, 1fr);
  }
  .gbps-footer__signup {
    grid-column: auto;
  }
  .gbps-header {
    height: 75px;
  }
  .gbps-header .main-navigation {
    position: fixed;
    top: 76px;
    right: -100vw;
    max-width: 380px;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background: #fff;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.25);
    display: none;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-delay: 0.3s;
  }
  .gbps-header .main-navigation .main-navigation-inner {
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
    animation-duration: 0.5s;
    animation-fill-mode: both;
  }
  .gbps-header .main-navigation ul.menu {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 20px;
    gap: 0;
  }
  .gbps-header .main-navigation ul.menu > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #CCC;
  }
  .gbps-header .main-navigation ul.menu > li > a {
    display: block;
    padding: 16px 10px 15px;
    transition: all 0.3s ease-in-out;
  }
  .gbps-header .main-navigation ul.menu > li > a:hover,
  .gbps-header .main-navigation ul.menu > li > a:focus {
    background: rgba(131, 173, 89, 0.5);
  }
  .gbps-header .main-navigation.is-open {
    display: block;
    right: 0;
  }
  .gbps-header .main-navigation.is-closed {
    display: block;
    animation-name: slideOutRight;
  }
  .gbps-mobile-navigation-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    animation-duration: 0.6s;
    animation-fill-mode: both;
  }
  .gbps-mobile-navigation-container .gbps-mobile-navigation-inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-top: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    background: #FFF;
    box-shadow: -3px 0 15px rgba(0, 0, 0, 0.11);
    width: 350px;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-delay: 0.3s;
  }
  .gbps-mobile-navigation-container .gbs-mobile-main-navigation {
    margin-top: 50px;
  }
  .gbps-mobile-navigation-container .gbs-mobile-main-navigation .gbps-header__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 350px;
    background: #2f5d18;
  }
  .gbps-mobile-navigation-container .gbs-mobile-main-navigation .gbps-header__actions a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 33.333%;
    color: #FFF;
    padding: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease-in-out;
  }
  .gbps-mobile-navigation-container .gbs-mobile-main-navigation .gbps-header__actions a span.cart-count {
    font-size: 12px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    min-height: 28px;
    color: #2f5d18;
    border: 1px solid #2f5d18;
    border-radius: 100%;
    position: relative;
    top: -3px;
    left: -10px;
    z-index: 5;
    background: #FFF;
  }
  .gbps-mobile-navigation-container .gbs-mobile-main-navigation .gbps-header__actions a:hover,
  .gbps-mobile-navigation-container .gbs-mobile-main-navigation .gbps-header__actions a:focus {
    background: #83ad59;
  }
  .gbps-mobile-navigation-container .gbs-mobile-main-navigation .gbps-header__actions a:hover span.cart-count,
  .gbps-mobile-navigation-container .gbs-mobile-main-navigation .gbps-header__actions a:focus span.cart-count {
    border-color: #83ad59;
  }
  .gbps-mobile-navigation-container .gbs-mobile-main-navigation .gbps-header__actions a:first-child {
    border-left: 0;
  }
  .gbps-mobile-navigation-container .gbs-mobile-main-navigation .gbps-header__actions a img {
    width: auto;
    height: 40px;
    filter: brightness(0) invert(1);
  }
  .gbps-mobile-navigation-container .gbs-mobile-main-navigation ul.menu {
    margin: 0 0;
    padding: 0 0;
    list-style: none;
  }
  .gbps-mobile-navigation-container .gbs-mobile-main-navigation ul.menu > li {
    position: relative;
    border-bottom: 1px solid #CCC;
    min-height: 52px;
  }
  .gbps-mobile-navigation-container .gbs-mobile-main-navigation ul.menu > li:last-child {
    border-bottom: 0;
  }
  .gbps-mobile-navigation-container .gbs-mobile-main-navigation ul.menu > li > a {
    display: block;
    padding: 12px 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
  }
  .gbps-mobile-navigation-container .gbs-mobile-main-navigation ul.menu > li > a:hover,
  .gbps-mobile-navigation-container .gbs-mobile-main-navigation ul.menu > li > a:focus {
    color: #2f5d18;
  }
  .gbps-mobile-navigation-container .gbs-mobile-main-navigation ul.menu > li > a:focus {
    outline: 1px solid #2f5d18;
  }
  .gbps-mobile-navigation-container .gbs-mobile-main-navigation ul.menu > li.menu-item-has-children > a {
    margin-right: 60px;
  }
  .gbps-mobile-navigation-container .gbs-mobile-main-navigation ul.menu > li .sub-menu-toggle {
    appearance: none;
    background-color: transparent;
    width: 42px;
    height: 52px;
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
  }
  .gbps-mobile-navigation-container .gbs-mobile-main-navigation ul.menu > li .sub-menu-toggle:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 45%;
    left: 50%;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all 0.3s ease-in-out;
  }
  .gbps-mobile-navigation-container .gbs-mobile-main-navigation ul.menu > li .sub-menu-toggle:hover:before,
  .gbps-mobile-navigation-container .gbs-mobile-main-navigation ul.menu > li .sub-menu-toggle:focus:before {
    border-right-color: #2f5d18;
    border-bottom-color: #2f5d18;
  }
  .gbps-mobile-navigation-container .gbs-mobile-main-navigation ul.menu > li .sub-menu-toggle[aria-expanded="true"]:before {
    border-right-color: #2f5d18;
    border-bottom-color: #2f5d18;
    transform: translate(-50%, 0) rotate(225deg);
  }
  .gbps-mobile-navigation-container .gbs-mobile-main-navigation ul.menu > li ul.sub-menu {
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    display: none;
  }
  .gbps-mobile-navigation-container .gbs-mobile-main-navigation ul.menu > li ul.sub-menu > li {
    border-bottom: 1px solid #CCC;
  }
  .gbps-mobile-navigation-container .gbs-mobile-main-navigation ul.menu > li ul.sub-menu > li:last-child {
    border-bottom: 0;
  }
  .gbps-mobile-navigation-container .gbs-mobile-main-navigation ul.menu > li ul.sub-menu > li a {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
  }
  .gbps-mobile-navigation-container .gbs-mobile-main-navigation ul.menu > li ul.sub-menu > li a:hover,
  .gbps-mobile-navigation-container .gbs-mobile-main-navigation ul.menu > li ul.sub-menu > li a:focus {
    color: #2f5d18;
  }
  .gbps-mobile-navigation-container .gbs-mobile-main-navigation ul.menu > li ul.sub-menu > li a:focus {
    outline: 2px solid #2f5d18;
  }
  .gbps-mobile-navigation-container .gbps-menu-close {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 42px;
    height: 42px;
    border: none;
    background: #f2f2f2;
    appearance: none;
    transition: all 0.3s ease-in-out;
  }
  .gbps-mobile-navigation-container .gbps-menu-close:before,
  .gbps-mobile-navigation-container .gbps-menu-close:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .gbps-mobile-navigation-container .gbps-menu-close:before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .gbps-mobile-navigation-container .gbps-menu-close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .gbps-mobile-navigation-container .gbps-menu-close:hover,
  .gbps-mobile-navigation-container .gbps-menu-close:focus {
    background: #2f5d18;
  }
  .gbps-mobile-navigation-container .gbps-menu-close:hover:before,
  .gbps-mobile-navigation-container .gbps-menu-close:focus:before,
  .gbps-mobile-navigation-container .gbps-menu-close:hover:after,
  .gbps-mobile-navigation-container .gbps-menu-close:focus:after {
    background: #fff;
  }
  .gbps-mobile-navigation-container.is-open {
    display: block;
    right: 0;
    animation-name: slideInRight;
  }
  .gbps-mobile-navigation-container.is-closed {
    display: block;
    animation-name: slideOutRight;
  }
  body.gbps-mobile-navigation-open {
    overflow: hidden;
  }
  body.logged-in.admin-bar .gbps-mobile-navigation-container .gbps-mobile-navigation-inner {
    padding-top: 32px;
  }
  body.logged-in.admin-bar .gbps-mobile-navigation-container .gbps-menu-close {
    top: 40px;
  }
}
@media (max-width: 900px) {
  .special-promo-timer__tools {
    width: 100%;
  }
  .special-promo-timer__coupon {
    margin-left: auto;
  }
}
@media (max-width: 785px) {
  .gbps-container,
  .gbps-coa-page > *:not(.gbps-page-hero) {
    width: min(85%, 1240px);
  }
  .special-promo-timer__inner {
    align-items: center;
    text-align: center;
  }
  .special-promo-timer__headline {
    justify-content: center;
  }
  .special-promo-timer__tools {
    flex-direction: column;
    align-items: center;
  }
  .special-promo-timer__coupon {
    margin-left: 0;
    width: 100%;
    max-width: 420px;
    justify-content: space-between;
  }
  .gbps-topbar {
    min-height: 34px;
  }
  .gbps-topbar__inner {
    min-height: 34px;
    justify-content: center;
    padding: 5px 10px;
    text-align: center;
  }
  .gbps-topbar__right {
    display: none;
  }
  .gbps-header__inner {
    gap: 14px;
  }
  .gbps-logo img {
    width: 174px;
  }
  .gbps-header__actions a:first-child,
  .gbps-header__actions a:nth-child(2) {
    display: none;
  }
  .gbps-hero__grid {
    min-height: auto;
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  .gbps-hero__batch {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  .gbps-hero__copy {
    padding: 20px 0 50px;
    text-align: center;
  }
  .gbps-hero h1 {
    font-size: 52px;
  }
  .gbps-hero__product {
    min-height: 420px;
  }
  .gbps-hero__float-cluster {
    width: min(420px, 92%);
    min-height: 320px;
    height: 340px;
    transform: scale(0.7) translateY(-2vw);
  }
  .gbps-hero__float--1,
  .gbps-hero__float--3 {
    height: 54%;
  }
  .gbps-hero__float--2 {
    height: 66%;
  }
  .gbps-hero__batch {
    bottom: 20px;
  }
  .gbps-trust__grid {
    grid-template-columns: 1fr;
  }
  .gbps-trust__grid > div {
    border-left: 1px solid var(--gbps-line);
    border-bottom: 1px solid var(--gbps-line);
  }
  .gbps-trust__grid > div:last-child {
    border-bottom: 0;
  }
  .gbps-section-heading {
    align-items: start;
    flex-direction: column;
  }
  .gbps-product-grid,
  body.gbps-storefront ul.products {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .gbps-product-card__image {
    height: 220px;
  }
  .gbps-product-card__body {
    padding: 15px;
  }
  .gbps-commitment::before {
    left: 30%;
  }
  .gbps-page-hero {
    padding-top: 60px;
    padding-bottom: 45px;
  }
  .gbps-coa-search {
    padding: 20px;
  }
  .gbps-coa-search > div {
    grid-template-columns: 1fr;
  }
  .gbps-coa-filters {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 20px;
  }
  .gbps-coa-filter-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .gbps-coa-filter-actions .gbps-button {
    width: 100%;
  }
  .gbps-coa-filter-actions > a {
    padding: 8px;
    text-align: center;
  }
  .gbps-coa-results__cards .gbps-coa-card {
    width: 100%;
  }
  .gbps-table-wrap {
    overflow: visible;
    border: 0;
  }
  .gbps-table-wrap table {
    min-width: 0;
  }
  .gbps-table-wrap thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
  .gbps-table-wrap tbody,
  .gbps-table-wrap tr,
  .gbps-table-wrap td,
  .gbps-table-wrap tbody th {
    display: block;
    width: 100%;
  }
  .gbps-table-wrap tbody {
    display: grid;
    gap: 16px;
  }
  .gbps-table-wrap tr {
    padding: 8px 18px;
    border: 1px solid var(--gbps-line);
    background: #fff;
    box-shadow: 0 8px 24px rgba(18, 35, 10, 0.05);
  }
  .gbps-table-wrap td,
  .gbps-table-wrap tbody th {
    display: grid;
    grid-template-columns: minmax(118px, 38%) 1fr;
    gap: 14px;
    padding: 11px 0;
    border-bottom: 1px solid #e8ebe6;
    background: #fff;
    color: #414541;
    font-size: 11px;
    letter-spacing: normal;
    text-align: right;
    text-transform: none;
  }
  .gbps-table-wrap td::before,
  .gbps-table-wrap tbody th::before {
    content: attr(data-label);
    color: #626862;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: left;
    text-transform: uppercase;
  }
  .gbps-table-wrap tbody tr:last-child th {
    border-bottom: 1px solid #e8ebe6;
  }
  .gbps-table-wrap td:last-child {
    border-bottom: 0;
  }
  .gbps-table-wrap td:last-child .gbps-coa-view,
  .gbps-table-wrap td .gbps-coa-status {
    justify-self: end;
  }
  .gbps-coa-info {
    grid-template-columns: 1fr;
  }
  body.gbps-storefront.woocommerce .site-main,
  body.gbps-storefront.woocommerce-page .site-main,
  body.gbps-storefront.woocommerce-page .entry-content {
    width: min(85%, 1480px);
    padding-top: 42px;
  }
  body.gbps-storefront div.product div.images,
  body.gbps-storefront div.product div.summary {
    float: none;
    width: 100%;
  }
  body.gbps-storefront .gbps-volume-discounts {
    gap: 8px;
    padding-top: 6px;
  }
  body.gbps-storefront .gbps-volume-tier {
    min-height: 72px;
    padding: 16px 6px 12px;
  }
  body.gbps-storefront .gbps-volume-tier__qty {
    font-size: 13px;
  }
  body.gbps-storefront .gbps-volume-tier__off {
    font-size: 11px;
  }
  body.gbps-storefront .woocommerce .col2-set .col-1,
  body.gbps-storefront .woocommerce .col2-set .col-2,
  body.gbps-storefront #order_review_heading,
  body.gbps-storefront #order_review {
    float: none;
    width: 100%;
  }
  .gbps-product-badges {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .gbps-product-badges > span {
    border-right: 0;
  }
  body.gbps-storefront .gbps-product-details {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 28px;
  }
  .gbps-tab-callout {
    align-items: start;
    flex-direction: column;
  }
  .gbps-coa-modal {
    padding: 12px;
  }
  .gbps-coa-modal__dialog {
    max-height: 96vh;
    border-radius: 14px;
  }
  .gbps-coa-modal__header,
  .gbps-coa-modal__footer,
  .gbps-coa-modal__body {
    padding-right: 14px;
    padding-left: 14px;
  }
  .gbps-coa-modal__header h2 {
    font-size: 15px;
  }
  .gbps-coa-modal__frame {
    height: min(58vh, 520px);
  }
  .gbps-coa-card__panel-list li {
    grid-template-columns: minmax(0, 1fr) 18px;
    grid-template-areas: "label check" "value check";
  }
  .gbps-coa-card__panel-label {
    grid-area: label;
  }
  .gbps-coa-card__panel-value {
    grid-area: value;
    text-align: left;
  }
  .gbps-coa-card__panel-list .gbps-coa-card__check {
    grid-area: check;
  }
  .gbps-service-grid {
    grid-template-columns: 1fr 1fr;
  }
  .gbps-service-grid > div:nth-child(3) {
    border-left: 1px solid var(--gbps-line);
  }
  .gbps-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px 25px;
  }
  .gbps-footer__brand,
  .gbps-footer__signup {
    grid-column: 1 / -1;
  }
  .gbps-footer__bottom {
    align-items: start;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }
  body.logged-in.admin-bar .gbps-mobile-navigation-container .gbps-mobile-navigation-inner {
    padding-top: 48px;
  }
  body.logged-in.admin-bar .gbps-mobile-navigation-container .gbps-menu-close {
    top: 53px;
  }
  .gbps-hero .buttondiv {
    justify-content: center;
    align-items: center;
  }
  .gbps-hero:has(.gbps-button1):has(.gbps-button2) .buttondiv {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .gbps-hero:has(.gbps-button1):has(.gbps-button2) .buttondiv .gbps-button {
    width: 80%;
  }
  .gbps-hero__float {
    width: 38vw;
  }
  .gbps-hero__float.gbps-hero__float--2 {
    width: 46vw;
  }
  .gbps-product-details__coa {
    overflow: hidden;
  }
  .gbps-product-details__coa .gbps-coa-panel {
    display: flex;
    overflow-x: auto;
  }
  .gbps-product-details__coa .gbps-coa-tab__cards {
    flex-wrap: unset;
  }
  .gbps-product-details__coa .gbps-coa-tab__cards .gbps-coa-card {
    width: 340px;
  }
  .gbps-coa-card__panel-list li {
    gap: 5px;
  }
  .gbps-coa-card__panel-head span {
    text-align: right;
  }
  .gbps-coa-panel:has(.cards-count-1) {
    flex-wrap: wrap;
  }
  .gbps-coa-panel:has(.cards-count-1) .gbps-coa-tab {
    width: 100%;
  }
  .gbps-coa-panel:has(.cards-count-1) .gbps-coa-tab__cards {
    flex-wrap: wrap;
    width: 100%;
  }
  .gbps-coa-panel:has(.cards-count-1) .gbps-coa-tab__cards .gbps-coa-card {
    width: 100%;
  }
}
@media (max-width: 490px) {
  .gbps-container {
    width: min(85%, 1240px);
  }
  .special-promo-timer__offer {
    width: 100%;
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .special-promo-timer__unit {
    width: 52px;
    height: 52px;
  }
  .special-promo-timer__value {
    font-size: 18px;
  }
  .special-promo-timer__coupon {
    min-height: 52px;
    padding: 0 14px;
    gap: 10px;
  }
  .special-promo-timer__coupon-code {
    font-size: 18px;
  }
  .gbps-header__inner {
    gap: 8px;
  }
  .gbps-logo {
    flex: 1 1 auto;
  }
  .gbps-logo img {
    width: 142px;
  }
  .gbps-header__actions {
    gap: 2px;
  }
  .gbps-header__actions a,
  .gbps-menu-toggle {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
  }
  .gbps-hero__copy {
    padding-top: 30px;
  }
  .gbps-hero h1 {
    overflow-wrap: anywhere;
    font-size: clamp(40px, 13vw, 52px);
  }
  .gbps-hero__product {
    min-height: 340px;
    padding-top: 45px;
  }
  .gbps-hero__float-cluster {
    min-height: 280px;
    height: 300px;
    transform: scale(0.7) translateY(-15vw);
  }
  .gbps-product-grid,
  body.gbps-storefront ul.products {
    grid-template-columns: 1fr;
  }
  .gbps-product-card__image {
    height: 300px;
  }
  .gbps-service-grid {
    grid-template-columns: 1fr;
  }
  .gbps-service-grid > div {
    border-left: 1px solid var(--gbps-line);
  }
  .gbps-hero:has(.gbps-button1):has(.gbps-button2) .buttondiv .gbps-button {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .gbps-product-grid,
  body.gbps-storefront ul.products {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  .gbps-storefront *,
  .gbps-storefront *::before,
  .gbps-storefront *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
  .gbps-storefront .gbps-button:hover,
  .gbps-storefront .button:hover,
  .gbps-storefront .gbps-product-card:hover,
  .gbps-storefront .gbps-product-card:focus-within {
    transform: none;
  }
  .gbps-hero__float {
    animation: none !important;
  }
  .gbps-hero__float--1 {
    transform: rotate(-28deg);
  }
  .gbps-hero__float--2 {
    transform: translateX(-50%);
  }
  .gbps-hero__float--3 {
    transform: rotate(28deg);
  }
}
