@charset "UTF-8";

@font-face {
  font-family: 'Avenir';
  src: url("/fonts/subset-Avenir-Black.eot");
  src: url("/fonts/subset-Avenir-Black.eot?#iefix") format("embedded-opentype"), url("/fonts/subset-Avenir-Black.woff2") format("woff2"), url("/fonts/subset-Avenir-Black.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url("/fonts/subset-Avenir-Medium.eot");
  src: url("/fonts/subset-Avenir-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/subset-Avenir-Medium.woff2") format("woff2"), url("/fonts/subset-Avenir-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url("/fonts/subset-Avenir-Book.eot");
  src: url("/fonts/subset-Avenir-Book.eot?#iefix") format("embedded-opentype"), url("/fonts/subset-Avenir-Book.woff2") format("woff2"), url("/fonts/subset-Avenir-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "socicons";
  src: url("/fonts/socicon.eot");
  src: url("/fonts/socicon.eot?#iefix") format("embedded-opentype"), url("/fonts/socicon.woff") format("woff"), url("/fonts/socicon.ttf") format("truetype"), url("/fonts/socicon.svg#socicon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "socicons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="socicon-"]:before,
[class*=" socicon-"]:before {
  font-family: "socicons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.socicon-twitter:before {
  content: "\E08D";
}

.socicon-linkedin:before {
  content: "\E04C";
}

.socicon-youtube:before {
  content: "\E0A5";
}

.socicon-list:before {
  content: "\E933";
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

.wobble-leaf {
  -webkit-animation-name: wobble-leaf;
  animation-name: wobble-leaf;
}

@-webkit-keyframes wobble-leaf {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-3px, 0, 0) rotate3d(0, 0, 1, -2deg);
    transform: translate3d(-3px, 0, 0) rotate3d(0, 0, 1, -2deg);
  }

  30% {
    -webkit-transform: translate3d(3px, 0, 0) rotate3d(0, 0, 1, 1deg);
    transform: translate3d(3px, 0, 0) rotate3d(0, 0, 1, 1deg);
  }

  45% {
    -webkit-transform: translate3d(-2px, 0, 0) rotate3d(0, 0, 1, -2deg);
    transform: translate3d(-2px, 0, 0) rotate3d(0, 0, 1, -2deg);
  }

  60% {
    -webkit-transform: translate3d(1px, 0, 0) rotate3d(0, 0, 1, 1deg);
    transform: translate3d(1px, 0, 0) rotate3d(0, 0, 1, 1deg);
  }

  75% {
    -webkit-transform: translate3d(-1px, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-1px, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble-leaf {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-3px, 0, 0) rotate3d(0, 0, 1, -2deg);
    transform: translate3d(-3px, 0, 0) rotate3d(0, 0, 1, -2deg);
  }

  30% {
    -webkit-transform: translate3d(3px, 0, 0) rotate3d(0, 0, 1, 1deg);
    transform: translate3d(3px, 0, 0) rotate3d(0, 0, 1, 1deg);
  }

  45% {
    -webkit-transform: translate3d(-2px, 0, 0) rotate3d(0, 0, 1, -2deg);
    transform: translate3d(-2px, 0, 0) rotate3d(0, 0, 1, -2deg);
  }

  60% {
    -webkit-transform: translate3d(1px, 0, 0) rotate3d(0, 0, 1, 1deg);
    transform: translate3d(1px, 0, 0) rotate3d(0, 0, 1, 1deg);
  }

  75% {
    -webkit-transform: translate3d(-1px, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-1px, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble-leaf-large {
  -webkit-animation-name: wobble-leaf-large;
  animation-name: wobble-leaf-large;
}

@-webkit-keyframes wobble-leaf-large {
  from {
    -webkit-transform: translate3d(0, 0, 0) rotate(15deg);
    transform: translate3d(0, 0, 0) rotate(15deg);
  }

  15% {
    -webkit-transform: translate3d(-3px, 0, 0) rotate3d(0, 0, 1, 13deg);
    transform: translate3d(-3px, 0, 0) rotate3d(0, 0, 1, 13deg);
  }

  30% {
    -webkit-transform: translate3d(3px, 0, 0) rotate3d(0, 0, 1, 16deg);
    transform: translate3d(3px, 0, 0) rotate3d(0, 0, 1, 16deg);
  }

  45% {
    -webkit-transform: translate3d(-2px, 0, 0) rotate3d(0, 0, 1, 13deg);
    transform: translate3d(-2px, 0, 0) rotate3d(0, 0, 1, 13deg);
  }

  60% {
    -webkit-transform: translate3d(1px, 0, 0) rotate3d(0, 0, 1, 16deg);
    transform: translate3d(1px, 0, 0) rotate3d(0, 0, 1, 16deg);
  }

  75% {
    -webkit-transform: translate3d(-1px, 0, 0) rotate3d(0, 0, 1, 14deg);
    transform: translate3d(-1px, 0, 0) rotate3d(0, 0, 1, 14deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0) rotate(15deg);
    transform: translate3d(0, 0, 0) rotate(15deg);
  }
}

@keyframes wobble-leaf-large {
  from {
    -webkit-transform: translate3d(0, 0, 0) rotate(15deg);
    transform: translate3d(0, 0, 0) rotate(15deg);
  }

  15% {
    -webkit-transform: translate3d(-3px, 0, 0) rotate3d(0, 0, 1, 13deg);
    transform: translate3d(-3px, 0, 0) rotate3d(0, 0, 1, 13deg);
  }

  30% {
    -webkit-transform: translate3d(3px, 0, 0) rotate3d(0, 0, 1, 16deg);
    transform: translate3d(3px, 0, 0) rotate3d(0, 0, 1, 16deg);
  }

  45% {
    -webkit-transform: translate3d(-2px, 0, 0) rotate3d(0, 0, 1, 13deg);
    transform: translate3d(-2px, 0, 0) rotate3d(0, 0, 1, 13deg);
  }

  60% {
    -webkit-transform: translate3d(1px, 0, 0) rotate3d(0, 0, 1, 16deg);
    transform: translate3d(1px, 0, 0) rotate3d(0, 0, 1, 16deg);
  }

  75% {
    -webkit-transform: translate3d(-1px, 0, 0) rotate3d(0, 0, 1, 14deg);
    transform: translate3d(-1px, 0, 0) rotate3d(0, 0, 1, 14deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0) rotate(15deg);
    transform: translate3d(0, 0, 0) rotate(15deg);
  }
}

@-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 {
    opacity: 1;
    -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 {
    opacity: 1;
    -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;
  }

  100% {
    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;
  }

  100% {
    opacity: 1;
  }
}

.zoomIn,
.has-error .form-error {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

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

html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
}

html.modal-on.touchevents {
  overflow: hidden;
  height: 100vh;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Avenir';
  font-weight: normal;
  background: #fff;
  color: black;
  min-height: 100%;
}

body.modal-on {
  overflow: hidden;
}

body.modal-on.touchevents {
  height: 100vh;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #1491f9;
}

a:hover,
a:active {
  text-decoration: underline;
  color: #0e76cd;
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: bold;
  color: #1491f9;
}

h1 {
  position: relative;
  z-index: 5;
  color: #1491f9;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 10px;
}

h2 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 15px;
}

h2.small {
  font-size: 20px;
  line-height: 25px;
}

h3 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 15px;
}

p {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 30px;
}

p.dark {
  color: #3f3f3f;
}

p.small {
  font-size: 14px;
}

.grecaptcha-badge {
  opacity: 0;
  z-index: -1;
}

.cleaner {
  clear: both;
  width: 100%;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.cc-window {
  padding: 3% 5% !important;
}

.cc-message {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.button-border {
  text-decoration: none !important;
  border: 2px solid #1491f9;
  color: #1491f9;
  font-size: 12px;
  width: 165px;
  text-align: center;
  line-height: 43px;
  height: 46px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}

.button-border:hover,
.button-border:active {
  color: white;
  background-color: #1491f9;
}

.button-blue {
  text-decoration: none !important;
  color: white;
  font-size: 12px;
  width: 180px;
  text-align: center;
  line-height: 46px;
  height: 46px;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  display: inline-block;
  background-color: #1491f9;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}

.button-blue:hover,
.button-blue:active {
  background-color: #0e76cd;
}

.checkbox {
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
  color: #3f3f3f;
  font-size: 12px;
}

.checkbox span {
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #1491f9;
}

.checkbox input {
  position: absolute;
  visibility: hidden;
}

.checkbox input:checked ~ span {
  background: url(/images/check.png) 50% 50% no-repeat;
  background-size: 12px auto;
}

.checkbox.has-error span {
  border-color: red;
}

.checkbox + .checkbox {
  margin-bottom: 20px;
}

section {
  overflow: hidden;
}

.text-blue{
  color: #1491f9 !important;
}
.section-subtitle {
  color: #3f3f3f;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 20px;
}

.section-subtitle.blue {
  color: #1491f9;
}

.container {
  max-width: 1170px;
  margin: 0 auto 0;
  min-height: 100%;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}

.container > img {
  max-width: 100%;
}

.container > iframe {
  max-width: 100%;
}

.container.overflow {
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 50px;
}

.row {
  min-height: 100%;
}

.row.small .col-padding {
  padding: 5% !important;
}

.row.overflow {
  overflow: hidden;
}

.row ul {
  margin-bottom: 60px;
  padding-left: 20px;
}

.row ul li {
  margin-bottom: 15px;
}

.col-padding-no {
  padding: 0 !important;
}

.col-padding-top {
  padding: 10% 0;
}

.col-padding {
  padding: 10% 10%;
  text-align: left;
  position: relative;
}

.col-padding h2 {
  position: relative;
  z-index: 1;
}

.col-padding p {
  position: relative;
  z-index: 1;
  color: #3f3f3f;
  padding-right: 30%;
  margin-bottom: 0;
}

.col-padding > a {
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  display: block;
  bottom: 0;
  right: 0;
}

.col-padding:hover button {
  background-color: white;
}

.col-padding button {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  border: 2px solid white;
  color: white;
  line-height: 40px;
  width: 150px;
  height: 42px;
  text-align: center;
  margin-top: 12%;
  font-weight: bold;
  background: none;
  font-size: 12px;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}

.col-main {
  padding-top: 80px;
  padding-bottom: 30px;
}

.col-main button {
  margin-top: 5%;
}

.bg-blue {
  color: white;
  background-color: #5aa8e8;
}

.bg-blue h1,
.bg-blue h2 {
  color: white;
}

.bg-blue a,
.bg-blue p {
  color: white !important;
}

.bg-blue:hover button {
  color: #5aa8e8;
}

.bg-blue-light {
  color: white;
  background-color: #7bc1fe;
}

.bg-blue-light h2,
.bg-blue-light a,
.bg-blue-light p {
  color: white !important;
}

.bg-blue-light:hover button {
  color: #7bc1fe;
}

.bg-blue-lighter {
  color: white;
  background-color: #99cefa;
}

.bg-blue-lighter:hover button {
  color: #99cefa;
}

.bg-blue-lighter h2,
.bg-blue-lighter a,
.bg-blue-lighter p {
  color: white !important;
}

.bg-blue-lightest {
  background-color: #c7e3fb;
}

.bg-blue-lightest:hover button {
  color: white;
  background-color: #1491f9;
}

.bg-blue-lightest button {
  border-color: #1491f9;
  color: #1491f9;
}

.bg-blue-lightest a {
  color: #1491f9;
}

.bg-blue-lightest p {
  color: #1491f9 !important;
}

.bg-blue-dark {
  color: white;
  background-color: #319ef9;
}

.bg-blue-dark:hover button {
  color: #319ef9;
}

.bg-blue-dark h2,
.bg-blue-dark a,
.bg-blue-dark p {
  color: white !important;
}

.bg-blue-darker {
  color: white;
  background-color: #358ed8;
}

.bg-blue-darker:hover button {
  color: #358ed8;
}

.bg-blue-darker a,
.bg-blue-darker p {
  color: white !important;
}

.bg-white {
  background-color: white;
  color: #1491f9;
}

.bg-white:hover button {
  color: white;
  background-color: #1491f9;
}

.bg-white button {
  margin-top: 5%;
  border-color: #1491f9;
  color: #1491f9;
}

.col-bg {
  background-position: 50% 50%;
  background-size: cover !important;
}

.col-bg::after {
  z-index: 0;
  background-color: #062d4e;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  position: absolute;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.col-bg:hover::after {
  opacity: 0.5;
}

.filter-toggle {
  font-size: 13px;
  color: #1491f9;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  top: 140px;
  z-index: 5;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
}

.side-bar-filters {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: fixed;
  height: 100vh;
  left: -100%;
  background-color: white;
  overflow: auto;
  width: 100%;
  top: 0;
  z-index: 5;
  padding: 180px 20px 100px 20px;
  transition: left 300ms ease;
  -webkit-transition: left 300ms ease;
}

.side-bar-filters.show {
  left: 0;
}

.side-bar-filters > ul > li > ul {
  display: none;
}

.side-bar-filters > ul > li > ul.active {
  display: block;
}

.side-bar-filters ul > li.active > ul {
  display: block;
}

.side-bar-filters ul li {
  position: relative;
  font-weight: bold;
  color: #a1a1a1;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  display: block;
}

.side-bar-filters ul li ul {
  margin-bottom: 40px;
}

.side-bar-filters ul li ul li {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 13px;
  padding-right: 10px;
  padding-left: 15px;
}

.side-bar-filters ul li ul li ul li {
  padding-left: 20px;
  font-size: 12px;
}

.side-bar-filters ul li a {
  display: inline-block;
}

.side-bar-filter-toggle {
  display: inline-block;
  margin-left: 10px;
  width: 20px;
  color: #a1a1a1;
  font-size: 9px;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

.active > .side-bar-filter-toggle {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.side-bar-filter-item {
  color: #a1a1a1;
}

.side-bar-filter-item.active {
  color: #1491f9;
}

.right-bar {
  position: relative;
  width: 100%;
}

.section-description {
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
}

.section-description p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  color: #a1a1a1;
  text-align: center;
}

.img-fluid,
.img-responsive {
  max-width: 100%;
  height: auto;
}

.people-list {
  color: #000;
  text-align: center;
  margin-bottom: 50px;
}

.people-list h3 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
}

.people-list-item {
  width: 100%;
  padding: 0 1%;
  display: inline-block;
}

.skoleni-header {
  background: url(/images/skoleni-header.jpg) 50% 50% no-repeat;
  background-size: auto;
  background-size: cover;
}

.welcome-slider {
  overflow: hidden;
  text-align: center;
  padding: 50px 0;
  background: #d9ecfc;
  z-index: 3;
  position: relative;
  width: 100%;
}

.welcome-slide {
  position: relative;
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  padding: 20px 0;
}

.welcome-slide:active,
.welcome-slide:hover {
  background-color: #8ccaff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.welcome-slide:active h2,
.welcome-slide:hover h2 {
  color: white;
}

.welcome-slide img {
  width: 100%;
  max-width: 100%;
}

.welcome-slide h2 {
  padding: 10px 20px 20px 20px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
}

.welcome-slide a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  cursor: pointer;
  z-index: 2;
}

.automation img {
  max-width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 414px) {
  .people-list-item {
    width: 48%;
  }
}

@media (max-width: 575px) {
  .col-padding,
  .col-padding-top {
    text-align: center;
  }

  .col-padding p,
  .col-padding-top p {
    padding-right: 0;
  }
}

@media (min-width: 600px) {
  .welcome-slide {
    width: 31.5%;
    display: inline-block;
    margin: 0 0.5%;
  }
}

@media (min-width: 720px) {
  .people-list-item {
    width: 32%;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }

  h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  h2.small {
    font-size: 17px;
    line-height: 20px;
  }

  h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
  }

  p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 30px;
  }

  p.small {
    font-size: 14px;
  }

  .filter-toggle {
    display: none;
  }

  .section-subtitle {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 22px;
  }

  .col-padding button {
    font-size: 14px;
  }

  .side-bar-filters {
    position: static;
    height: auto;
    width: 21%;
    padding: 30px 0;
    float: left;
  }

  .right-bar {
    width: 78%;
    float: right;
  }

  .col-main {
    padding-bottom: 5%;
  }

  .welcome-slide img {
    max-width: 300px;
  }

  .welcome-slide h2 {
    font-size: 19px;
    line-height: 27px;
  }

  .section-description {
    padding-left: 40px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .cc-window {
    padding: 3% 10% !important;
  }

  h1 {
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 10px;
  }

  h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 15px;
  }

  h2.small {
    font-size: 25px;
    line-height: 30px;
  }

  h3 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
  }

  p {
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 40px;
  }

  p.small {
    font-size: 16px;
  }

  .col-padding {
    padding: 6% 8%;
  }

  .col-padding.col-padding-same {
    padding: 5% 3%;
  }

  .col-main {
    padding-top: 220px !important;
  }

  .col-padding-top {
    padding: 5% 0;
  }

  .button-border {
    font-size: 14px;
    width: 220px;
    line-height: 46px;
  }

  .section-title {
    padding-top: 200px;
    padding-bottom: 75px;
  }

  .people-list-item {
    width: 24%;
  }

  .side-bar-filters > ul > li > ul {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .products .section-title {
    font-size: 50px;
    line-height: 50px;
  }

  h1 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 10px;
  }

  h2 {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 15px;
  }

  h2.small {
    font-size: 35px;
    line-height: 40px;
  }

  h3 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 15px;
  }

  p {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 45px;
  }

  p.small {
    font-size: 18px;
  }

  .people-list-item {
    width: 20%;
  }
}

@media (min-width: 1400px) {
  .col-padding {
    padding: 8% 8% 8% 11%;
  }

  .col-padding.col-padding-same {
    padding: 5% 3%;
  }
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  height: 100%;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  outline: none;
  height: 100%;
  min-height: 1px;
}

.slick-slide a {
  outline: none;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  z-index: 10;
  bottom: 0px;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  border-radius: 16px;
  border: 2px solid #1491f9;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background-color: #1491f9;
}

.slick-dots li button {
  opacity: 0;
}

.error-section {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.error-content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}

.error-button {
  line-height: 45px;
  height: 45px;
  text-align: center;
  display: block;
  text-decoration: none !important;
  margin: 30px auto 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: white !important;
  background-color: #1491f9;
  width: 270px;
}

.error-button:hover,
.error-button:active {
  background-color: #0e76cd;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 60px;
  z-index: 100;
  -webkit-transition: background-color 300ms ease, -webkit-transform 400ms ease;
  transition: background-color 300ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, background-color 300ms ease;
  transition: transform 400ms ease, background-color 300ms ease, -webkit-transform 400ms ease;
  -webkit-transition: -webkit-transform 400ms ease, background-color 300ms ease;
}

.header-scrolled .header {
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
}

.search-on .header {
  background-color: white;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.scrolled .header {
  background-color: white;
}

.nav-logo {
  z-index: 5;
  position: absolute;
  left: 15px;
  top: 6px;
  height: 40px;
  width: 80px;
  display: block;
  background: url(/images/logo_30.svg) 0 50% no-repeat;
  background-size: auto 100%;
}

.main-nav {
  top: 0;
  height: 100%;
  text-transform: uppercase;
  right: 0;
  font-size: 14px;
  font-weight: 800;
  position: absolute;
  width: 100%;
  z-index: 2;
  height: 0;
  overflow: hidden;
  background-color: white;
  -webkit-transition: height 400ms ease;
  transition: height 400ms ease;
}

.main-nav.opened {
  height: 100vh;
}

.main-nav-item:first-child {
  margin-top: 80px;
}

.main-nav-item {
  display: block;
  letter-spacing: 1px;
  margin: 0 20px;
  text-align: center;
  position: relative;
  line-height: 50px;
  text-decoration: none !important;
  color: #1491f9;
}

.main-nav-item span {
  position: relative;
  padding: 0 4px;
  display: inline-block;
}

.main-nav-item.active {
  color: #1491f9;
}

.main-nav-item:active,
.main-nav-item:hover {
  color: #0e76cd;
}

.main-nav-item.active span::after {
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 8px;
  left: 0;
  background-color: #1491f9;
}

.main-nav-item:hover span::after,
.main-nav-item:active span::after {
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 8px;
  left: 0;
  background-color: #0e76cd;
}

.nav-search {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
}

.nav-search::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/images/search.png) 50% 6px no-repeat;
  background-size: 25px auto;
}

.nav-search:hover::before {
  background-position: 50% -37px;
}

.nav-search:hover::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: '';
  border-radius: 60px;
  background-color: #0e76cd;
}

.nav-search-close {
  display: none;
}

.nav-trigger {
  position: absolute;
  right: 60px;
  top: 10px;
  width: 40px;
  height: 40px;
  z-index: 2;
  cursor: pointer;
}

.nav-trigger:hover .hamburger-inner,
.nav-trigger:hover .hamburger-inner:before,
.nav-trigger:hover .hamburger-inner:after {
  background-color: #0e76cd;
}

.nav-trigger .hamburger-inner {
  width: 25px;
  height: 2px;
  background-color: #1491f9;
  display: block;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -1px;
  position: absolute;
}

.nav-trigger .hamburger-inner:before,
.nav-trigger .hamburger-inner:after {
  height: 2px;
  background-color: #1491f9;
  border-radius: 10px;
  position: absolute;
  display: block;
  content: '';
  width: 25px;
}

.nav-trigger .hamburger-inner:before {
  top: -5px;
}

.nav-trigger .hamburger-inner:after {
  bottom: -5px;
}

.main-search {
  background-color: white;
  position: absolute;
  z-index: 1;
  padding-top: 70px;
  top: 0;
  width: 100%;
  padding: 70px 0 20px 0;
  left: 0;
  display: none;
}

.main-search.opened {
  display: block;
}

.main-search input {
  padding: 0 10px;
  float: left;
  height: 42px;
  width: 68%;
  margin-right: 2%;
  border: 1px solid #1491f9;
  font-size: 12px;
  max-width: 700px;
  color: #1491f9;
  background: none;
}

.main-search input::-webkit-input-placeholder {
  color: #1491f9;
  font-size: 10px;
}

.main-search input::-moz-placeholder {
  color: #1491f9;
  font-size: 10px;
}

.main-search input:-ms-input-placeholder {
  color: #1491f9;
  font-size: 10px;
}

.main-search input:-moz-placeholder {
  color: #1491f9;
  font-size: 10px;
}

.main-search button {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
  background-color: #1491f9;
  border: none;
  color: white;
  height: 42px;
  text-align: center;
  width: 30%;
  max-width: 200px;
}

.main-search button:hover,
.main-search button:active {
  background-color: #0e76cd;
  cursor: pointer;
}

@media (min-width: 1136px) {
  .main-nav-item:first-child {
    margin-top: 0;
  }

  .header {
    height: 155px;
    max-height: 155px;
  }

  .search-on .header {
    height: 270px;
    max-height: 270px;
  }

  .nav-trigger {
    display: none;
  }

  .main-nav {
    padding-top: 58px;
    height: 100px !important;
    right: 80px;
    text-align: right;
    top: 0;
    background: none;
    width: auto;
    -webkit-transition: height 0ms;
    transition: height 0ms;
  }

  .main-nav-item {
    display: inline-block;
    margin: 0 12px;
  }

  .nav-logo {
    height: 95px;
    width: 180px;
    top: 25px;
  }

  .nav-search {
    top: 55px;
    width: 50px;
    height: 50px;
  }

  .nav-search::before {
    background: url(/images/search.png) 50% 11px no-repeat;
    background-size: 27px auto;
  }

  .nav-search:hover::before {
    background-position: 50% -35px;
  }

  .nav-search-close {
    position: absolute;
    right: 10px;
    width: 50px;
    height: 50px;
    background: url(/images/close.png) 50% 50% no-repeat;
    background-size: 100% auto;
    display: block;
    z-index: 2;
    margin-top: 10px;
    cursor: pointer;
  }

  .main-search {
    background: none;
    padding: 150px 0 50px 0;
  }

  .main-search input {
    padding: 0 30px;
    font-size: 18px;
    height: 70px;
  }

  .main-search button {
    font-size: 14px;
    height: 70px;
  }
}

.footer {
  position: relative;
  background-color: white;
  padding: 30px 0 60px 0;
  z-index: 0;
}

.footer-menu-part {
  width: 100%;
  line-height: 18px;
  font-size: 12px;
  margin-bottom: 30px;
}

.footer-menu-part.social a {
  font-size: 35px;
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
}

.footer-menu-part-title {
  color: #1491f9;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
}

.footer-menu-part-link {
  color: #1491f9;
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
}

.footer-copyright {
  color: #1491f9;
  font-size: 12px;
  text-align: right;
}

@media (max-width: 575px) {
  .footer-menu-part {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .footer {
    padding: 50px 0;
  }

  .footer-menu-part {
    text-align: left;
    padding-right: 20px;
  }

  .footer-menu-part.social a {
    font-size: 25px;
  }

  .footer-copyright {
    position: absolute;
    right: 0;
    bottom: -20px;
  }
}

@media (min-width: 1200px) {
  .footer-menu-part {
    font-size: 14px;
  }

  .footer-menu-part.social a {
    font-size: 32px;
    margin-right: 15px;
  }

  .footer-menu-part-title {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 30px;
  }

  .footer-menu-part-link {
    font-size: 14px;
  }
}

.subscribe {
  padding: 30px 0 60px 0;
}

.subscribe-title {
  color: #1491f9;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 30px;
}

.subscribe-check {
  margin: 14px 0 0 0;
  left: 0;
  font-size: 13px;
  line-height: 25px;
}

.subscribe-success {
  position: absolute;
  bottom: -35px;
  left: 0;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  color: #1491f9;
  display: none;
  clear: both;
}

.subscribe-form {
  position: relative;
  width: 95%;
  display: block;
  margin: 0 auto 0;
  max-width: 550px;
  min-height: 100px;
}

.subscribe-form input {
  padding: 0 10px;
  float: left;
  height: 42px;
  width: 68%;
  margin-right: 2%;
  border: 1px solid #1491f9;
  font-size: 12px;
  color: #1491f9;
}

.subscribe-form input::-webkit-input-placeholder {
  color: #1491f9;
}

.subscribe-form input::-moz-placeholder {
  color: #1491f9;
}

.subscribe-form input:-ms-input-placeholder {
  color: #1491f9;
}

.subscribe-form input:-moz-placeholder {
  color: #1491f9;
}

.subscribe-form button {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
  background-color: #1491f9;
  border: none;
  color: white;
  height: 42px;
  text-align: center;
  width: 30%;
}

.subscribe-form button:hover,
.subscribe-form button:active {
  background-color: #0e76cd;
  cursor: pointer;
}

@media (min-width: 768px) {
  .subscribe {
    padding: 50px 0;
  }

  .subscribe-check {
    font-size: 16px;
  }

  .subscribe-form input {
    padding: 0 20px;
    font-size: 14px;
  }

  .subscribe-form button {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .subscribe-title {
    font-size: 17px;
    line-height: 20px;
  }
}

#main-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 0;
  display: none;
}

.no-touchevents #main-video {
  display: block;
}

#welcome .col-main::before {
  z-index: 1;
  background-color: #062d4e;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  position: absolute;
}

.main-header {
  background: url(/images/main-header.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.robots-header {
  background: url(/images/robots-header.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.smt-header {
  background: url(/images/smt-header.jpg) 50% 50% no-repeat;
  background-size: cover;
  position: relative;
}

.smt-header:after {
  z-index: 1;
  background-color: #062d4e;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  position: absolute;
}

.application-header {
  background: url(/images/application-header.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.donations {
  padding-bottom: 30px;
}

.donations img {
  width: 48%;
  max-width: 200px;
  margin: 0 2% 1% 0;
}

.about img {
  max-width: 120px;
  margin-right: 5%;
}

.side-contact {
  position: fixed;
  z-index: 90;
  top: 50%;
  right: 0;
  width: 160px;
  font-size: 20px;
  height: 50px;
  background: #1491f9;
  text-align: center;
  letter-spacing: 5px;
  -webkit-box-shadow: 0 0 3px #1491f9;
  box-shadow: 0 0 3px #1491f9;
  display: none;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 50px;
  color: white;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: 70% 0;
  -webkit-transform-origin: 70% 0;
  display: none;
  text-decoration: none !important;
  cursor: pointer;
}

.side-contact:hover {
  color: white;
}

.people-section {
  width: 100%;
  padding: 30px 0;
  position: relative;
}

.people-section h2 {
  text-align: center;
  font-size: 30px;
  line-height: 35px;
}

.people-slider {
  padding-bottom: 50px;
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
}

.people-slider h3 {
  margin-bottom: 5px;
}

.people-slider img {
  margin: 0 auto 10px auto;
  max-width: 100%;
}

.people-slider .person-position {
  color: #3f3f3f;
  font-size: 12px;
  margin-bottom: 5px;
}

.contact .blue-circle:after {
  position: absolute;
  top: -60px;
  left: 50%;
  content: '';
  background-color: #e3f1fd;
  border-radius: 200px;
  height: 200px;
  width: 200px;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);;
}

.contact .container .row > div {
  margin-bottom: 40px;
}

.quick-contact {
  position: relative;
  z-index: 0;
  background-color: #c7e3fb;
  color: #1491f9;
}

.quick-contact .col-12 {
  padding-right: 30px !important;
}

.quick-contact .col-12 p {
  margin-bottom: 0;
  padding-right: 0;
}

.quick-contact .phone {
  width: 35px;
  height: 55px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: url(/images/phone.png) 50% 50% no-repeat;
  background-size: 25px auto;
}

.quick-contact .email {
  width: 35px;
  height: 55px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: url(/images/email.png) 50% 50% no-repeat;
  background-size: 25px auto;
}

.contact-modal-bg {
  position: fixed;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
}

.contact-modal-bg.active {
  display: block;
}

.par-contact-modal,
.contact-modal {
  position: fixed;
  top: -420%;
  left: 0;
  width: 100%;
  height: 100vh;
  display: block;
  border: 10px solid #1491f9;
  z-index: 110;
  background: white;
  overflow: auto;
  padding: 50px 0;
  -webkit-transition: top 500ms ease;
  transition: top 500ms ease;
}

.par-contact-modal.active,
.contact-modal.active {
  top: 0;
}

.par-contact-modal .container,
.contact-modal .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

.contact-modal-close {
  border: 1px solid #1491f9;
  width: 45px;
  height: 45px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(/images/contact-close.png) 50% 0% no-repeat;
  background-size: 45px auto;
  z-index: 5;
}

.contact-modal-close:hover,
.contact-modal-close:active {
  background-position: 50% 100%;
  background-color: #1491f9;
}

.contact-modal-phone {
  padding-left: 35px;
  line-height: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  background: url(/images/phone.png) 0 50% no-repeat;
  background-size: 25px auto;
  position: relative;
  bottom: -20px;
}

.help-block {
  display: none !important;
}

.par-contact-form,
.contact-form {
  position: relative;
  width: 100%;
  max-width: 470px;
  margin: 0 auto;
  display: block;
}

.par-contact-form input,
.contact-form input {
  padding: 0 10px;
  font-size: 12px;
  color: #1491f9;
  border: 1px solid #1491f9;
  width: 100%;
  height: 42px;
  font-weight: 500;
  margin-bottom: 10px;
}

.par-contact-form textarea,
.contact-form textarea {
  padding: 10px;
  height: 100px;
  border: 1px solid #1491f9;
  width: 100%;
  font-size: 12px;
  color: #1491f9;
  font-weight: 500;
  margin-bottom: 10px;
  resize: none;
}

.par-contact-form ::-webkit-input-placeholder,
.contact-form ::-webkit-input-placeholder {
  color: #3f3f3f;
}

.par-contact-form ::-moz-placeholder,
.contact-form ::-moz-placeholder {
  color: #3f3f3f;
}

.par-contact-form :-ms-input-placeholder,
.contact-form :-ms-input-placeholder {
  color: #3f3f3f;
}

.par-contact-form :-moz-placeholder,
.contact-form :-moz-placeholder {
  color: #3f3f3f;
}

.services .col-padding p {
  padding-right: 5%;
}

.result-item {
  margin-bottom: 30px;
}

.result-item h2 {
  margin-bottom: 10px;
}

.result-item p {
  line-height: 24px;
  margin-bottom: 20px;
}

@media (max-width: 569px) {
  .quick-contact .col-padding {
    padding-top: 0;
  }
}

@media (max-width: 644px) {
  .quick-contact .col-padding {
    padding-left: 0;
  }
}

@media (min-width: 500px) {
  .contact-modal-phone {
    position: absolute;
    bottom: 5px;
    left: 50%;
  }
}

@media (min-width: 768px) {
  .side-contact {
    display: block;
  }

  .par-contact-modal,
  .contact-modal {
    max-width: 645px;
    max-height: 525px;
    margin: auto;
    right: 0;
    bottom: 0;
    padding: 30px 0;
  }

  .par-contact-modal h2,
  .contact-modal h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .par-contact-form input.half,
  .contact-form input.half {
    float: left;
    width: 49%;
  }

  .par-contact-form input.half + .half,
  .contact-form input.half + .half {
    float: right;
  }

  .people-section {
    padding: 50px 0;
    height: 420px;
  }

  .people-section h2 {
    text-align: left;
  }

  .people-slider {
    z-index: 5;
    position: absolute;
    left: 20%;
    width: 80%;
    padding-top: 0;
    top: 50px;
  }

  .donations {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .quick-contact .col-12 {
    padding-right: 60px !important;
  }

  .quick-contact .phone {
    width: 45px;
    height: 75px;
    margin-right: 15px;
    background-size: 35px auto;
  }

  .quick-contact .email {
    width: 45px;
    height: 75px;
    margin-right: 15px;
    background-size: 35px auto;
  }

  .contact .blue-circle {
    text-align: center;
    margin-bottom: 80px !important;
  }

  .contact .blue-circle:after {
    top: -45%;
    left: 50%;
    border-radius: 250px;
    height: 250px;
    width: 250px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }

  .contact-modal-close {
    top: 30px;
    right: 30px;
  }

  .result-item {
    margin-bottom: 50px;
  }

  .result-item p {
    padding-right: 50%;
  }

  .contact-form input {
    padding: 0 20px;
  }

  .contact-form textarea {
    padding: 15px 20px;
  }
}

@media (min-width: 1550px) {
  .people-slider {
    left: 50%;
    width: 60%;
    margin-left: -10%;
  }
}

.news-section {
  text-align: center;
  padding: 30px 10px;
  position: relative;
  z-index: 4;
  width: 100%;
}

.news-section > h2 {
  margin-bottom: 30px;
}

.news-slide {
  margin-right: 10px;
}

.news-slide .showcase-item {
  text-align: left;
  width: 100% !important;
}

.news-slider .slick-list {
  padding-top: 10px;
}

.blog h1 {
  margin-bottom: 30px !important;
  padding-bottom: 0;
}

.blog-filters {
  text-align: center;
}

.blog-filters a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #a1a1a1;
  margin: 0 5px;
}

.blog-filters a.active {
  color: #1491f9;
}

.blog-list {
  padding: 30px 0;
}

.blog-item {
  position: relative;
  display: block;
  margin-bottom: 20px;
  background-color: white;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.blog-item img {
  width: 100%;
}

.blog-item a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  right: 0;
  bottom: 0;
  display: block;
}

.blog-item-bottom {
  position: relative;
  height: 190px;
  padding: 20px;
}

.blog-item-bottom h2 {
  color: #3f3f3f;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  overflow: hidden;
  height: 72px;
}

.blog-time {
  position: absolute;
  bottom: 65px;
  left: 20px;
  color: #3f3f3f;
  font-size: 15px;
}

.blog-link {
  position: absolute;
  bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
  right: 20px;
  text-align: right;
  color: #1491f9;
  font-size: 12px;
}

.blog-category {
  position: absolute;
  bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
  left: 20px;
  color: #0d5088;
  font-size: 12px;
}

.pagination {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 20px auto 0;
}

.pagination .disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  border-color: #dee2e6;
}

.pagination li {
  display: inline-block;
  border: 2px solid #1491f9;
  width: 35px;
  height: 35px;
  line-height: 33px;
  font-size: 14px;
  font-weight: bold;
}

.pagination li a {
  display: block;
  text-decoration: none !important;
}

.pagination li.active,
.pagination li:hover {
  background-color: #1491f9;
}

.pagination li.active a,
.pagination li.active span,
.pagination li:hover a,
.pagination li:hover span {
  color: white !important;
}

.pagination li:first-child,
.pagination li:last-child {
  display: none;
}

@media (min-width: 768px) {
  .blog-item {
    display: block;
    margin-bottom: 45px;
    float: left;
    width: 49%;
  }

  .blog-item.odd {
    float: right;
  }

  .blog-item h2 {
    color: #3f3f3f;
    font-size: 22px;
    line-height: 28px;
    height: 85px;
  }

  .blog-item-bottom {
    padding: 45px 55px;
    height: 260px;
  }

  .blog-time {
    font-size: 16px;
    bottom: 85px;
    left: 55px;
  }

  .blog-category {
    bottom: 40px;
    left: 55px;
  }

  .blog-link {
    bottom: 40px;
    right: 55px;
  }

  .blog-filters a {
    margin: 0 10px;
  }
}

@media (min-width: 992px) {
  .blog-item-bottom {
    height: 250px;
  }
}

@media (min-width: 1200px) {
  .news-section {
    padding: 50px 20px 0 20px;
  }

  .news-slide {
    margin-left: 10px;
  }

  .pagination li {
    width: 45px;
    height: 45px;
    line-height: 43px;
    font-size: 16px;
  }

  .blog-filters a {
    font-size: 13px;
  }
}

.slider-section {
  width: 100%;
  position: relative;
  padding: 30px 0;
}

.slider-section .container {
  text-align: center;
}

.slider-section .container .small-title {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.slider-section .container h2 {
  font-size: 30px;
  line-height: 35px;
}

.slider-section .container a {
  text-decoration: none !important;
  border: 2px solid #1491f9;
  color: #1491f9;
  font-size: 12px;
  width: 180px;
  text-align: center;
  line-height: 44px;
  height: 46px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}

.slider-section .container a:hover,
.slider-section .container a:active {
  color: white;
  background-color: #1491f9;
}

.reference-slider {
  padding-bottom: 50px;
  padding-top: 20px;
}

.reference-slider .slick-list {
  padding: 10px 0;
}

.reference-slider .showcase-item {
  width: auto;
  width: 96%;
  margin: 0 10px;
}

.showcase h1 {
  margin-bottom: 30px !important;
  padding-bottom: 0;
}

.showcase-list {
  padding: 30px 0;
}

.news-slider .showcase-item {
  padding-top: 60%;
}

.news-slider .showcase-item img {
  position: absolute;
  top: 0;
  left: 0;
}

.showcase-item {
  position: relative;
  display: block;
  margin-bottom: 20px;
  background-color: white;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.showcase-item img {
  width: 100%;
}

.showcase-item a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  right: 0;
  bottom: 0;
  display: block;
}

.showcase-item-bottom {
  position: relative;
  height: 180px;
  padding: 20px;
  background-color: white;
}

.showcase-item-bottom h2 {
  color: #3f3f3f;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  overflow: hidden;
  height: 72px;
}

.showcase-time {
  position: absolute;
  bottom: 65px;
  left: 20px;
  color: #3f3f3f;
  font-size: 15px;
}

.showcase-link {
  position: absolute;
  font-weight: bold;
  text-transform: uppercase;
  bottom: 30px;
  left: 20px;
  text-align: right;
  color: #1491f9;
  font-size: 12px;
}

@media (min-width: 768px) {
  .slider-section {
    height: 700px;
    padding-top: 80px;
  }

  .slider-section .container {
    text-align: left;
    padding-right: 70%;
  }

  .slider-section .container .small-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .slider-section .container h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .slider-section .container a {
    margin-top: 100px;
  }

  .reference-slider {
    z-index: 5;
    position: absolute;
    right: 0;
    width: 430px;
    padding-top: 0;
    top: 30px;
  }

  .reference-slider .showcase_item {
    max-width: 400px;
  }

  .showcase-item {
    display: block;
    float: left;
    width: 49%;
  }

  .showcase-item.odd {
    float: right;
  }

  .showcase-item h2 {
    color: #3f3f3f;
    font-size: 22px;
    line-height: 28px;
    height: 85px;
  }

  .showcase-item-bottom {
    padding: 45px 55px;
    height: 260px;
  }

  .showcase-time {
    font-size: 16px;
    bottom: 85px;
    left: 55px;
  }

  .showcase-link {
    bottom: 40px;
    left: 55px;
  }
}

@media (min-width: 992px) {
  .showcase-item-bottom {
    height: 250px;
  }

  .slider-section {
    padding-top: 100px;
  }

  .slider-section .container h2 {
    font-size: 50px;
    line-height: 55px;
  }
}

@media (min-width: 1200px) {
  .slider-section .container {
    padding-right: 800px;
  }

  .reference-slider {
    width: 840px;
  }
}

@media (min-width: 1800px) {
  .reference-slider {
    width: 58%;
  }
}

.article-detail {
  padding-top: 120px;
}

.article-detail.showcase {
  padding-top: 0;
}

.articles-section {
  padding: 50px 20px;
  text-align: center;
  position: relative;
  z-index: 4;
  width: 100%;
}

.articles-section > h2 {
  margin-bottom: 30px;
}

.article-back {
  padding-left: 20px;
  color: #a1a1a1 !important;
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
  position: relative;
  top: -30px;
  text-transform: uppercase;
  background: url(/images/back-icon.png) 0 2px no-repeat;
  background-size: 9px auto;
}

.article-back.white {
  background: url(/images/back-icon-white.png) 0 2px no-repeat;
  background-size: 9px auto;
}

.article-perex {
  font-size: 20px;
  line-height: 28px;
  color: #3f3f3f;
  font-weight: normal;
  text-align: center;
  max-width: 580px;
  margin: 0 auto 30px;
}

.article-detail-title {
  max-width: 680px;
  margin: 0 auto 30px;
  text-align: center;
}

.article-showcase-header {
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover !important;
  margin-bottom: 30px;
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.article-showcase-header .article-back {
  color: white !important;
}

.article-showcase-header .container-fixed {
  position: absolute;
  left: 0;
  right: 0;
  top: 125px;
}

.article-showcase-header::after {
  z-index: 1;
  background-color: #062d4e;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  position: absolute;
}

.article-showcase-title {
  color: white;
}

.article-detail-tags {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #0d5088;
  font-size: 12px;
  margin-bottom: 20px;
}

.article-detail-tags span {
  padding: 0 5px;
}

.article-detail-content {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.article-detail-content h3 {
  font-size: 20px;
  line-height: 28px;
  color: #3f3f3f;
  margin-bottom: 5px;
}

.article-detail-content table th,
.article-detail-content table td {
  padding: 0 10px;
}

.article-detail-content > div,
.article-detail-content p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 30px;
}

.article-detail-content iframe {
  display: block;
  margin: 0 auto 30px;
  max-width: 100%;
  width: 100%;
}

.article-detail-content img {
  max-width: 100%;
}

.article-detail-content ul {
  color: #3f3f3f;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .article-back {
    font-size: 14px;
  }

  .article-showcase-header {
    min-height: 400px;
    margin-bottom: 50px;
  }

  .article-detail-content {
    padding-bottom: 30px;
  }

  .article-detail-content > div,
  .article-detail-content p {
    font-size: 16px;
    color: #3f3f3f;
    line-height: 32px;
    margin-bottom: 45px;
  }

  .article-detail-content iframe {
    display: inline-block;
    margin: 0 auto 20px;
  }
}

@media (min-width: 992px) {
  .article-detail {
    padding-top: 180px;
  }

  .article-detail .container .article-back {
    position: relative;
    top: -10px;
  }

  .article-showcase-header {
    padding-top: 120px;
    min-height: 500px;
  }

  .article-showcase-header .container-fixed {
    top: 225px;
  }
}

@media (min-width: 1200px) {
  .article-showcase-header {
    min-height: 500px;
    margin-bottom: 50px;
  }

  .article-perex {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 50px;
  }

  .article-detail-content {
    padding-bottom: 50px;
  }

  .article-detail-content h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  .article-detail-content iframe {
    margin-bottom: 30px;
  }

  .article-detail-content ul {
    padding-left: 40px;
    margin-bottom: 40px;
  }

  .article-detail-content > div,
  .article-detail-content p {
    font-size: 18px;
    line-height: 36px;
  }

  .article-detail-title {
    margin-bottom: 50px;
  }

  .article-detail-tags {
    margin-bottom: 20px;
  }
}

@media (min-width: 1400px) {
  .article-showcase-header {
    min-height: 550px;
    margin-bottom: 50px;
  }
}

.partners-list {
  padding: 30px 0;
}

.partner img {
  max-height: 60px;
  max-width: 75%;
}

.partner p {
  position: relative;
  padding: 10px 0 40px 0;
  line-height: 28px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .partners-list {
    padding: 50px 0;
  }

  .partner p {
    padding-right: 20px;
    padding-bottom: 60px;
  }
}

.products-filters {
  text-align: center;
  margin-bottom: 25px;
}

.products-filter {
  position: relative;
  height: 45px;
}

.products-filter::after {
  position: absolute;
  top: 20px;
  right: 35px;
  content: '';
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #1491f9;
}

.products-filter select {
  height: 100%;
  width: 100%;
  border: 3px solid #1491f9;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  padding: 0 40px 0 15px;
  outline: none;
}

.products {
  padding-bottom: 30px;
}

.products h1 {
  background-color: white;
}

.product-list {
  margin-bottom: 50px;
}

.product-item {
  background-color: white;
  margin-bottom: 35px;
}

.product-item-image {
  position: relative;
  padding-top: 100%;
  width: 100%;
  border: 1px solid #f1f1f1;
  margin-bottom: 10px;
}

.product-item-image img {
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.product-item-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  cursor: pointer;
}

.product-item-name {
  font-size: 15px !important;
  line-height: 20px !important;
  color: #3f3f3f;
  text-align: center;
}

.product-installations {
  text-decoration: none !important;
  font-size: 14px;
  min-width: 165px;
  text-align: center;
  line-height: 43px;
  height: 46px;
  font-weight: bold;
  display: inline-block;
  color: white !important;
  padding: 0 15px;
  background-color: #1491f9;
  margin-bottom: 50px;
}

.product-detail {
  padding-top: 80px;
  padding-bottom: 40px;
}

.product-detail .button-border {
  width: auto;
  padding: 0 30px;
  margin-bottom: 25px;
}

.product-detail h2 {
  padding-top: 30px;
  margin-bottom: 20px;
}

.product-detail ul {
  margin-left: 30px;
}

.product-detail ul li {
  color: black;
  margin-bottom: 5px;
}

.product-detail table {
  max-width: 100%;
  width: 100%;
}

.product-detail table th,
.product-detail table td {
  padding: 5px 10px;
  width: auto !important;
  font-size: 2vw;
}

.product-detail p {
  color: black;
  font-size: 17px !important;
  line-height: 30px !important;
}

.product-back {
  display: inline-block;
  padding-left: 20px;
  color: #a1a1a1 !important;
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
  position: relative;
  margin-bottom: 35px;
  text-transform: uppercase;
  background: url(/images/back-icon.png) 0 2px no-repeat;
  background-size: 9px auto;
}

.product-image {
  position: relative;
  padding-top: 50%;
  width: 100%;
  padding-top: 100%;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 180px auto;
}

.product-image img {
  max-width: 75%;
  max-height: 75%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.product-name {
  margin-top: 30px;
}

.product-text p {
  color: black;
  font-size: 17px !important;
  line-height: 30px !important;
}

.product-text ul,
.product-text ol {
  color: black;
}

.product-text div {
  color: black;
}

@media (min-width: 600px) {
  .product-name {
    margin-top: 0;
  }

  .product-detail ul {
    margin-left: 40px;
  }

  .product-detail ul li {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .product-detail ul li {
    line-height: 20px;
    font-size: 17px;
    margin-bottom: 10px;
  }

  .product-name {
    margin-bottom: 30px;
  }

  .product-back {
    font-size: 14px;
    margin-bottom: 45px;
  }

  .product-image {
    background-size: 250px auto;
  }
}

@media (min-width: 992px) {
  .products {
    padding-bottom: 50px;
  }

  .detail-padding {
    padding-left: 40px;
    margin-bottom: 40px;
  }

  .product-detail table th,
  .product-detail table td {
    font-size: 13px;
  }

  .product-detail .button-border {
    margin-left: 40px;
    padding: 0 40px;
    margin-bottom: 40px;
  }

  .product-detail h2 {
    padding-top: 50px;
    margin-bottom: 40px;
  }

  .product-image {
    background-size: 300px auto;
  }

  .product-detail {
    padding-top: 170px;
    padding-bottom: 50px;
  }

  .product-detail .product-name {
    font-size: 52px;
    line-height: 62px;
  }
}

.service-slide {
  margin: 0 10px !important;
}

.service-slide h2 {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}

.service-slide:hover h2 {
  color: #0e76cd !important;
}

.slick-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  margin-top: -22px;
  width: 54px;
  height: 54px;
  border-radius: 54px;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  cursor: pointer;
}

.slick-prev {
  background: #1491f9 url(/images/slick-prev.png) 50% 50% no-repeat;
  left: 20px;
}

.slick-next {
  right: 20px;
  background: #1491f9 url(/images/slick-next.png) 50% 50% no-repeat;
}

.slick-disabled {
  display: none !important;
}

.service-slider,
.smt-slider {
  overflow: hidden;
  padding: 10px 0 10px 20px;
  background: #d9ecfc;
}

.service-slider .slick-list,
.smt-slider .slick-list {
  overflow: visible;
}

.service-slider .slick-track,
.smt-slider .slick-track {
  padding: 10px 0;
}

.application-slide,
.smt-slide {
  position: relative;
  margin-right: 20px;
  background: white;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}

.application-slide h2,
.smt-slide h2 {
  padding: 25px 20px 0 20px;
  height: 75px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.application-slide img,
.smt-slide img {
  max-width: 100%;
}

.application-slide a,
.smt-slide a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  cursor: pointer;
  z-index: 2;
}

.application-slide:active,
.application-slide:hover,
.smt-slide:active,
.smt-slide:hover {
  background-color: #8ccaff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.application-slide:active h2,
.application-slide:hover h2,
.smt-slide:active h2,
.smt-slide:hover h2 {
  color: white;
}

@media (min-width: 768px) {
  .smt-slider .slick-track {
    padding: 20px 0;
  }

  .application-slide h2,
  .smt-slide h2 {
    font-size: 17px;
    line-height: 24px;
    height: 85px;
  }
}

@media (min-width: 992px) {
  .smt-slider {
    padding: 10px 0 10px 15px;
  }

  .application-slide {
    display: inline-block !important;
    vertical-align: top;
    float: none !important;
    max-width: 220px;
  }

  .smt-slide {
    margin-right: 10px;
  }

  .smt-slide h2 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1680px) {
  .smt-slider {
    text-align: center;
    padding: 10px 0 10px 20px;
  }

  .smt-slide {
    margin-right: 20px;
    float: none;
    display: inline-block !important;
    max-width: 220px;
    vertical-align: top;
  }

  .smt-slide h2 {
    font-size: 17px;
    line-height: 24px;
    height: 65px;
  }
}

.job-list {
  padding-bottom: 40px;
}

.job-item {
  position: relative;
  max-width: 750px;
  color: black;
  margin: 24px auto 0;
  padding: 20px 15px;
  background-color: white;
  border: solid 0.5px rgba(20, 145, 249, 0.15);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
}

.job-item:hover {
  background-color: rgba(20, 145, 249, 0.15);
}

.job-item:hover .job-item-title {
  color: #1491f9;
}

.job-item-link {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.job-item-title {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 8px;
  color: #3f3f3f;
}

.job-item-info {
  color: #a1a1a1;
  font-size: 12px;
  line-height: 17px;
}

.job-item-info strong {
  display: inline-block;
  text-transform: uppercase;
}

.job-detail-perex {
  font-size: 13px;
  max-width: 700px;
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
  color: #a1a1a1;
}

.job-detail .section-title {
  max-width: 800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.job-detail ul {
  padding-bottom: 40px;
  margin: 0;
  text-align: left;
  max-width: 360px;
  margin: 0 auto 0;
}

.form-section {
  background-color: #c7e3fb;
  padding: 40px 0;
}

.form-section h2 {
  color: black;
}

.form-sub-info {
  font-size: 12px;
  color: #a1a1a1;
  margin-top: 20px;
}

.form-separator {
  width: 100%;
  margin: 25px 0;
  height: 1px;
  background-color: #b6a496;
  clear: both;
}

.input {
  display: block;
  margin-bottom: 15px;
  position: relative;
}

.input label {
  color: black;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.14;
  margin-bottom: 8px;
}

.input .checkbox {
  position: relative;
  width: 100%;
  cursor: pointer;
  margin-top: 20px;
  font-size: 14px;
  margin-bottom: 0;
}

.input .checkbox .form-error {
  display: none !important;
}

.input textarea,
.input select,
.input input {
  height: 55px;
  border: solid 1px #1491f9;
  background-color: white;
  width: 100%;
  color: #1491f9;
  font-size: 14px;
  padding: 0 32px 0 16px;
  outline: none;
}

.input textarea:hover,
.input textarea:focus,
.input select:hover,
.input select:focus,
.input input:hover,
.input input:focus {
  border-color: #1491f9;
}

.input select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: white url(/images/arrow-down.svg) no-repeat right 20px center;
  background-size: 10px auto;
}

.input textarea {
  height: 150px;
  resize: none;
  padding: 16px;
}

.has-error .form-error {
  opacity: 0;
  animation-duration: 500ms;
  animation-delay: 200ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 500ms;
  -webkit-animation-delay: 200ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  overflow: hidden;
  text-indent: -9999px;
  display: block !important;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: red;
  position: absolute;
  bottom: -7px;
  left: -8px;
}

.has-error .form-error:after {
  content: '!';
  text-indent: 0;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
}

.submit-button {
  height: 55px;
  text-align: center;
  border: none;
  font-size: 16px;
  border-radius: 4px;
  background-color: #1491f9;
  width: 100%;
  font-weight: bold;
  color: white;
  cursor: pointer;
}

.submit-button:hover {
  background-color: #0e76cd;
}

.file-info {
  color: #a1a1a1;
  font-size: 12px;
  padding-top: 10px;
  text-align: right;
}

.upload-button {
  line-height: 55px;
  position: relative;
  height: 55px;
  text-align: center;
  border: none;
  font-size: 16px;
  background-color: #7bc1fe;
  width: 100%;
  font-weight: bold;
  color: black;
  cursor: pointer;
}

.upload-button .upload {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
}

.upload-button.uploaded .form-error {
  display: none !important;
}

.upload-button.uploaded,
.upload-button:hover {
  background-color: #1491f9;
  color: white;
}

@media (min-width: 768px) {
  .job-detail-perex {
    font-size: 16px;
  }

  .job-item {
    padding: 30px;
  }

  .job-item-title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 12px;
  }

  .job-item-info {
    font-size: 14px;
    line-height: 24px;
  }

  .job-item-info strong {
    display: inline;
  }

  .input-part {
    float: left;
    width: 50%;
  }

  .input-part.left {
    padding-right: 15px;
  }

  .input-part.right {
    padding-left: 15px;
  }

  .input.has-error.right .form-error {
    left: 6px;
  }

  .input textarea {
    max-width: 345px;
  }

  .form-section {
    padding: 60px 0;
  }

  .input {
    display: block;
  }

  .input label {
    font-size: 16px;
  }
}

.faq-list {
  max-width: 750px;
  margin: 40px auto 40px;
}

.faq-list > h2 {
  margin: 50px 0 20px;
}

.faq-header.active .faq-question:after {
  content: '\2013';
}

.faq-question {
  font-size: 1em;
  line-height: 1.4;
  color: #1491f9;
  margin-bottom: 0;
  text-transform: none;
  min-height: 81px;
  padding: 20px 40px 20px 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  position: relative;
  cursor: pointer;
  font-weight: 600;
}

.faq-question:after {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  content: '+';
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #1491f9;
}

.faq-item {
  border-bottom: solid 1px rgba(151, 151, 151, 0.3);
}

.faq-item.first {
  border-top: solid 1px rgba(151, 151, 151, 0.3);
}

.faq-answer {
  display: none;
}

.faq-answer p {
  margin: 0 0 35px 0;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.63;
  color: #000;
}

.faq-answer p a {
  color: #000;
}

@media (min-width: 992px) {
  .faq-list {
    margin: 40px auto 80px;
  }

  .faq-answer p {
    font-size: 1.2em;
  }

  .faq-question {
    font-size: 1.4em;
  }
}
