/*@import '../../../../../../../node_modules/slick-carousel/slick/slick.css';*/

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 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 (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

/* roboto-300 - latin */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/roboto-v18-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
  url('../Fonts/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../Fonts/roboto-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
  url('../Fonts/roboto-v18-latin-300.woff') format('woff'), /* Modern Browsers */
  url('../Fonts/roboto-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../Fonts/roboto-v18-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
  url('../Fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../Fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../Fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('../Fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../Fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../Fonts/roboto-v18-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
  url('../Fonts/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../Fonts/roboto-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
  url('../Fonts/roboto-v18-latin-500.woff') format('woff'), /* Modern Browsers */
  url('../Fonts/roboto-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../Fonts/roboto-v18-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

:root {
  --font-family-sans-serif: 'Roboto', sans-serif;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
}

:root {
  --brand-primary: #1e3990;
  --brand-primary-light: #37519c;
  --brand-secondary: #97999b;
  --brand-secondary-dark: #e16f27;

  --gray: #ececec;

  --gray-light: #babbc1;
  --gray-lighter: #f5f5f5;
  --gray-lightest: #f2f2f2;
  --gray-dark: #8c8c8b;

  --light-blue-white: #c4cae0;

  --white: #fff;
  --black: #000;
}

/*@lost gutter 60px;
@lost cycle none;
@lost clearing left;
@lost rounder 100;*/

body {
  font-size: 1rem;
  line-height: 1.6875rem;
}

a {
  color: #97999b;
  color: #97999b;
  color: var(--brand-secondary);
  text-decoration: none
}

a:hover {
  color: #e16f27;
  color: #e16f27;
  color: var(--brand-secondary-dark);
}

strong {
  font-weight: 500;
  font-weight: 500;
  font-weight: var(--font-weight-medium);
}

/*

h3 {
  margin: 20px 0 10px 0;
  font-size: 17px;
  line-height: 22px;

  @sm-min {
    margin: 30px 0 15px 0;
    font-size: 28px;
    line-height: 32px;
  }
}

h4 {
  margin: 20px 0 10px 0;
  font-size: 17px;
  line-height: 22px;

  @sm-min {
    margin: 30px 0 15px 0;
    font-size: 20px;
    line-height: 20px;
  }
}
*/

.select-replace {
  position: relative;
  height: 40px;
  background: #ececec;
  background: #ececec;
  background: var(--gray);
  border-radius: 4px;
  -webkit-transition: background 500ms;
  transition: background 500ms;

}

@media (min-width: 768px) {

  .select-replace {
    height: 40px;
  }
}

.select-replace >select {
    position: absolute;
    width: 100%;
    padding: 0 15px;
    font-size: 0.875rem;
    line-height: 2.5rem;
    border: none;
    border-radius: 0;
    height: 40px;
    outline: none;
    background: transparent;
    -webkit-box-shadow:none !important;
            box-shadow:none !important;
    cursor: pointer;
    color: #000;
    color: #000;
    color: var(--black);
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: var(--font-family-sans-serif);

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance:none

  }

.select-replace >select::-ms-expand {
  display: none;
}

.select-replace >select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #414141;
}

.select-replace >select option {
      color: #000;
}

.select-replace >.icon {
    position: absolute;
    right: 15px;
    top: 16px;

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #1e3990 transparent transparent transparent;
    border-color: #1e3990 transparent transparent transparent;
    border-color: var(--brand-primary) transparent transparent transparent;
  }

.select-replace:hover >.icon {
      }

.select-replace:focus {
  background: #fff;
}

.checkbox-replace {
  display: block;
  position: relative;
  cursor: pointer;
}

.checkbox-replace >input {
    display: none
  }

.checkbox-replace >input + .text {
  display: inline-block;
  font-size: 0.875rem;
}

.checkbox-replace >input + .text >.icon {
        position: relative;
        top: 6px;
        display: inline-block;
        width: 22px;
        height: 22px;
        border-radius: 4px;
        margin-right: 5px;
        background: #ececec;
        background: #ececec;
        background: var(--gray);
        text-align: center;
        font-size: 0.75rem;
        line-height: 1rem;
        padding: 1px 0 0 0;
        color: #ececec;
        color: #ececec;
        color: var(--gray);
}

.checkbox-replace >input + .text >.icon::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  background: transparent;
  -webkit-transition: all 150ms, background 300ms;
  transition: all 150ms, background 300ms;
}

.checkbox-replace >input:checked + .text >.icon::before {
  left: 6px;
  top: 6px;
  width: 10px;
  height: 10px;
  background: #1e3990;
  background: #1e3990;
  background: var(--brand-primary);
}

.checkbox-replace-icon {
  display: block;
  position: relative;
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 4px;
}

.checkbox-replace-icon >input {
    display: none
  }

.checkbox-replace-icon >input + .icon {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -webkit-transition: background 100ms;
  transition: background 100ms;
}

.checkbox-replace-icon >input:checked + .icon {
  background-color: yellow;
}

.btn {
  display: inline-block;
  padding: 0 28px;
  font-size: 1rem;
  line-height: 2.5rem;
  border-radius: 4px;
  border: solid 2px #fff;
  border: solid 2px #fff;
  border: solid 2px var(--white);
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: normal;
  color: #fff;
  color: #fff;
  color: var(--white);
  cursor: pointer;
  -webkit-transition: background 200ms;
  transition: background 200ms;
  text-transform: uppercase

}

.btn:hover {
  background: #fff;
  background: #fff;
  background: var(--white);
  color: #1e3990;
  color: #1e3990;
  color: var(--brand-primary);
}

@media (min-width: 768px) {

  .btn {
    line-height: 3.4375rem;
  }
}

.btn.btn-solid {
  background: #1e3990;
  background: #1e3990;
  background: var(--brand-primary);
  border-color: #1e3990;
  border-color: #1e3990;
  border-color: var(--brand-primary);
  color: #fff;
  color: #fff;
  color: var(--white);
}

.btn.btn-solid:hover {
  background: transparent;
  color: #1e3990;
  color: #1e3990;
  color: var(--brand-primary);
}

.btn {/*@sm-min {
    font-size: 30px;
    line-height: 78px;
  }*//*&.btn-primary {
    background: var(--brand-primary);
    color: var(--white);

    &:hover {
      background: var(--brand-primary-light);
    }
    &:active {
      font-size: 25px;
      color: var(--brand-primary);
      background: var(--white);

      @sm-min {
        font-size: 40px;
      }
    }
  }*/
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  margin: 0;
  padding: 0;
  background-color: #ececec;
  background-color: #ececec;
  background-color: var(--gray);
}

/*html {
  &.navigation-open {
    background-color: #333333;
  }
}*/

body {
  //margin: 45px 55px;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-family-sans-serif);
  color: #000;
  color: #000;
  color: var(--black);
}

header.page-header {
  position: relative;
  width: 100%;
  height: 70px;
  z-index: 100;
  background: #fff;
  background: #fff;
  background: var(--white);



}

@media (max-width: 767px) {

  header.page-header {
    overflow: hidden;
  }
}

@media (min-width: 768px) {

  header.page-header {
    height: 82px;
  }
}

header.page-header >.inner-wrap {
    position: relative;
    margin: 0 15px;
    height: 100%;
  }

@media (min-width: 768px) {

  header.page-header >.inner-wrap {
    margin: 0 30px;
    max-width: 1200px;
  }
}

@media (min-width: 1300px) {

  header.page-header >.inner-wrap {
    margin: 0 auto;
  }
}

header.page-header .logo {
    position: absolute;
    display: block;
    top: 25px;
    left: 0;
    width: 206px;
    height: 36px;
    -webkit-transition: all 250ms;
    transition: all 250ms;
}

@media (min-width: 768px) {

  header.page-header .logo {
    width: 265px;
    height: 40px;
  }
}

header.page-header .logo img {
      width: 100%;
      height: auto;
    }

header.page-header .main-navigation {
  display: none;
  position: absolute;
  right: 200px;
  bottom: 0;

}

@media (min-width: 1024px) {

  header.page-header .main-navigation {
    display: block;
  }
}

header.page-header .main-navigation >ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    font-size: 1rem;
    font-weight: 400;
    font-weight: 400;
    font-weight: var(--font-weight-regular);
  }

header.page-header .main-navigation >ul >li {
      display: block;
      float: left;
      position: relative;


    }

header.page-header .main-navigation >ul >li >a {
        position: relative;
        display: inline-block;
        height: 45px;
        padding: 0 15px;
        color: #97999b;
        color: #97999b;
        color: var(--brand-secondary);
        z-index: 300
      }

header.page-header .main-navigation >ul >li >a:after {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  bottom: 0;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  height: 3px;
  background-color: #fff;
  background-color: #fff;
  background-color: var(--white);
}

header.page-header .main-navigation >ul >li:hover >a:after, header.page-header .main-navigation >ul >li.active >a:after {
          background-color: #1e3990;
          background-color: #1e3990;
          background-color: var(--brand-primary);
}

/*subnavi:*/

header.page-header .main-navigation >ul >li .lvl-1 {
        display: none;
        position: absolute;
        left: -22px;
        top: 45px;
        z-index: 200;
        width: 200px;
        margin: 0;
        padding: 30px 36px;
        list-style: none;
        background: #fff;
        background: #fff;
        background: var(--white);
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        -webkit-box-shadow: 0 10px 20px 1px rgba(0,0,0,0.1);
                box-shadow: 0 10px 20px 1px rgba(0,0,0,0.1);
}

/*        transition: top 200ms, opacity 200ms;*/

header.page-header .main-navigation >ul >li .lvl-1 li {
          text-align: left;
        }

header.page-header .main-navigation >ul >li .lvl-1 li a {
            display: inline-block;
            padding: 5px 0;
            font-size: 1rem;
          }

/*        overflow: hidden;
        height: 0;
        opacity: 0;*/

header.page-header .main-navigation >ul >li .lvl-1 li:hover a, header.page-header .main-navigation >ul >li .lvl-1 li.active a {
              color: #1e3990;
              color: #1e3990;
              color: var(--brand-primary);
}

header.page-header .main-navigation >ul >li:hover .lvl-1 {
          display: block;
/*          height: auto;
          opacity: 1;
          top: 45px;*/
}

header.page-header .language-navigation {
  display: none;
  position: absolute;
  right: 0;
  top: 15px;

}

@media (min-width: 1024px) {

  header.page-header .language-navigation {
    display: block;
  }
}

header.page-header .language-navigation .icon {
    position: absolute;
    left: -20px;
    top: -2px;
  }

header.page-header .language-navigation >ul {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    font-size: 0.75rem;
    font-weight: 400;
    font-weight: 400;
    font-weight: var(--font-weight-regular);
    text-transform: uppercase;
  }

header.page-header .language-navigation >ul >li {
      position: relative;
      display: block;
      float: left;
      margin-left: 5px
    }

header.page-header .language-navigation >ul >li.current {
  display: none;
}

header.page-header .language-navigation >ul >li:hover .lvl-1 {
          display: block;
}

header.page-header .language-navigation >ul >li >a {
        display: inline-block;
        color: #1e3990;
        color: #1e3990;
        color: var(--brand-primary);
}

header.page-header .language-navigation >ul >li >a:hover {
  text-decoration: underline;
}

.off-canvas-navigation {
  /*visibility: hidden;*/
  overflow:hidden;
  width: 250px;
  height: 100%;
  position: fixed;
  z-index: 300;
  /*overflow-y: scroll;*/
  top: 0;
  right: -250px;
  background: #ececec;
  background: #ececec;
  background: var(--gray);
  -webkit-transition: padding 200ms, -webkit-transform 300ms;
  transition: padding 200ms, -webkit-transform 300ms;
  transition: transform 300ms, padding 200ms;
  transition: transform 300ms, padding 200ms, -webkit-transform 300ms;
  padding: 0;
  -webkit-box-shadow: inset 2px 0px 5px 0px rgba(0,0,0,0.2);
          box-shadow: inset 2px 0px 5px 0px rgba(0,0,0,0.2);


}

.off-canvas-navigation .main-navigation ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }

.off-canvas-navigation .main-navigation ul li {
        position: relative;
        display: block;
        overflow: hidden;
      }

.off-canvas-navigation .main-navigation ul li >.icon {
          display: block;
          width: 41px;
          height: 41px;
          position: absolute;
          right: 0;
          top: 0;
        }

.off-canvas-navigation .main-navigation ul li >.icon svg {
            position: absolute;
            left: 10px;
            top: 12px;
            width: 16px;
            height: 16px;
            -webkit-transition: -webkit-transform 200ms;
            transition: -webkit-transform 200ms;
            transition: transform 200ms;
            transition: transform 200ms, -webkit-transform 200ms;
          }

.off-canvas-navigation .main-navigation ul li >.icon svg .st0 {
              fill: #1e3990;
              fill: #1e3990;
              fill: var(--brand-primary);
              -webkit-transition: fill 200ms;
              transition: fill 200ms;
            }

.off-canvas-navigation .main-navigation ul li >.icon.open svg {
              -webkit-transform: rotate(90deg);
                      transform: rotate(90deg);
}

.off-canvas-navigation .main-navigation ul li >a {
          display: block;
          width: 100%;
          height: 41px;
          padding: 0 0 0 20px;
          text-transform: uppercase;
          color: #1e3990;
          color: #1e3990;
          color: var(--brand-primary);
          border-bottom: solid 1px #babbc1;
          border-bottom: solid 1px #babbc1;
          border-bottom: solid 1px var(--gray-light);
          line-height: 2.5625rem;
        }

.off-canvas-navigation .main-navigation ul li.active >.icon svg .st0 {
              fill: #1e3990;
              fill: #1e3990;
              fill: var(--brand-primary);
            }

.off-canvas-navigation .main-navigation ul li.active >a {
/*            background-color: var(--brand-secondary);*/
/*            color: #fff;*/
            text-decoration: underline;
            border-top-color: #ececec;
            border-top-color: #ececec;
            border-top-color: var(--gray);
}

.off-canvas-navigation .main-navigation ul li.current >a {
  text-decoration: underline;
}

.off-canvas-navigation .main-navigation ul.lvl-1 {
  display: none;
}

.off-canvas-navigation .main-navigation ul.lvl-1 li >.icon svg .st0 {
            fill: #fff;
          }

.off-canvas-navigation .main-navigation ul.lvl-1 li >a {
          padding-left: 40px;
/*          background-color: var(--gray-lighter);*/
/*          color: #fff;
          border-top-color: #fff;*/
}

.off-canvas-navigation .main-navigation ul.lvl-2 {
  display: none;
}

.off-canvas-navigation .main-navigation ul.lvl-2 li >.icon svg .st0 {
            fill: #fff;
          }

.off-canvas-navigation .main-navigation ul.lvl-2 li >a {
          background-color: #cd6c82;
          color: #fff;
          border-top-color: #fff;
}

.off-canvas-navigation .main-navigation ul.lvl-3 {
  display: none;
  border-top: solid 1px #fff;
}

.off-canvas-navigation .main-navigation ul.lvl-3 li >a {
          background-color: #dd9dab;
          color: #fff;
          border-top: none;
          text-transform: none;
}

.off-canvas-navigation .service-navigation {
    margin: 20px;

  }

.off-canvas-navigation .service-navigation ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }

.off-canvas-navigation .service-navigation ul li {
        margin-bottom: 10px;
      }

.off-canvas-navigation .service-navigation ul li a {
          color: #97999b;
          color: #97999b;
          color: var(--brand-secondary);
        }

.off-canvas-navigation .language-navigation {
    margin: 20px;
  }

.off-canvas-navigation .language-navigation >ul {
      position: relative;
      margin: 0;
      padding: 0;
      list-style: none;
      text-align: right;
    }

/*      font-size: 16px;
      font-weight: var(--font-weight-light);*/

.off-canvas-navigation .language-navigation >ul >li {
        position: relative;
        display: block;
        float: left;
        margin-right: 5px
      }

.off-canvas-navigation .language-navigation >ul >li:hover .lvl-1 {
            display: block;
}

.off-canvas-navigation .language-navigation >ul >li:before {
  position: relative;
  display: block;
  float: left;
  content: "";
  top: 8px;
  width: 1px;
  height: 12px;
  margin-right: 5px;
  background: #97999b;
  background: #97999b;
  background: var(--brand-secondary);
}

.off-canvas-navigation .language-navigation >ul >li:first-child:before {
  display: none;
}

.off-canvas-navigation .language-navigation >ul >li.last:first-child:before {
  display: block;
}

.off-canvas-navigation .language-navigation >ul >li >a {
          display: inline-block;
          color: #97999b;
          color: #97999b;
          color: var(--brand-secondary);
          text-transform: uppercase;
}

.off-canvas-navigation .language-navigation >ul >li >a:hover {
  color: #1e3990;
  color: #1e3990;
  color: var(--brand-primary);
}

.off-canvas-navigation .language-navigation >ul >li >a.active {
  color: #1e3990;
  color: #1e3990;
  color: var(--brand-primary);
}

body >.content-wrap {
  left: 0;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

body >.page-header {
  left: 0;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

body >.page-footer {
  left: 0;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

body.navigation-open {
  position: relative;
  overflow-x: hidden;
}

body.navigation-open >.content-wrap {
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
  }

body.navigation-open .off-canvas-navigation {
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
  }

body.navigation-open > .page-header {
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
  }

body.navigation-open > .page-footer {
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
  }

footer.page-footer {
  color: #fff;
  color: #fff;
  color: var(--white);
  font-weight: 300;
  font-weight: 300;
  font-weight: var(--font-weight-light);
  font-size: 1rem;
  line-height: 1.5rem;

}

@media (min-width: 768px) and (max-width: 1023px) {

  footer.page-footer {
    font-size: 0.8125rem;
    line-height: 1.1875rem;
  }
}

footer.page-footer .footer-section-1 {
    padding: 20px 0;
    background: #37519c;
    background: #37519c;
    background: var(--brand-primary-light);
  }

@media (min-width: 768px) {

  footer.page-footer .footer-section-1 {
    padding: 40px 0;
  }
}

footer.page-footer .footer-section-1 >.inner-wrap {
      position: relative;
      margin: 0 15px;
      height: 100%;
      overflow: hidden;
    }

@media (min-width: 768px) {

  footer.page-footer .footer-section-1 >.inner-wrap {
    margin: 0 30px;
    max-width: 1200px;
  }
}

@media (min-width: 1300px) {

  footer.page-footer .footer-section-1 >.inner-wrap {
    margin: 0 auto;
  }
}

@media (min-width: 768px) {

  footer.page-footer .footer-section-1 >.inner-wrap .column-1 {
    float: left;
  }
}

@media (min-width: 1200px) {

  footer.page-footer .footer-section-1 >.inner-wrap .column-1 {
    width: 440px;
  }
}

footer.page-footer .footer-section-1 >.inner-wrap .column-2 {
        margin-top: 50px;
        opacity: 1;
        color: #c4cae0;
        color: #c4cae0;
        color: var(--light-blue-white);
}

@media (min-width: 768px) {

  footer.page-footer .footer-section-1 >.inner-wrap .column-2 {
    float: left;
    margin-left: 40px;
    margin-top: 54px;
    width: 220px;
  }
}

@media (min-width: 1024px) {

  footer.page-footer .footer-section-1 >.inner-wrap .column-2 {
    width: 260px;
  }
}

@media (min-width: 1200px) {

  footer.page-footer .footer-section-1 >.inner-wrap .column-2 {
    width: 280px;
  }
}

@media (min-width: 1600px) {

  footer.page-footer .footer-section-1 >.inner-wrap .column-2 {
    width: 330px;
  }
}

footer.page-footer .footer-section-1 >.inner-wrap .column-2 a {
          color: #c4cae0;
          color: #c4cae0;
          color: var(--light-blue-white);
        }

footer.page-footer .footer-section-1 >.inner-wrap .column-3 {
        margin-top: 50px;
        opacity: 1;
        color: #c4cae0;
        color: #c4cae0;
        color: var(--light-blue-white);
}

@media (min-width: 768px) {

  footer.page-footer .footer-section-1 >.inner-wrap .column-3 {
    float: left;
    margin-left: 40px;
    margin-top: 54px;
  }
}

@media (min-width: 1024px) {

  footer.page-footer .footer-section-1 >.inner-wrap .column-3 {
      }
}

footer.page-footer .footer-section-1 >.inner-wrap .column-3 a {
          color: #c4cae0;
          color: #c4cae0;
          color: var(--light-blue-white);
        }

footer.page-footer .footer-section-1 >.inner-wrap .column-3 .tuv-logo-wrap {
          position: relative;
          display: block;
          width: 100%;
        }

@media (min-width: 1024px) {

  footer.page-footer .footer-section-1 >.inner-wrap .column-3 .tuv-logo-wrap {
    text-align: right;
    margin-top: -58px;
    top: 12px;
  }
}

footer.page-footer .footer-section-1 >.inner-wrap .column-3 .tuv-logo {
          display: inline-block;
          height: 70px;
          margin-top: 30px;
          width: auto;
        }

footer.page-footer .footer-section-1 h5 {
      margin: 0 0 30px 0;
      font-size: 1.375rem;
      font-weight: 300;
      font-weight: 300;
      font-weight: var(--font-weight-light);
}

footer.page-footer .footer-section-1 a {
      color: #fff;
      color: #fff;
      color: var(--white);
}

footer.page-footer .footer-section-1 a:hover {
  text-decoration: underline;
}

footer.page-footer .footer-section-1 strong {
      font-weight: 500;
      font-weight: 500;
      font-weight: var(--font-weight-medium);
}

footer.page-footer .footer-section-1 address {
      font-style: normal;
}

footer.page-footer .footer-section-1 .social-media-links {
      margin: 24px 0 0 0;
      padding: 0;
      list-style: none;
      overflow: hidden;
}

footer.page-footer .footer-section-1 .social-media-links li {
        padding: 0;
        display: block;
        float: left;
      }

footer.page-footer .footer-section-1 .social-media-links li a img {
            display: block;
            width: 20px;
            height: auto;
            margin: 0 10px 0 0;
            -webkit-transition: opacity 150ms;
            transition: opacity 150ms;
          }

@media (min-width: 1024px) {

  footer.page-footer .footer-section-1 .social-media-links li a img {
    width: 30px;
    margin: 0 20px 0 0;
  }
}

footer.page-footer .footer-section-1 .social-media-links li a:hover img {
              opacity: .7;
}

footer.page-footer .footer-section-2 {
    overflow: hidden;
    padding: 20px 0;
    background: #1e3990;
    background: #1e3990;
    background: var(--brand-primary);
    font-size: 0.875rem;
}

@media (min-width: 768px) {

  footer.page-footer .footer-section-2 {
    padding-bottom: 10px;
  }
}

footer.page-footer .footer-section-2 >.inner-wrap {
      position: relative;
      margin: 0 15px;
      height: 100%;
    }

@media (min-width: 768px) {

  footer.page-footer .footer-section-2 >.inner-wrap {
    margin: 0 30px;
    max-width: 1200px;
  }
}

@media (min-width: 1300px) {

  footer.page-footer .footer-section-2 >.inner-wrap {
    margin: 0 auto;
  }
}

@media (min-width: 768px) {

  footer.page-footer .logo {
    float: left;
  }
}

footer.page-footer .logo img {
      width: 260px;
      height: auto;
    }

@media (min-width: 768px) {

  footer.page-footer .logo img {
    width: 430px;
  }
}

@media (min-width: 768px) {

  footer.page-footer .copyright {
    float: right;
  }
}

.page-header .navigation-toggle {
  display: block;
  position: absolute;
  right: 0;
  top: 24px;
  width: 35px;
  height: 30px;
  padding: 0;
  border-radius: 0;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: background 500ms;
  transition: background 500ms;
  z-index: 110;
}

@media (min-width: 768px) {

  .page-header .navigation-toggle {
    top: 29px;
  }
}

@media (min-width: 1024px) {

  .page-header .navigation-toggle {
    display: none;
  }
}

.page-header .navigation-toggle {/*.bar*/
}

.page-header .navigation-toggle .bar {
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 25px;
    height: 2px;
    border-radius: 1px;
    background: #97999b;
    background: #97999b;
    background: var(--brand-secondary);
    -webkit-transition: all 200ms;
    transition: all 200ms;
    will-change: left, top
  }

.page-header .navigation-toggle .bar:nth-child(2) {
  top: 12px;
}

.page-header .navigation-toggle .bar:nth-child(3) {
  top: 19px;
}

.page-header .navigation-toggle:hover {/*.bar:nth-child(1) {
          top: 13px;
          width: 35px;
          transform: translate(-2px, 0);
        }
        .bar:nth-child(2) {
          transform: translate(-2px, 0);
          width: 35px;
        }
        .bar:nth-child(3) {
          top: 35px;
          width: 35px;
          transform: translate(-2px, 0);
        }*/
}

/*background: var(--white);*/

.page-header .navigation-toggle.open .bar {
/*      background: var(--brand-primary);*/
}

.page-header .navigation-toggle.open .bar:nth-child(1) {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 12px;
}

.page-header .navigation-toggle.open .bar:nth-child(2) {
      height: 0;
}

.page-header .navigation-toggle.open .bar:nth-child(3) {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      top: 12px;
}

.page-flyout {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #fff;
  color: #fff;
  color: var(--white);
  z-index: 1000;
  width: auto;
}

.page-flyout >.inner-wrap {
    height: 180px;
    width: 60px;
/*    width: 60px;*/

/*    overflow: hidden;*/
  }

.page-flyout .container {
    position: absolute;
    margin-bottom: 3px;
    width: 280px;
    height: 60px;
    background: #1e3990;
    background: #1e3990;
    background: var(--brand-primary);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
/*    left: 220px;*/
    left: 0;
    -webkit-transition: left 250ms;
    transition: left 250ms

/*    &:hover,*/

  }

.page-flyout .container.hover {
  left: -220px;
}

.page-flyout .container:nth-child(2) {
  top: 63px;
}

.page-flyout .container:nth-child(3) {
  top: 126px;
}

.page-flyout .container.mail svg {
        margin: 20px 0 0 16px;
}

.page-flyout .container.mail .content {
        bottom: 0;
        top: auto;
        font-size: 0.875rem;
}

.page-flyout .container.phone svg {
        margin: 11px 0 0 20px;
}

.page-flyout .container.location svg {
        margin: 14px 0 0 20px;
}

.page-flyout .container .button {
      display: block;
      width: 60px;
      height: 60px;
      cursor: pointer;
}

.page-flyout .container .button svg {
      }

.page-flyout .container .content {
      display: block;
      position: absolute;
      left: 60px;
      top: 0;
      width: 220px;
      padding: 20px 30px;
      font-size: 1rem;
      line-height: 1.125rem;
      background: #1e3990;
      background: #1e3990;
      background: var(--brand-primary);
}

.page-flyout .container .content a {
        color: #fff;
        color: #fff;
        color: var(--white)
      }

.page-flyout .container .content a:hover {
  text-decoration: underline;
}

section.content-image-with-text {
  position: relative;
  margin: 0;
  overflow: hidden;

}

section.content-image-with-text img {
    position: relative;
    display: block;
    left: 50%;
    height: 400px;
    width: auto;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

@media (min-width: 1024px) {

  section.content-image-with-text img {
    width: 100%;
    height: auto;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}

section.content-image-with-text .texts {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0,-50%);
            transform: translate(0,-50%);
  }

section.content-image-with-text .texts >.inner-wrap {
      position: relative;
      margin: 0 60px 0 15px;
      height: 100%;
      overflow: hidden;
      color: #fff;
      color: #fff;
      color: var(--white);
    }

@media (min-width: 768px) {

  section.content-image-with-text .texts >.inner-wrap {
    margin: 0 30px;
    max-width: 1200px;
  }
}

@media (min-width: 1300px) {

  section.content-image-with-text .texts >.inner-wrap {
    margin: 0 auto;
  }
}

section.content-image-with-text .texts >.inner-wrap h1 {
        margin: 0;
        font-size: 1.5625rem;
        line-height: 2.1875rem;
        font-weight: 400;
        font-weight: 400;
        font-weight: var(--font-weight-regular);
        color: #fff;
        color: #fff;
        color: var(--white);
}

@media (min-width: 768px) {

  section.content-image-with-text .texts >.inner-wrap h1 {
    font-size: 2.5rem;
    line-height: 3.4375rem;
  }
}

section.content-image-with-text .texts >.inner-wrap h2 {
        margin: 0;
        font-size: 1.5625rem;
        line-height: 2.1875rem;
        font-weight: 300;
        font-weight: 300;
        font-weight: var(--font-weight-light);
        color: #fff;
        color: #fff;
        color: var(--white);
}

@media (min-width: 768px) {

  section.content-image-with-text .texts >.inner-wrap h2 {
    font-size: 1.875rem;
    line-height: 3.4375rem;
  }
}

section.content-image-with-text .texts >.inner-wrap .more-btn {
        display: inline-block;
        margin-top: 30px;
}

section.content-image-with-text .patch {
    position: absolute;
    left: 15px;
    bottom: 30px;
    width: 100px;
}

@media (min-width: 768px) {

  section.content-image-with-text .patch {
    left: auto;
    right: 60px;
    bottom: 60px;
    width: 120px;
  }
}

@media (min-width: 1200px) {

  section.content-image-with-text .patch {
    right: 120px;
  }
}

section.content-image-with-text .patch img {
      display: block;
      width: 100%;
      height: auto;
    }

section.content-text-next-to-image {
  position: relative;
  margin: 0;
  overflow: hidden;






}

@media (min-width: 768px) {

  section.content-text-next-to-image {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

/*  .column-text {
    @sm-min {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }*/

section.content-text-next-to-image .image-wrap {
    width: 100%;
    height: auto;
  }

@media (min-width: 768px) {

  section.content-text-next-to-image .image-wrap {
    float: right;
    width: 50%;
  }
}

section.content-text-next-to-image .image-wrap img {
      display: block;
      width: 100%;
      height: auto;
    }

@media (min-width: 768px) and (max-width: 1023px) {

  section.content-text-next-to-image .image-wrap img {
    height: 400px;
    width: auto;
  }
}

/*  .content {
!*    display: flex;
    flex-wrap: wrap;*!

    .column {
      width: 100%;

      @sm-min {
        width: 50%;
      }
    }

    .column-image {
      margin: 0;
    }
  }*/

section.content-text-next-to-image .text-wrap {
    position: relative;
    width: 100%;

  }

@media (min-width: 768px) {

  section.content-text-next-to-image .text-wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
            transform: translate(0,-50%);
  }
}

section.content-text-next-to-image .text-wrap >.inner-wrap {
      position: relative;
      margin: 0 15px;
      height: 100%;
      overflow: hidden;
      color: #fff;
      color: #fff;
      color: var(--white);

    }

@media (min-width: 768px) {

  section.content-text-next-to-image .text-wrap >.inner-wrap {
    margin: 0 30px;
    max-width: 1200px;
  }
}

@media (min-width: 1300px) {

  section.content-text-next-to-image .text-wrap >.inner-wrap {
    margin: 0 auto;
  }
}

section.content-text-next-to-image .text-wrap >.inner-wrap .text {
        color: #000;
        color: #000;
        color: var(--black);
        padding: 25px 0 15px 0;
}

@media (min-width: 768px) {

  section.content-text-next-to-image .text-wrap >.inner-wrap .text {
    padding-top: 15px;
    max-width: 45%;
  }
}

section.content-text-next-to-image .text-wrap >.inner-wrap .text h3 {
          margin: 0 0 20px 0;
          font-size: 1.5625rem;
          line-height: 2.1875rem;
          font-weight: 300;
          font-weight: 300;
          font-weight: var(--font-weight-light);
          color: #1e3990;
          color: #1e3990;
          color: var(--brand-primary);
        }

@media (min-width: 768px) {

  section.content-text-next-to-image .text-wrap >.inner-wrap .text h3 {
    font-size: 1.875rem;
    line-height: 3.4375rem;
  }
}

section.content-text-next-to-image .text-wrap >.inner-wrap .text p {
          margin: 0 0 20px 0;
        }

section.content-text-next-to-image .text-wrap >.inner-wrap .text .more-btn {
          display: inline-block;
        }

@media (min-width: 768px) {

  section.content-text-next-to-image .text-wrap >.inner-wrap .text .more-btn {
    margin-top: 30px;
  }
}

section.content-image-with-buttons {
  position: relative;
  margin: 0;
  overflow: hidden;




}

section.content-image-with-buttons img {
    position: relative;
    display: block;

/*    height: 400px;*/
    width: 100%;
    height: auto;
  }

@media (min-width: 1024px) {

  section.content-image-with-buttons img {
    width: 100%;
    height: auto;
    max-width: 1600px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

section.content-image-with-buttons .buttons {
    position: relative;
    width: 100%;
    text-align: center;
/*    transform: translate(0,-50%);*/
  }

@media (min-width: 768px) {

  section.content-image-with-buttons .buttons {/*position: absolute;
      width: 100%;
      top: 0;*/
  }
}

section.content-image-with-buttons .buttons .btn-filter {
      display: inline-block;
      margin-bottom: 20px;
      color: #000;
      color: #000;
      color: var(--black);
      border-color: transparent;
      font-weight: 500;
      font-weight: 500;
      font-weight: var(--font-weight-medium);
      text-transform: none;
      font-size: 1.125rem;
      line-height: 1.375rem;
      border-radius: 4px;
      width: 300px;
      height: 70px
    }

section.content-image-with-buttons .buttons .btn-filter:hover {
  background-color: #fff;
  background-color: #fff;
  background-color: var(--white);
  color: #1e3990;
  color: #1e3990;
  color: var(--brand-primary);
}

section.content-image-with-buttons .buttons .btn-filter:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {

  section.content-image-with-buttons .buttons .btn-filter {
    width: 280px;
    height: 90px;
  }
}

@media (min-width: 1024px) {

  section.content-image-with-buttons .buttons .btn-filter {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

section.content-image-with-buttons .buttons .btn-filter >.inner-wrap {
        display: block;
        position: relative;
        top: 50%;
        -webkit-transform: translate(0,-50%);
                transform: translate(0,-50%);
}

section.content-image-with-buttons .buttons >.inner-wrap {
      position: relative;
      margin: 20px 15px;
      height: 100%;
      overflow: hidden;
      color: #fff;
      color: #fff;
      color: var(--white);

    }

@media (min-width: 768px) {

  section.content-image-with-buttons .buttons >.inner-wrap {
    margin: 0 30px 30px 30px;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1024px) {

  section.content-image-with-buttons .buttons >.inner-wrap {
    margin: 0 30px 60px 30px;
  }
}

@media (min-width: 1300px) {

  section.content-image-with-buttons .buttons >.inner-wrap {
    margin: 0 auto 130px auto;
  }
}

section.content-grid {
  position: relative;
  overflow: hidden;
  padding: 0 0 30px 0;
  background: #fff;
  background: #fff;
  background: var(--white);
}

@media (min-width: 768px) {

  section.content-grid {
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) {

  section.content-grid {
    margin: 0;
  }
}

section.content-grid h3 {
    margin: 30px 0 30px 0;
    font-size: 1.5625rem;
    line-height: 2.1875rem;
    text-align: center;
    font-weight: 400;
    font-weight: 400;
    font-weight: var(--font-weight-regular);
    color: #1e3990;
    color: #1e3990;
    color: var(--brand-primary);
  }

@media (min-width: 768px) {

  section.content-grid h3 {
    margin: 70px 0 50px 0;
    font-size: 1.875rem;
    line-height: 3.4375rem;
  }
}

section.content-grid .inner-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 15px;
    height: 100%;
  }

@media (min-width: 768px) {

  section.content-grid .inner-wrap {
    margin: 0 30px;
    max-width: 1200px;
  }
}

@media (min-width: 1300px) {

  section.content-grid .inner-wrap {
    margin: 0 auto;
  }
}

section.content-grid .grid-item {
    float: left;
    width: 100%;
}

@media (min-width: 768px) {

  section.content-grid .grid-item {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }
}

@media (min-width: 1024px) {

  section.content-grid .grid-item {
    width: -webkit-calc(33.333% - 18px);
    width: calc(33.333% - 18px);
  }
}

article.grid-item {
  position: relative;
  overflow: hidden;
  background: #ececec;
  background: #ececec;
  background: var(--gray);
  margin-bottom: 15px

}

article.grid-item:hover {
  background: #fff;
  background: #fff;
  background: var(--white);
  -webkit-box-shadow: 0 0 20px 1px rgba(0,0,0,0.2);
          box-shadow: 0 0 20px 1px rgba(0,0,0,0.2);
}

@media (min-width: 768px) {

  article.grid-item {
    margin-bottom: 30px;
  }
}

article.grid-item img {
    position: relative;
    display: block;
    width: -webkit-calc(40% - 3px);
    width: calc(40% - 3px);
    height: auto;
    -webkit-transition: -webkit-transform 1000ms ease-out;
    transition: -webkit-transform 1000ms ease-out;
    transition: transform 1000ms ease-out;
    transition: transform 1000ms ease-out, -webkit-transform 1000ms ease-out;
    border-right: solid 3px #fff;
    border-right: solid 3px #fff;
    border-right: solid 3px var(--white);
}

article.grid-item .text {
    position: absolute;
    left: 40%;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    color: #fff;
    color: var(--white);
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
}

/*    @xs {
      top: auto;
      bottom: 0;
      opacity: 1;
      height: 25%;
    }

    @sm-min {
      padding: 25px;
    }*/

article.grid-item .text .text-wrap {
      position: relative;
      width: 100%;
      height: 100%;
      padding: 20px;
      text-align: center;
    }

article.grid-item .text .header {
      position: relative;
      margin: 0;
      top: 50%;
      -webkit-transform: translate(0,-50%);
              transform: translate(0,-50%);
      font-size: 1.125rem;
      line-height: 1.375rem;
      font-weight: 500;
      font-weight: 500;
      font-weight: var(--font-weight-medium);
      color: #1e3990;
      color: #1e3990;
      color: var(--brand-primary);
    }

section.content-connection-slider {
  position: relative;
  margin: 0;
  overflow: hidden;
  height: 670px;
  background: #fff;
  background: #fff;
  background: var(--white);




}

@media (min-width: 768px) {

  section.content-connection-slider {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

section.content-connection-slider .images {
    position: relative;
    height: 100%;
    width: 100%;


  }

@media (min-width: 768px) {

  section.content-connection-slider .images {
    width: 55%;
  }
}

section.content-connection-slider .images .gradient {
      position: absolute;
      display: none;
      top: 0;
      right: 0;
      width: 200px;
      height: 100%;
      z-index: 20;
      pointer-events: none;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)),to(rgba(255,255,255,1)));
      background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
      background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    }

@media (min-width: 768px) {

  section.content-connection-slider .images .gradient {
    display: block;
  }
}

section.content-connection-slider .images .background {
      position: absolute;
      width: 512px;
      height: 100%;
      left: -webkit-calc(50% - 193px);
      left: calc(50% - 193px);
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      background: url(../Images/connection-slider-background.jpg);
      background-size: contain;
      background-repeat: no-repeat;
    }

section.content-connection-slider .images .front {
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 10;
    }

section.content-connection-slider .images .front .slick-prev {
        position: absolute;
        right: 0;
        bottom: 100px;
        z-index: 50;

      }

section.content-connection-slider .images .front .slick-next {
        position: absolute;
        right: 0;
        bottom: 100px;
        z-index: 50;
      }

/*      .variable-width .slick-slide {
        width: 475px;
      }*/

section.content-connection-slider .images .front .slick-slide {
        outline: none !important;
      }

section.content-connection-slider .images .front .item {
        width: 300px !important;
/*        height: 100%;*/
        height: 670px;
        outline: none;

        background: url(../Images/connection-slider-front.png);
        background-size: auto 100%;
        background-position: -200px 0
      }

section.content-connection-slider .images .front .item.item-1 {
  width: 420px !important;
  background-position: -159px 0;
}

section.content-connection-slider .images .front .item.item-2 {
  width: 300px !important;
  background-position: -529px 0;
}

section.content-connection-slider .images .front .item.item-3 {
  width: 300px !important;
  background-position: -818px 0;
}

section.content-connection-slider .images .front .item.item-4 {
  width: 320px !important;
  background-position: -1101px 0;
}

section.content-connection-slider .images .front .item.item-5 {
  margin-left: 182px;
  width: 440px !important;
  background-position: -1408px 0;
}

section.content-connection-slider .images .front .item.item-6 {
  margin-left: 80px;
  width: 300px !important;
  background-position: -1850px 0;
}

section.content-connection-slider img {
/*    position: relative;
    display: block;
    left: 50%;
    height: 400px;
    width: auto;
    transform: translate(-50%, 0);

    @md-min {
      width: 100%;
      height: auto;
      left: 0;
      transform: none;
    }*/
  }

section.content-connection-slider .texts {
/*    display: none;*/
    position: absolute;
    width: 100%;
    top: 60%;
    height: 40%;
    z-index: 30;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)),color-stop(15%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 15%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 15%);
  }

@media (min-width: 768px) {

  section.content-connection-slider .texts {
    top: 50%;
    height: 50%;
    -webkit-transform: translate(0,-50%);
            transform: translate(0,-50%);
    background: none;
  }
}

section.content-connection-slider .texts >.inner-wrap {
      position: relative;
      margin: 0 15px;
      height: 100%;
      overflow: hidden;
      color: #000;
      color: #000;
      color: var(--black);

    }

@media (min-width: 768px) {

  section.content-connection-slider .texts >.inner-wrap {
    margin: 0 30px;
    max-width: 1200px;
  }
}

/*      padding-left: 50%;*/

section.content-connection-slider .texts >.inner-wrap .text {
        width: 100%;
        pointer-events: auto;
      }

@media (min-width: 768px) {

  section.content-connection-slider .texts >.inner-wrap .text {
    margin-left: 55%;
    width: 45%;
  }
}

@media (min-width: 1300px) {

  section.content-connection-slider .texts >.inner-wrap {
    margin: 0 auto;
  }
}

section.content-connection-slider .texts >.inner-wrap h3 {
        margin: 0 0 20px 0;
        font-size: 1.5625rem;
        line-height: 1.5625rem;
        font-weight: 300;
        font-weight: 300;
        font-weight: var(--font-weight-light);
        color: #1e3990;
        color: #1e3990;
        color: var(--brand-primary);
}

@media (min-width: 768px) {

  section.content-connection-slider .texts >.inner-wrap h3 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}

section.content-connection-slider .texts >.inner-wrap p {
        margin: 0 0 20px 0;
}

section.content-connection-slider .texts >.inner-wrap .more-btn {
        display: inline-block;
}

@media (min-width: 768px) {

  section.content-connection-slider .texts >.inner-wrap .more-btn {
    margin-top: 30px;
  }
}

section.content-connection-slider .buttons {
    position: absolute;
    top: 50%;
    z-index: 50;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    height: 50px;
}

@media (min-width: 768px) {

  section.content-connection-slider .buttons {
    top: auto;
    bottom: 50px;
  }
}

section.content-connection-slider .buttons button {
      position: relative;
      display: inline-block;
      width: 50px;
      height: 50px;
      border-radius: 50px;
      background: #f5f5f5;
      background: #f5f5f5;
      background: var(--gray-lighter);
      margin: 0 15px;
      color: #1e3990;
      color: #1e3990;
      color: var(--brand-primary);
      font-size: 2.5rem;
      padding: 0;
      cursor: pointer;
      border: solid 2px #f5f5f5;
      border: solid 2px #f5f5f5;
      border: solid 2px var(--gray-lighter);
      -webkit-appearance: none
    }

section.content-connection-slider .buttons button:hover {
  background: #fff;
  background: #fff;
  background: var(--white);/*border: solid 2px var(--brand-primary);*/
}

section.content-connection-slider .buttons button:after {
  position: absolute;
  top: 17px;
  left: 17px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 10px 6px 0;
  border-color: transparent #1e3990 transparent transparent;
  border-color: transparent #1e3990 transparent transparent;
  border-color: transparent var(--brand-primary) transparent transparent;
}

section.content-connection-slider .buttons button.next-btn:after {
  left: 21px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #1e3990;
  border-color: transparent transparent transparent #1e3990;
  border-color: transparent transparent transparent var(--brand-primary);
}

section.content-text {
  position: relative;
  overflow: auto;
  margin: 25px 0 15px 0;
}

@media (min-width: 1024px) {

  section.content-text {
    margin: 50px 0 40px 0;
  }
}

@media (min-width: 1200px) {

  section.content-text {
    margin: 70px 0 50px 0;
  }
}

section.content-text .content {
    position: relative;
    margin: 0 15px;
    height: 100%;
    overflow: hidden;

  }

@media (min-width: 768px) {

  section.content-text .content {
    margin: 0 30px;
    max-width: 1200px;
  }
}

@media (min-width: 1300px) {

  section.content-text .content {
    margin: 0 auto;
  }
}

section.content-text .content h1 {
      margin: 0 0 10px 0;
      font-size: 2.1875rem;
      line-height: 3.4375rem;
      font-weight: 400;
      font-weight: 400;
      font-weight: var(--font-weight-regular);
      color: #1e3990;
      color: #1e3990;
      color: var(--brand-primary);
}

@media (min-width: 768px) {

  section.content-text .content h1 {/*font-size: 65px;
        line-height: 70px;*/
  }
}

section.content-text .content h2 {
      margin: 0 0 10px 0;
      font-size: 1.5625rem;
      line-height: 1.875rem;
      font-weight: normal;
}

@media (min-width: 768px) {

  section.content-text .content h2 {
    font-size: 2.1875rem;
    line-height: 2.5rem;
  }
}

section.content-text .content h3 {
      margin: 20px 0 10px 0;
      font-size: 1.5625rem;
      line-height: 1.875rem;
      font-weight: normal;
      font-family: var(--font-family-sans-serif-bold);
      font-family: var(--font-family-sans-serif-bold);
      font-family: var(--font-family-sans-serif-bold);
      font-family: var(--font-family-sans-serif-bold);
}

section.content-text .content h3:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {

  section.content-text .content h3 {
    margin: 30px 0 10px 0;
    font-size: 2.5rem;
    line-height: 2.25rem;
  }
}

section.content-text .content .text {
      font-size: 1.125rem;
      line-height: 1.5625rem;
      font-weight: 300;
      font-weight: 300;
      font-weight: var(--font-weight-light);
}

@media (min-width: 768px) {

  section.content-text .content .text {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

section.content-text .content p {
      margin: 0 0 20px 0;
}

@media (min-width: 768px) {

  section.content-text .content p {
    margin: 0 0 30px 0;
  }
}

section.content-text .content p:last-child {
  margin: 0;
}

section.content-text .content ul {
      padding-left: 24px;
}

section.content-text .content a {
      color: #1e3990;
      color: #1e3990;
      color: var(--brand-primary);
      text-decoration: none;
}

section.content-text .content a:hover {
  text-decoration: underline;
}

section.content-image-text-width {
  position: relative;
  overflow: hidden;
  margin: 25px 0 15px 0;

}

@media (min-width: 1024px) {

  section.content-image-text-width {
    margin: 50px 0 40px 0;
  }
}

@media (min-width: 1200px) {

  section.content-image-text-width {
    margin: 70px 0 50px 0;
  }
}

section.content-image-text-width .inner-wrap {
    position: relative;
    margin: 0 15px;
    height: 100%;
    overflow: hidden;
  }

@media (min-width: 768px) {

  section.content-image-text-width .inner-wrap {
    margin: 0 30px;
    max-width: 1200px;
  }
}

@media (min-width: 1300px) {

  section.content-image-text-width .inner-wrap {
    margin: 0 auto;
  }
}

section.content-image-text-width .inner-wrap img {
      width: 100%;
      height: auto;
}

.content-map {
  position: relative;
  width: 100%;
}

.content-map >.inner-wrap {
    position: relative;
    height: 440px;
    margin: 40px 15px;
    overflow: hidden;
    background: #fff;
    background: #fff;
    background: var(--white);

  }

@media (min-width: 768px) {

  .content-map >.inner-wrap {
    margin: 60px 30px;
    max-width: 1200px;
    height: 420px;
  }
}

@media (min-width: 1300px) {

  .content-map >.inner-wrap {
    margin: 60px auto;
  }
}

.content-map >.inner-wrap >.map {
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
      height: 100%;
      background: url(../Images/map.svg) no-repeat top center;
      background-size: 300px auto;
}

@media (min-width: 768px) {

  .content-map >.inner-wrap >.map {
    top: 0;
    background-position: center;
    background-size: 708px auto;
  }
}

.content-map >.inner-wrap >.map >.item {
        position: absolute;
        width: 40px;
        height: 54px;
        left: 50%;
        z-index: 1

      }

.content-map >.inner-wrap >.map >.item.hover {/*>.icon {
            background: var(--brand-primary);
          }*//*>.label {
            top: -30px;
            opacity: 1;
          }*/
}

.content-map >.inner-wrap >.map >.item .trigger {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 24px;
          z-index: 50;
}

.content-map >.inner-wrap >.map >.item.france {
  width: 30px;
  height: 46px;
  background: url(../Images/small-flag.png);
  background-repeat: no-repeat;
  background-size: 30px 46px;
  top: 10px;
  margin-left: -45px;
  z-index: 2;
}

.content-map >.inner-wrap >.map >.item.france.active {
  background-image: url(../Images/small-flag-active.png);
}

@media (min-width: 768px) {

  .content-map >.inner-wrap >.map >.item.france {
    top: 88px;
    margin-left: -69px;
  }
}

.content-map >.inner-wrap >.map >.item.germany {
  width: 30px;
  height: 46px;
  background: url(../Images/small-flag-right.png);
  background-repeat: no-repeat;
  background-size: 30px 46px;
  top: -9px;
  margin-left: -4px;
  z-index: 10;
}

@media (min-width: 768px) {

  .content-map >.inner-wrap >.map >.item.germany {
    top: 66px;
    margin-left: -26px;
  }
}

.content-map >.inner-wrap >.map >.item.germany.active {
  background-image: url(../Images/small-flag-active-right.png);
}

.content-map >.inner-wrap >.map >.item.germany-2 {
  width: 30px;
  height: 78px;
  background-image: url(../Images/big-flag-active.png);
  background-repeat: no-repeat;
  background-size: 30px 78px;
  top: -21px;
  margin-left: -39px;
}

@media (min-width: 768px) {

  .content-map >.inner-wrap >.map >.item.germany-2 {
    top: 52px;
    margin-left: -61px;
  }
}

.content-map >.inner-wrap >.map >.item.germany-2 {/*&.active {
            background-image: url(../Images/big-flag-active.png);
          }*/
}

.content-map >.inner-wrap >.map >.item.china {
  width: 30px;
  height: 46px;
  background: url(../Images/small-flag-right.png);
  background-repeat: no-repeat;
  background-size: 30px 46px;
  top: 29px;
  margin-left: 84px;
}

@media (min-width: 768px) {

  .content-map >.inner-wrap >.map >.item.china {
    top: 136px;
    margin-left: 204px;
  }
}

.content-map >.inner-wrap >.map >.item.china.active {
  background-image: url(../Images/small-flag-active-right.png);
}

.content-map >.inner-wrap >.map >.item.china-2 {
  width: 30px;
  height: 78px;
  background-image: url(../Images/big-flag-active.png);
  background-repeat: no-repeat;
  background-size: 30px 78px;
  top: -1px;
  margin-left: 51px;
}

@media (min-width: 768px) {

  .content-map >.inner-wrap >.map >.item.china-2 {
    top: 110px;
    margin-left: 170px;
  }
}

.content-map >.inner-wrap >.map >.item.china-2.active {
  background-image: url(../Images/big-flag-active.png);
}

.content-map >.inner-wrap >.map >.item.canada {
  width: 30px;
  height: 46px;
  background: url(../Images/small-flag-right.png);
  background-repeat: no-repeat;
  background-size: 30px 46px;
  top: -3px;
  margin-left: -112px;
}

@media (min-width: 768px) {

  .content-map >.inner-wrap >.map >.item.canada {
    top: 57px;
    margin-left: -262px;
  }
}

.content-map >.inner-wrap >.map >.item.canada.active {
  background-image: url(../Images/small-flag-active-right.png);
}

.content-map >.inner-wrap >.map >.item.usa {
  width: 30px;
  height: 46px;
  background: url(../Images/small-flag-right.png);
  background-repeat: no-repeat;
  background-size: 30px 46px;
  top: 23px;
  margin-left: -93px;
}

@media (min-width: 768px) {

  .content-map >.inner-wrap >.map >.item.usa {
    top: 117px;
    margin-left: -222px;
  }
}

.content-map >.inner-wrap >.map >.item.usa.active {
  background-image: url(../Images/small-flag-active-right.png);
}

.content-map >.inner-wrap >.map >.item.italy {
  width: 30px;
  height: 46px;
  background: url(../Images/small-flag-right.png);
  background-repeat: no-repeat;
  background-size: 30px 46px;
  top: 18px;
  margin-left: -7px;
  z-index: 20;
}

@media (min-width: 768px) {

  .content-map >.inner-wrap >.map >.item.italy {
    top: 103px;
    margin-left: -18px;
  }
}

.content-map >.inner-wrap >.map >.item.italy.active {
  background-image: url(../Images/small-flag-active-right.png);
}

.content-map >.inner-wrap >.map >.item.romania {
  width: 30px;
  height: 100px;
  background: url(../Images/bigger-flag-right.png);
  background-repeat: no-repeat;
  background-size: 30px 100px;
  top: -38px;
  margin-left: 1px;
}

.content-map >.inner-wrap >.map >.item.romania.active {
  background-image: url(../Images/bigger-flag-right-active.png);
  background-size: 30px 100px;
}

@media (min-width: 768px) {

  .content-map >.inner-wrap >.map >.item.romania {
    top: 63px;
    margin-left: 6px;
    height: 78px;
    background: url(../Images/big-flag-right.png);
    background-repeat: no-repeat;
    background-size: 30px 78px;
  }

  .content-map >.inner-wrap >.map >.item.romania.active {
    background-image: url(../Images/big-flag-right-active.png);
  }
}

/*>.icon {
          position: absolute;
          left: 6px;
          top: 5px;
          width: 29px;
          height: 28px;
          border-radius: 29px;
          background-color: #fc7d00;
          transition: background 300ms;
          cursor: pointer;
        }*/

.content-map >.inner-wrap >.map >.item >.label {
          display: none;
          position: absolute;
          top: -20px;
          left: 40px;
          padding: 10px;
          font-size: 0.875rem;
          opacity: 0;
          -webkit-transition: opacity 300ms, top 200ms;
          transition: opacity 300ms, top 200ms;
}

.content-map >.inner-wrap >.map >.item.active >.icon {
            background-color: #1b398f;
}

.content-map >.inner-wrap >.details {
      position: absolute;
      bottom: 17px;
      left: 17px;
      right: 17px;
      display: none;
}

.content-map >.inner-wrap >.details >.country-name {
        display: inline-block;
        margin-bottom: 4px;
        padding: 10px 20px;
        font-size: 0.875rem;
        color: #1e3990;
        color: #1e3990;
        color: var(--brand-primary);
        background: rgba(200,200,200,.4);
      }

.content-map >.inner-wrap >.details >.columns-wrap {
        padding: 20px;
        font-size: 0.875rem;
        color: #000;
        color: #000;
        color: var(--black);
        background: rgba(200,200,200,.4);
      }

.content-map >.inner-wrap >.details >.columns-wrap a {
          color: #1e3990;
          color: #1e3990;
          color: var(--brand-primary)
        }

.content-map >.inner-wrap >.details >.columns-wrap a:hover {
  text-decoration: underline;
}

.content-map >.inner-wrap >.details >.columns-wrap >.columns {
          overflow: hidden;

        }

@media (min-width: 768px) {

  .content-map >.inner-wrap >.details >.columns-wrap >.columns >.column {
    width: 40%;
    float: left;
  }
}

@media (max-width: 767px) {

  .content-map >.inner-wrap >.details >.columns-wrap >.columns >.column {
    margin-bottom: 14px;
  }

  .content-map >.inner-wrap >.details >.columns-wrap >.columns >.column:last-child {
    margin-bottom: 0;
  }
}

section.content-text-with-button {
  position: relative;
  margin: 25px 0 15px 0;
  overflow: hidden;
  background: #fff;
  background: #fff;
  background: var(--white);
  padding: 40px 15px;
}

@media (min-width: 1024px) {

  section.content-text-with-button {
    margin: 0;
  }
}

@media (min-width: 1200px) {

  section.content-text-with-button {
    padding: 70px 0 70px 0;
  }
}

section.content-text-with-button .content {
    position: relative;
    height: 100%;
    overflow: hidden;

  }

@media (min-width: 768px) {

  section.content-text-with-button .content {
    max-width: 1200px;
  }
}

@media (min-width: 1300px) {

  section.content-text-with-button .content {
    margin: 0 auto;
  }
}

section.content-text-with-button .content h1 {
      margin: 0 0 10px 0;
      font-size: 1.5625rem;
      line-height: 2.1875rem;
      font-weight: 400;
      font-weight: 400;
      font-weight: var(--font-weight-regular);
      color: #1e3990;
      color: #1e3990;
      color: var(--brand-primary);
      text-align: center;
}

@media (min-width: 768px) {

  section.content-text-with-button .content h1 {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
}

section.content-text-with-button .content h2 {
      margin: 0 0 10px 0;
      font-size: 1.5625rem;
      line-height: 1.875rem;
      font-weight: normal;
}

@media (min-width: 768px) {

  section.content-text-with-button .content h2 {
    font-size: 2.1875rem;
    line-height: 2.5rem;
  }
}

section.content-text-with-button .content h3 {
      margin: 20px 0 10px 0;
      font-size: 1.5625rem;
      line-height: 1.875rem;
      font-weight: normal;
      font-family: var(--font-family-sans-serif-bold);
      font-family: var(--font-family-sans-serif-bold);
      font-family: var(--font-family-sans-serif-bold);
      font-family: var(--font-family-sans-serif-bold);
}

section.content-text-with-button .content h3:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {

  section.content-text-with-button .content h3 {
    margin: 30px 0 10px 0;
    font-size: 2.5rem;
    line-height: 2.25rem;
  }
}

section.content-text-with-button .content .text {
      font-size: 1.125rem;
      line-height: 1.5625rem;
      font-weight: 300;
      font-weight: 300;
      font-weight: var(--font-weight-light);
}

@media (min-width: 768px) {

  section.content-text-with-button .content .text {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

section.content-text-with-button .content .text .text-center {
        text-align: center;
      }

section.content-text-with-button .content p {
      margin: 0 0 20px 0;
}

@media (min-width: 768px) {

  section.content-text-with-button .content p {
    margin: 0 0 30px 0;
  }
}

section.content-text-with-button .content p:last-child {
  margin: 0;
}

section.content-text-with-button .content ul {
      padding-left: 24px;
}

/*a {
      color: var(--brand-primary);
      text-decoration: none;

      &:hover {
        text-decoration: underline;
      }
    }*/

section.content-text-with-button .content .button-wrap {
      margin-top: 20px;
      text-align: center;
}

section.content-video-next-to-text {
  position: relative;
  margin: 0;
  overflow: hidden;
}

@media (min-width: 1024px) {

  section.content-video-next-to-text {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

@media (max-width: 767px) {

  section.content-video-next-to-text .text-wrap-desktop {
    display: none;
  }
}

@media (min-width: 768px) {

  section.content-video-next-to-text .text-wrap-mobile {
    display: none;
  }
}

section.content-video-next-to-text >.inner-wrap {
    position: relative;
    margin: 0 15px;
    overflow: hidden;
  }

@media (min-width: 768px) {

  section.content-video-next-to-text >.inner-wrap {
    height: 340px;
    max-width: 1200px;
    margin: 30px 30px;
  }
}

@media (min-width: 1300px) {

  section.content-video-next-to-text >.inner-wrap {
    margin: 30px auto;
  }
}

section.content-video-next-to-text .video-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {

  section.content-video-next-to-text .video-wrap {
    float: left;
    width: 50%;
  }
}

section.content-video-next-to-text .video-wrap >.inner-wrap {
      position: relative;
      width: 100%;
    }

@media (min-width: 768px) {

  section.content-video-next-to-text .video-wrap >.inner-wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

section.content-video-next-to-text .video-wrap >.inner-wrap:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0;
  padding-bottom: 55.6%;
}

section.content-video-next-to-text .video-wrap >.inner-wrap iframe {
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
}

section.content-video-next-to-text .text-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {

  section.content-video-next-to-text .text-wrap {
    position: relative;
    float: left;
    width: 50%;
  }
}

section.content-video-next-to-text .text-wrap >.inner-wrap {
      position: relative;
      margin: 0 15px;
      overflow: hidden;
      color: #fff;
      color: #fff;
      color: var(--white);
    }

@media (min-width: 768px) {

  section.content-video-next-to-text .text-wrap >.inner-wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    margin: 0 30px 0 0;
  }
}

section.content-video-next-to-text .text-wrap >.inner-wrap .text {
        color: #000;
        color: #000;
        color: var(--black);
        padding: 25px 0 15px 0;
      }

@media (min-width: 768px) {

  section.content-video-next-to-text .text-wrap >.inner-wrap .text {
    padding-top: 15px;
  }
}

section.content-video-next-to-text .text-wrap >.inner-wrap .text h3 {
          margin: 0 0 20px 0;
          font-size: 1.5625rem;
          line-height: 2.1875rem;
          font-weight: 300;
          font-weight: 300;
          font-weight: var(--font-weight-light);
          color: #1e3990;
          color: #1e3990;
          color: var(--brand-primary);
        }

@media (min-width: 768px) {

  section.content-video-next-to-text .text-wrap >.inner-wrap .text h3 {
    font-size: 1.875rem;
    line-height: 2.375rem;
  }
}

section.content-video-next-to-text .text-wrap >.inner-wrap .text p {
          margin: 0 0 15px 0;
        }

@media (min-width: 768px) {

  section.content-video-next-to-text.video-left .text-wrap >.inner-wrap {
    margin: 0 0 0 30px;
  }
}

.tx-vacuflexproducts .list {
  position: relative;
  margin: 20px;
  max-width: 1200px;

}

@media (min-width: 768px) {

  .tx-vacuflexproducts .list {
    margin: 60px 30px;
  }
}

@media (min-width: 1300px) {

  .tx-vacuflexproducts .list {
    margin: 60px auto;
  }
}

.tx-vacuflexproducts .list .columns {
    display: block;
}

@media (min-width: 768px) {

  .tx-vacuflexproducts .list .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.tx-vacuflexproducts .list .columns .border {
      width: 100%;
    }

@media (min-width: 768px) {

  .tx-vacuflexproducts .list .columns .border {
    width: 250px;
    margin-right: 15px;
  }
}

.tx-vacuflexproducts .list .columns .border .filter-toggle {
        display: block;
        width: 100%;
        padding: 15px;
        margin: 0 0 2px 0;
        font-size: 0.875rem;
        line-height: 1.5rem;
        text-transform: uppercase;
        color: #8c8c8b;
        color: #8c8c8b;
        color: var(--gray-dark);
        background: #fff;
        background: #fff;
        background: var(--white);
        border: none
      }

.tx-vacuflexproducts .list .columns .border .filter-toggle.active {
  background: #1e3990;
  background: #1e3990;
  background: var(--brand-primary);
  color: #fff;
  color: #fff;
  color: var(--white);
}

@media (min-width: 768px) {

  .tx-vacuflexproducts .list .columns .border .filter-toggle {
    display: none;
  }
}

.tx-vacuflexproducts .list .columns .products {
      width: 100%;

    }

@media (min-width: 768px) {

  .tx-vacuflexproducts .list .columns .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    width: -webkit-calc(100% - 265px);
    width: calc(100% - 265px);
  }
}

.tx-vacuflexproducts .list .product-type-navigation {
    background: #fff;
    background: #fff;
    background: var(--white);
}

.tx-vacuflexproducts .list .product-type-navigation ul {
      margin: 0;
    }

.tx-vacuflexproducts .list .product-type-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
  }

.tx-vacuflexproducts .list .product-type-navigation ul li {
      display: block;
      border-bottom: solid 2px #f5f5f5;
      border-bottom: solid 2px #f5f5f5;
      border-bottom: solid 2px var(--gray-lighter);
      width: -webkit-calc(50% - 1px);
      width: calc(50% - 1px);
      float: left;


    }

@media (max-width: 767px) {

  .tx-vacuflexproducts .list .product-type-navigation ul li:first-child {
    border-right: solid 2px #f5f5f5;
    border-right: solid 2px #f5f5f5;
    border-right: solid 2px var(--gray-lighter);
  }
}

@media (min-width: 768px) {

  .tx-vacuflexproducts .list .product-type-navigation ul li {
    width: 100%;
    float: none;
  }
}

.tx-vacuflexproducts .list .product-type-navigation ul li a {
        display: block;
        padding: 15px;
        font-size: 0.875rem;
        line-height: 1.5rem;
        text-transform: uppercase;
        color: #8c8c8b;
        color: #8c8c8b;
        color: var(--gray-dark);
        background-repeat: no-repeat;
        background-position: right 5px top 7px;
        background-size: 40px auto
      }

.tx-vacuflexproducts .list .product-type-navigation ul li a.active {
  background-color: #1e3990;
  background-color: #1e3990;
  background-color: var(--brand-primary);
  color: #fff;
  color: #fff;
  color: var(--white);
}

.tx-vacuflexproducts .list .product-type-navigation ul li a:hover {
  background-color: #1e3990;
  background-color: #1e3990;
  background-color: var(--brand-primary);
  color: #fff;
  color: #fff;
  color: var(--white);
}

.tx-vacuflexproducts .list .product-type-navigation ul li:first-child a {
  background-image: url(../Images/schlauch-passiv.svg);
}

.tx-vacuflexproducts .list .product-type-navigation ul li:first-child a.active, .tx-vacuflexproducts .list .product-type-navigation ul li:first-child a:hover {
  background-image: url(../Images/schlauch-aktiv.svg);
}

.tx-vacuflexproducts .list .product-type-navigation ul li:last-child a {
  background-image: url(../Images/anschluesse-passiv.svg);
}

.tx-vacuflexproducts .list .product-type-navigation ul li:last-child a.active, .tx-vacuflexproducts .list .product-type-navigation ul li:last-child a:hover {
  background-image: url(../Images/anschluesse-aktiv.svg);
}

.tx-vacuflexproducts .list form.filter {
  background: #fff;
  background: #fff;
  background: var(--white);
}

@media (max-width: 767px) {

  .tx-vacuflexproducts .list form.filter {
    display: none;
    margin-bottom: 20px;
  }
}

.tx-vacuflexproducts .list form.filter .filter-section {
    padding: 15px;
    margin-bottom: 0;

  }

.tx-vacuflexproducts .list form.filter .filter-section h3 {
      display: block;
      width: 100%;
      margin: 0 0 5px 0;
      font-size: 0.875rem;
      text-transform: uppercase;
      color: #1e3990;
      color: #1e3990;
      color: var(--brand-primary);
      font-weight: 500;
      font-weight: 500;
      font-weight: var(--font-weight-medium);
    }

.tx-vacuflexproducts .list form.filter .filter-section .checkbox-replace {
      margin-bottom: 5px;
    }

.tx-vacuflexproducts .list form.filter .filter-section.medium {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 250px;
}

.tx-vacuflexproducts .list form.filter .filter-section.medium .checkbox-replace-icon .icon {
          background-color: #a4bee6;
          background-repeat: no-repeat;
          background-size: 70%;
          background-position: center;
        }

.tx-vacuflexproducts .list form.filter .filter-section.medium .checkbox-replace-icon > input:checked + .icon {
          background-color: #1e3990;
          background-color: #1e3990;
          background-color: var(--brand-primary);
        }

.tx-vacuflexproducts .list form.filter .filter-section.property {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 250px;
}

.tx-vacuflexproducts .list form.filter .filter-section.property .checkbox-replace-icon {
        margin-bottom: 10px;
}

.tx-vacuflexproducts .list form.filter .filter-section.property .checkbox-replace-icon .icon {
          background-color: #ffd178;
          background-repeat: no-repeat;
          background-size: 100%;
          background-position: center;
        }

.tx-vacuflexproducts .list form.filter .filter-section.property .checkbox-replace-icon > input:checked + .icon {
          background-color: #ffa900;
        }

.tx-vacuflexproducts .list .product-item {
  display: block;
  height: 200px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fff;
  background: #fff;
  background: var(--white);
  opacity: 0;

}

.tx-vacuflexproducts .list .product-item a {
    text-decoration: none;
  }

.tx-vacuflexproducts .list .product-item.product-item-tube:hover {
  background: #fff;
  background: #fff;
  background: var(--white);
  -webkit-box-shadow: 0 0 20px 1px rgba(0,0,0,0.2);
          box-shadow: 0 0 20px 1px rgba(0,0,0,0.2);
}

@media (min-width: 1024px) {

  .tx-vacuflexproducts .list .product-item {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
  }
}

.tx-vacuflexproducts .list .product-item .image-wrap {
    position: relative;
    float: left;
    width: 140px;
    height: 200px;
    overflow: hidden;
    background: #fff;
    background: #fff;
    background: var(--white);
    border-right: solid 2px #f5f5f5;
    border-right: solid 2px #f5f5f5;
    border-right: solid 2px var(--gray-lighter);
}

@media (min-width: 1200px) {

  .tx-vacuflexproducts .list .product-item .image-wrap {
    width: 200px;
  }
}

.tx-vacuflexproducts .list .product-item .text-wrap {
    position: relative;
    display: block;
    float: left;
    padding: 20px;
    color: #000;
    color: #000;
    color: var(--black);
    font-size: 0.875rem;
    line-height: 1.25rem;
    width: -webkit-calc(100% - 140px - 20px);
    width: calc(100% - 140px - 20px);
}

@media (min-width: 1200px) {

  .tx-vacuflexproducts .list .product-item .text-wrap {
    width: -webkit-calc(100% - 200px - 20px);
    width: calc(100% - 200px - 20px);
  }
}

.tx-vacuflexproducts .list .product-item .text-wrap h1 {
      margin: 0 0 15px 0;
      font-size: 1.25rem;
      font-weight: 500;
      font-weight: 500;
      font-weight: var(--font-weight-medium);

/*      a {
        color: var(--black);

        &:hover {
          text-decoration: underline;
        }
      }*/
    }

.tx-vacuflexproducts .list .product-item .text-wrap .teaser {
      margin-bottom: 15px;
    }

.tx-vacuflexproducts .show {
  position: relative;
  margin: 20px;
  max-width: 1200px;

}

@media (min-width: 768px) {

  .tx-vacuflexproducts .show {
    margin: 60px 30px;
  }
}

@media (min-width: 1300px) {

  .tx-vacuflexproducts .show {
    margin: 60px auto;
  }
}

.tx-vacuflexproducts .show .sections {
    display: block;
}

@media (min-width: 768px) {

  .tx-vacuflexproducts .show .sections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.tx-vacuflexproducts .show .sections .section-1 {
      width: 100%;
    }

@media (max-width: 767px) {

  .tx-vacuflexproducts .show .sections .section-1 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {

  .tx-vacuflexproducts .show .sections .section-1 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
    width: 250px;
    margin-right: 15px;
  }
}

.tx-vacuflexproducts .show .sections .section-1 .back-link {
        color: #1e3990;
        color: #1e3990;
        color: var(--brand-primary);
        text-decoration: none;
        font-size: 0.875rem;
        line-height: 1rem;
        font-weight: 500;
        font-weight: 500;
        font-weight: var(--font-weight-medium)
      }

.tx-vacuflexproducts .show .sections .section-1 .back-link:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 5px;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent #1e3990 transparent transparent;
  border-color: transparent #1e3990 transparent transparent;
  border-color: transparent var(--brand-primary) transparent transparent;
}

.tx-vacuflexproducts .show .sections .section-1 .back-link:hover {
  text-decoration: underline;
}

.tx-vacuflexproducts .show .sections .section-1 .pdf-link-wrap {
        margin: 25px 0 5px 0;
      }

.tx-vacuflexproducts .show .sections .section-1 .pdf-link {
        color: #1e3990;
        color: #1e3990;
        color: var(--brand-primary);
        text-decoration: none;
        font-size: 0.875rem;
        line-height: 1rem;
        font-weight: 500;
        font-weight: 500;
        font-weight: var(--font-weight-medium)
      }

.tx-vacuflexproducts .show .sections .section-1 .pdf-link:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 5px;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #1e3990;
  border-color: transparent transparent transparent #1e3990;
  border-color: transparent transparent transparent var(--brand-primary);
}

.tx-vacuflexproducts .show .sections .section-1 .pdf-link:hover {
  text-decoration: underline;
}

.tx-vacuflexproducts .show .sections .section-1 .made-in-germany {
        position: relative;
        margin: 30px 0 5px 0;
      }

.tx-vacuflexproducts .show .sections .section-1 .made-in-germany img {
          display: block;
          width: 80px;
          height: auto;
        }

.tx-vacuflexproducts .show .sections .section-1 h1 {
        margin: 20px 0 15px 0;
        font-size: 1.5rem;
        line-height: 1.5rem;
        font-weight: 500;
        font-weight: 500;
        font-weight: var(--font-weight-medium);
      }

.tx-vacuflexproducts .show .sections .section-1 h2 {
        margin: 0 0 15px 0;
        font-size: 1rem;
        line-height: 1.375rem;
        font-weight: 400;
        font-weight: 400;
        font-weight: var(--font-weight-regular);
      }

.tx-vacuflexproducts .show .sections .section-1 .facts {
        margin: 0 0 15px 0;
        font-size: 1rem;
        line-height: 1.375rem;
        font-weight: 400;
        font-weight: 400;
        font-weight: var(--font-weight-regular);
      }

.tx-vacuflexproducts .show .sections .section-1 .facts ul {
          padding-left: 20px;
        }

.tx-vacuflexproducts .show .sections .section-1 h3 {
        margin: 25px 0 5px 0;
        font-size: 0.875rem;
        line-height: 1.125rem;
        font-weight: 500;
        font-weight: 500;
        font-weight: var(--font-weight-medium);
        color: #1e3990;
        color: #1e3990;
        color: var(--brand-primary);
        text-transform: uppercase;
      }

.tx-vacuflexproducts .show .sections .section-1 .medium {
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        max-width: 250px;
      }

.tx-vacuflexproducts .show .sections .section-1 .medium .icon-wrap {
          display: block;
          position: relative;
          width: 48px;
          height: 48px;
          margin: 0 10px 10px 0;
          border-radius: 4px;
        }

.tx-vacuflexproducts .show .sections .section-1 .medium .icon-wrap .icon {
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 4px;
            background-color: #a4bee6;
            background-repeat: no-repeat;
            background-size: 70%;
            background-position: center;
          }

.tx-vacuflexproducts .show .sections .section-1 .medium .icon-wrap > input:checked + .icon {
            background-color: #1e3990;
            background-color: #1e3990;
            background-color: var(--brand-primary);
          }

.tx-vacuflexproducts .show .sections .section-1 .property {
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        max-width: 250px;
      }

.tx-vacuflexproducts .show .sections .section-1 .property .icon-wrap {
          display: block;
          position: relative;
          width: 48px;
          height: 48px;
          margin: 0 10px 10px 0;
          border-radius: 4px;
        }

.tx-vacuflexproducts .show .sections .section-1 .property .icon-wrap .icon {
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 4px;
            background-color: #ffa900;
            background-repeat: no-repeat;
            background-size: 100%;
            background-position: center;
          }

.tx-vacuflexproducts .show .sections .section-1 .property .icon-wrap > input:checked + .icon {
            background-color: #1e3990;
            background-color: #1e3990;
            background-color: var(--brand-primary);
          }

.tx-vacuflexproducts .show .sections .section-2 {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
    }

.tx-vacuflexproducts .show .sections .section-2 .images {
        overflow: hidden;
        margin-bottom: 30px;
      }

/*        display: flex;
        justify-content: space-between;*/

.tx-vacuflexproducts .show .sections .section-2 .images img {
          display: block;
          float: left;
          width: -webkit-calc(50% - 5px);
          width: calc(50% - 5px);
          height: auto
        }

.tx-vacuflexproducts .show .sections .section-2 .images img:first-child {
  margin-right: 10px;
}

.tx-vacuflexproducts .show .sections .section-3 {
      -webkit-box-flex: 2;
          -ms-flex-positive: 2;
              flex-grow: 2;
      width: 100%;
      margin-top: 30px;

    }

@media (min-width: 768px) {

  .tx-vacuflexproducts .show .sections .section-3 {
    margin-top: 60px;
  }
}

.tx-vacuflexproducts .show .sections .section-3 table {
        width: 100%;
        border-collapse: collapse;
        background: #f1f5f9;
        margin-bottom: 0;


      }

.tx-vacuflexproducts .show .sections .section-3 table thead {
          background: #bbbcbd;
        }

.tx-vacuflexproducts .show .sections .section-3 table thead th {
            width: 14%;
            padding: 7px 2px;
            font-weight: 400;
            font-weight: 400;
            font-weight: var(--font-weight-regular);
            text-align: center;
            font-size: 0.625rem;
            line-height: 0.875rem;
          }

@media (min-width: 768px) {

  .tx-vacuflexproducts .show .sections .section-3 table thead th {
    padding: 7px 10px;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}

.tx-vacuflexproducts .show .sections .section-3 table tbody tr {
            background: #fff;
            background: #fff;
            background: var(--white)
          }

.tx-vacuflexproducts .show .sections .section-3 table tbody tr:nth-child(even) {
  background: #d9dada;
}

.tx-vacuflexproducts .show .sections .section-3 table tbody td {
            padding: 7px 10px;
            text-align: center;
            font-size: 0.6875rem;
            line-height: 0.875rem;
            border: none;
          }

@media (min-width: 768px) {

  .tx-vacuflexproducts .show .sections .section-3 table tbody td {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}

section.content-newsletter-subscribe {
  position: relative;
  overflow: auto;
  margin: 25px 0 15px 0;
}

@media (min-width: 1024px) {

  section.content-newsletter-subscribe {
    margin: 50px 0 40px 0;
  }
}

@media (min-width: 1200px) {

  section.content-newsletter-subscribe {
    margin: 70px 0 50px 0;
  }
}

section.content-newsletter-subscribe .content {
    position: relative;
    margin: 0 15px;
    height: 100%;
    overflow: hidden;

  }

@media (min-width: 768px) {

  section.content-newsletter-subscribe .content {
    margin: 0 30px;
    max-width: 1200px;
  }
}

@media (min-width: 1300px) {

  section.content-newsletter-subscribe .content {
    margin: 0 auto;
  }
}

section.content-newsletter-subscribe .content h1 {
      margin: 0 0 10px 0;
      font-size: 1.5625rem;
      line-height: 2.1875rem;
      font-weight: 400;
      font-weight: 400;
      font-weight: var(--font-weight-regular);
      color: #1e3990;
      color: #1e3990;
      color: var(--brand-primary);
}

@media (min-width: 768px) {

  section.content-newsletter-subscribe .content h1 {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
}

section.content-newsletter-subscribe .content .text {
      font-size: 1.125rem;
      line-height: 1.5625rem;
      font-weight: 300;
      font-weight: 300;
      font-weight: var(--font-weight-light);
}

@media (min-width: 768px) {

  section.content-newsletter-subscribe .content .text {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

section.content-newsletter-subscribe .content a {
      color: #1e3990;
      color: #1e3990;
      color: var(--brand-primary);
      text-decoration: none;
}

section.content-newsletter-subscribe .content a:hover {
  text-decoration: underline;
}

section.content-newsletter-subscribe .content .form {
      margin: 0 auto;
      padding: 30px;
      background: #fff;
      max-width: 500px;
      font-weight: 300;
      font-weight: 300;
      font-weight: var(--font-weight-light);
}

section.content-newsletter-subscribe .content .form ul {
        margin: 0;
        padding: 0;
        list-style: none;
      }

section.content-newsletter-subscribe .content .form ul li {
          overflow: hidden;
          margin-bottom: 15px

        }

section.content-newsletter-subscribe .content .form ul li:last-child {
  margin-bottom: 0;
}

section.content-newsletter-subscribe .content .form ul li .field_label {
            display: block;
}

@media (min-width: 768px) {

  section.content-newsletter-subscribe .content .form ul li .field_label {
    width: 100px;
    float: left;
  }
}

section.content-newsletter-subscribe .content .form ul li .form_field {
            width: 100%;
/*            max-width: 300px;*/
            padding: 0 15px;
            border: solid 1px #babbc1;
            border: solid 1px #babbc1;
            border: solid 1px var(--gray-light);
            background: #fff;
            background: #fff;
            background: var(--white);
            line-height: 2.5rem;
            font-size: 1rem;
            border-radius: 3px;
}

section.content-newsletter-subscribe .content .form ul li input[type=radio] {
            position: relative;
            top: -1px;
}

section.content-newsletter-subscribe .content .form ul li .form_button_submit {
            padding: 0 15px;
            background: #1e3990;
            background: #1e3990;
            background: var(--brand-primary);
            color: #fff;
            color: #fff;
            color: var(--white);
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            line-height: 2.5rem;
            text-transform: uppercase;
            font-size: 1rem;
            border: none;
            border-radius: 3px;
}

section.content-newsletter-subscribe .content .form ul li #gender_male {
            margin-left: 15px;
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden;
}

.featherlight {
  display: none;

  /* dimensions: spanning the background from edge to edge */
  position:fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 2147483647; /* z-index needs to be >= elements on the site. */

  /* position: centering content */
  text-align: center;

  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;

  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: rgba(0, 0, 0, 0);
}

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.5);
}

.featherlight:before {
  /* position: trick to center content vertically */
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  /* make content container for positioned elements (close button) */
  position: relative;

  /* position: centering vertical and horizontal */
  text-align: left;
  vertical-align: middle;
  display: inline-block;

  /* dimensions: cut off images */
  overflow: auto;
  padding: 0;

  /* dimensions: handling large content */
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;

  /* styling */
  background: #fff;
  cursor: auto;

  /* reset white-space wrapping */
  white-space: normal;

  -webkit-box-shadow: 0 0 20px 2px rgba(0,0,0,.2);

          box-shadow: 0 0 20px 2px rgba(0,0,0,.2);
}

/* contains the content */

.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block;
}

/* don't show these though */

.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0px;
  left: 0px;

  /* dimensions: 25px x 25px */
  line-height: 3.125rem;
  width: 50px;
  font-size: 2.1875rem;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 300;
  font-weight: 300;
  font-weight: var(--font-weight-light);

  /* styling */
  cursor: pointer;
  text-align: center;
/*  font-family: Arial, sans-serif;*/
/*  background: #fff; !* Set the background in case it overlaps the content *!
  background: rgba(255, 255, 255, 0.3);*/
  color: #babbc1;
  color: #babbc1;
  color: var(--gray-light);
  border: none;
  padding: 0;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;

}

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */

.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  /* styling */
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  /* styling */
  border: none;
}

.featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* handling phones and small screens */

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 0;
  }
}

/* hide non featherlight items when printing */

@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}

.cc-theme-edgeless.cc-window {
  padding: 10px !important;
  font-size: 0.9375rem !important;
}

.cc-message .text-link {
    color: #000
  }

.cc-message .text-link:hover {
  text-decoration: underline;
}

.cc-deny {
  font-weight: normal !important;
  text-transform: uppercase !important;
}

.cc-dismiss {
  text-transform: uppercase !important;
}

/*
@import 'Elements/page.header-navigation-toggle.css';
@import 'Elements/page.footer.css';
@import 'Elements/page.footer.footer-form.css';
@import 'Elements/main-navigation.css';

@import 'Elements/grid.css';
@import 'Elements/teaser-text.css';
@import 'Elements/image-intro.css';
@import 'Elements/image-full-width.css';
@import 'Elements/image-framed.css';
@import 'Elements/image-text-width.css';
@import 'Elements/text-with-icons.css';
@import 'Elements/text-with-sectors.css';
@import 'Elements/news.css';
@import 'Elements/quote.css';
@import 'Elements/vimeo-video.css';
@import 'Elements/slider.css';
*/
