@charset "UTF-8";
.clearfix {
  clear: both;
}

.z-depth-1 {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.z-depth-1-half {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.z-depth-2 {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-3 {
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-4 {
  -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.z-depth-5 {
  -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

.animate-all {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.animate-shadow {
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

/*!
 * 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;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 800px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  body {
    font-size: 16px;
  }
}

h1 {
  font-size: 66px;
}

h2 {
  font-size: 48px;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-size: 28px;
}
@media (max-width: 800px) {
  h3 {
    font-size: 23px;
  }
}

h4 {
  font-size: 24px;
}
@media (max-width: 800px) {
  h4 {
    font-size: 20px;
  }
}

p, .embed-vimeo {
  margin-bottom: 1.8em;
}

strong,
b {
  font-weight: 700;
}

.entry-content ul,
.entry-content ol {
  padding-left: 0;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1400px;
}

body.page-template-full-width article.entry-content > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .wp-block-genesis-blocks-gb-column > .gb-block-layout-column-inner,
body.page-template-full-width article.entry-content > .wp-block-group > .wp-block-group__inner-container > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .wp-block-genesis-blocks-gb-column > .gb-block-layout-column-inner,
body.single article.entry-content > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .wp-block-genesis-blocks-gb-column > .gb-block-layout-column-inner,
body.archive .site-main > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .wp-block-genesis-blocks-gb-column > .gb-block-layout-column-inner,
body.blog .site-main > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .wp-block-genesis-blocks-gb-column > .gb-block-layout-column-inner,
.blog-template > main > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .wp-block-genesis-blocks-gb-column > .gb-block-layout-column-inner {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  text-align: center;
  font-size: 16px;
  line-height: 1 !important;
  font-weight: 700;
  background-color: #f6941c;
  border: none;
  box-shadow: none;
  color: black;
  cursor: pointer;
  padding: 22px 25px;
  text-decoration: none;
  word-break: break-word;
  transition: 0.3s ease;
  display: inline-block;
  min-width: 180px;
}
.btn:hover, .btn:focus {
  background-color: white;
  color: black;
}
.btn.btn-blue {
  color: white;
  background-color: #061b58;
}
.btn.btn-blue:hover, .btn.btn-blue:focus {
  background-color: white;
  color: black;
}

.wp-block-button.btn {
  all: unset;
}

.wp-block-button.btn a.wp-element-button {
  text-align: center;
  font-size: 16px;
  line-height: 1 !important;
  font-weight: 700;
  border: none;
  box-shadow: none;
  cursor: pointer;
  padding: 22px 25px;
  text-decoration: none;
  word-break: break-word;
  transition: 0.3s ease;
  display: inline-block;
  min-width: 180px;
}
.wp-block-button.btn.btn-orange a.wp-element-button {
  background-color: #f6941c;
  color: black;
}
.wp-block-button.btn.btn-orange a.wp-element-button:hover, .wp-block-button.btn.btn-orange a.wp-element-button:focus {
  background-color: white;
  color: black;
}
.wp-block-button.btn.btn-blue a.wp-element-button {
  color: white;
  background-color: #061b58;
}
.wp-block-button.btn.btn-blue a.wp-element-button:hover, .wp-block-button.btn.btn-blue a.wp-element-button:focus {
  background-color: white;
  color: black;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/********************************************
*********************************************
******                                 ******
******          Flexbox Grid           ******
******      Author: Matthew Brand      ******
******                                 ******
*********************************************
********************************************/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex.flex--justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex.flex--justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex.flex--justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex.flex--justify-spacebetween {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex.flex--justify-spacearound {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flex.flex--align-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex.flex--align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex.flex--align-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex.flex--wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.flex--reverse {
  flex-direction: row-reverse;
}

@media (min-width: 1001px) {
  body.admin-bar.home .site-header,
body.admin-bar.single .site-header,
body.admin-bar.page-template-full-width .site-header {
    top: 32px;
  }
}

.home .site-header,
.page-template-full-width .site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 1000px) {
  .home .site-header,
.page-template-full-width .site-header {
    position: relative;
  }
}

.site-header {
  background-color: black;
}
.site-header .site-identity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 10px;
}
@media (max-width: 1000px) {
  .site-header .site-identity {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.site-header .site-identity .site-title-wrap {
  width: 210px;
}
@media (max-width: 1225px) {
  .site-header .site-identity .site-title-wrap {
    width: 165px;
  }
}
@media (max-width: 380px) {
  .site-header .site-identity .site-title-wrap {
    width: 123px;
  }
}
.site-header .site-identity .top-navigation-right {
  flex: 1; /* grow automatically to fill remaining space */
  width: 100%;
  max-width: 100%;
}
.site-header .site-title-wrap img {
  max-width: 210px;
}
@media (max-width: 1225px) {
  .site-header .site-title-wrap img {
    width: 165px;
  }
}
@media (max-width: 380px) {
  .site-header .site-title-wrap img {
    width: 123px;
  }
}
.site-header #site-navigation li a {
  font-weight: 400;
}
.site-header #site-navigation .utility-nav li {
  line-height: 1;
}
.site-header #site-navigation .utility-nav li a {
  font-weight: 300;
  color: white;
}
@media (max-width: 1225px) {
  .site-header #site-navigation .utility-nav li a {
    font-size: 14px;
  }
}
@media (max-width: 1225px) {
  .site-header #site-navigation .menu-main-container > ul > li {
    padding: 0 12px;
  }
}
.site-header #site-navigation .menu-main-container > ul > li > a {
  color: white;
  font-size: 18px;
}
@media (max-width: 1225px) {
  .site-header #site-navigation .menu-main-container > ul > li > a {
    font-size: 14px;
  }
}
.site-header #site-navigation .menu-main-container > ul > li > a::after {
  color: #f6941c;
  font-weight: 700;
}
.site-header .quote-btn {
  padding-top: 47px;
  padding-left: 25px;
}
@media (max-width: 1225px) {
  .site-header .quote-btn {
    padding-left: 15px;
  }
}
@media (max-width: 1225px) {
  .site-header .quote-btn .btn {
    min-width: 137px;
    padding: 20px 14px;
    font-size: 13px;
  }
}
.site-header .mobile-quote-btn {
  display: none;
  margin-left: auto;
}
@media (max-width: 1000px) {
  .site-header .mobile-quote-btn {
    display: block;
  }
}
@media (max-width: 479px) {
  .site-header .mobile-quote-btn .btn {
    padding: 16px;
    font-size: 13px;
    min-width: 120px;
  }
}

.mobile-navigation {
  background-color: #f6941c;
}
.mobile-navigation button {
  color: black;
}
.mobile-navigation button:hover, .mobile-navigation button:focus {
  color: black;
}

@media (max-width: 1000px) {
  .drawer-menu-explore {
    height: 91vh;
  }
}

.page-template-template-default #page,
.error404 #page {
  background: #fcebd2;
  background: linear-gradient(180deg, rgb(249, 245, 242) 0%, rgb(252, 235, 210) 37%);
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.page-template-template-default #page #content,
.error404 #page #content {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.error404 .site-header {
  background-color: #061b58;
  background: #3E538E;
  background: linear-gradient(90deg, rgb(62, 83, 142) 0%, rgb(41, 60, 125) 50%, rgb(15, 34, 96) 100%);
  border-bottom: 15px solid #f6941c;
}
.error404 .site-header h1 {
  color: #f6941c;
}

.archive .site-header {
  background-color: #061b58;
  background: #3E538E;
  background: linear-gradient(90deg, rgb(62, 83, 142) 0%, rgb(41, 60, 125) 50%, rgb(15, 34, 96) 100%);
  border-bottom: 15px solid #f6941c;
}
.archive .site-header .header-text {
  text-align: left;
  max-width: 100%;
  /* Container: inline label + select */
  /* Orange label */
  /* Custom select: no native chrome, underline only, white text */
  /* Orange caret using inline SVG */
  /* Hover/Focus states: brighten underline, remove glow */
  /* Make opened list readable on light dropdown pane */
  /* Hide the default arrow in old IE/Edge */
  /* Responsive: stack on small screens */
}
.archive .site-header .header-text h1 {
  font-size: 66px;
  color: #f6941c;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .archive .site-header .header-text h1 {
    font-size: 50px;
  }
}
.archive .site-header .header-text .category-dropdown {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-family: inherit;
  /* remove if you don't want it to control width */
  max-width: 100%;
}
.archive .site-header .header-text .category-dropdown label {
  color: #f6941c;
  font-weight: 700;
  font-size: 28px;
  margin: 0;
}
@media (max-width: 991px) {
  .archive .site-header .header-text .category-dropdown label {
    font-size: 23px;
  }
}
.archive .site-header .header-text .category-dropdown select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  border-bottom: 2px solid white;
  border-radius: 0;
  color: white;
  font-size: 28px;
  line-height: 1.2;
  padding: 6px 34px 6px 0; /* right padding makes room for caret */
  min-width: 260px; /* matches screenshot’s width feel */
  cursor: pointer;
}
@media (max-width: 991px) {
  .archive .site-header .header-text .category-dropdown select {
    font-size: 23px;
  }
}
.archive .site-header .header-text .category-dropdown select {
  background-image: url("data:image/svg+xml;utf8,			<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23F7941D' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: 18px 18px;
}
.archive .site-header .header-text .category-dropdown select:hover {
  border-bottom-color: var(--blog-underline-hover);
}
.archive .site-header .header-text .category-dropdown select:focus {
  outline: none;
  border-bottom-color: var(--blog-underline-hover);
}
.archive .site-header .header-text .category-dropdown select option {
  color: #222; /* keeps options readable in the native list */
  background: #fff;
  font-size: 16px;
}
.archive .site-header .header-text .category-dropdown select::-ms-expand {
  display: none;
}
@media (max-width: 640px) {
  .archive .site-header .header-text .category-dropdown {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .archive .site-header .header-text .category-dropdown label,
.archive .site-header .header-text .category-dropdown select {
    font-size: 18px;
  }
  .archive .site-header .header-text .category-dropdown select {
    min-width: 220px;
  }
}
.archive #page {
  padding: 70px 0;
  max-width: 100%;
  margin: 0;
  background: #F9F5F2;
  background: linear-gradient(180deg, rgb(249, 245, 242) 0%, rgb(252, 235, 210) 10%);
  border-bottom: 15px solid #f6941c;
}
.archive #page > .site-content {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-bottom: 0;
}
.archive #page > .site-content #primary {
  max-width: 100%;
  width: 100%;
}
.archive #page > .site-content article.hentry, .archive #page > .site-content article.post {
  margin: 0;
  margin-bottom: 55px;
  padding: 0;
  border-bottom: 0;
}
.archive #page > .site-content article .post-content {
  display: grid;
  grid-template-columns: minmax(360px, 42%) 1fr;
  gap: 56px;
  align-items: start;
}
.archive #page > .site-content article .post-content .entry-image .featured-image {
  position: relative;
}
.archive #page > .site-content article .post-content .entry-image .featured-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.archive #page > .site-content article .post-content .entry-image:not(:has(.featured-image)) {
  display: none;
}
.archive #page > .site-content article .post-content .entry-image:not(:has(.featured-image)) + .entry-body {
  grid-column: 1/-1;
}
.archive #page > .site-content article .post-content .entry-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.archive #page > .site-content article .post-content .entry-body .entry-header {
  margin: 0 0 0;
}
.archive #page > .site-content article .post-content .entry-body .entry-header .entry-title a {
  text-decoration: underline;
  color: #061b58;
}
.archive #page > .site-content article .post-content .entry-body .entry-content {
  max-width: 66ch;
}
.archive #page > .site-content article .post-content .entry-body .entry-content p:last-child {
  margin-bottom: 28px;
}
.archive #page > .site-content article .post-content .entry-body .entry-content .btn {
  display: inline-block;
}
@media (max-width: 1100px) {
  .archive #page > .site-content article .post-content {
    gap: 40px;
    grid-template-columns: minmax(320px, 45%) 1fr;
  }
}
@media (max-width: 860px) {
  .archive #page > .site-content article.hentry, .archive #page > .site-content article.post {
    margin-bottom: 56px;
  }
  .archive #page > .site-content article .post-content {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.post-template-default.single .site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
}
.post-template-default.single .site-content {
  padding: 0;
}
.post-template-default.single #page,
.post-template-default.single #primary {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.post-template-default.single .entry-header {
  background-color: #061b58;
  background: #3E538E;
  background: linear-gradient(90deg, rgb(62, 83, 142) 0%, rgb(41, 60, 125) 50%, rgb(15, 34, 96) 100%);
  border-bottom: 15px solid #f6941c;
  padding-top: 185px;
  padding-bottom: 85px;
}
.post-template-default.single .entry-header h1 {
  font-size: 66px;
  color: white;
  margin-bottom: 35px;
  margin-top: 35px;
}
@media (max-width: 991px) {
  .post-template-default.single .entry-header h1 {
    font-size: 50px;
  }
}
@media (max-width: 600px) {
  .post-template-default.single .entry-header h1 {
    font-size: 38px;
  }
}
.post-template-default.single .entry-header {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .post-template-default.single .entry-header {
    padding-bottom: 55px;
  }
}
.post-template-default.single .entry-header .header-flex {
  display: flex;
  align-items: center;
  gap: clamp(24px, 4vw, 64px);
}
.post-template-default.single .entry-header .featured-image {
  flex: 0 1 48%;
  max-width: 820px;
  margin-bottom: 0;
}
.post-template-default.single .entry-header .featured-image a, .post-template-default.single .entry-header .featured-image img {
  display: block;
  width: 100%;
}
.post-template-default.single .entry-header .featured-image img {
  height: auto;
}
.post-template-default.single .entry-header .entry-title {
  flex: 1 1 520px;
  margin: 0;
}
@media (max-width: 800px) {
  .post-template-default.single .entry-header .header-flex {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    display: block;
  }
  .post-template-default.single .entry-header .featured-image {
    flex-basis: auto;
    max-width: none;
  }
  .post-template-default.single .entry-header .entry-title {
    margin-top: 12px;
    text-wrap: balance;
  }
}
.post-template-default.single .post-content {
  background: #F9F5F2;
  background: linear-gradient(180deg, rgb(249, 245, 242) 0%, rgb(252, 235, 210) 10%);
  padding-top: 60px;
  padding-bottom: 100px;
}
.post-template-default.single .post-content .entry-content {
  max-width: 900px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.post-template-default.single .post-content .entry-content h2,
.post-template-default.single .post-content .entry-content h3,
.post-template-default.single .post-content .entry-content h4,
.post-template-default.single .post-content .entry-content h5 {
  color: #061b58;
}
.post-template-default.single .blog-post-cta {
  background: #3E538E;
  background: linear-gradient(90deg, rgb(62, 83, 142) 0%, rgb(41, 60, 125) 50%, rgb(15, 34, 96) 100%);
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
  color: white;
}
.post-template-default.single .blog-post-cta .container {
  max-width: 880px;
}
.post-template-default.single .blog-post-cta h2 {
  color: #f6941c;
}
@media (min-width: 801px) {
  .post-template-default.single .blog-post-cta p {
    font-size: 25px;
  }
}

.ms-block-homepage-banner {
  background-color: #061b58;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: relative;
  overflow: hidden;
  border-bottom: 15px solid #f6941c;
}
@media (max-width: 1000px) {
  .ms-block-homepage-banner {
    margin-top: -188px;
    padding-top: 32px;
  }
}
.ms-block-homepage-banner:before {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+71 */
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 71%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media (max-width: 800px) {
  .ms-block-homepage-banner:before {
    display: none;
  }
}
.ms-block-homepage-banner .container {
  position: relative;
  z-index: 3;
}
.ms-block-homepage-banner .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 800px) {
  .ms-block-homepage-banner .video-container {
    position: relative;
  }
}
.ms-block-homepage-banner .background-video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the video covers the entire div */
}
.ms-block-homepage-banner .banner-content {
  width: 100%;
  max-width: 760px;
  padding-top: 234px;
  padding-bottom: 110px;
}
@media (max-width: 800px) {
  .ms-block-homepage-banner .banner-content {
    max-width: 522px;
  }
}
@media (max-width: 600px) {
  .ms-block-homepage-banner .banner-content {
    max-width: 425px;
  }
}
@media (min-width: 1100px) {
  .ms-block-homepage-banner .banner-content {
    max-width: 865px;
  }
}
.ms-block-homepage-banner .banner-content h1 {
  color: #fff;
  font-size: 58px;
  line-height: 1.1;
  font-weight: 400;
  margin-top: 0;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.7);
  border-bottom: 4px solid #f6941c;
  padding-bottom: 20px;
}
@media (max-width: 800px) {
  .ms-block-homepage-banner .banner-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .ms-block-homepage-banner .banner-content h1 {
    font-size: 32px;
  }
}
@media (min-width: 1100px) {
  .ms-block-homepage-banner .banner-content h1 {
    font-size: 66px;
  }
}
.ms-block-homepage-banner .banner-content h1 span {
  display: block;
  font-weight: 700;
  color: #f6941c;
}
.ms-block-homepage-banner .banner-content p {
  color: #fff;
  font-size: 27px;
  line-height: 1.3;
  margin-top: 20px;
  margin-bottom: 35px;
}
@media (min-width: 1100px) {
  .ms-block-homepage-banner .banner-content p {
    max-width: 88%;
  }
}
@media (max-width: 800px) {
  .ms-block-homepage-banner .banner-content p {
    font-size: 19px;
  }
}
.ms-block-homepage-banner .banner-content .ms-button {
  display: inline-block;
  min-width: 215px;
  text-align: center;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #576D31;
  color: #fff;
  border-color: #fff;
}
.ms-block-homepage-banner .banner-content .ms-button:hover, .ms-block-homepage-banner .banner-content .ms-button:focus {
  background-color: #fff;
  color: #576D31;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 1000px) {
  .ms-block-homepage-banner .banner-content .ms-button {
    display: block;
    width: 260px;
    max-width: 100%;
    text-align: center;
  }
}
.ms-block-homepage-banner .banner-content ._df_button {
  border-color: #fff;
  margin: 0;
  margin-left: 20px;
}
.ms-block-homepage-banner .banner-content ._df_button:hover, .ms-block-homepage-banner .banner-content ._df_button:focus {
  background-color: #fff;
  border-color: #fff;
  color: #000;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 1000px) {
  .ms-block-homepage-banner .banner-content ._df_button {
    display: block;
    margin-left: 0;
    margin-top: 20px;
    width: 260px;
    max-width: 100%;
    text-align: center;
  }
}

.ms-section.ms-section-home-a1jt {
  padding-top: 70px;
  padding-bottom: 100px;
  background: #3E538E;
  background: linear-gradient(90deg, rgb(62, 83, 142) 0%, rgb(41, 60, 125) 50%, rgb(15, 34, 96) 100%);
}
.ms-section.ms-section-home-a1jt .ms-block-carousel {
  padding-right: 20%;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .ms-section.ms-section-home-a1jt .ms-block-carousel {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 50px;
  }
}
.ms-section.ms-section-home-a1jt .wp-block-buttons {
  padding-top: 20px;
}
.ms-section.ms-section-home-a1jt h2 {
  color: #f6941c;
}
@media (max-width: 991px) {
  .ms-section.ms-section-home-a1jt .gb-layout-columns-2 > .gb-layout-column-wrap.gb-is-responsive-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "col2" "col1";
  }
}
.ms-section.ms-section-home-capabilities {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #F9F5F2;
  background: linear-gradient(180deg, rgb(249, 245, 242) 0%, rgb(252, 235, 210) 34%);
}
@media (max-width: 800px) {
  .ms-section.ms-section-home-capabilities {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
.ms-section.ms-section-home-capabilities h2 {
  color: #061b58;
}
.ms-section.ms-section-home-capabilities .ms-block-intro-copy {
  padding-bottom: 60px;
}
.ms-section.ms-section-home-capabilities .ms-capability-row .ms-block-image-title {
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .ms-section.ms-section-home-capabilities .ms-capability-row > .gb-layout-column-wrap.gb-is-responsive-column {
    grid-template-rows: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "col1 col2" "col3 col4";
  }
}
@media (max-width: 400px) {
  .ms-section.ms-section-home-capabilities .ms-capability-row > .gb-layout-column-wrap.gb-is-responsive-column {
    grid-template-rows: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "col1" "col2" "col3" "col4";
  }
}
@media (min-width: 801px) {
  .ms-section.ms-section-home-capabilities .ms-capability-row.row-of-3 {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 800px) {
  .ms-section.ms-section-home-capabilities .ms-capability-row.row-of-3 > .gb-layout-column-wrap.gb-is-responsive-column {
    grid-template-rows: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "col1 col2" "col3 col4";
  }
}
@media (max-width: 400px) {
  .ms-section.ms-section-home-capabilities .ms-capability-row.row-of-3 > .gb-layout-column-wrap.gb-is-responsive-column {
    grid-template-rows: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "col1" "col2" "col3" "col4";
  }
}
.ms-section.ms-section-cta {
  padding: 50px 0;
}
.ms-section.ms-section-cta > .gb-layout-column-wrap > .wp-block-genesis-blocks-gb-column > .gb-block-layout-column-inner {
  max-width: 1190px !important;
}
.ms-section.ms-section-cta .gb-2-col-wideleft > .gb-layout-column-wrap {
  grid-template-columns: 3fr 1fr;
}
@media (max-width: 800px) {
  .ms-section.ms-section-cta .gb-2-col-wideleft > .gb-layout-column-wrap {
    display: block;
    text-align: center;
  }
}
@media (max-width: 800px) {
  .ms-section.ms-section-cta .wp-block-buttons.is-content-justification-right {
    justify-content: center;
  }
}
.ms-section.ms-section-cta h2 {
  font-size: 28px;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (max-width: 800px) {
  .ms-section.ms-section-cta h2 {
    margin-top: 0;
  }
}
.ms-section.ms-section-home-advantage-a1jt {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #F9F5F2;
  background: linear-gradient(180deg, rgb(249, 245, 242) 0%, rgb(252, 235, 210) 34%);
}
@media (max-width: 800px) {
  .ms-section.ms-section-home-advantage-a1jt {
    padding-bottom: 50px;
  }
}
.ms-section.ms-section-home-advantage-a1jt.interior {
  padding-top: 50px;
}
.ms-section.ms-section-home-advantage-a1jt h2,
.ms-section.ms-section-home-advantage-a1jt h3,
.ms-section.ms-section-home-advantage-a1jt h4 {
  color: #061b58;
}
@media (max-width: 991px) {
  .ms-section.ms-section-home-advantage-a1jt .ms-block-section-content {
    margin-bottom: 50px;
  }
}
.ms-section.ms-section-home-advantage-a1jt .ms-block-section-content h2,
.ms-section.ms-section-home-advantage-a1jt .ms-block-section-content h3 {
  color: #061b58;
}
.ms-section.ms-section-home-advantage-a1jt .ms-block-section-image {
  padding-left: 20%;
}
@media (max-width: 991px) {
  .ms-section.ms-section-home-advantage-a1jt .ms-block-section-image {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .ms-section.ms-section-home-advantage-a1jt .gb-layout-columns-2 > .gb-layout-column-wrap.gb-is-responsive-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "col1" "col2";
  }
}
.ms-section.ms-section-home-advantage-a1jt .ms-row-icons {
  padding-top: 30px;
}
.ms-section.ms-section-home-advantage-a1jt.less-image-left-padding .ms-block-section-image {
  padding-left: 10%;
}
@media (max-width: 991px) {
  .ms-section.ms-section-home-advantage-a1jt.less-image-left-padding .ms-block-section-image {
    padding-left: 0;
  }
}
.ms-section.ms-section-home-industries-served {
  padding: 100px 0;
  padding-bottom: 50px;
  background: #F9F5F2;
  background: linear-gradient(130deg, rgb(249, 245, 242) 0%, rgb(252, 235, 210) 37%);
}
@media (max-width: 800px) {
  .ms-section.ms-section-home-industries-served {
    padding-top: 70px;
  }
}
.ms-section.ms-section-home-industries-served h2 {
  color: #061b58;
}
.ms-section.ms-section-home-industries-served .ms-block-intro-copy {
  padding-bottom: 60px;
}
.ms-section.ms-section-home-industries-served .ms-row-industries .ms-block-image-title {
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  .ms-section.ms-section-home-industries-served .ms-row-industries > .gb-layout-column-wrap.gb-is-responsive-column {
    grid-template-rows: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "col1" "col2" "col3";
  }
}
@media (min-width: 801px) {
  .ms-section.ms-section-home-industries-served .ms-row-industries.row-of-2 {
    max-width: 66.66%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 800px) {
  .ms-section.ms-section-home-industries-served .ms-row-industries.row-of-2 > .gb-layout-column-wrap.gb-is-responsive-column {
    grid-template-rows: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "col1" "col2";
  }
}
.ms-section.ms-section-home-industries-served.capability-detail-industries {
  border-bottom: 15px solid #f6941c;
}
@media (min-width: 801px) {
  .ms-section.ms-section-home-industries-served.capability-detail-industries {
    padding-top: 125px;
    padding-bottom: 80px;
  }
}
.ms-section.ms-section-home-case-studies {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #3E538E;
  background: linear-gradient(90deg, rgb(62, 83, 142) 0%, rgb(41, 60, 125) 50%, rgb(15, 34, 96) 100%);
}
@media (max-width: 800px) {
  .ms-section.ms-section-home-case-studies {
    padding: 70px 0;
  }
}
@media (min-width: 800px) {
  .ms-section.ms-section-home-case-studies .ms-block-intro-copy p {
    font-size: 25px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ms-section.ms-section-home-case-studies h2,
.ms-section.ms-section-home-case-studies h3 {
  color: #f6941c;
}
.ms-section.ms-section-interior-banner {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: relative;
  overflow: hidden;
  border-bottom: 15px solid #f6941c;
  padding-top: 235px;
  padding-bottom: 150px;
}
@media (max-width: 1000px) {
  .ms-section.ms-section-interior-banner {
    margin-top: -188px;
    padding-top: 300px;
  }
}
@media (max-width: 800px) {
  .ms-section.ms-section-interior-banner {
    padding-bottom: 60px;
    padding-top: 225px;
  }
}
.ms-section.ms-section-interior-banner .gb-layout-column-wrap {
  position: relative;
  z-index: 3;
}
.ms-section.ms-section-interior-banner::after {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  top: 0;
  left: 0;
}
.ms-section.ms-section-interior-banner h1 {
  color: #f6941c;
  font-size: 58px;
  line-height: 1.1;
  font-weight: 700;
  margin-top: 0;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.7);
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .ms-section.ms-section-interior-banner h1 {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .ms-section.ms-section-interior-banner h1 {
    font-size: 32px;
  }
}
@media (min-width: 1100px) {
  .ms-section.ms-section-interior-banner h1 {
    font-size: 66px;
  }
}
.ms-section.ms-section-interior-banner h1 span {
  display: block;
  font-weight: 700;
  color: #f6941c;
}
.ms-section.ms-section-interior-banner p {
  color: #fff;
  font-size: 33px;
  line-height: 1.3;
  margin-top: 20px;
  margin-bottom: 35px;
}
@media (min-width: 1100px) {
  .ms-section.ms-section-interior-banner p {
    max-width: 88%;
  }
}
@media (max-width: 800px) {
  .ms-section.ms-section-interior-banner p {
    font-size: 19px;
  }
}
.ms-section.ms-section-interior-banner .wp-block-buttons {
  margin-bottom: 35px;
}
.ms-section.ms-section-capability-row-light {
  background: #ffedd9;
  background: linear-gradient(180deg, rgb(249, 245, 242) 0%, rgb(252, 235, 210) 10%);
  padding-bottom: 40px;
  padding-top: 80px;
}
.ms-section.ms-section-capability-row-dark {
  background: linear-gradient(90deg, rgb(62, 83, 142) 0%, rgb(41, 60, 125) 50%, rgb(15, 34, 96) 100%);
  padding-bottom: 40px;
  padding-top: 80px;
}
.ms-section.ms-section-capability-row-dark h2,
.ms-section.ms-section-capability-row-dark h3 {
  color: #f6941c;
}
.ms-section.ms-section-capability-row-dark h2 a,
.ms-section.ms-section-capability-row-dark h3 a {
  color: #f6941c;
}
.ms-section.ms-section-large-image {
  background: linear-gradient(90deg, rgb(62, 83, 142) 0%, rgb(41, 60, 125) 50%, rgb(15, 34, 96) 100%);
}
.ms-section.ms-section-large-image.large-image-left {
  background: linear-gradient(90deg, rgb(62, 83, 142) 0%, rgb(41, 60, 125) 65%, rgb(15, 34, 96) 100%);
}
.ms-section.ms-section-large-image.large-image-right {
  background: linear-gradient(90deg, rgb(62, 83, 142) 0%, rgb(41, 60, 125) 25%, rgb(15, 34, 96) 100%);
}
.ms-section.ms-section-large-image .wp-block-image {
  margin: 0;
}
.ms-section.ms-section-large-image .wp-block-image img {
  opacity: 0;
}
.ms-section.ms-section-large-image .large-image-content {
  max-width: 725px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
.ms-section.ms-section-large-image .large-image-content h2 {
  color: #f6941c;
}
@media (max-width: 1200px) {
  .ms-section.ms-section-large-image .large-image-content h2 {
    font-size: 35px;
  }
}
@media (max-width: 1200px) {
  .ms-section.ms-section-large-image .large-image-content p {
    font-size: 16px;
  }
}
.ms-section.ms-section-light-gradient {
  background: linear-gradient(180deg, rgb(249, 245, 242) 0%, rgb(252, 235, 210) 37%);
}
.ms-section.ms-section-light-gradient h2,
.ms-section.ms-section-light-gradient h3 {
  color: #061b58;
}
.ms-section.ms-section-benefits-that-work {
  padding-top: 120px;
  padding-bottom: 120px;
}
.ms-section.ms-section-benefits-that-work .row-benefits.row-of-2 {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
}
.ms-section.ms-section-benefits-that-work .row-benefits .ms-block-icon {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.ms-section.ms-section-benefits-that-work .row-benefits .ms-block-icon h3 {
  font-size: 23px;
}
.ms-section.ms-section-image-content {
  padding-top: 50px;
  padding-bottom: 80px;
}
@media (max-width: 800px) {
  .ms-section.ms-section-image-content {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .ms-section.ms-section-image-content .flip-mobile.gb-layout-columns-2 > .gb-layout-column-wrap.gb-is-responsive-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "col2" "col1";
  }
}
.ms-section.ms-section-image-content h2,
.ms-section.ms-section-image-content h3,
.ms-section.ms-section-image-content h4 {
  color: #061b58;
}
@media (max-width: 991px) {
  .ms-section.ms-section-image-content .ms-block-section-content {
    margin-bottom: 50px;
  }
}
.ms-section.ms-section-image-content .ms-block-section-content h2,
.ms-section.ms-section-image-content .ms-block-section-content h3 {
  color: #061b58;
}
@media (max-width: 991px) {
  .ms-section.ms-section-image-content .gb-layout-columns-2 > .gb-layout-column-wrap.gb-is-responsive-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "col1" "col2";
  }
}
.ms-section.ms-section-image-content .ms-row-icons {
  padding-top: 30px;
}
.ms-section.ms-section-image-content.image-left .ms-block-section-image {
  padding-right: 10%;
}
@media (max-width: 991px) {
  .ms-section.ms-section-image-content.image-left .ms-block-section-image {
    padding-right: 0;
  }
}
.ms-section.ms-section-image-content.image-right .ms-block-section-image {
  padding-left: 10%;
}
@media (max-width: 991px) {
  .ms-section.ms-section-image-content.image-right .ms-block-section-image {
    padding-left: 0;
  }
}
.ms-section.ms-section-by-the-numbers {
  background: linear-gradient(127deg, rgb(68, 86, 149) 0%, rgb(6, 27, 88) 50%);
  padding-top: 130px;
  padding-bottom: 100px;
  border-bottom: 15px solid #f6941c;
}
.ms-section.ms-section-by-the-numbers h2 {
  color: #f6941c !important;
  margin-bottom: 80px;
}
.ms-section.ms-section-by-the-numbers .ms-block-image-left .ms-block-section-content h2 {
  margin-bottom: 20px;
}
.ms-section.ms-section-by-the-numbers .ms-block-image-left .ms-block-section-content strong {
  color: #f6941c;
}
.ms-section.ms-section-growth-model {
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 15px solid #f6941c;
}
@media (min-width: 601px) {
  .ms-section.ms-section-growth-model .cert-row.row-of-2 {
    width: 66.66%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ms-section.ms-section-growth-model .cert-row img {
  max-width: 100%;
  height: auto !important;
}
.ms-section.ms-section-growth-model .cert-row .wp-block-image figure {
  margin-bottom: 80px !important;
  padding-left: 15px;
  padding-right: 15px;
}
.ms-section.ms-section-growth-model .row-growth-blocks .gb-block-layout-column {
  height: 100%;
  padding-bottom: 50px;
}
.ms-section.ms-section-growth-model .row-growth-blocks .gb-block-layout-column > .gb-block-layout-column-inner {
  height: 100%;
}
@media (min-width: 801px) {
  .ms-section.ms-section-growth-model .row-growth-blocks.row-of-2 {
    width: 66.66%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 800px) {
  .ms-section.ms-section-growth-model .row-growth-blocks.gb-layout-columns-3 > .gb-layout-column-wrap.gb-is-responsive-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "col1" "col2" "col3";
  }
}
@media (max-width: 800px) {
  .ms-section.ms-section-growth-model .row-growth-blocks.gb-layout-columns-2 > .gb-layout-column-wrap.gb-is-responsive-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "col1" "col2";
  }
}
.ms-section.ms-section-certifications {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ms-section.ms-section-certifications .ms-block-certification {
  text-align: center;
  margin-bottom: 50px;
}
.ms-section.ms-section-certifications .ms-block-certification img {
  height: 250px;
  width: auto;
}
.ms-section.ms-section-certifications .ms-block-certification p {
  font-size: 16px;
}
@media (min-width: 801px) {
  .ms-section.ms-section-certifications .ms-block-certification p {
    font-size: 18px;
  }
}
.ms-section.ms-section-blue-cta {
  background: linear-gradient(90deg, rgb(62, 83, 142) 0%, rgb(41, 60, 125) 50%, rgb(15, 34, 96) 100%);
  padding-top: 90px;
  padding-bottom: 90px;
}
.ms-section.ms-section-blue-cta h2 {
  color: #f6941c;
}
@media (min-width: 992px) {
  .ms-section .contact-banner-content {
    width: 635px;
    max-width: 50%;
  }
}
.ms-section.ms-section-contact-page {
  padding-bottom: 100px;
  border-bottom: 15px solid #f6941c;
}
@media (max-width: 991px) {
  .ms-section.ms-section-contact-page .gb-layout-columns-2 > .gb-layout-column-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "col1" "col2";
  }
}
.ms-section.ms-section-contact-page .contact-page-content {
  padding-top: 90px;
  padding-bottom: 40px;
}
@media (min-width: 601px) {
  .ms-section.ms-section-contact-page .contact-page-content {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .ms-section.ms-section-contact-page .contact-page-content {
    padding-top: 60px;
  }
}
.ms-section.ms-section-contact-page .contact-page-content .wp-block-image img {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}
.ms-section.ms-section-contact-page .contact-page-content h3 {
  margin-bottom: 10px;
}
.ms-section.ms-section-contact-page .contact-page-content .contact-page-map-details {
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .ms-section.ms-section-contact-page .contact-page-content .contact-page-map-details.gb-layout-columns-2 > .gb-layout-column-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "col1 col2";
  }
}
@media (max-width: 450px) {
  .ms-section.ms-section-contact-page .contact-page-content .contact-page-map-details.gb-layout-columns-2 > .gb-layout-column-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "col1" "col2";
  }
}
.ms-section.ms-section-request-a-quote-page {
  padding-bottom: 100px;
  border-bottom: 15px solid #f6941c;
}

.ms-block-carousel .wp-block-cb-carousel-v2 .cb-button-prev,
.ms-block-carousel .wp-block-cb-carousel-v2 .cb-button-next {
  background-color: #f6941c;
  color: #061b58;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.ms-block-carousel .wp-block-cb-carousel-v2 .cb-button-prev::after,
.ms-block-carousel .wp-block-cb-carousel-v2 .cb-button-next::after {
  font-weight: 700;
  font-size: 12px;
}
.ms-block-carousel .wp-block-cb-carousel-v2 .cb-button-prev {
  left: -35px;
}
.ms-block-carousel .wp-block-cb-carousel-v2 .cb-button-next {
  right: -35px;
}
.ms-block-carousel .wp-block-image figcaption {
  color: white;
  padding-top: 10px;
}

.ms-block-intro-copy {
  max-width: 845px;
  margin-left: auto;
  margin-right: auto;
}
.ms-block-intro-copy.wider {
  max-width: 950px;
}
.ms-block-intro-copy h2 {
  margin-bottom: 17px;
}
.ms-block-intro-copy .wp-block-butons {
  padding-top: 15px;
}
@media (min-width: 801px) {
  .ms-block-intro-copy.larger-copy p {
    font-size: 27px;
  }
}

.ms-block-image-title {
  margin-bottom: 50px;
}
.ms-block-image-title h2 {
  font-size: 27px;
  margin-bottom: 13px;
}
@media (max-width: 900px) {
  .ms-block-image-title h2 {
    font-size: 18px;
  }
}
.ms-block-image-title h3 {
  font-size: 23px;
}
@media (max-width: 900px) {
  .ms-block-image-title h3 {
    font-size: 18px;
  }
}
.ms-block-image-title a {
  color: #061b58;
}
.ms-block-image-title p {
  font-size: 16px;
}

.ms-block-header-with-border {
  padding: 40px 0;
}
.ms-block-header-with-border h3 {
  overflow: hidden;
  margin-bottom: 0;
}
.ms-block-header-with-border h3 mark {
  position: relative;
  background-color: transparent !important;
  color: #061b58;
}
.ms-block-header-with-border h3 mark::before, .ms-block-header-with-border h3 mark::after {
  content: "";
  height: 10px;
  background-color: #f6941c;
  top: 50%;
  margin-top: -5px;
  width: 1000px;
  position: absolute;
}
@media (max-width: 400px) {
  .ms-block-header-with-border h3 mark::before, .ms-block-header-with-border h3 mark::after {
    display: none;
  }
}
.ms-block-header-with-border h3 mark::before {
  left: -1020px;
}
.ms-block-header-with-border h3 mark::after {
  right: -1020px;
}

.ms-block-icon .wp-block-image {
  text-align: center;
}
.ms-block-icon .wp-block-image img {
  height: 120px;
  width: auto;
}
.ms-block-icon p {
  font-size: 18px;
}
@media (max-width: 600px) {
  .ms-block-icon p {
    font-size: 16px;
  }
}

.ms-block-case-study .case-study-text {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.ms-block-case-study h3 {
  font-size: 23px;
}
@media (max-width: 900px) {
  .ms-block-case-study h3 {
    font-size: 18px;
  }
}
.ms-block-case-study p {
  font-size: 18px;
}
@media (max-width: 900px) {
  .ms-block-case-study p {
    font-size: 16px;
  }
}

@media (max-width: 800px) {
  .gb-block-spacer.no-mobile {
    display: none;
  }
}

.wp-block-list.no-bullets {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
.wp-block-list.no-bullets.check-list strong {
  color: #f6941c;
}
.wp-block-list.no-bullets.check-list li {
  margin-bottom: 6%;
}

@media (max-width: 991px) {
  .ms-block-image-left.gb-layout-columns-2 > .gb-layout-column-wrap.gb-is-responsive-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "col1" "col2";
  }
}
@media (max-width: 991px) {
  .ms-block-image-left.flip-mobile.gb-layout-columns-2 > .gb-layout-column-wrap.gb-is-responsive-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "col2" "col1";
  }
}
@media (max-width: 991px) {
  .ms-block-image-left .ms-block-section-content {
    margin-bottom: 50px;
  }
}
.ms-block-image-left .ms-block-section-content h2,
.ms-block-image-left .ms-block-section-content h3 {
  color: #061b58;
}
.ms-block-image-left .ms-block-section-image {
  padding-right: 10%;
  padding-left: 0 !important;
}
@media (max-width: 991px) {
  .ms-block-image-left .ms-block-section-image {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .ms-block-image-right.gb-layout-columns-2 > .gb-layout-column-wrap.gb-is-responsive-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "col1" "col2";
  }
}
@media (max-width: 991px) {
  .ms-block-image-right .ms-block-section-content {
    margin-bottom: 50px;
  }
}
.ms-block-image-right .ms-block-section-content h2,
.ms-block-image-right .ms-block-section-content h3 {
  color: #061b58;
}
.ms-block-image-right .ms-block-section-image {
  padding-right: 10%;
  padding-left: 0 !important;
}
@media (max-width: 991px) {
  .ms-block-image-right .ms-block-section-image {
    padding-right: 0;
  }
}

.ms-block-numbers {
  text-align: center;
  margin-bottom: 50px;
}
.ms-block-numbers .wp-block-image {
  text-align: center;
  margin-bottom: 30px;
}
.ms-block-numbers .wp-block-image img {
  height: 90px;
  width: auto;
}
.ms-block-numbers p {
  font-size: 35px;
  color: #f6941c;
  font-weight: 700;
}
.block-growth-box {
  background-color: white;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  text-align: center;
  height: 100%;
}
.block-growth-box h3 {
  background-color: #f6941c;
  color: #061b58;
  text-align: center;
  padding: 25px 10px;
}
.block-growth-box .growth-box-content {
  padding: 25px;
  font-size: 16px;
}

.capabilities-details-list .wp-block-list {
  padding-left: 0;
  font-size: 16px;
}

.ms-form-block {
  background: linear-gradient(134deg, rgb(68, 86, 149) 0%, rgb(6, 27, 88) 70%);
  padding: 40px;
  padding-bottom: 80px;
}
.ms-form-block.request-form {
  margin-top: -235px;
}
@media (min-width: 992px) {
  .ms-form-block.request-form {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 800px) {
  .ms-form-block.request-form {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .ms-form-block.contact-form-block {
    margin-top: -170px;
    max-width: 90%;
    margin-left: auto;
  }
}
.ms-form-block.contact-form-block > .wp-block-group__inner-container {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 801px) {
  .ms-form-block > .wp-block-group__inner-container {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ms-form-block .gform-theme--framework .gfield_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  color: white;
}
.ms-form-block .gform-theme--framework .gform-field-label > .gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .ms-form-block .gform-theme--framework.gform_editor legend.gform-field-label > span > .gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  color: #f6941c;
}
.ms-form-block .form-intro {
  color: white;
}
.ms-form-block .form-intro h1 {
  color: #f6941c;
}
@media (max-width: 991px) {
  .ms-form-block .form-intro h1 {
    font-size: 47px;
  }
}
@media (max-width: 600px) {
  .ms-form-block .form-intro h1 {
    font-size: 35px;
  }
}
.ms-form-block h2 {
  color: #f6941c !important;
  font-size: 28px;
  margin-bottom: 30px;
}
.ms-form-block .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .ms-form-block .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .ms-form-block .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .ms-form-block .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .ms-form-block .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .ms-form-block .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .ms-form-block .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  min-width: 200px;
  font-weight: 700;
  border-radius: 0;
  padding: 20px;
  font-size: 18px;
  max-height: auto;
  height: auto;
}

.site-footer {
  margin-bottom: 0;
  padding-bottom: 0;
}
.site-footer .footer-top {
  background-color: #f3f3f3 !important;
  padding-top: 70px !important;
  padding-bottom: 40px !important;
}
.site-footer .footer-top .container {
  max-width: 1000px !important;
}
.site-footer .footer-top .footer-cta {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding-bottom: 25px !important;
  margin-bottom: 25px !important;
  border-bottom: 1px solid #cecece !important;
}
@media (max-width: 767px) {
  .site-footer .footer-top .footer-cta {
    display: block !important;
    text-align: center !important;
  }
}
@media (max-width: 650px) {
  .site-footer .footer-top .footer-cta {
    margin-bottom: 0 !important;
  }
}
.site-footer .footer-top .footer-cta h3 {
  color: #000 !important;
  font-size: 35px !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  margin-left: 20px !important;
  margin-right: 20px !important;
}
@media (max-width: 767px) {
  .site-footer .footer-top .footer-cta h3 {
    margin-bottom: 20px !important;
  }
}
.site-footer .footer-top .footer-cta .btn-wrap {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.site-footer .footer-top .footer-cta .btn {
  background-color: #f6941c !important;
  color: white !important;
  padding: 15px 30px !important;
}
.site-footer .footer-top .footer-menu {
  margin-bottom: 35px !important;
}
.site-footer .footer-top .footer-menu .footer-navigation {
  display: block;
}
.site-footer .footer-top .footer-menu ul {
  text-align: center !important;
}
.site-footer .footer-top .footer-menu ul li {
  display: inline-block !important;
  border-right: 1px solid #000 !important;
  padding: 0 15px !important;
  margin-bottom: 15px !important;
}
@media (min-width: 651px) {
  .site-footer .footer-top .footer-menu ul li:last-child {
    border: none !important;
  }
}
@media (max-width: 650px) {
  .site-footer .footer-top .footer-menu ul li {
    display: block !important;
    border-right: none !important;
    border-bottom: 1px solid #cecece !important;
    padding: 20px 0 !important;
    margin-bottom: 0 !important;
  }
}
.site-footer .footer-top .footer-menu ul li a {
  color: #000 !important;
  text-decoration: underline !important;
  font-size: 16px !important;
}
.site-footer .footer-top .footer-certifications .footer-column {
  display: flex !important;
  align-items: center !important;
  justify-content: space-around !important;
  margin-left: auto !important;
  margin-right: auto !important;
  flex-wrap: wrap !important;
}
.site-footer .footer-top .footer-certifications .footer-column section {
  margin-left: 10px !important;
  margin-right: 10px !important;
  margin-bottom: 15px !important;
}
.site-footer .footer-top .footer-certifications .footer-column section img {
  height: 100px !important;
  width: auto !important;
}
@media (max-width: 600px) {
  .site-footer .footer-top .footer-certifications .footer-column section img {
    height: 75px !important;
  }
}
.site-footer .footer-bottom {
  background-color: black !important;
  color: #93959a !important;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.site-footer .footer-bottom a {
  color: #93959a !important;
}
.site-footer .footer-bottom .footer-columns {
  display: flex !important;
  align-items: center !important;
}
@media (max-width: 767px) {
  .site-footer .footer-bottom .footer-columns {
    display: block !important;
  }
}
.site-footer .footer-bottom .footer-columns .footer-left {
  width: 50% !important;
}
@media (max-width: 767px) {
  .site-footer .footer-bottom .footer-columns .footer-left {
    width: 100% !important;
    margin-bottom: 50px !important;
  }
}
.site-footer .footer-bottom .footer-columns .footer-right {
  width: 50% !important;
}
@media (max-width: 767px) {
  .site-footer .footer-bottom .footer-columns .footer-right {
    width: 100% !important;
    text-align: center !important;
  }
}
.site-footer .footer-bottom .footer-btx {
  max-width: 300px !important;
}
@media (max-width: 767px) {
  .site-footer .footer-bottom .footer-btx {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.site-footer .footer-bottom .footer-social {
  margin-bottom: 25px !important;
}
.site-footer .footer-bottom .footer-social a {
  display: inline-block !important;
  margin-right: 15px !important;
}
@media (max-width: 767px) {
  .site-footer .footer-bottom .footer-social a {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }
}
.site-footer .footer-bottom .footer-social a img {
  width: 40px !important;
}
.site-footer .footer-bottom .footer-copyright {
  margin-bottom: 7px !important;
}
.site-footer .footer-bottom .footer-links ul li {
  display: inline-block !important;
  margin-right: 15px !important;
  padding-left: 15px !important;
  border-left: 1px solid #93959a !important;
}
.site-footer .footer-bottom .footer-links ul li:first-child {
  padding-left: 0 !important;
  border: none !important;
}
@media (max-width: 767px) {
  .site-footer .footer-bottom .footer-links ul li {
    margin-bottom: 15px !important;
  }
}
.site-footer .footer-bottom .footer-links ul li a {
  text-decoration: underline !important;
}

/*--------------------------------------------------------------
# WP Admin Bar
--------------------------------------------------------------*/
#wpadminbar #wp-admin-bar-current-template > .ab-item:before {
  content: "\f499";
  top: 2px;
}

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