/* res_id: 94ce812a2fe52ad8c51b9936c588cc85 */

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

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

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

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

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

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

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

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

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

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

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

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

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

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

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

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

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

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

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

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

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

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

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

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

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

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

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

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

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

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

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

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

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

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

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

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

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

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

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

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

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

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

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

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

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

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

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

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

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

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

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

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

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

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

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

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

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

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

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

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

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

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

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

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

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

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

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

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

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

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

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

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

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

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

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

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

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

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

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

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

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

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

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

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

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

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

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

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

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

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

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

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

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

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

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

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

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

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

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

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

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

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

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

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

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

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

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

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

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

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

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

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

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

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

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

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

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

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

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

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

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

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

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

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

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

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

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

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

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

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

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

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

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

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

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

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

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

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

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

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

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

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

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

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

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

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

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

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

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

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

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

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}


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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ums-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e900";
}
.icon-loupe:before {
  content: "\e901";
}
.icon-instagram:before {
  content: "\e902";
}
.icon-linkedin:before {
  content: "\e903";
}
.icon-xing:before {
  content: "\e904";
}
.icon-arrow-2:before {
  content: "\e905";
}
.icon-close:before {
  content: "\e906";
}
.icon-file-text2:before {
  content: "\e926";
}
.icon-file-picture:before {
  content: "\e927";
}
.icon-file-music:before {
  content: "\e928";
}
.icon-file-play:before {
  content: "\e929";
}
.icon-file-zip:before {
  content: "\e92b";
}
.icon-file-pdf:before {
  content: "\eadf";
}
.icon-file-openoffice:before {
  content: "\eae0";
}
.icon-file-word:before {
  content: "\eae1";
}
.icon-file-excel:before {
  content: "\eae2";
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

@import url(https://ums-shop.softloop.dev/wp-content/themes/storefront/assets/css/base/icons.css);
/*==========  Path  =============*/
/*==========  Main colors  =============*/
/*
 Example:
 darken($color, 10%)
 lighten($color, 10%)
 */
/*==========  Font-sizes  =============*/
/*==========  Project : media queries breakpoints  =============*/
/*
 -moz-box-
 -webkit-
 -ms-
 */
/* display: flex / inline-flex */
/* flex-direction: nowrap, wrap, wrap-reverse */
/* flex-direction: row, row-reverse, column, column-reverse, initial, inherit */
/* justify-content: flex-start, flex-end, center, space-between, space-around, initial, inherit */
/* align-items: flex-start, flex-end, center, stretch, baseline, initial, inherit */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
* {
  margin: 0;
  padding: 0;
}
html, body {
  font-size: 10px;
  font-weight: normal;
  height: 100%;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
body {
  background-color: #fff;
  outline: none;
  resize: none;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-focus-ring-color: rgba(255, 255, 255, 0);
}
*, *::before, *::after {
  box-sizing: inherit;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin-top: 0;
  margin-bottom: 1em;
}
img {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
}
ul, ol {
  list-style: none;
  list-style-position: inside;
  padding-left: 0;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.clear {
  clear: both;
}
.container-fluid {
  max-width: 100%;
}
input, button, select {
  /* -webkit-appearance: none;
   -moz-appearance: none;
   -o-appearance: none;
   appearance: none; */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input, textarea {
  /* other elements get their font family from html/body */
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
  -moz-user-select: text;
  -o-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  user-select: text;
  resize: none;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, input:-webkit-autofill:hover, textarea:-webkit-autofill:hover, select:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill:focus, select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0.05) inset;
  transition: background-color 5000s ease-in-out 0s;
}
a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
  color: inherit;
}
:active, :hover, :focus {
  outline: 0;
  outline-offset: 0;
}
.container-fluid {
  max-width: 1280px;
}
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1025px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1025px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1025px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1025px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/* Alto-Normal */
@font-face {
  font-family: 'AltoPro';
  src: url('../fonts/Alto/Normal/Alto-Normal.eot');
  src: url('../fonts/Alto/Normal/Alto-Normal.eot#iefix') format('embedded-opentype'), url('../fonts/Alto/Normal/Alto-Normal.woff') format('woff');
  font-weight: 400;
}
/* Alto-Medium */
@font-face {
  font-family: 'AltoPro';
  src: url('../fonts/Alto/Medium/Alto-Medium.eot');
  src: url('../fonts/Alto/Medium/Alto-Medium.eot#iefix') format('embedded-opentype'), url('../fonts/Alto/Medium/Alto-Medium.woff') format('woff');
  font-weight: 500;
}
/* Alto-Bold */
@font-face {
  font-family: 'AltoPro';
  src: url('../fonts/Alto/Bold/Alto-Bold.eot');
  src: url('../fonts/Alto/Bold/Alto-Bold.eot#iefix') format('embedded-opentype'), url('../fonts/Alto/Bold/Alto-Bold.woff') format('woff');
  font-weight: 600;
}
/* Alto-SemiBold */
@font-face {
  font-family: 'AltoPro';
  src: url('../fonts/Alto/SemiBold/Alto-SemiBold.eot');
  src: url('../fonts/Alto/SemiBold/Alto-SemiBold.eot#iefix') format('embedded-opentype'), url('../fonts/Alto/SemiBold/Alto-SemiBold.woff') format('woff');
  font-weight: 700;
}
/*
 //
 //
 //
 */
@font-face {
  font-family: 'Herbergi';
  src: url('../fonts/herbergimac/herbergimac-webfont.woff') format('woff'), url('../fonts/herbergimac/herbergimac-webfont.woff2') format('woff2');
  font-weight: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon/icomoon.eot?4t3ete');
  src: url('../fonts/icomoon/icomoon.eot?4t3ete#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.ttf?4t3ete') format('truetype'), url('../fonts/icomoon/icomoon.woff?4t3ete') format('woff'), url('../fonts/icomoon/icomoon.svg?4t3ete#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="library-icon-"], [class*=" library-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.library-icon-files-empty:before {
  content: "\e925";
}
.library-icon-user:before {
  content: "\e971";
}
.icon-cart span {
  display: none;
}
.icon-cart:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  content: "\f291";
  line-height: 1.618;
  text-indent: 0;
}
/*==========  Project : path  =============*/
/*==========  Project : colors  =============*/
/*==========  Project : fonts  =============*/
/* AltoPro */
/* Herbergi */
/*==========  Project : font-sizes  =============*/
/*==========  Project : media queries breakpoints  =============*/
/*==========  Project : other  =============*/
/* bootstrap sizes */
/*==========  Project : Mixins  =============*/
.steps-block .text-block {
  font-family: 'Herbergi', Helvetica, Arial, sans-serif;
}
.special-col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.special-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.special-col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.special-col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.special-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.special-col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.special-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
/* NEW ELEMENTS FOR BOOTSTRAP */
@media (max-width: 767px) {
  .order-last-xs, .order-last-sm {
    order: 13;
  }
  .order-fisrt-xs, .order-fisrt-sm {
    order: -1;
  }
}
@media (min-width: 768px) {
  .order-last-md {
    order: 13;
  }
  .order-fisrt-md {
    order: -1;
  }
}
@media (min-width: 1025px) {
  .order-last-lg {
    order: 13;
  }
  .order-fisrt-lg {
    order: -1;
  }
}
/* DEFAULT PADDING */
@media (max-width: 1024px) {
  .container, .container-fluid, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 767px) {
  .container, .container-fluid, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 3px;
    padding-right: 3px;
  }
}
@media (max-width: 1024px) {
  .row {
    margin-left: -6px;
    margin-right: -6px;
  }
}
@media (max-width: 767px) {
  .row {
    margin-left: -3px;
    margin-right: -3px;
  }
}
body.active-nav .main-nav a.rex-current:before, body.active-nav .main-nav a:not(.rex-current):hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
div .cc-btn {
  letter-spacing: 1px;
  padding-left: 1.6em;
  padding-right: 1.6em;
}
div .cc-btn:hover {
  text-decoration: none;
  color: #fd5f00;
  border-color: #fd5f00;
}
html, body {
  font-family: 'AltoPro', Helvetica, Arial, sans-serif;
}
nav.main-nav li {
  display: block;
}
body {
  font-size: 2.2rem;
  line-height: 1.25;
  /* Sidebar / Navigations */
}
body.active-nav.active-sidebar .wrapper-container > .sidebar-container.active {
  right: 50%;
}
body.active-nav .wrapper-container {
  left: -50%;
}
body.active-nav .wrapper-section > .navigation-container {
  right: 0;
}
body.active-nav .wrapper-section > .header-icons-block .icon-loupe, body.active-nav .wrapper-section > .header-icons-block .login-open-btn, body.active-nav .wrapper-section > .header-icons-block .icon-cart {
  color: #fff;
}
body.active-nav-not-active.active-nav.active-sidebar .wrapper-container > .sidebar-container.active {
  right: 0;
  z-index: 91;
}
body.active-nav-not-active.active-nav.active-sidebar .wrapper-section > .header-icons-block .icon-loupe, body.active-nav-not-active.active-nav.active-sidebar .wrapper-section > .header-icons-block .icon-cart {
  color: #000;
}
body.active-nav-not-active.active-nav .wrapper-section > .navigation-container {
  z-index: 80;
  right: 50%;
}
body.active-nav-not-active .burger-menu.active .icon-nav span {
  border-color: #000;
}
body.active-sidebar .wrapper-container > .sidebar-container.active {
  right: 0;
}
body.active-sidebar .wrapper-container > .contents, body.active-sidebar .wrapper-container > footer {
  left: -50%;
}
body.scroll-header .wrapper-container {
  padding-top: 79px;
}
body .wrapper-section > .navigation-container {
  right: -75%;
  -webkit-transition: right 0.5s ease-in-out;
  transition: right 0.5s ease-in-out;
}
body .wrapper-container {
  padding-top: 119px;
  left: 0;
  -webkit-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}
body .wrapper-container > .contents, body .wrapper-container > footer {
  left: 0;
  -webkit-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}
body .wrapper-container > .sidebar-container {
  right: -75%;
  -webkit-transition: right 0.5s ease-in-out;
  transition: right 0.5s ease-in-out;
}
@media (min-width: 768px) {
  body.scroll-header header {
    height: 80px;
  }
  body.scroll-header header .logo-block {
    height: 33px;
  }
}
@media (max-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
  body .wrapper-section > .navigation-container {
    right: -80%;
  }
  body .wrapper-container > .sidebar-container {
    right: -80%;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
  body .wrapper-container {
    padding-top: 59px;
  }
}
h1, h2, h3 {
  font-weight: normal;
  line-height: 1.2;
}
h3 {
  font-size: 3.6rem;
  line-height: 1.11;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 2.1rem;
    line-height: 1.14;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 2rem;
    line-height: 1.11;
    margin-bottom: 15px;
  }
}
picture {
  display: block;
}
.clickable {
  cursor: pointer;
}
.special-title {
  font-size: 3.6rem;
  line-height: 1.11;
  font-weight: 600;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .special-title {
    font-size: 2.1rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .special-title {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
a {
  color: inherit;
}
a:hover, a:focus {
  color: inherit;
}
b, strong {
  font-weight: 600;
}
u {
  display: inline-block;
  /* fix for firefox */
  position: relative;
  text-decoration: none;
}
u:hover {
  text-decoration: none;
}
u:before {
  position: absolute;
  display: block;
  content: '';
  left: -0.08em;
  right: -0.08em;
  height: 0.45em;
  background-color: rgba(253, 95, 0, 0.6);
  bottom: 0.08em;
  -webkit-transition: -webkit-transform 0.65s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: -moz-transform 0.65s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: -ms-transform 0.65s cubic-bezier(0, 0, 0.58, 1);
  transition: transform 0.65s cubic-bezier(0, 0, 0.58, 1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}
@media (max-width: 1024px) {
  u:before {
    /* height: 0.27em;
     bottom: 0.12em; */
  }
}
@media (max-width: 767px) {
  u:before {
    left: -1px;
    right: -1px;
    height: 0.45em;
  }
}
u.marker {
  /*
   &.space {
   &:before {
   left: 0.08em;
   right: 0.08em;
   }
   }
   */
}
u.marker:before {
  transition-delay: 0.4s;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
u.marker + .marker:before {
  transition-delay: 0.95s;
}
u.marker + .marker + .marker:before {
  transition-delay: 1.6s;
}
@media (max-width: 767px) {
  u:before {
    height: 12px;
    bottom: 0.16em;
  }
}
.text-big {
  font-size: 4rem;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .text-big {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .text-big {
    font-size: 1.6rem;
    line-height: 1.22;
  }
}
input[type="button"], input[type="submit"], button, .btn, .icon-nav span {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.wrapper-container {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  min-height: 100vh;
  padding-top: 80px;
}
.wrapper-container > .contents, .wrapper-container > footer {
  position: relative;
}
.wrapper-container > .contents > .module:first-child {
  padding-top: 120px;
}
@media (max-width: 1024px) {
  .wrapper-container {
    padding-top: 120px;
  }
  .wrapper-container > .contents > .module:first-child {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .wrapper-container {
    padding-top: 60px;
  }
  .wrapper-container > .contents > .module:first-child {
    padding-top: 50px;
  }
}
.position-center {
  margin-left: auto;
  margin-right: auto;
}
.btn {
  display: table;
  color: inherit;
  cursor: pointer;
  border: 0;
  padding: 0;
  background: transparent;
  outline: none;
  border-radius: 0;
}
.btn .btn-container {
  position: relative;
}
.btn.btn-text {
  line-height: 1;
}
.btn.btn-text span {
  line-height: 1;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn-text-style {
  display: inline-block;
  font-weight: 600;
}
.btn-text-style:not(.back-btn) {
  position: relative;
  overflow: hidden;
  letter-spacing: 1px;
}
.btn-text-style:not(.back-btn):hover:before, .btn-text-style:not(.back-btn):hover:after, .btn-text-style:not(.back-btn):hover span {
  -webkit-transform: translateX(calc(94px + 0.5em));
  -moz-transform: translateX(calc(94px + 0.5em));
  -ms-transform: translateX(calc(94px + 0.5em));
  transform: translateX(calc(94px + 0.5em));
}
.btn-text-style:not(.back-btn):hover span {
  color: #fd5f00;
}
.btn-text-style:not(.back-btn):before, .btn-text-style:not(.back-btn):after, .btn-text-style:not(.back-btn) span {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-text-style:not(.back-btn):before, .btn-text-style:not(.back-btn):after {
  display: inline-block;
  content: '\e900';
  font-family: 'ums-font';
  color: inherit;
  font-size: 1.16em;
  font-weight: normal;
  line-height: 0.8;
  top: 0.18em;
}
.btn-text-style:not(.back-btn):before {
  position: absolute;
  right: calc(100% + 0.68em);
  color: #fd5f00;
}
.btn-text-style:not(.back-btn):after {
  position: relative;
  margin-left: 0.68em;
}
.btn-text-style:not(.back-btn) span {
  position: relative;
  display: inline-block;
  transform: translateX(0);
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .btn-text-style:not(.back-btn):hover:before, .btn-text-style:not(.back-btn):hover:after, .btn-text-style:not(.back-btn):hover span {
    -webkit-transform: translateX(calc(55px + 0.5em));
    -moz-transform: translateX(calc(55px + 0.5em));
    -ms-transform: translateX(calc(55px + 0.5em));
    transform: translateX(calc(55px + 0.5em));
  }
}
.btn-text-style.back-btn {
  position: relative;
  overflow: hidden;
}
.btn-text-style.back-btn:hover:before, .btn-text-style.back-btn:hover:after {
  -webkit-transform: rotate(180deg) translateX(calc(94px + 0.3em));
  -moz-transform: rotate(180deg) translateX(calc(94px + 0.3em));
  -ms-transform: rotate(180deg) translateX(calc(94px + 0.3em));
  transform: rotate(180deg) translateX(calc(94px + 0.3em));
}
.btn-text-style.back-btn:hover span {
  -webkit-transform: translateX(calc((94px + 0.3em) * -1));
  -moz-transform: translateX(calc((94px + 0.3em) * -1));
  -ms-transform: translateX(calc((94px + 0.3em) * -1));
  transform: translateX(calc((94px + 0.3em) * -1));
}
.btn-text-style.back-btn:hover span {
  color: #fd5f00;
}
.btn-text-style.back-btn:before, .btn-text-style.back-btn:after, .btn-text-style.back-btn span {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-text-style.back-btn:before, .btn-text-style.back-btn:after {
  display: inline-block;
  content: '\e900';
  font-family: 'ums-font';
  color: inherit;
  font-size: 1.16em;
  font-weight: normal;
  line-height: 0.8;
  top: 0.18em;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn-text-style.back-btn:before {
  position: relative;
  margin-right: 0.5em;
}
.btn-text-style.back-btn:after {
  position: absolute;
  top: 0.28em;
  left: calc(100% + 0.5em);
  color: #fd5f00;
}
.btn-text-style.back-btn span {
  position: relative;
  display: inline-block;
  transform: translateX(0);
  text-transform: uppercase;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .btn-text-style.back-btn:hover:before, .btn-text-style.back-btn:hover:after {
    -webkit-transform: rotate(180deg) translateX(calc(55px + 0.5em));
    -moz-transform: rotate(180deg) translateX(calc(55px + 0.5em));
    -ms-transform: rotate(180deg) translateX(calc(55px + 0.5em));
    transform: rotate(180deg) translateX(calc(55px + 0.5em));
  }
  .btn-text-style.back-btn:hover span {
    -webkit-transform: translateX(calc((55px + 0.5em) * -1));
    -moz-transform: translateX(calc((55px + 0.5em) * -1));
    -ms-transform: translateX(calc((55px + 0.5em) * -1));
    transform: translateX(calc((55px + 0.5em) * -1));
  }
}
.btn-text.btn-text-small .btn-container span {
  line-height: 1.45;
  font-weight: 600;
}
.btn-text.btn-text-small .btn-container span:nth-child(1) {
  top: 40%;
  margin-left: 0;
}
.btn-text.btn-text-small .btn-container span:nth-child(3) {
  top: 0px;
}
.btn-text .btn-container {
  display: block;
}
.btn-text span {
  float: left;
}
@media (max-width: 1024px) {
  .btn-text.btn-text-small .btn-container span {
    line-height: 1.45;
  }
  .btn-text.btn-text-small .btn-container span.icon-arrow-1 {
    width: 50px;
    height: 19px;
  }
  .btn-text.btn-text-small .btn-container span.icon-arrow-1:before, .btn-text.btn-text-small .btn-container span.icon-arrow-1:after {
    border-width: 1px;
  }
  .btn-text.btn-text-small .btn-container span.icon-arrow-1:before {
    width: 98%;
    top: 9px;
  }
  .btn-text.btn-text-small .btn-container span.icon-arrow-1:after {
    width: 13px;
    height: 13px;
    right: 3px;
    top: 3px;
  }
  .btn-text.btn-text-small .btn-container span:nth-child(1) {
    top: 35%;
  }
  .btn-text.btn-text-small .btn-container span:nth-child(3) {
    top: -1px;
  }
}
.btn-figure-1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 80px;
  min-width: 300px;
  border: 2px solid #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.21;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
.btn-figure-1:hover, .btn-figure-1:focus {
  color: #fd5f00;
  border-color: #fd5f00;
}
@media (max-width: 1024px) {
  .btn-figure-1 {
    min-height: 40px;
    min-width: 160px;
    font-size: 1.4rem;
    border-width: 1px;
    color: #fd5f00;
    border-color: #fd5f00;
  }
}
@media (max-width: 767px) {
  .btn-figure-1 {
    padding: 10px 10px;
  }
}
.icon-arrow-2 {
  display: inline-block;
  width: 50px;
  height: 50px;
}
.icon-arrow-2:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 100%;
  height: 100%;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  top: -30%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 1024px) {
  .icon-arrow-2 {
    width: 30px;
    height: 30px;
  }
  .icon-arrow-2:before {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}
.btn-figure-3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 40px;
  min-width: 160px;
  border: 2px solid #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 6px 12px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.21;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
.btn-figure-3:hover, .btn-figure-3:focus {
  color: #fd5f00;
  border-color: #fd5f00;
}
@media (max-width: 1024px) {
  .btn-figure-3 {
    min-height: 30px;
    min-width: 120px;
    font-size: 1.4rem;
    border-width: 1px;
    color: #fd5f00;
    border-color: #fd5f00;
  }
}
@media (max-width: 767px) {
  .btn-figure-3 {
    padding: 10px 10px;
  }
}
.btn-figure-4 {
  display: inline-block;
  font-size: 1.4rem;
  color: #000;
  line-height: 1.25;
  text-decoration: underline;
  margin: 0;
}
.btn-figure-4:hover, .btn-figure-4:focus {
  color: #fd5f00;
  text-decoration: underline;
}
.btn-load-more [class*="icon-"] {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.btn-load-more:hover [class*="icon-"] {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}
.burger-menu {
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
}
.burger-menu.active .icon-nav span {
  border-color: #fff;
}
.burger-menu.active .icon-nav span:nth-child(1) {
  width: 0px;
}
.burger-menu.active .icon-nav span:nth-child(2) {
  width: 100%;
}
.icon-arrow-1 {
  position: relative;
  display: block;
  width: 100px;
  height: 25px;
  margin-left: 20px;
  top: 0.25em;
}
.icon-arrow-1:before, .icon-arrow-1:after {
  position: absolute;
  display: block;
  content: '';
}
.icon-arrow-1:before {
  width: 100%;
  border-top: 2px solid #000;
  top: 12px;
  left: 0;
}
.icon-arrow-1:after {
  width: 18px;
  height: 18px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  top: 4px;
  right: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 1024px) {
  .icon-arrow-1 {
    width: 60px;
    height: 19px;
    margin-left: 12px;
    top: 0.34em;
  }
  .icon-arrow-1:before {
    width: 98%;
    top: 9px;
  }
  .icon-arrow-1:after {
    width: 14px;
    height: 14px;
    top: 3px;
    right: 2px;
  }
}
@media (max-width: 767px) {
  .icon-arrow-1 {
    width: 50px;
    height: 19px;
    margin-left: 12px;
    top: 0;
  }
  .icon-arrow-1:before, .icon-arrow-1:after {
    border-width: 1px;
  }
  .icon-arrow-1:before {
    width: 97%;
    top: 9px;
  }
  .icon-arrow-1:after {
    width: 13px;
    height: 13px;
    right: 3px;
    top: 3px;
  }
}
.icon-arrow-3 {
  position: relative;
  display: block;
  width: 100px;
  height: 25px;
  margin-right: 20px;
  top: 0.25em;
}
.icon-arrow-3:before, .icon-arrow-3:after {
  position: absolute;
  display: block;
  content: '';
}
.icon-arrow-3:after {
  width: calc(100% - 2px);
  border-top: 2px solid #000;
  top: 12px;
  left: 2px;
}
.icon-arrow-3:before {
  width: 18px;
  height: 18px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  top: 4px;
  left: 3px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media (max-width: 1024px) {
  .icon-arrow-3 {
    width: 60px;
    height: 19px;
    margin-right: 12px;
    top: 0.34em;
  }
  .icon-arrow-3:after {
    width: 98%;
    top: 9px;
  }
  .icon-arrow-3:before {
    width: 14px;
    height: 14px;
    top: 3px;
  }
}
@media (max-width: 767px) {
  .icon-arrow-3 {
    width: 50px;
    height: 19px;
    margin-right: 12px;
    top: 0;
  }
  .icon-arrow-3:before, .icon-arrow-3:after {
    border-width: 1px;
  }
  .icon-arrow-3:after {
    width: 97%;
    top: 9px;
  }
  .icon-arrow-3:before {
    width: 13px;
    height: 13px;
    top: 3px;
  }
}
.style-arrow-normal {
  position: relative;
  color: inherit;
  text-decoration: none;
}
.style-arrow-normal:hover, .style-arrow-normal:focus {
  text-decoration: none;
  color: inherit;
}
.style-arrow-normal:hover .marker::before, .style-arrow-normal:focus .marker::before {
  content: none;
}
.style-arrow-normal:hover span, .style-arrow-normal:focus span {
  white-space: nowrap;
  display: inline-block;
}
.style-arrow-normal:hover span:last-child:after, .style-arrow-normal:focus span:last-child:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.style-arrow-normal span:last-child {
  position: relative;
}
.style-arrow-normal span:last-child:after {
  position: absolute;
  display: inline-block;
  content: '\e900';
  font-family: 'ums-font';
  font-size: 0.8em;
  line-height: 1.8;
  margin-left: 0.5em;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateX(-80%);
  -moz-transform: translateX(-80%);
  -ms-transform: translateX(-80%);
  transform: translateX(-80%);
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1024px) {
  .style-arrow-normal span:last-child:after {
    line-height: 1.7;
  }
}
body.is-touch-device.is-mobile-device .title-section .mobile-focus.in-focus .btn-container span, body.is-touch-device.is-tablet-device .title-section .mobile-focus.in-focus .btn-container span {
  color: #fd5f00;
}
body.is-touch-device.is-mobile-device .title-section .mobile-focus.in-focus .btn-container span:nth-child(1), body.is-touch-device.is-tablet-device .title-section .mobile-focus.in-focus .btn-container span:nth-child(1) {
  transform: translate(0, -40%) !important;
}
body.is-touch-device.is-mobile-device .title-section .mobile-focus.in-focus .btn-container span:nth-child(2), body.is-touch-device.is-tablet-device .title-section .mobile-focus.in-focus .btn-container span:nth-child(2), body.is-touch-device.is-mobile-device .title-section .mobile-focus.in-focus .btn-container span:nth-child(3), body.is-touch-device.is-tablet-device .title-section .mobile-focus.in-focus .btn-container span:nth-child(3) {
  transform: translateX(calc(60px + 12px));
}
body.is-touch-device.is-mobile-device .mobile-focus.in-focus .btn-container span, body.is-touch-device.is-tablet-device .mobile-focus.in-focus .btn-container span {
  color: #fd5f00;
}
body.is-touch-device.is-mobile-device .mobile-focus.in-focus .btn-container span:nth-child(1), body.is-touch-device.is-tablet-device .mobile-focus.in-focus .btn-container span:nth-child(1) {
  transform: translate(0, -40%) !important;
}
body.is-touch-device.is-mobile-device .mobile-focus.in-focus .btn-container span:nth-child(2), body.is-touch-device.is-tablet-device .mobile-focus.in-focus .btn-container span:nth-child(2), body.is-touch-device.is-mobile-device .mobile-focus.in-focus .btn-container span:nth-child(3), body.is-touch-device.is-tablet-device .mobile-focus.in-focus .btn-container span:nth-child(3) {
  transform: translateX(calc(50px + 12px));
}
.hover-effect-1 .btn-container {
  overflow: hidden;
}
.hover-effect-1 .btn-container span {
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}
.hover-effect-1 .btn-container span:nth-child(1) {
  position: absolute;
  margin-left: 0;
  margin-right: 20px;
  top: 50%;
  transform: translate(calc((100px + 20px) * -1), -40%);
}
.hover-effect-1 .btn-container span:nth-child(1):before, .hover-effect-1 .btn-container span:nth-child(1):after {
  border-color: #fd5f00;
}
.hover-effect-1 .btn-container span:nth-child(2), .hover-effect-1 .btn-container span:nth-child(3) {
  transform: translateX(0);
}
.hover-effect-1:hover .btn-container span {
  color: #fd5f00;
}
.hover-effect-1:hover .btn-container span:nth-child(1) {
  transform: translate(0, -40%) !important;
}
.hover-effect-1:hover .btn-container span:nth-child(2), .hover-effect-1:hover .btn-container span:nth-child(3) {
  transform: translateX(calc(100px + 20px));
}
@media (max-width: 1024px) {
  .hover-effect-1 .btn-container span:nth-child(1) {
    margin-right: 12px;
    top: 53.6%;
    transform: translate(calc((60px + 12px) * -1), -40%);
  }
  .hover-effect-1:hover .btn-container span:nth-child(2), .hover-effect-1:hover .btn-container span:nth-child(3) {
    transform: translateX(calc(60px + 12px));
  }
}
@media (max-width: 767px) {
  .hover-effect-1 .btn-container span:nth-child(1) {
    top: 40%;
    transform: translate(calc((50px + 12px) * -1), -40%);
  }
  .hover-effect-1:hover .btn-container span:nth-child(2), .hover-effect-1:hover .btn-container span:nth-child(3) {
    transform: translateX(calc(50px + 12px));
  }
}
.hover-effect-2:hover .btn-container span {
  color: #fd5f00;
}
.hover-effect-2:hover .btn-container span:nth-child(3) {
  transform: translateX(135px);
}
.hover-effect-2:hover .btn-container span:nth-child(1), .hover-effect-2:hover .btn-container span:nth-child(2) {
  transform: translateX(-120px);
}
.hover-effect-2 .btn-container {
  overflow: hidden;
}
.hover-effect-2 .btn-container span {
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}
.hover-effect-2 .btn-container span:nth-child(3) {
  position: absolute;
  margin-right: 0;
  transform: translateX(calc(100% + 155px));
}
.hover-effect-2 .btn-container span:nth-child(3):before, .hover-effect-2 .btn-container span:nth-child(3):after {
  border-color: #fd5f00;
}
.hover-effect-2 .btn-container span:nth-child(1), .hover-effect-2 .btn-container span:nth-child(2) {
  transform: translateX(0);
}
@media (max-width: 1024px) {
  .hover-effect-2:hover .btn-container span:nth-child(1), .hover-effect-2:hover .btn-container span:nth-child(2) {
    transform: translateX(-72px);
  }
  .hover-effect-2:hover .btn-container span:nth-child(3) {
    transform: translateX(82px);
  }
  .hover-effect-2 .btn-container span:nth-child(1), .hover-effect-2 .btn-container span:nth-child(3) {
    top: 0.16em;
  }
  .hover-effect-2 .btn-container span:nth-child(1), .hover-effect-2 .btn-container span:nth-child(2) {
    transform: translateX(0);
  }
  .hover-effect-2 .btn-container span:nth-child(3) {
    transform: translateX(calc(100% + 92px));
  }
}
@media (max-width: 767px) {
  .hover-effect-2:hover .btn-container span:nth-child(1), .hover-effect-2:hover .btn-container span:nth-child(2) {
    transform: translateX(-62px);
  }
  .hover-effect-2:hover .btn-container span:nth-child(3) {
    transform: translateX(64px);
  }
  .hover-effect-2 .btn-container span:nth-child(1), .hover-effect-2 .btn-container span:nth-child(3) {
    top: 0.02em;
  }
  .hover-effect-2 .btn-container span:nth-child(1), .hover-effect-2 .btn-container span:nth-child(2) {
    transform: translateX(0);
  }
  .hover-effect-2 .btn-container span:nth-child(3) {
    transform: translateX(calc(100% + 72px));
  }
}
.clear-all, .close-btn {
  display: table;
  line-height: 0;
  cursor: pointer;
}
.clear-all:hover, .close-btn:hover, .clear-all:focus, .close-btn:focus {
  color: #fd5f00;
}
.clear-all span, .close-btn span {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1;
}
.clear-all span i, .close-btn span i {
  display: inline-block;
  margin-right: 15px;
  font-size: 1.7rem;
}
@media (max-width: 1024px) {
  .clear-all span, .close-btn span {
    font-size: 1.4rem;
  }
  .clear-all span i, .close-btn span i {
    font-size: 1rem;
  }
}
.icon-cart, .search-icon {
  position: relative;
  display: block;
  cursor: pointer;
  margin-right: 52px;
  font-size: 2.4rem;
  color: #000;
}
.icon-cart:hover, .search-icon:hover, .icon-cart.active, .search-icon.active {
  color: #fd5f00;
}
@media (max-width: 767px) {
  .icon-cart, .search-icon {
    margin-right: 32px;
  }
}
.login-open-btn {
  margin-right: 52px;
  font-size: 2.4rem;
}
.login-open-btn:hover {
  color: #fd5f00;
}
.login-open-btn .icon {
  position: relative;
  top: 2px;
  font-size: 2.4rem;
  display: none;
}
@media (max-width: 767px) {
  .login-open-btn {
    margin-right: 32px;
    font-size: 2rem;
  }
  .login-open-btn .username {
    display: none;
  }
  .login-open-btn .icon {
    display: inline;
  }
}
.icon-nav {
  position: relative;
  cursor: pointer;
  height: 12px;
  width: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.icon-nav span {
  display: block;
  border-top: 2px solid #000;
}
.icon-nav span:nth-child(1) {
  width: 100%;
}
.icon-nav span:nth-child(2) {
  width: 20px;
}
.zoom-effect {
  overflow: hidden;
  /* &.scale-in {
   img, svg, iframe, video {
   @include transform(scale(1));
   opacity: 1;
   }
   }
   img, svg, iframe, video {
   @include transform(scale(1.2));
   @include transition(all 0.6s ease-in-out);
   }
   img, svg {
   opacity: 1;
   } */
}
.img-block {
  background-color: #d8d8d8;
}
.progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background-color: #fd5f00;
  height: 2px;
  /* @include transition(width 0.2s ease-in-out); */
}
header {
  position: fixed;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.24);
  height: 80px;
  padding-left: 40px;
  padding-right: 40px;
  top: 0;
  left: 0;
  z-index: 90;
}
header .logo-block {
  position: relative;
  display: block;
  top: -4px;
  height: 33px;
}
header .logo-block svg, header .logo-block img {
  display: block;
  height: 100%;
  width: auto;
}
@media (min-width: 768px) {
  header {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    height: 120px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  header .logo-block {
    margin-top: 22px;
    top: 0;
    height: 61px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}
@media (max-width: 767px) {
  header {
    height: 60px;
    padding-left: 24px;
    padding-right: 24px;
  }
  header .logo-block {
    top: -3px;
    height: 26px;
  }
}
.header-icons-block {
  position: fixed;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  height: 80px;
  top: 0;
  right: 40px;
  z-index: 92;
}
@media (max-width: 767px) {
  .header-icons-block {
    height: 60px;
    right: 24px;
  }
}
footer {
  background-color: #000;
  color: #fff;
  padding-top: 72px;
  padding-bottom: 94px;
  margin-top: 100px;
}
@media (min-width: 768px) {
  footer {
    margin-top: 0;
  }
}
footer a {
  color: inherit;
}
footer h3 {
  font-size: 6.7rem;
  font-weight: normal;
  line-height: 1.16;
  margin-bottom: 80px;
}
footer .copyright {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
}
footer .footer-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 30px;
}
footer nav {
  font-size: 2.4rem;
}
footer nav.footer-nav > ul > li {
  margin-bottom: 30px;
}
footer nav.footer-nav > ul > li:not(:last-of-type) {
  margin-right: 60px;
}
footer nav.footer-nav > ul > li > a, footer nav.footer-nav > ul > li > span {
  text-transform: uppercase;
}
footer nav ul {
  margin-bottom: 0;
}
footer nav ul.lang li:first-child a, footer nav ul.lang li:first-child span {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.5;
}
footer nav ul.lang a, footer nav ul.lang span {
  text-transform: uppercase;
}
footer nav ul.lang + ul {
  margin-top: 40px;
}
footer nav ul li {
  display: inline-block;
  vertical-align: top;
}
footer nav ul li a, footer nav ul li span {
  font-weight: 600;
  display: block;
  line-height: 1.5;
}
footer nav ul li a:hover, footer nav ul li span:hover {
  text-decoration: none;
}
footer nav ul li li {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
footer nav ul li li a {
  font-weight: 400;
}
footer .other-content {
  margin-left: 60px;
}
footer .social-block {
  margin-top: 40px;
}
footer .social-block br {
  display: none;
}
footer .social-block a {
  display: block;
  max-height: 27px;
  margin-bottom: 15px;
}
footer .social-block a:hover, footer .social-block a:focus {
  text-decoration: none;
}
footer .social-block a img {
  width: auto;
  height: 100%;
}
@media (max-width: 1024px) {
  footer {
    padding-top: 50px;
    padding-bottom: 64px;
    margin-top: 0;
  }
  footer h3 {
    font-size: 4rem;
    margin-bottom: 40px;
  }
  footer .copyright {
    font-size: 1.2rem;
  }
  footer .footer-nav-container {
    margin-bottom: 30px;
  }
  footer nav {
    font-size: 1.6rem;
  }
  footer nav.footer-nav .spec-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  footer h3 {
    font-size: 2rem;
    line-height: 1.25;
    margin-bottom: 40px;
  }
  footer .copyright {
    display: none;
  }
  footer .footer-nav-container {
    margin-bottom: 0;
  }
  footer nav {
    font-size: 1.6rem;
  }
  footer nav ul li a, footer nav ul li span {
    line-height: 1.25;
  }
  footer nav ul ul {
    margin-top: 5px;
  }
  footer nav > ul {
    margin: 0 -12px;
  }
  footer nav > ul > li {
    margin-right: 0;
    width: 50%;
    margin-bottom: 35px;
    padding-left: 12px;
    padding-right: 12px;
  }
  footer nav.footer-nav > ul > li:not(:last-of-type) {
    margin-right: 0;
  }
}
/* minimum space left and right */
.module, footer {
  padding-left: 28px;
  padding-right: 28px;
}
@media (max-width: 767px) {
  .module, footer {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.module {
  position: relative;
}
/* exception for full-width elements */
.module.full-width-media-container {
  padding-left: 0;
  padding-right: 0;
}
.navigation-container, .sidebar-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 75%;
  height: 100vh;
  right: 0%;
  padding-top: calc(80px + 65px);
  padding-left: 15%;
}
@media (max-width: 1024px) {
  .navigation-container, .sidebar-container {
    padding-top: calc(80px + 80px);
    padding-left: 120px;
    width: 80%;
  }
}
@media (max-width: 767px) {
  .navigation-container, .sidebar-container {
    padding-top: calc(60px + 40px);
    padding-left: 30px;
  }
}
.navigation-container {
  background: #000;
  z-index: 91;
}
.navigation-container .content-wrapper {
  overflow: auto;
  width: 100%;
  height: 100%;
}
.navigation-container .content-wrapper .content-block {
  overflow-y: auto;
  height: 100%;
}
.navigation-container .main-nav, .navigation-container .lang-nav {
  display: table;
}
.main-nav ul {
  margin-bottom: 0;
}
.main-nav a {
  position: relative;
  color: #fff;
  font-size: 6.5rem;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}
.main-nav a.rex-current, .main-nav a:hover, .main-nav a:focus {
  text-decoration: none;
  color: #fd5f00;
}
@media (max-width: 1024px) {
  .main-nav a {
    font-size: 6rem;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .main-nav a {
    font-size: 2.8rem;
    line-height: 1.21;
  }
}
.lang-nav {
  margin-top: 100px;
  margin-bottom: 100px;
  color: #fff;
}
.lang-nav li {
  /*
   +li:before {
   content: '/';
   display: block;
   }
   */
}
.lang-nav li:not(:last-of-type) {
  position: relative;
  display: block;
}
.lang-nav a, .lang-nav span {
  font-size: 2.4rem;
  line-height: 1.33;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.lang-nav a {
  font-weight: normal;
}
.lang-nav span {
  font-weight: 600;
}
@media (max-width: 1024px) {
  .lang-nav {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .lang-nav a, .lang-nav span {
    font-size: 2.1rem;
    line-height: 1.14;
  }
}
@media (max-width: 767px) {
  .lang-nav a, .lang-nav span {
    font-size: 1.8rem;
    line-height: 1.11;
  }
}
.hover-visible, .hover-no-visible {
  display: inline-block;
}
.bg-style-1 {
  position: relative;
}
.bg-style-1:before {
  position: absolute;
  display: block;
  content: '';
  background-color: #ededed;
  width: calc(100% + 28px * 2);
  height: 100%;
  left: -28px;
  top: 0;
}
.module-style-1 + .module-style-1 {
  margin-top: -100px;
}
.module-style-1 + .module-style-1 .bg-style-1 > .container-fluid {
  padding-top: 0;
}
@media (max-width: 1024px) {
  .module-style-1 + .module-style-1 {
    margin-top: -50px;
  }
}
.bg-style-1 > .container-fluid {
  padding-top: 80px;
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .bg-style-1 > .container-fluid {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .bg-style-1 > .container-fluid {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.module-style-2 + .module-style-2 {
  margin-top: -100px;
}
.module-style-2 + .module-style-2 .bg-style-2 > .container-fluid {
  padding-top: 0;
}
@media (max-width: 1024px) {
  .module-style-2 + .module-style-2 {
    margin-top: -50px;
  }
}
.bg-style-2 > .container-fluid {
  padding-top: 80px;
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .bg-style-2 > .container-fluid {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .bg-style-2 > .container-fluid {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.module-style-3 + .module-style-3 {
  margin-top: -100px;
}
.module-style-3 + .module-style-3 .bg-style-3 > .container-fluid {
  padding-top: 0;
}
@media (max-width: 1024px) {
  .module-style-3 + .module-style-3 {
    margin-top: -50px;
  }
}
.bg-style-3 > .container-fluid {
  padding-top: 80px;
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .bg-style-3 > .container-fluid {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .bg-style-3 > .container-fluid {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.bg-style-2, .bg-style-3 {
  position: relative;
}
.bg-style-2:before, .bg-style-3:before {
  position: absolute;
  display: block;
  content: '';
  background-color: #ededed;
  width: 50%;
  height: 100%;
  left: -28px;
  top: 0;
}
.bg-style-2 .container, .bg-style-3 .container, .bg-style-2 .container-fluid, .bg-style-3 .container-fluid {
  position: relative;
}
.bg-style-2 .container:before, .bg-style-3 .container:before, .bg-style-2 .container-fluid:before, .bg-style-3 .container-fluid:before {
  position: absolute;
  display: block;
  content: '';
  background-color: #ededed;
  width: calc(100% - 24px);
  height: 100%;
  top: 0;
  left: 12px;
}
@media (max-width: 1024px) {
  .bg-style-2 .container:before, .bg-style-3 .container:before, .bg-style-2 .container-fluid:before, .bg-style-3 .container-fluid:before {
    width: calc(100% - 12px);
    left: 6px;
  }
}
@media (max-width: 767px) {
  .bg-style-2 .container:before, .bg-style-3 .container:before, .bg-style-2 .container-fluid:before, .bg-style-3 .container-fluid:before {
    width: calc(100% - 6px);
    left: 3px;
  }
}
.bg-style-2:before {
  left: -28px;
}
@media (max-width: 767px) {
  .bg-style-2:before {
    left: -18px;
  }
}
.bg-style-3:before {
  right: -28px;
  left: initial;
}
@media (max-width: 767px) {
  .bg-style-3:before {
    right: -18px;
    left: -50px;
    width: auto;
  }
}
.home-button {
  position: absolute;
  top: 120px;
  left: 0;
  padding-left: 40px;
  padding-top: 32px;
  z-index: 20;
}
.home-button.home-button-foot {
  position: relative;
  padding-top: 0;
  top: -26px;
  left: auto;
}
@media (max-width: 767px) {
  .home-button {
    padding-top: 16px;
    top: 60px;
    padding-left: 20px;
  }
  .home-button.home-button-foot {
    top: -12px;
  }
}
.w40p {
  width: 40%;
}
.w60p {
  width: 60%;
}
::-moz-selection {
  background-color: rgba(253, 95, 0, 0.6);
}
::selection {
  background-color: rgba(253, 95, 0, 0.6);
}
.cookie-layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 350;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
}
.cookie-layer.show {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  pointer-events: auto;
}
.cookie-layer .box {
  font-size: 13px;
  line-height: 1.4;
  background-color: #ececec;
  position: absolute;
  padding: 20px;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 375px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cookie-layer .box h3 {
  font-size: 2rem;
  margin-bottom: 0.5em;
}
.cookie-layer .box .checkboxes {
  margin: 0 -10px 15px -10px;
}
.cookie-layer .box .checkboxes label {
  position: relative;
  padding-left: 21px;
  line-height: 19px;
  display: inline-block;
  margin: 0 10px;
}
.cookie-layer .box .checkboxes input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 0;
  top: 0;
}
.cookie-layer .box .checkboxes .checkmark {
  border: 1px solid #4d4d4d;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 0;
}
.cookie-layer .box .checkboxes .checkmark:before, .cookie-layer .box .checkboxes .checkmark:after {
  content: '';
  width: 23px;
  height: 1px;
  background-color: #4d4d4d;
  position: absolute;
  left: 50%;
  top: 50%;
  display: none;
}
.cookie-layer .box .checkboxes .checkmark:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.cookie-layer .box .checkboxes .checkmark:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.cookie-layer .box .checkboxes input:checked ~ .checkmark:before, .cookie-layer .box .checkboxes input:checked ~ .checkmark:after {
  display: block;
}
.cookie-layer .box .checkboxes input:disabled ~ .checkmark {
  border-color: #a6a6a6;
}
.cookie-layer .box .checkboxes input:disabled ~ .checkmark:before, .cookie-layer .box .checkboxes input:disabled ~ .checkmark:after {
  background-color: #a6a6a6;
}
.cookie-layer .box .buttons {
  text-align: center;
  padding-bottom: 10px;
}
.cookie-layer .box .links {
  text-align: right;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
}
.cookie-layer .box .links a {
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}
.cookie-layer .box .links span {
  margin: 0 3px;
  position: relative;
}
.cookie-layer .box .links a:hover {
  color: #ae9c56;
}
.sidebar-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  background: #ededed;
  padding-right: 7.2%;
  padding-bottom: 80px;
  z-index: 81;
}
.sidebar-container.figure-grid-sidebar .text-block {
  font-size: 3.5rem;
}
.sidebar-container.figure-grid-sidebar .text-block h2, .sidebar-container.figure-grid-sidebar .text-block h3 {
  font-size: 6rem;
}
.sidebar-container .contents {
  overflow: hidden;
  padding-left: 50px;
}
.sidebar-container .back-btn {
  margin-bottom: 70px;
  padding-bottom: 10px;
  text-align: left;
}
.sidebar-container .content-wrapper {
  overflow: auto;
  height: 100%;
  margin-left: -50px;
  margin-right: 0;
  min-width: 100%;
}
.sidebar-container .content-block {
  overflow-y: auto;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
.sidebar-container .module {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -12px;
  margin-right: -12px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
  /*
   .container-fluid {
   width: calc(100% + #{$grid-padding-md});
   margin-left: -$grid-padding-md;
   }
   */
  /*[class*='offset'] {
   margin-left: 0;
   }
   [class*='col'] {
   @include col-12;
   } */
}
.sidebar-container [class*='bg-style-']:before, .sidebar-container [class*='bg-style-'] .container:before, .sidebar-container [class*='bg-style-'] .container-fluid:before {
  content: none;
}
.sidebar-container .animated {
  opacity: 1 !important;
}
.sidebar-container .full-width-media-container, .sidebar-container .images-section {
  margin-bottom: 100px;
}
.sidebar-container .text-section h2 + ul, .sidebar-container .text-section h3 + ul {
  font-size: 3.5rem;
}
.sidebar-container .text-block {
  width: 90%;
  font-size: 2.4rem;
  line-height: 1.2;
  max-width: calc(100% - 140px);
}
.sidebar-container .text-block .container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.sidebar-container .text-block .offset-md-1, .sidebar-container .text-block .offset-md-2 {
  margin-left: 0;
}
.sidebar-container .text-block .col-12, .sidebar-container .text-block .col-11, .sidebar-container .text-block .col-10 {
  flex: 0 0 100%;
  max-width: 100%;
}
.sidebar-container .text-block h3 {
  font-size: 6rem;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 70px;
}
.sidebar-container .text-block ul, .sidebar-container .text-block ol {
  position: relative;
}
.sidebar-container .text-block ul li, .sidebar-container .text-block ol li {
  display: table;
  padding-left: 0.8em;
  margin-bottom: 0.3em;
}
.sidebar-container .text-block ul li.link {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sidebar-container .text-block ul li.link:hover {
  -webkit-transform: translateX(-0.8em);
  -moz-transform: translateX(-0.8em);
  -ms-transform: translateX(-0.8em);
  transform: translateX(-0.8em);
}
.sidebar-container .text-block ul li.link:hover:before {
  visibility: hidden;
  opacity: 0;
}
.sidebar-container .text-block ul li.link:hover a {
  color: #fd5f00;
  text-decoration: none;
}
.sidebar-container .text-block ul li.link a {
  color: inherit;
}
.sidebar-container .text-block ul li:before {
  position: absolute;
  display: block;
  content: '-';
  left: 0;
  font-size: inherit;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sidebar-container .text-block ul li .icon-arrow-1 {
  display: inline-block;
}
.sidebar-container .text-block p:last-of-type, .sidebar-container .text-block ul:last-of-type, .sidebar-container .text-block ol:last-of-type {
  margin-bottom: 0;
}
.sidebar-container .buttons-block {
  position: relative;
  width: 100%;
  margin-top: 90px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.sidebar-container .form-section {
  overflow: hidden;
}
.sidebar-container .form-section .container-fluid {
  margin-left: 0;
}
.sidebar-container .form-section .container-fluid .offset-1 {
  margin-left: 0;
}
.sidebar-container .form-section .yform .form-title {
  padding-left: 12px;
  padding-right: 12px;
}
.sidebar-container .form-section [class*="bg-style-"] > .container-fluid {
  padding-top: 0;
  padding-bottom: 0;
}
.sidebar-container .form-section h3 {
  font-size: 6.5rem;
  margin-bottom: 20px;
}
.sidebar-container .form-section h4 {
  font-size: 4rem;
  font-weight: normal;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .sidebar-container .text-section h2 + ul, .sidebar-container .text-section h3 + ul {
    font-size: 2.4rem;
  }
  .sidebar-container.figure-grid-sidebar .text-block {
    font-size: 2.4rem;
  }
  .sidebar-container.figure-grid-sidebar .text-block h2, .sidebar-container.figure-grid-sidebar .text-block h3 {
    font-size: 4rem;
  }
  .sidebar-container .module {
    margin-left: -6px;
    margin-right: -6px;
  }
  .sidebar-container .back-btn {
    margin-bottom: 50px;
  }
  .sidebar-container .back-btn .btn-container span:not([class^="icon-"]) {
    font-size: 2.4rem;
    line-height: 1.22;
  }
  .sidebar-container .full-width-media-container, .sidebar-container .images-section {
    margin-bottom: 50px;
  }
  .sidebar-container .text-block {
    width: 90%;
    font-size: 1.6rem;
  }
  .sidebar-container .text-block h3 {
    font-size: 3.8rem;
    margin-bottom: 50px;
  }
  .sidebar-container .content-wrapper {
    width: calc(100% + 50px);
  }
  .sidebar-container .contact-form .text-block {
    max-width: 100%;
  }
  .sidebar-container .contact-form .form-block {
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar-container .contact-form .form-block h2 {
    font-size: 4rem !important;
  }
  .sidebar-container .contact-form .form-block h3 {
    font-size: 3rem !important;
  }
  .sidebar-container .buttons-block {
    margin-top: 50px;
  }
  .sidebar-container .form-section h3 {
    font-size: 4rem;
    margin-bottom: 20px;
  }
  .sidebar-container .form-section h4 {
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
  .sidebar-container .form-section .form-group, .sidebar-container .form-section .formcheckbox {
    margin-bottom: 20px;
  }
  .sidebar-container .form-section .form-group textarea, .sidebar-container .form-section .formcheckbox textarea {
    max-height: 55px;
  }
  .sidebar-container .form-section .yform .form-title {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 767px) {
  .sidebar-container .text-section h2 + ul, .sidebar-container .text-section h3 + ul {
    font-size: 2rem;
  }
  .sidebar-container.figure-grid-sidebar .text-block {
    font-size: 1.8rem;
  }
  .sidebar-container.figure-grid-sidebar .text-block h2, .sidebar-container.figure-grid-sidebar .text-block h3 {
    font-size: 2.2rem;
  }
  .sidebar-container .module {
    margin-left: -3px;
    margin-right: -3px;
  }
  .sidebar-container .back-btn.btn-text-style span {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .sidebar-container .back-btn .btn-container span:not([class^="icon-"]) {
    font-size: 1.8rem;
    line-height: 1.22;
  }
  .sidebar-container .full-width-media-container, .sidebar-container .images-section {
    margin-bottom: 20px;
  }
  .sidebar-container .text-block {
    width: 100%;
    max-width: calc(100% - 50px);
  }
  .sidebar-container .text-block h3 {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
  .sidebar-container .form-section .yform .form-title {
    padding-left: 3px;
    padding-right: 3px;
  }
  .sidebar-container .contact-form .form-block h2 {
    font-size: 3rem !important;
  }
  .sidebar-container .contact-form .form-block h3 {
    font-size: 2.6rem !important;
    margin-bottom: 50px;
  }
  .sidebar-container .contact-form .form-block form {
    font-size: 1.6rem;
  }
  .sidebar-container .contact-form .form-block form div[data-editorblocktype] {
    width: 100%;
  }
  .sidebar-container .contact-form .form-block form div[data-editorblocktype] input, .sidebar-container .contact-form .form-block form div[data-editorblocktype] textarea {
    font-size: 1.6rem;
  }
  .sidebar-container .contact-form .form-block form button {
    font-size: 1.4rem;
    padding: 0 10px;
    line-height: 38px;
    min-width: 0;
    width: 100%;
  }
}
body.active-sidebar .bg-sidebar-layer {
  z-index: 80;
  opacity: 1;
}
body.active-nav .bg-sidebar-layer {
  z-index: 89;
  opacity: 1;
}
body.active-login-form .bg-sidebar-layer {
  z-index: 89;
  opacity: 1;
}
.bg-sidebar-layer {
  position: fixed;
  display: block;
  background: rgba(237, 237, 237, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  cursor: url('../img/arrow-carousel-right.svg'), url('../img/arrow-carousel-right.png'), e-resize;
}
.filter-block, .sort-block {
  margin-bottom: 50px;
}
.filter-block h3, .sort-block h3 {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.19;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .filter-block, .sort-block {
    margin-bottom: 40px;
  }
  .filter-block h3, .sort-block h3 {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
.filter-block ul {
  position: relative;
  margin-bottom: 0;
  overflow: auto;
}
.filter-block ul li {
  position: relative;
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
}
.filter-block ul a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: #ededed;
  height: 30px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 1.4rem;
  color: #000;
}
.filter-block ul a:hover, .filter-block ul a:focus {
  text-decoration: none;
}
.filter-block ul a:not(.disabled):hover, .filter-block ul a.active {
  background: #000;
  color: #fff;
}
.filter-block ul a.disabled {
  color: #9b9b9b;
  cursor: default;
}
@media (min-width: 768px) {
  .filter-block .filter-list {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .filter-block ul a {
    height: 23px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .filter-block {
    margin-bottom: 10px;
  }
  .filter-block .mob-filter-link {
    cursor: pointer;
  }
  .filter-block h3 {
    position: relative;
    display: inline-block;
    font-size: 2rem;
    line-height: 1.18;
    text-transform: capitalize;
    margin-bottom: 0;
  }
  .filter-block h3.active {
    margin-bottom: 10px;
  }
  .filter-block h3.active:after {
    top: 4px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-color: #fd5f00;
  }
  .filter-block h3:after {
    position: relative;
    display: inline-block;
    content: '';
    width: 14px;
    height: 14px;
    margin-left: 15px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    top: -3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
  }
  .filter-block .filter-list {
    display: none;
  }
  .filter-block ul li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .filter-block ul a {
    font-size: 1.6rem;
    height: 30px;
  }
}
.sort-block ul {
  margin: 0;
}
.sort-block ul li {
  float: left;
}
.sort-block ul a {
  text-transform: uppercase;
  margin-right: 40px;
}
.sort-block ul a.active {
  font-weight: 600;
}
@media (max-width: 1024px) {
  .sort-block ul a {
    font-size: 1.4rem;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .sort-block ul a {
    font-size: 1.8rem;
    margin-right: 20px;
  }
  .sort-block h3 {
    font-size: 2rem;
    line-height: 1.18;
    text-transform: capitalize;
    margin-bottom: 10px;
  }
}
.clear-all {
  position: absolute;
  display: table;
  line-height: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .clear-all {
    margin-right: 8.3333333333%;
  }
  .clear-all span {
    font-size: 1.4rem;
  }
  .clear-all span i {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .clear-all {
    position: relative;
    right: initial;
    margin-bottom: 10px;
  }
}
.search-and-filter-section + .title-section {
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .search-and-filter-section + .title-section {
    padding-top: 25px;
  }
}
.search-content-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 50px;
}
.search-content-block .search-icon, .search-content-block.form-section .search-icon, .search-content-block .btn, .search-content-block.form-section .btn, .search-content-block .form-group, .search-content-block.form-section .form-group {
  margin: 0 12px;
}
.search-content-block .search-icon, .search-content-block.form-section .search-icon {
  font-size: 2.8rem;
  margin-left: 0 !important;
}
.search-content-block .form-group, .search-content-block.form-section .form-group {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.search-content-block + .search-description {
  margin-top: 60px;
  margin-bottom: 25px;
  font-size: 3.6rem;
  line-height: 1.11;
}
.search-content-block + .search-description p {
  margin-bottom: 0;
}
.search-content-block .search-description {
  margin-top: 60px;
  font-size: 3.6rem;
  line-height: 1.11;
}
@media (max-width: 1024px) {
  .search-content-block .search-icon, .search-content-block.form-section .search-icon, .search-content-block .btn, .search-content-block.form-section .btn, .search-content-block .form-group, .search-content-block.form-section .form-group {
    margin: 0 6px;
  }
  .search-content-block .search-icon, .search-content-block.form-section .search-icon {
    top: 3px;
    font-size: 2rem;
  }
  .search-content-block + .search-description {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .search-content-block {
    margin-bottom: 25px;
  }
  .search-content-block .search-icon, .search-content-block.form-section .search-icon, .search-content-block .btn, .search-content-block.form-section .btn, .search-content-block .form-group, .search-content-block.form-section .form-group {
    margin: 0 3px;
  }
  .search-content-block .form-group, .search-content-block.form-section .form-group {
    flex: 0 0 calc(100% - 26px);
    max-width: calc(100% - 26px);
  }
  .search-content-block + .search-description {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.pagination-block {
  margin-bottom: 50px;
}
.pagination-block ul {
  position: relative;
  margin-bottom: 0;
  overflow: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.pagination-block ul li {
  position: relative;
}
.pagination-block ul a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  border: 1px solid #ededed;
  height: 30px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 1.4rem;
  color: #000;
}
.pagination-block ul a:hover, .pagination-block ul a:focus {
  text-decoration: none;
}
.pagination-block ul a:hover, .pagination-block ul a.active {
  background: #ededed;
  color: #000;
  border-color: #000;
}
.pagination-block ul a.prev, .pagination-block ul a.next {
  padding-left: 8px;
  padding-right: 8px;
}
.pagination-block ul a.prev {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pagination-block ul a.next {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 1024px) {
  .pagination-block {
    margin-bottom: 40px;
  }
  .pagination-block ul a {
    height: 23px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .pagination-block {
    margin-bottom: 10px;
  }
  .pagination-block ul a {
    font-size: 1.6rem;
    height: 30px;
  }
}
/*
 position: fixed;
 background-color: $pc_w;
 width: 400px;
 border: 2px solid $pc_b;
 */
.login-section {
  top: 0;
  right: 0;
  z-index: 93;
}
.login-section .header-section, .login-section .content-container {
  padding: 24px 0;
}
.login-section .header-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 120px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.login-section .header-section .close-btn {
  margin-left: auto;
}
.login-section .text-section h1 {
  margin-bottom: 0;
}
.login-section .content-container {
  border-bottom: 2px solid #000;
}
.login-section .content-container:first-child {
  padding-top: 0;
}
.login-section .content-container:last-child {
  border-bottom: none;
}
.login-section .form-section .form-group {
  margin-bottom: 20px;
}
.login-section .form-section .btn {
  margin: 0;
}
.login-section .content-field + .form-section {
  margin-top: 20px;
}
.login-section .content-field.login-button .form-group:after {
  display: none;
}
.login-section .horizontal-content-field {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.login-section .horizontal-content-field > * {
  max-width: 60%;
}
.login-section p {
  margin-bottom: 0;
}
.login-section .form-section .content-field, .login-section .form-section .code-size {
  width: 50%;
  padding-right: 12px;
}
.login-section .form-section .content-field {
  display: inline-block;
  vertical-align: top;
}
.login-section .form-section .content-field.email, .login-section .form-section .content-field.password {
  width: 35%;
  margin-top: 9px;
}
.login-section .form-section .content-field.login-button {
  width: 30%;
}
.login-section .form-section .content-field.login-button button {
  float: right;
}
.login-section .form-section .content-field + .content-field {
  padding-right: 0;
  padding-left: 12px;
}
.login-section .user-document-list li {
  margin-bottom: 15px;
}
.login-section .user-document-list li.hidden {
  display: none;
}
.login-section .user-document-list li a {
  display: block;
}
.login-section .user-document-list h3 {
  font-size: 2.8rem;
  margin-bottom: 20px;
}
.login-section .user-document-list .icon, .login-section .user-document-list .description {
  display: inline-block;
  vertical-align: top;
}
.login-section .user-document-list .icon {
  font-size: 4.2rem;
  width: 43px;
}
.login-section .user-document-list .description {
  padding-left: 10px;
  width: calc(100% - 43px);
  margin-top: -4px;
}
.login-section .user-document-list .description h4 {
  margin-bottom: 0;
}
.login-section .user-document-list .description p {
  font-size: 1.8rem;
  color: #6d6d6d;
}
.login-section .user-document-list .btn.btn-text-style span {
  font-size: 1.8rem;
}
.login-section .user-document-list .show-all-wrapper {
  margin-top: 20px;
  margin-bottom: 40px;
}
.login-section .user-document-list.show-all-documents li.hidden {
  display: block;
}
.login-section .user-document-list.show-all-documents .show-all-wrapper {
  display: none;
}
.login-section.success {
  max-height: 100%;
  overflow-y: auto;
}
@media (max-width: 1024px) {
  .login-section {
    border-width: 1px;
    /*
     .header-section, .content-container {
     padding: #{$grid-padding-sm * 2};
     }
     */
  }
  .login-section .header-section .close-btn {
    font-size: 2rem;
  }
  .login-section .content-container {
    border-bottom-width: 1px;
  }
  .login-section .form-section .content-field.email, .login-section .form-section .content-field.password {
    width: 50%;
    margin-top: 0;
  }
  .login-section .form-section .content-field.login-button {
    width: 100%;
  }
  .login-section .form-section .content-field.login-button .form-group {
    margin: 0;
  }
  .login-section .sign-in-form .content-field.login-button {
    float: right;
    width: auto;
  }
  .login-section .sign-in-form .horizontal-content-field {
    padding-top: 6px;
  }
}
@media (max-width: 767px) {
  .login-section {
    border-width: 1px;
  }
  .login-section .header-section {
    height: 60px;
  }
  .login-section .content-container {
    border-bottom-width: 1px;
  }
  .login-section .form-section .content-field, .login-section .form-section .content-field + .content-field, .login-section .form-section .code-size {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .login-section .form-section .content-field.email, .login-section .form-section .content-field.password {
    width: 100%;
    margin-top: 0;
  }
  .login-section .form-section input[type="text"], .login-section .form-section input[type="password"] {
    font-size: 1.6rem;
  }
  .login-section .sign-in-form .horizontal-content-field {
    padding-top: 3px;
  }
}
@media (max-width: 480px) {
  .login-section {
    width: 100%;
  }
}
.scroll-header .login-section .header-section {
  height: 80px;
}
@media (max-width: 767px) {
  .scroll-header .login-section .header-section {
    height: 60px;
  }
}
.dropdown-filter .filter-list {
  position: relative;
}
.dropdown-filter .filter-list:after {
  position: relative;
  display: block;
  content: '';
  padding-top: 7px;
  border-bottom: 2px solid #000;
  width: 100%;
}
.dropdown-filter .filter-list select {
  height: 22px;
  position: relative;
  background: transparent;
  width: 100%;
  border: none;
  padding: 0;
  font-size: 1.8rem;
  line-height: 1.2;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.dropdown-filter .filter-list select::-ms-expand {
  display: none;
}
.dropdown-filter .filter-list select:after {
  position: absolute;
  display: block;
  content: '';
  bottom: 10px;
  right: 5px;
  width: 14px;
  height: 14px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.dropdown-filter .dropdown-arrow {
  position: absolute;
  right: 15px;
  top: 0;
  width: 15px;
  height: 15px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg);
  z-index: -1;
}
@media (max-width: 1024px) {
  .dropdown-filter .filter-list select {
    font-size: 1.2rem;
  }
  .dropdown-filter .dropdown-arrow {
    width: 8px;
    height: 8px;
    top: 4px;
    border-bottom-width: 1px;
    border-left-width: 1px;
  }
}
@media (max-width: 767px) {
  .dropdown-filter .filter-list select {
    font-size: 1.4rem;
  }
}
.form-section h2 {
  font-size: 6.5rem;
  margin-bottom: 20px;
  width: 100%;
}
.form-section h3 {
  font-size: 4rem;
  font-weight: normal;
  margin-bottom: 100px;
}
.form-section label {
  letter-spacing: 1px;
}
.form-section .form-group, .form-section .formcheckbox {
  position: relative;
  width: auto;
  margin-bottom: 40px;
  line-height: 0;
  z-index: 1;
}
.form-section .form-group.has-error .checkmark, .form-section .formcheckbox.has-error .checkmark, .form-section .form-group.has-error .checkmark:before, .form-section .formcheckbox.has-error .checkmark:before, .form-section .form-group.has-error .checkmark:after, .form-section .formcheckbox.has-error .checkmark:after, .form-section .form-group.has-error:after, .form-section .formcheckbox.has-error:after {
  border-color: #fd5f00;
}
.form-section .form-group.has-error label, .form-section .formcheckbox.has-error label {
  color: #fd5f00;
}
.form-section .form-group.has-error input::-webkit-input-placeholder, .form-section .formcheckbox.has-error input::-webkit-input-placeholder, .form-section .form-group.has-error textarea::-webkit-input-placeholder, .form-section .formcheckbox.has-error textarea::-webkit-input-placeholder {
  color: #fd5f00;
  text-transform: uppersace;
}
.form-section .form-group.has-error input:-moz-placeholder, .form-section .formcheckbox.has-error input:-moz-placeholder, .form-section .form-group.has-error textarea:-moz-placeholder, .form-section .formcheckbox.has-error textarea:-moz-placeholder {
  color: #fd5f00;
  text-transform: uppersace;
}
.form-section .form-group.has-error input::-moz-placeholder, .form-section .formcheckbox.has-error input::-moz-placeholder, .form-section .form-group.has-error textarea::-moz-placeholder, .form-section .formcheckbox.has-error textarea::-moz-placeholder {
  color: #fd5f00;
  text-transform: uppersace;
}
.form-section .form-group.has-error input:-ms-input-placeholder, .form-section .formcheckbox.has-error input:-ms-input-placeholder, .form-section .form-group.has-error textarea:-ms-input-placeholder, .form-section .formcheckbox.has-error textarea:-ms-input-placeholder {
  color: #fd5f00;
  text-transform: uppersace;
}
.form-section .form-group.has-error input::-placeholder, .form-section .formcheckbox.has-error input::-placeholder, .form-section .form-group.has-error textarea::-placeholder, .form-section .formcheckbox.has-error textarea::-placeholder {
  color: #fd5f00;
  text-transform: uppersace;
}
.form-section .form-group input, .form-section .formcheckbox input, .form-section .form-group textarea, .form-section .formcheckbox textarea, .form-section .form-group select, .form-section .formcheckbox select {
  position: relative;
  background: transparent;
  width: 100%;
  border: none;
  padding: 0;
  font-size: 1.8rem;
  line-height: 1.2;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  letter-spacing: 1px;
}
.form-section .form-group input[type="text"], .form-section .formcheckbox input[type="text"], .form-section .form-group input[type="email"], .form-section .formcheckbox input[type="email"], .form-section .form-group input[type="password"], .form-section .formcheckbox input[type="password"], .form-section .form-group select, .form-section .formcheckbox select {
  height: 22px;
}
.form-section .form-group select, .form-section .formcheckbox select {
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-section .form-group select::-ms-expand, .form-section .formcheckbox select::-ms-expand {
  display: none;
}
.form-section .form-group select:after, .form-section .formcheckbox select:after {
  position: absolute;
  display: block;
  content: '';
  bottom: 10px;
  right: 5px;
  width: 14px;
  height: 14px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.form-section .form-group textarea, .form-section .formcheckbox textarea {
  max-height: 110px;
}
.form-section .form-group:after, .form-section .formcheckbox:after, .form-section .checkbox-group-navigation:after {
  position: relative;
  display: block;
  content: '';
  padding-top: 7px;
  border-bottom: 2px solid #000;
  width: 100%;
}
.form-section .formcheckbox input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.form-section .formcheckbox input[type="checkbox"]:checked ~ .checkmark:before, .form-section .formcheckbox input[type="checkbox"]:checked ~ .checkmark:after {
  display: block;
}
.form-section .formcheckbox .checkmark {
  position: relative;
  width: 25px;
  height: 25px;
  border: 2px solid #000;
  margin-right: 10px;
  float: left;
  bottom: 9px;
  flex: none;
}
.form-section .formcheckbox .checkmark:before, .form-section .formcheckbox .checkmark:after {
  position: absolute;
  display: none;
  content: '';
  width: 148%;
  border-top: 2px solid #000;
  top: 10px;
  left: -5px;
  z-index: 1;
}
.form-section .formcheckbox .checkmark:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-section .formcheckbox .checkmark:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.form-section .form-group label {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.form-section .form-group input::-webkit-input-placeholder, .form-section .form-group textarea::-webkit-input-placeholder {
  color: #000;
  text-transform: uppercase;
}
.form-section .form-group input:-moz-placeholder, .form-section .form-group textarea:-moz-placeholder {
  color: #000;
  text-transform: uppercase;
}
.form-section .form-group input::-moz-placeholder, .form-section .form-group textarea::-moz-placeholder {
  color: #000;
  text-transform: uppercase;
}
.form-section .form-group input:-ms-input-placeholder, .form-section .form-group textarea:-ms-input-placeholder {
  color: #000;
  text-transform: uppercase;
}
.form-section .form-group input::-placeholder, .form-section .form-group textarea::-placeholder {
  color: #000;
  text-transform: uppercase;
}
.form-section .yform p, .form-section .yform span {
  font-size: 1.8rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
}
.form-section .checkbox-group {
  margin-bottom: 23px;
}
.form-section .checkbox-group.active .checkbox-group-navigation .dropdown-arrow {
  transform: rotate(135deg);
  top: 7px;
}
.form-section .checkbox-group.active .checkbox-group-elements {
  padding-top: 30px;
  height: auto;
}
.form-section .checkbox-group .checkbox-group-navigation {
  position: relative;
  cursor: pointer;
}
.form-section .checkbox-group .checkbox-group-navigation .dropdown-arrow {
  top: -2px;
}
.form-section .checkbox-group .checkbox-group-navigation span {
  letter-spacing: 1px;
}
.form-section .checkbox-group .checkbox-group-elements {
  display: flex;
  overflow: hidden;
  height: 0;
  padding-top: 0;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-section .checkbox-group .checkbox-group-elements .checkbox {
  flex: 0 0 50%;
  max-width: 50%;
}
.form-section .checkbox-group .checkbox-group-elements .checkbox.special-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.form-section .dropdown-arrow {
  position: absolute;
  right: 15px;
  top: 0;
  width: 15px;
  height: 15px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg);
  z-index: -1;
}
.form-section .btn {
  margin: 60px auto 0;
}
.form-section .alert {
  display: none;
}
.form-section .mandatory {
  padding-left: 48px;
  letter-spacing: 1px;
}
@media (max-width: 1024px) {
  .form-section h2 {
    font-size: 4rem;
    margin-bottom: 20px;
  }
  .form-section h3 {
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
  .form-section .form-group, .form-section .formcheckbox {
    margin-bottom: 34px;
  }
  .form-section .form-group input, .form-section .formcheckbox input, .form-section .form-group textarea, .form-section .formcheckbox textarea, .form-section .form-group select, .form-section .formcheckbox select {
    font-size: 1.2rem;
  }
  .form-section .form-group input[type="text"], .form-section .formcheckbox input[type="text"], .form-section .form-group input[type="email"], .form-section .formcheckbox input[type="email"], .form-section .form-group input[type="password"], .form-section .formcheckbox input[type="password"], .form-section .form-group select, .form-section .formcheckbox select {
    height: 22px;
  }
  .form-section .form-group:after, .form-section .formcheckbox:after, .form-section .checkbox-group-navigation:after {
    padding-top: 5px;
    border-bottom-width: 1px;
  }
  .form-section .formcheckbox .checkmark {
    width: 15px;
    height: 15px;
    border-width: 1px;
    bottom: 4px;
  }
  .form-section .formcheckbox .checkmark:before, .form-section .formcheckbox .checkmark:after {
    border-top-width: 1px;
    top: 6px;
    left: -3px;
  }
  .form-section .yform p, .form-section .yform span {
    font-size: 1.2rem;
    line-height: 1.25;
  }
  .form-section .checkbox-group {
    margin-bottom: 13px;
  }
  .form-section .checkbox-group.active .checkbox-group-elements {
    padding-top: 20px;
  }
  .form-section .checkbox-group.active .checkbox-group-navigation .dropdown-arrow {
    top: 9px;
  }
  .form-section .checkbox-group .checkbox-group-elements .checkbox {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .form-section .checkbox-group .checkbox-group-navigation .dropdown-arrow {
    top: 4px;
    width: 8px;
    height: 8px;
    border-bottom-width: 1px;
    border-left-width: 1px;
  }
  .form-section .btn {
    margin-top: 30px;
  }
  .form-section .dropdown-arrow {
    width: 8px;
    height: 8px;
    top: 4px;
    border-bottom-width: 1px;
    border-left-width: 1px;
  }
}
@media (max-width: 767px) {
  .form-section h2 {
    font-size: 2.4rem;
  }
  .form-section h3 {
    font-size: 2rem;
  }
  .form-section .form-group input, .form-section .formcheckbox input, .form-section .form-group textarea, .form-section .formcheckbox textarea, .form-section .form-group select, .form-section .formcheckbox select {
    font-size: 1.4rem;
  }
  .form-section .checkbox-group-navigation {
    position: relative;
  }
  .form-section .checkbox-group-navigation span {
    display: inline-block;
    margin-right: 30px;
  }
  .form-section .yform p, .form-section .yform span {
    font-size: 1.4rem;
    margin-top: -3px;
  }
}
.module .form-block form div[data-editorblocktype] {
  width: 100%;
}
.module .form-block form div[data-editorblocktype="Field-text"] {
  width: 50%;
}
.module .form-block form div[data-editorblocktype="Field-email"], .module .form-block form div[data-editorblocktype="Field-radioButtons"] {
  width: 100%;
}
.module .form-block form div[data-editorblocktype="Field-radioButtons"] span.lp-radioButton {
  width: 33.3333%;
}
.module .form-block form div[data-editorblocktype="CaptchaBlock"] a {
  text-transform: uppercase;
}
.module .form-block form div[data-editorblocktype="Field-checkbox"] .lp-form-field .checkbox {
  top: 3px;
}
.module .form-block #ms_captcha_holder img + img {
  max-width: 20px;
}
.sidebar-container .module .form-block form div[data-editorblocktype] input, .sidebar-container .module .form-block form div[data-editorblocktype="Field-text"] input, .sidebar-container .module .form-block form div[data-editorblocktype="Field-email"] input, .sidebar-container .module .form-block form div[data-editorblocktype="CaptchaBlock"] input, .sidebar-container .module .form-block form div[data-editorblocktype] textarea, .sidebar-container .module .form-block form div[data-editorblocktype="Field-text"] textarea, .sidebar-container .module .form-block form div[data-editorblocktype="Field-email"] textarea, .sidebar-container .module .form-block form div[data-editorblocktype="CaptchaBlock"] textarea {
  background-color: #ededed;
}
.sidebar-container .module .form-block .onFormSubmittedFeedback {
  height: auto !important;
  width: auto !important;
  background-color: #ededed;
}
.sidebar-container .module .form-block .container-fluid, .sidebar-container .module .form-block .block, .sidebar-container .module .form-block .inner-wrapper {
  padding-left: 0;
  padding-right: 0;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: 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;
}
.title-section {
  padding-top: 100px;
  padding-bottom: 50px;
}
.title-section h1, .title-section h2, .title-section h3 {
  color: #212121;
  margin-bottom: 0;
}
.title-section h1, .title-section h2 {
  font-size: 8.1rem;
  /* 9rem */
  line-height: 1.1;
}
.title-section h1 u:before, .title-section h2 u:before {
  bottom: 0.16em;
  height: 0.3em;
}
.title-section h1.text-small {
  font-size: 5.4rem;
  /* 6rem */
}
.title-section h2 u:before {
  bottom: 0.08em;
}
.title-section h3 {
  font-size: 5.4rem;
  /* 6rem */
  font-weight: 300;
}
.title-section .btn {
  margin-top: 60px;
}
.title-section .btn.btn-text {
  font-size: 4rem;
}
.title-section + .module {
  margin-top: 19px;
}
.title-section + .full-width-media-container {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .title-section {
    padding-top: 50px;
  }
  .title-section h1, .title-section h2 {
    font-size: 6rem;
  }
  .title-section h1.text-small {
    font-size: 4rem;
  }
  .title-section h3 {
    font-size: 4rem;
    margin-bottom: 0;
  }
  .title-section .btn {
    margin-top: 40px;
  }
  .title-section + .text-section, .title-section + .figure-grid-section, .title-section + .news-section, .title-section + .buttons-section, .title-section + .images-section, .title-section + .full-width-media-container {
    /* margin-top: -50px; */
  }
  .title-section + .module {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .title-section {
    padding-top: 0;
    padding-bottom: 25px;
  }
  .title-section h1, .title-section h2 {
    font-size: 3rem;
  }
  .title-section h1 {
    line-height: 1.21;
  }
  .title-section h1.text-small {
    font-size: 2rem;
  }
  .title-section h2 u:before {
    bottom: 0.06em;
  }
  .title-section h3 {
    font-size: 2rem;
  }
  .title-section h3 u:before {
    height: 8px;
  }
  .title-section .btn {
    margin-top: 20px;
  }
  .title-section .btn.btn-text {
    font-size: 1.8rem;
  }
  .title-section + .textWithImg50-section, .title-section + .figure-grid-section, .title-section + .steps-section, .title-section + .text-section, .title-section + .news-section {
    margin-top: 24px;
  }
  .title-section + .images-section, .title-section + .full-width-media-container, .title-section + .buttons-section {
    margin-top: 0;
  }
}
.text-section {
  padding-bottom: 100px;
}
.text-section:not(.sidebar-list) .text-block a:not(.btn):not(.marker):not(.style-arrow-normal) {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.text-section:not(.sidebar-list) .text-block a:hover:not(.btn) {
  color: #fd5f00;
}
.text-section h1 {
  /*, h2 .text-big */
  font-size: 6.5rem;
  line-height: 1.2;
}
.text-section h2, .text-section h3 {
  /* font-size: 4rem; */
}
.text-section h2 {
  margin-bottom: 0.5em;
}
.text-section .text-block h1, .text-section .text-block h2, .text-section .text-block h3, .text-section .text-block h4, .text-section .text-block p, .text-section .text-block ul, .text-section .text-block ol, .text-section .text-block span {
  word-wrap: break-word;
}
.text-section .text-block h1:last-child, .text-section .text-block h2:last-child, .text-section .text-block h3:last-child, .text-section .text-block h4:last-child, .text-section .text-block p:last-child, .text-section .text-block ul:last-child, .text-section .text-block ol:last-child, .text-section .text-block span:last-child {
  margin-bottom: 0;
}
.text-section .text-block u:hover {
  text-decoration: none;
}
.text-section .text-block u:before {
  position: absolute;
  display: block;
  content: '';
  left: -0.08em;
  right: -0.08em;
  height: 0.45em;
  background-color: rgba(253, 95, 0, 0.6);
  bottom: 0.08em;
  -webkit-transition: -webkit-transform 0.65s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: -moz-transform 0.65s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: -ms-transform 0.65s cubic-bezier(0, 0, 0.58, 1);
  transition: transform 0.65s cubic-bezier(0, 0, 0.58, 1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}
@media (max-width: 1024px) {
  .text-section .text-block u:before {
    /* height: 0.27em;
     bottom: 0.12em; */
  }
}
@media (max-width: 767px) {
  .text-section .text-block u:before {
    left: -1px;
    right: -1px;
    height: 0.45em;
  }
}
.text-section .text-block u.marker {
  /*
   &.space {
   &:before {
   left: 0.08em;
   right: 0.08em;
   }
   }
   */
}
.text-section .text-block u.marker:before {
  transition-delay: 0.4s;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.text-section .text-block u.marker + .marker:before {
  transition-delay: 0.95s;
}
.text-section .text-block u.marker + .marker + .marker:before {
  transition-delay: 1.6s;
}
.text-section .text-block h1 u:before, .text-section .text-block h2 u:before {
  height: 0.3em;
  bottom: 0.16em;
}
.text-section .text-block h2 {
  font-size: 4rem;
}
.text-section .text-block h3 {
  font-size: 2.4rem;
}
.text-section .text-block ul, .text-section .text-block ol {
  position: relative;
}
.text-section .text-block ul li, .text-section .text-block ol li {
  display: table;
  padding-left: 0.8em;
  margin-bottom: 0;
}
.text-section .text-block ul li.link, .text-section .text-block ol li.link {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.text-section .text-block ul li.link:hover, .text-section .text-block ol li.link:hover {
  -webkit-transform: translateX(-0.8em);
  -moz-transform: translateX(-0.8em);
  -ms-transform: translateX(-0.8em);
  transform: translateX(-0.8em);
}
.text-section .text-block ul li.link:hover:before, .text-section .text-block ol li.link:hover:before {
  display: none;
}
.text-section .text-block ul li.link:hover a, .text-section .text-block ol li.link:hover a, .text-section .text-block ul li.link:hover a:hover, .text-section .text-block ol li.link:hover a:hover {
  color: #fd5f00;
}
.text-section .text-block ul li.link a, .text-section .text-block ol li.link a {
  color: #000;
}
.text-section .text-block ul li .style-arrow-normal span:last-child:after, .text-section .text-block ol li .style-arrow-normal span:last-child:after {
  color: #fd5f00;
}
.text-section .text-block ul li:before {
  position: absolute;
  display: block;
  content: '-';
  left: 0;
  font-size: inherit;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.text-section .text-block ul li.link, .text-section .text-block ol li.link {
  /* .style-arrow-normal {
   &:before {
   display: none;
   }
   } */
}
.text-section .text-block ul li a, .text-section .text-block ol li a {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.text-section .text-block ul li a:hover, .text-section .text-block ol li a:hover {
  text-decoration: none;
}
.text-section .text-block ul li a:before, .text-section .text-block ol li a:before {
  position: absolute;
  display: block;
  content: '';
  left: -0.08em;
  right: -0.08em;
  height: 0.45em;
  background-color: rgba(253, 95, 0, 0.6);
  bottom: 0.08em;
  -webkit-transition: -webkit-transform 0.65s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: -moz-transform 0.65s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: -ms-transform 0.65s cubic-bezier(0, 0, 0.58, 1);
  transition: transform 0.65s cubic-bezier(0, 0, 0.58, 1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}
@media (max-width: 1024px) {
  .text-section .text-block ul li a:before, .text-section .text-block ol li a:before {
    /* height: 0.27em;
     bottom: 0.12em; */
  }
}
@media (max-width: 767px) {
  .text-section .text-block ul li a:before, .text-section .text-block ol li a:before {
    left: -1px;
    right: -1px;
    height: 0.45em;
  }
}
.text-section .text-block ul li a.marker, .text-section .text-block ol li a.marker {
  /*
   &.space {
   &:before {
   left: 0.08em;
   right: 0.08em;
   }
   }
   */
}
.text-section .text-block ul li a.marker:before, .text-section .text-block ol li a.marker:before {
  transition-delay: 0.4s;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.text-section .text-block ul li a.marker + .marker:before, .text-section .text-block ol li a.marker + .marker:before {
  transition-delay: 0.95s;
}
.text-section .text-block ul li a.marker + .marker + .marker:before, .text-section .text-block ol li a.marker + .marker + .marker:before {
  transition-delay: 1.6s;
}
.text-section .text-block ul li a.active:before, .text-section .text-block ol li a.active:before {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.text-section.has-offset-1 + .button-style-2 .col-12 {
  margin-left: 8.3333333333%;
}
.text-section.has-offset-2 + .button-style-2 .col-12 {
  margin-left: 16.6666666667%;
}
.text-section + .anchor-section + .title-section, .text-section + .title-section {
  margin-top: -75px;
}
@media (min-width: 768px) {
  .text-section {
    padding-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .text-section {
    padding-bottom: 50px;
  }
  .text-section h1 {
    font-size: 4rem;
  }
  .text-section .text-block h2 {
    font-size: 2.4rem;
  }
  .text-section .text-block h2 .text-big {
    font-size: 4rem;
  }
  .text-section .text-block h3 {
    font-size: 2.1rem;
  }
  .text-section h2, .text-section h3 {
    /* font-size: 2.4rem; */
  }
  .text-section + .snake-content-section {
    padding-top: 50px;
  }
  .text-section + .references-quotes-section {
    padding-top: 0;
  }
  .text-section + .anchor-section + .title-section, .text-section + .title-section {
    margin-top: -34px;
  }
}
@media (max-width: 767px) {
  .text-section + .text-section, .text-section + .images-section {
    margin-top: -25px;
  }
  .text-section h1 {
    font-size: 3rem;
    line-height: 1.21;
  }
  .text-section .text-block h2 {
    margin-bottom: 0.5em;
    font-size: 2rem;
  }
  .text-section .text-block h2 .text-big {
    font-size: 2rem;
  }
  .text-section .text-block.bg-style-2 {
    padding-left: 18px;
  }
  .text-section .text-block u:before {
    height: 0.45em;
  }
  .text-section h2, .text-section h3 {
    /* font-size: 2rem; */
  }
  .text-section.has-offset-1 + .button-style-2 .col-12 {
    margin-left: 0;
  }
  .text-section.has-offset-2 + .button-style-2 .col-12 {
    margin-left: 8.3333333333%;
  }
  .text-section + .anchor-section + .title-section, .text-section + .title-section {
    margin-top: 0;
  }
}
.more-training-dates-section .text-block h2, .more-training-dates-section .text-block h2:last-child {
  margin-bottom: 0.5em;
}
.more-training-dates-section .text-block .training-data {
  padding-bottom: 2em;
}
.more-training-dates-section .text-block .date {
  background-color: #fd5f00;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 20px;
  margin-bottom: 5px;
}
.more-training-dates-section .text-block .hidden {
  display: none;
}
.full-width-media-container {
  position: relative;
  width: 100%;
  /* height: calc(100vw / 1.777); */
  /* automatic height of meide */
  background: #d8d8d8;
  margin-bottom: 200px;
}
.full-width-media-container .video {
  /* height: 75vh; */
  position: relative;
  overflow: hidden;
  /* &:before {
   content: '';
   display: block;
   width: 150px;
   height: 150px;
   background-image: url(../img/play-button.svg);
   background-size: 100%;
   background-repeat: no-repeat;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   }
   &.is-playing {
   &:before {
   display: none;
   }
   } */
}
.full-width-media-container .video .volume {
  border-radius: 100%;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  color: #fff;
  right: 15px;
  bottom: 15px;
  font-size: 2rem;
}
.full-width-media-container .video .volume .fa-volume-up {
  display: none;
}
.full-width-media-container .video .volume.volume-on .fa-volume-mute {
  display: none;
}
.full-width-media-container .video .volume.volume-on .fa-volume-up {
  display: inline-block;
}
.full-width-media-container video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.full-width-media-container + .anchor-section + .title-section, .full-width-media-container + .title-section {
  margin-top: -200px;
}
@media (max-width: 1024px) {
  .full-width-media-container {
    margin-bottom: 100px;
  }
  .full-width-media-container .video {
    height: auto;
  }
  .full-width-media-container + .anchor-section + .title-section, .full-width-media-container + .title-section {
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  .full-width-media-container {
    margin-bottom: 50px;
  }
  .full-width-media-container .video {
    height: auto;
  }
  .full-width-media-container + .anchor-section + .title-section, .full-width-media-container + .title-section {
    margin-top: 0px;
  }
}
.images-section {
  padding-bottom: 100px;
}
.images-section.full-width {
  padding-left: 0;
  padding-right: 0;
}
.images-section.full-width .container-fluid, .images-section.full-width .row, .images-section.full-width [class^="col-"] {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.images-section.full-width .container-fluid {
  max-width: 100%;
  width: 100%;
}
.images-section .img-block + .text-block {
  margin-top: 40px;
  margin-left: 40px;
}
.images-section .text-block {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .images-section .text-block {
    font-size: 2rem;
  }
}
.images-section .text-block.description-indent {
  margin-top: 65px;
}
.images-section .text-block p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .images-section {
    padding-bottom: 50px;
  }
  .images-section .img-block + .text-block {
    margin-top: 20px;
    margin-left: 20px;
  }
  .images-section .text-block {
    font-size: 1.4rem;
  }
  .images-section .text-block.description-indent {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .images-section {
    padding-bottom: 25px;
  }
  .images-section .text-block {
    margin-top: 10px;
    margin-left: calc(8.3333333333% + 6px);
  }
  .images-section .text-block.description-indent {
    margin-top: 20px;
  }
  .images-section .content-element {
    padding-bottom: 25px;
  }
  .images-section .content-element:last-child {
    padding-bottom: 0;
  }
}
.team-gallery-section {
  padding-bottom: 75px;
  /* $container-padding-top-lg */
}
.team-gallery-section .img-block {
  background: transparent;
  padding-left: 12px;
  padding-right: 12px;
  cursor: grab;
}
.team-gallery-section .img-block:active {
  cursor: grabbing;
}
.team-gallery-section .team-gallery-fading .team-list-column {
  width: 50%;
  padding-left: 12px;
  padding-right: 12px;
  display: inline-block;
  vertical-align: top;
}
.team-gallery-section .team-gallery-fading .team-list-column .team-list-column-inner {
  position: relative;
}
.team-gallery-section .team-gallery-fading .team-list-column .team-list-column-inner .img-block {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.team-gallery-section .team-gallery-fading .team-list-column .team-list-column-inner .img-block.first {
  position: relative;
}
.team-gallery-section .team-gallery-fading .team-list-column .team-list-column-inner .img-block.current {
  z-index: 4;
  opacity: 1;
}
.team-gallery-section .team-gallery-fading .team-list-column .team-list-column-inner .img-block.next {
  z-index: 5;
  transition: none;
}
.team-gallery-section .team-gallery-fading .img-block {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1024px) {
  .team-gallery-section {
    padding-bottom: 100px;
  }
  .team-gallery-section .img-block {
    padding-left: 6px;
    padding-right: 6px;
  }
  .team-gallery-section .team-gallery-fading .team-list-column {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 767px) {
  .team-gallery-section {
    padding-bottom: 50px;
  }
  .team-gallery-section .img-block {
    padding-left: 3px;
    padding-right: 3px;
  }
  .team-gallery-section .team-gallery-fading .team-list-column {
    padding-left: 3px;
    padding-right: 3px;
  }
}
.sidebar-list .text-block ul li {
  font-size: 4rem;
  padding-left: 0 !important;
  margin-bottom: 50px;
}
.sidebar-list .text-block ul li:nth-of-type(1) {
  font-size: 6.5rem;
  margin-bottom: 100px;
}
.sidebar-list .text-block ul li:nth-of-type(2) {
  font-size: 6.5rem;
  margin-bottom: 100px;
}
.sidebar-list .text-block ul li:nth-of-type(3) {
  font-size: 6.5rem;
  margin-bottom: 100px;
}
.sidebar-list .text-block ul li:before {
  content: none !important;
}
.sidebar-list .text-block ul li a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.sidebar-list .text-block ul li a:hover, .sidebar-list .text-block ul li a:focus {
  text-decoration: none;
  color: #9b9b9b;
}
@media (max-width: 1024px) {
  .sidebar-list .text-block ul li {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
  .sidebar-list .text-block ul li:nth-of-type(1) {
    font-size: 4rem;
    margin-bottom: 50px;
  }
  .sidebar-list .text-block ul li:nth-of-type(2) {
    font-size: 4rem;
    margin-bottom: 50px;
  }
  .sidebar-list .text-block ul li:nth-of-type(3) {
    font-size: 4rem;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .sidebar-list .text-block ul li {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .sidebar-list .text-block ul li:nth-of-type(1) {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .sidebar-list .text-block ul li:nth-of-type(2) {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .sidebar-list .text-block ul li:nth-of-type(3) {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.video-carousel-container {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 200px;
}
.video-carousel-container + .anchor-section + .title-section, .video-carousel-container + .title-section {
  margin-top: -200px;
}
.video-carousel-container .media-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.video-carousel-container .media-carousel .media-wrapper {
  position: relative;
  width: 100vw;
}
.video-carousel-container .media-carousel video, .video-carousel-container .media-carousel picture, .video-carousel-container .media-carousel img {
  display: block;
  width: 100%;
}
.video-carousel-container .media-carousel .owl-dots {
  position: relative;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 16px;
}
.video-carousel-container .media-carousel .owl-dots .owl-dot {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #000;
  margin: 0 5px;
}
.video-carousel-container .media-carousel .owl-dots .owl-dot.active {
  background-color: #fd5f00;
}
@media (max-width: 1024px) {
  .video-carousel-container {
    margin-bottom: 100px;
  }
  .video-carousel-container + .anchor-section + .title-section, .video-carousel-container + .title-section {
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  .video-carousel-container {
    margin-bottom: 50px;
  }
  .video-carousel-container + .anchor-section + .title-section, .video-carousel-container + .title-section {
    margin-top: 0px;
  }
  .video-carousel-container .media-carousel .owl-dots {
    margin-top: 12px;
  }
  .video-carousel-container .media-carousel .owl-dots .owl-dot {
    width: 16px;
    height: 16px;
  }
}
.textWithImg100-section {
  padding-top: 9px;
}
.textWithImg100-section .row {
  align-items: center;
}
.textWithImg100-section .textWithImg100-col-block {
  margin-bottom: 100px;
}
.textWithImg100-section .textWithImg100-col-block .col {
  /* contents are vertically centered */
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.textWithImg100-section .textWithImg100-col-block:nth-child(even) .content-block {
  padding-right: calc((100% - 96px) / 10);
  /* half column should be added to space between image and text */
}
.textWithImg100-section .textWithImg100-col-block:nth-child(odd) .content-block {
  padding-left: calc((100% - 96px) / 10);
  /* half column should be added to space between image and text */
}
.textWithImg100-section .textWithImg100-block {
  display: block;
  color: inherit;
}
.textWithImg100-section .textWithImg100-block:hover {
  text-decoration: none;
}
.textWithImg100-section .content-block h2 {
  font-size: 2.8rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.1;
  margin-bottom: 20px;
}
.textWithImg100-section .content-block p {
  font-size: 2.2rem;
  line-height: 1.25;
  margin-bottom: 0;
}
.textWithImg100-section .content-block .btn {
  margin-top: 48px;
  display: inline-block;
  /* firefox fix */
}
.textWithImg100-section .content-block .btn.btn-text-style span {
  top: -1px;
  font-size: 1.8rem;
  letter-spacing: 1px;
}
.textWithImg100-section .button-block {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .textWithImg100-section {
    padding-top: 0;
  }
  .textWithImg100-section .textWithImg100-col-block {
    margin-bottom: 50px;
  }
  .textWithImg100-section .textWithImg100-col-block:nth-child(even) .block-content {
    padding-left: calc((100% - 192px) / 10);
    padding-right: calc((100% - 192px) / 10);
  }
  .textWithImg100-section .textWithImg100-col-block:nth-child(odd) .block-content {
    padding-left: calc((100% - 192px) / 10);
    padding-right: calc((100% - 192px) / 10);
  }
  .textWithImg100-section .content-block h2 {
    font-size: 2.1rem;
    margin-bottom: 12px;
  }
  .textWithImg100-section .content-block p {
    font-size: 1.4rem;
  }
  .textWithImg100-section .content-block .btn {
    margin-top: 36px;
  }
  .textWithImg100-section .content-block .btn.btn-text-style {
    position: relative;
    overflow: hidden;
  }
  .textWithImg100-section .content-block .btn.btn-text-style:hover:before, .textWithImg100-section .content-block .btn.btn-text-style:hover:after, .textWithImg100-section .content-block .btn.btn-text-style:hover span {
    -webkit-transform: translateX(calc(55px + 0.5em));
    -moz-transform: translateX(calc(55px + 0.5em));
    -ms-transform: translateX(calc(55px + 0.5em));
    transform: translateX(calc(55px + 0.5em));
  }
  .textWithImg100-section .content-block .btn.btn-text-style:hover span {
    color: #fd5f00;
  }
  .textWithImg100-section .content-block .btn.btn-text-style:before, .textWithImg100-section .content-block .btn.btn-text-style:after, .textWithImg100-section .content-block .btn.btn-text-style span {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .textWithImg100-section .content-block .btn.btn-text-style:before, .textWithImg100-section .content-block .btn.btn-text-style:after {
    display: inline-block;
    content: '\e900';
    font-family: 'ums-font';
    color: inherit;
    font-size: 1.16em;
    font-weight: normal;
    line-height: 0.8;
    top: 0.18em;
  }
  .textWithImg100-section .content-block .btn.btn-text-style:before {
    position: absolute;
    right: calc(100% + 0.68em);
    color: #fd5f00;
  }
  .textWithImg100-section .content-block .btn.btn-text-style:after {
    position: relative;
    margin-left: 0.68em;
  }
  .textWithImg100-section .content-block .btn.btn-text-style span {
    position: relative;
    display: inline-block;
    transform: translateX(0);
    text-transform: uppercase;
  }
  .textWithImg100-section .content-block .btn.btn-text-style span {
    font-size: 1.2rem;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .textWithImg100-section .content-block .btn.btn-text-style:hover:before, .textWithImg100-section .content-block .btn.btn-text-style:hover:after, .textWithImg100-section .content-block .btn.btn-text-style:hover span {
    -webkit-transform: translateX(calc(55px + 0.5em));
    -moz-transform: translateX(calc(55px + 0.5em));
    -ms-transform: translateX(calc(55px + 0.5em));
    transform: translateX(calc(55px + 0.5em));
  }
}
@media (max-width: 767px) {
  .textWithImg100-section .textWithImg100-col-block {
    margin-bottom: 46px;
  }
  .textWithImg100-section .textWithImg100-col-block:last-child {
    margin-bottom: 30px;
  }
  .textWithImg100-section .content-block {
    width: 83%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .textWithImg100-section .content-block h2 {
    font-size: 2rem;
    line-height: 1.3;
  }
  .textWithImg100-section .content-block p {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .textWithImg100-section .content-block .btn {
    margin-top: 20px;
  }
  .textWithImg100-section .content-block .btn.btn-text-style span {
    font-size: 1.4rem;
  }
  .textWithImg100-section .img-block {
    margin-bottom: 23px;
  }
}
.textWithImg50-section {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .textWithImg50-section {
    padding-bottom: 0;
  }
}
.textWithImg50-section .textWithImg50-block {
  position: relative;
  margin-top: 100px;
  display: block;
  color: inherit;
}
@media (min-width: 768px) {
  .textWithImg50-section .textWithImg50-block {
    margin-top: 93px;
  }
}
.textWithImg50-section .textWithImg50-block:nth-child(1), .textWithImg50-section .textWithImg50-block:nth-child(2) {
  margin-top: 0;
}
.textWithImg50-section .textWithImg50-block:hover {
  text-decoration: none;
}
.textWithImg50-section .img-block {
  margin-bottom: 40px;
}
.textWithImg50-section .block-content {
  padding-left: 60px;
  padding-right: 60px;
}
.textWithImg50-section h2 {
  font-size: 3.6rem;
  line-height: 1.11;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .textWithImg50-section h2 {
    font-size: 2.8rem;
  }
}
.textWithImg50-section h3 {
  font-size: 1.8rem;
  line-height: 1.19;
  letter-spacing: 1px;
  font-weight: normal;
  margin-bottom: 0;
  text-transform: uppercase;
}
.textWithImg50-section p {
  font-size: 2.4rem;
  line-height: 1.25;
}
.textWithImg50-section p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .textWithImg50-section p {
    font-size: 2.2rem;
  }
}
.textWithImg50-section .btn {
  margin-top: 60px;
}
.textWithImg50-section .btn.btn-text-style span {
  top: -1px;
  font-size: 1.8rem;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .textWithImg50-section .btn {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .textWithImg50-section {
    padding-bottom: 50px;
  }
  .textWithImg50-section .textWithImg50-block {
    margin-top: 50px;
  }
  .textWithImg50-section .block-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .textWithImg50-section .img-block {
    margin-bottom: 30px;
  }
  .textWithImg50-section h2 {
    font-size: 2.1rem;
    line-height: 1.14;
    margin-bottom: 12px;
  }
  .textWithImg50-section h3 {
    font-size: 1.2rem;
    line-height: 0.8;
  }
  .textWithImg50-section p {
    font-size: 1.4rem;
    line-height: 1.25;
  }
  .textWithImg50-section .btn {
    margin-top: 36px;
  }
  .textWithImg50-section .btn.btn-text-style {
    position: relative;
    overflow: hidden;
  }
  .textWithImg50-section .btn.btn-text-style:hover:before, .textWithImg50-section .btn.btn-text-style:hover:after, .textWithImg50-section .btn.btn-text-style:hover span {
    -webkit-transform: translateX(calc(55px + 0.5em));
    -moz-transform: translateX(calc(55px + 0.5em));
    -ms-transform: translateX(calc(55px + 0.5em));
    transform: translateX(calc(55px + 0.5em));
  }
  .textWithImg50-section .btn.btn-text-style:hover span {
    color: #fd5f00;
  }
  .textWithImg50-section .btn.btn-text-style:before, .textWithImg50-section .btn.btn-text-style:after, .textWithImg50-section .btn.btn-text-style span {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .textWithImg50-section .btn.btn-text-style:before, .textWithImg50-section .btn.btn-text-style:after {
    display: inline-block;
    content: '\e900';
    font-family: 'ums-font';
    color: inherit;
    font-size: 1.16em;
    font-weight: normal;
    line-height: 0.8;
    top: 0.18em;
  }
  .textWithImg50-section .btn.btn-text-style:before {
    position: absolute;
    right: calc(100% + 0.68em);
    color: #fd5f00;
  }
  .textWithImg50-section .btn.btn-text-style:after {
    position: relative;
    margin-left: 0.68em;
  }
  .textWithImg50-section .btn.btn-text-style span {
    position: relative;
    display: inline-block;
    transform: translateX(0);
    text-transform: uppercase;
  }
  .textWithImg50-section .btn.btn-text-style span {
    font-size: 1.2rem;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .textWithImg50-section .btn.btn-text-style:hover:before, .textWithImg50-section .btn.btn-text-style:hover:after, .textWithImg50-section .btn.btn-text-style:hover span {
    -webkit-transform: translateX(calc(55px + 0.5em));
    -moz-transform: translateX(calc(55px + 0.5em));
    -ms-transform: translateX(calc(55px + 0.5em));
    transform: translateX(calc(55px + 0.5em));
  }
}
@media (max-width: 767px) {
  .textWithImg50-section .textWithImg50-block {
    margin-top: 25px;
  }
  .textWithImg50-section .textWithImg50-block:nth-child(2) {
    margin-top: 25px;
  }
  .textWithImg50-section .block-content {
    padding-left: 0;
    padding-right: 0;
    width: 75%;
  }
  .textWithImg50-section .img-block {
    margin-bottom: 20px;
  }
  .textWithImg50-section h2 {
    font-size: 2rem;
    line-height: 1.11;
    margin-bottom: 10px;
  }
  .textWithImg50-section h3 {
    font-size: 1.2rem;
    margin-bottom: 3px;
  }
  .textWithImg50-section p {
    font-size: 1.6rem;
  }
  .textWithImg50-section .btn {
    margin-top: 20px;
  }
  .textWithImg50-section .btn.btn-text-style span {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .references-quotes-section .special-title {
    margin-bottom: 30px;
  }
}
.snake-content-section {
  margin-bottom: -30px;
}
.snake-content-section .title {
  font-size: 6.5rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .snake-content-section .title {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .snake-content-section .title {
    font-size: 2.2rem;
    line-height: 1.18;
  }
}
.snake-content-section .content-block {
  margin-bottom: 130px;
}
.snake-content-section .img-block + .text-block {
  margin-top: 40px;
}
.snake-content-section .text-block h2:last-child, .snake-content-section .text-block h3:last-child, .snake-content-section .text-block p:last-child, .snake-content-section .text-block ul:last-child {
  margin-bottom: 0;
}
.snake-content-section .text-block h3 {
  font-weight: 400;
  margin-bottom: 20px;
}
.snake-content-section .text-block u:hover {
  text-decoration: none;
}
.snake-content-section .text-block u:before {
  position: absolute;
  display: block;
  content: '';
  left: -0.08em;
  right: -0.08em;
  height: 0.45em;
  background-color: rgba(253, 95, 0, 0.6);
  bottom: 0.08em;
  -webkit-transition: -webkit-transform 0.65s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: -moz-transform 0.65s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: -ms-transform 0.65s cubic-bezier(0, 0, 0.58, 1);
  transition: transform 0.65s cubic-bezier(0, 0, 0.58, 1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}
@media (max-width: 1024px) {
  .snake-content-section .text-block u:before {
    /* height: 0.27em;
     bottom: 0.12em; */
  }
}
@media (max-width: 767px) {
  .snake-content-section .text-block u:before {
    left: -1px;
    right: -1px;
    height: 0.45em;
  }
}
.snake-content-section .text-block u.marker {
  /*
   &.space {
   &:before {
   left: 0.08em;
   right: 0.08em;
   }
   }
   */
}
.snake-content-section .text-block u.marker:before {
  transition-delay: 0.4s;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.snake-content-section .text-block u.marker + .marker:before {
  transition-delay: 0.95s;
}
.snake-content-section .text-block u.marker + .marker + .marker:before {
  transition-delay: 1.6s;
}
.snake-content-section .text-block ul, .snake-content-section .text-block ol {
  position: relative;
}
.snake-content-section .text-block ul li, .snake-content-section .text-block ol li {
  display: table;
  padding-left: 0.8em;
  margin-bottom: 0;
}
.snake-content-section .text-block ul li.link, .snake-content-section .text-block ol li.link {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.snake-content-section .text-block ul li.link:hover, .snake-content-section .text-block ol li.link:hover {
  -webkit-transform: translateX(-0.8em);
  -moz-transform: translateX(-0.8em);
  -ms-transform: translateX(-0.8em);
  transform: translateX(-0.8em);
}
.snake-content-section .text-block ul li.link:hover:before, .snake-content-section .text-block ol li.link:hover:before {
  display: none;
}
.snake-content-section .text-block ul li.link:hover a, .snake-content-section .text-block ol li.link:hover a, .snake-content-section .text-block ul li.link:hover a:hover, .snake-content-section .text-block ol li.link:hover a:hover {
  color: #fd5f00;
}
.snake-content-section .text-block ul li.link a, .snake-content-section .text-block ol li.link a {
  color: #000;
}
.snake-content-section .text-block ul li .style-arrow-normal span:last-child:after, .snake-content-section .text-block ol li .style-arrow-normal span:last-child:after {
  color: #fd5f00;
}
.snake-content-section .text-block ul li:before {
  position: absolute;
  display: block;
  content: '-';
  left: 0;
  font-size: inherit;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (min-width: 768px) {
  .snake-content-section .title {
    padding-top: 60px;
    margin-bottom: 75px;
  }
  .snake-content-section .content-block {
    margin-bottom: 75px;
  }
  .snake-content-section + .buttons-section {
    padding-top: 40px;
  }
}
@media (max-width: 1024px) {
  .snake-content-section {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  .snake-content-section .title {
    margin-bottom: 50px;
  }
  .snake-content-section .content-block {
    margin-bottom: 50px;
  }
  .snake-content-section .img-block + .text-block {
    margin-top: 20px;
  }
  .snake-content-section .text-block h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .snake-content-section {
    padding-bottom: 0;
  }
  .snake-content-section .title {
    margin-bottom: 25px;
    font-size: 3rem;
  }
  .snake-content-section .img-block + .text-block {
    margin-top: 10px;
  }
  .snake-content-section .text-block u:before {
    height: 0.45em;
  }
  .snake-content-section .text-block h3 {
    margin-bottom: 5px;
  }
}
.figure-grid-section {
  padding-bottom: 176px;
}
.figure-grid-section .figure-grid-block {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 300px;
  background-color: #000;
  color: #fff;
  margin-bottom: 24px;
  padding: 10%;
  font-family: 'Herbergi', Helvetica, Arial, sans-serif;
  font-size: 4rem;
  line-height: 1.2;
  cursor: pointer;
}
.figure-grid-section .figure-grid-block:hover {
  background-color: #fd5f00;
  color: #fff;
  text-decoration: none;
}
.figure-grid-section .figure-grid-block:hover .hover-no-visible {
  animation: FigureGridMinus 0.4s ease;
  animation-fill-mode: forwards;
  visibility: hidden;
}
.figure-grid-section .figure-grid-block:hover .hover-visible {
  animation: FigureGridArrowLg 0.4s ease;
  animation-fill-mode: forwards;
}
.figure-grid-section .figure-grid-block:hover p > span {
  display: block;
}
.figure-grid-section .figure-grid-block .hover-no-visible {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.figure-grid-section .figure-grid-block .hover-visible {
  width: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.figure-grid-section .figure-grid-block .icon-arrow-1 {
  top: 0.06em;
}
.figure-grid-section .figure-grid-block .icon-arrow-1:before, .figure-grid-section .figure-grid-block .icon-arrow-1:after {
  border-color: #fff;
}
.figure-grid-section .figure-grid-block p {
  margin: 0;
}
.figure-grid-section .figure-grid-block p span {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.figure-grid-section .figure-grid-block p span.hover-no-visible {
  margin-right: 8px;
  visibility: visible;
}
.figure-grid-section + .anchor-section + .title-section, .figure-grid-section + .title-section {
  margin-top: -120px;
}
@media (min-width: 768px) {
  .figure-grid-section {
    padding-bottom: 117px;
  }
}
@media (max-width: 1024px) {
  .figure-grid-section {
    padding-bottom: 40px;
  }
  .figure-grid-section .figure-grid-block {
    margin-bottom: 14px;
    font-size: 3rem;
    height: 180px;
  }
  .figure-grid-section .figure-grid-block:hover .hover-visible {
    animation: FigureGridArrowMd 0.4s ease;
    animation-fill-mode: forwards;
  }
  .figure-grid-section + .anchor-section + .title-section, .figure-grid-section + .title-section {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .figure-grid-section {
    padding-bottom: 42px;
  }
  .figure-grid-section .figure-grid-block {
    width: calc(100vw / 2 - 28px);
    height: calc((100vw / 2 - 28px) / 1.64);
    margin-bottom: 8px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 1.6rem;
    line-height: 1.14;
    padding: 8%;
  }
  .figure-grid-section .figure-grid-block:hover .hover-visible {
    animation: FigureGridArrowSm 0.4s ease;
    animation-fill-mode: forwards;
  }
  .figure-grid-section .figure-grid-block p > span {
    position: relative;
    display: block;
  }
  .figure-grid-section .figure-grid-block .icon-arrow-1 {
    position: absolute;
    width: 30px;
    height: 16px;
    top: 0px;
  }
  .figure-grid-section .figure-grid-block .icon-arrow-1:before {
    top: 7px;
  }
  .figure-grid-section .figure-grid-block .icon-arrow-1:after {
    width: 11px;
    height: 11px;
    top: 2px;
  }
  .figure-grid-section + .anchor-section + .title-section, .figure-grid-section + .title-section {
    margin-top: 0px;
  }
}
@keyframes FigureGridMinus {
  from {
    width: auto;
  }
  to {
    width: 0;
    margin: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes FigureGridArrowLg {
  from {
    width: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  to {
    width: 100px;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes FigureGridArrowMd {
  from {
    width: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  to {
    width: 50px;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes FigureGridArrowSm {
  from {
    width: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  to {
    width: 30px;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.figure-different-styles-section {
  padding-bottom: 100px;
}
.figure-different-styles-section .figures-container {
  position: relative;
  margin-left: -12px;
  margin-right: -12px;
}
.figure-different-styles-section .figures-block {
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
  float: left;
  margin-top: 123px;
  width: 50%;
}
.figure-different-styles-section .figures-block:first-child {
  margin-top: 0;
}
.figure-different-styles-section .figures-block:nth-child(2) {
  margin-top: 140px;
}
.figure-different-styles-section .figures-block.type-1 .main-content {
  height: 347px;
  /* 411 */
}
.figure-different-styles-section .figures-block.type-1 .main-content span {
  font-size: 18rem;
  /* 24.48*/
  font-weight: 600;
}
.figure-different-styles-section .figures-block.type-2 .main-content {
  height: 347px;
  /* 468px */
}
.figure-different-styles-section .figures-block.type-2 .main-content span {
  font-size: 28.15rem;
  color: #fd5f00;
}
.figure-different-styles-section .figures-block.type-3 {
  width: 41.6666666667%;
  margin-right: calc(50% - 41.6666666667%);
}
.figure-different-styles-section .figures-block.type-3 .main-content {
  height: 270px;
  /* 338 */
}
.figure-different-styles-section .figures-block.type-3 .main-content span {
  font-size: 12rem;
  /* 9.97  */
}
.figure-different-styles-section .figures-block.type-4 .main-content {
  height: 350px;
  /* 405 */
}
.figure-different-styles-section .figures-block.type-4 .main-content span {
  font-size: 15rem;
  /* 12.24 */
  color: #fd5f00;
}
.figure-different-styles-section .figures-block.type-5 .main-content {
  height: 409px;
}
.figure-different-styles-section .figures-block.type-5 .main-content span {
  font-size: 20rem;
  font-weight: 600;
}
.figure-different-styles-section .main-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #ededed;
}
.figure-different-styles-section .description {
  margin-top: 40px;
  margin-left: 60px;
  font-size: 2.2rem;
  line-height: 1.2;
  width: 70%;
}
@media (min-width: 768px) {
  .figure-different-styles-section .description {
    margin-top: 20px;
    font-size: 2rem;
  }
}
.figure-different-styles-section .description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  .figure-different-styles-section .figures-block.type-1 .main-content span {
    font-size: 20rem;
  }
  .figure-different-styles-section .figures-block.type-2 .main-content span {
    font-size: 18rem;
  }
  .figure-different-styles-section .figures-block.type-3 .main-content span {
    font-size: 7rem;
  }
  .figure-different-styles-section .figures-block.type-4 .main-content span {
    font-size: 10rem;
  }
  .figure-different-styles-section .figures-block.type-5 .main-content span {
    font-size: 14rem;
  }
}
@media (max-width: 1024px) {
  .figure-different-styles-section {
    padding-bottom: 50px;
  }
  .figure-different-styles-section .figures-block.type-1 .main-content {
    height: 220px;
  }
  .figure-different-styles-section .figures-block.type-1 .main-content span {
    font-size: 13.1rem;
  }
  .figure-different-styles-section .figures-block.type-2 .main-content {
    height: 250px;
  }
  .figure-different-styles-section .figures-block.type-2 .main-content span {
    font-size: 15rem;
  }
  .figure-different-styles-section .figures-block.type-3 .main-content {
    height: 182px;
  }
  .figure-different-styles-section .figures-block.type-3 .main-content span {
    font-size: 5.2rem;
  }
  .figure-different-styles-section .figures-block.type-4 .main-content {
    height: 216px;
  }
  .figure-different-styles-section .figures-block.type-4 .main-content span {
    font-size: 6.5rem;
  }
  .figure-different-styles-section .figures-block.type-5 .main-content {
    height: 220px;
  }
  .figure-different-styles-section .figures-block.type-5 .main-content span {
    font-size: 10.7rem;
  }
  .figure-different-styles-section .description {
    margin-top: 20px;
    margin-left: 30px;
    font-size: 2.2rem;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .figure-different-styles-section {
    padding-bottom: 25px;
  }
  .figure-different-styles-section .figures-block {
    margin-top: 20px;
  }
  .figure-different-styles-section .figures-block:nth-child(2) {
    margin-top: 20px;
  }
  .figure-different-styles-section .figures-block.type-1 {
    width: 91.6666666667%;
  }
  .figure-different-styles-section .figures-block.type-1 .main-content {
    height: 165px;
  }
  .figure-different-styles-section .figures-block.type-1 .main-content span {
    font-size: 9.8rem;
  }
  .figure-different-styles-section .figures-block.type-2 {
    width: 83.3333333333%;
    margin-left: 16.6666666667%;
  }
  .figure-different-styles-section .figures-block.type-2 .main-content {
    height: 165px;
  }
  .figure-different-styles-section .figures-block.type-2 .main-content span {
    font-size: 9.8rem;
  }
  .figure-different-styles-section .figures-block.type-3 {
    width: 83.3333333333%;
    margin-right: 0;
  }
  .figure-different-styles-section .figures-block.type-3 .main-content {
    height: 151px;
  }
  .figure-different-styles-section .figures-block.type-3 .main-content span {
    font-size: 7rem;
    /* 4.35 */
  }
  .figure-different-styles-section .figures-block.type-4 {
    width: 83.3333333333%;
    margin-left: 16.6666666667%;
  }
  .figure-different-styles-section .figures-block.type-4 .main-content {
    height: 163px;
  }
  .figure-different-styles-section .figures-block.type-4 .main-content span {
    font-size: 7rem;
    /* 4.9 */
  }
  .figure-different-styles-section .figures-block.type-5 {
    width: 91.6666666667%;
  }
  .figure-different-styles-section .figures-block.type-5 .main-content {
    height: 165px;
  }
  .figure-different-styles-section .figures-block.type-5 .main-content span {
    font-size: 8.7rem;
  }
  .figure-different-styles-section .description {
    margin-top: 10px;
    font-size: 1.4rem;
    margin-left: 0;
  }
}
.buttons-section {
  padding-bottom: 75px;
  /* $container-padding-top-md */
}
.buttons-section .buttons-block {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.buttons-section .buttons-block.justify-content-center {
  -webkit-align-items: center;
  align-items: center;
}
.buttons-section .buttons-block .btn-figure-1 {
  margin-left: 6px;
  margin-right: 6px;
}
.buttons-section + .title-section {
  margin-top: -100px;
}
.buttons-section + .anchor-section + .buttons-section, .buttons-section + .buttons-section {
  margin-top: -60px;
}
@media (min-width: 768px) {
  .buttons-section + .anchor-section + .title-section {
    margin-top: -100px;
  }
}
@media (max-width: 1024px) {
  .buttons-section + .title-section {
    margin-top: 0;
  }
  .buttons-section + .anchor-section + .title-section, .buttons-section + .title-section {
    margin-top: -60px;
  }
  .buttons-section + .anchor-section + .buttons-section, .buttons-section + .buttons-section {
    margin-top: -65px;
  }
}
@media (max-width: 767px) {
  .buttons-section {
    padding-bottom: 50px;
    overflow: hidden;
  }
  .buttons-section .buttons-block {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .buttons-section .buttons-block .btn {
    margin: 0 0 10px;
  }
  .buttons-section .buttons-block .btn:last-child {
    margin-bottom: 0;
  }
  .buttons-section + .anchor-section + .buttons-section, .buttons-section + .buttons-section {
    margin-top: -25px;
  }
  .buttons-section + .anchor-section + .title-section, .buttons-section + .title-section {
    margin-top: 0;
  }
}
/*
 .buttons-section {
 @media (max-width: $screen-md-max) {
 &+.vertical-text-slider {
 padding-top: 0;
 padding-bottom: 0;
 }
 }
 }
 */
.vertical-slider-wrapper {
  height: 600px;
  padding: 50px 0 50px 0;
  overflow: hidden;
}
.vertical-slider-wrapper:before, .vertical-slider-wrapper:after {
  display: block;
  position: absolute;
  height: 200px;
  left: 0;
  right: 0;
  z-index: 20;
  pointer-events: none;
}
.vertical-slider-wrapper:before {
  top: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8d8d8+0,d8d8d8+100&1+0,0+100 */
  background: -moz-linear-gradient(top, rgba(216, 216, 216, 1) 0%, rgba(216, 216, 216, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(216, 216, 216, 1) 0%, rgba(216, 216, 216, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(216, 216, 216, 1) 0%, rgba(216, 216, 216, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8d8d8', endColorstr='#00d8d8d8',GradientType=0);
  /* IE6-9 */
}
.vertical-slider-wrapper:after {
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8d8d8+0,d8d8d8+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(216, 216, 216, 0) 0%, rgba(216, 216, 216, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(216, 216, 216, 0) 0%, rgba(216, 216, 216, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(216, 216, 216, 0) 0%, rgba(216, 216, 216, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d8d8d8', endColorstr='#d8d8d8',GradientType=0);
  /* IE6-9 */
}
@media (max-width: 1024px) {
  .vertical-slider-wrapper {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .vertical-slider-wrapper {
    height: 230px;
    padding: 20px 0;
  }
}
.wrapper-container > .contents > .vertical-text-slider:first-child {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}
.wrapper-container > .contents > .vertical-text-slider:first-child .bg-style-3 > .container-fluid {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .wrapper-container > .contents > .vertical-text-slider:first-child .bg-style-3 > .container-fluid {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .wrapper-container > .contents > .vertical-text-slider:first-child .bg-style-3 > .container-fluid {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.vertical-text-slider {
  margin-bottom: 20px;
  font-family: 'Herbergi', Helvetica, Arial, sans-serif;
  overflow: hidden;
}
.vertical-text-slider.small-slider .vertical-slider-wrapper {
  height: 360px;
}
.vertical-text-slider.small-slider .text h3 {
  font-size: 8.4rem;
}
.vertical-text-slider .container-fluid .col-6:after, .vertical-text-slider .container-fluid .col-8:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 40%;
  right: 0;
  bottom: 0;
  z-index: 20;
}
.vertical-text-slider .container-fluid .col-8:after {
  left: 60%;
}
.vertical-text-slider .vertical-carousel {
  width: 100%;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.vertical-text-slider .vertical-carousel__host {
  width: 100%;
  height: 100%;
}
.vertical-text-slider .vertical-carousel__item {
  transform: translateY(-50%);
  height: 20%;
  width: 100%;
  position: absolute;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
.vertical-text-slider .vertical-carousel__item__lines {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  font-size: 3vw;
  line-height: 0.8;
}
.vertical-text-slider .vertical-carousel__item--active .vertical-carousel__line:nth-of-type(2)::before {
  transition-delay: 0.3s;
}
.vertical-text-slider .vertical-carousel__item--active .vertical-carousel__line::before {
  transform: scale(1, 1);
  transition-delay: 0s;
}
.vertical-text-slider .vertical-carousel__line {
  display: inline-block;
  position: relative;
  margin-left: 0.2em;
  margin-right: 0.2em;
}
.vertical-text-slider .vertical-carousel__line:hover {
  text-decoration: none;
}
.vertical-text-slider .vertical-carousel__line:before {
  position: absolute;
  display: block;
  content: '';
  left: -0.08em;
  right: -0.08em;
  height: 0.45em;
  background-color: rgba(253, 95, 0, 0.6);
  bottom: 0.08em;
  -webkit-transition: -webkit-transform 0.65s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: -moz-transform 0.65s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: -ms-transform 0.65s cubic-bezier(0, 0, 0.58, 1);
  transition: transform 0.65s cubic-bezier(0, 0, 0.58, 1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}
@media (max-width: 1024px) {
  .vertical-text-slider .vertical-carousel__line:before {
    /* height: 0.27em;
     bottom: 0.12em; */
  }
}
@media (max-width: 767px) {
  .vertical-text-slider .vertical-carousel__line:before {
    left: -1px;
    right: -1px;
    height: 0.45em;
  }
}
.vertical-text-slider .vertical-carousel__line.marker {
  /*
   &.space {
   &:before {
   left: 0.08em;
   right: 0.08em;
   }
   }
   */
}
.vertical-text-slider .vertical-carousel__line.marker:before {
  transition-delay: 0.4s;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.vertical-text-slider .vertical-carousel__line.marker + .marker:before {
  transition-delay: 0.95s;
}
.vertical-text-slider .vertical-carousel__line.marker + .marker + .marker:before {
  transition-delay: 1.6s;
}
.vertical-text-slider .vertical-carousel__line:before {
  height: 0.3em;
}
.vertical-text-slider .text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.vertical-text-slider .text h3 {
  font-size: 12rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .vertical-text-slider {
    margin-top: 0;
    margin-bottom: 50px;
    /*padding-top: 86px;
     padding-bottom: 86px;*/
  }
  .vertical-text-slider.small-slider .vertical-slider-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    height: 300px;
  }
  .vertical-text-slider.small-slider .text h3 {
    font-size: 4.6rem;
  }
  .vertical-text-slider .text h3 {
    font-size: 8.7rem;
  }
  .vertical-text-slider .text h3 span {
    display: none;
  }
  .vertical-text-slider .container-fluid .col-6:after {
    left: 50%;
  }
  .vertical-text-slider .container-fluid .col-8:after {
    left: 65%;
  }
}
@media (max-width: 767px) {
  .vertical-text-slider {
    margin-bottom: 25px;
    padding-top: 0;
    padding-bottom: 35px;
  }
  .vertical-text-slider.small-slider .vertical-slider-wrapper {
    height: 230px;
  }
  .vertical-text-slider.small-slider .text h3 {
    font-size: 3.6rem;
  }
  .vertical-text-slider .vertical-carousel__item__lines {
    font-size: 1rem;
    line-height: 1;
  }
  .vertical-text-slider .vertical-carousel__line:before {
    height: 0.4em;
    bottom: 0.08em;
  }
  .vertical-text-slider .text h3 {
    font-size: 3.6rem;
  }
  .vertical-text-slider .bg-style-3 > .container-fluid {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .vertical-text-slider .container-fluid .col-6:after, .vertical-text-slider .container-fluid .col-8:after {
    display: none;
  }
}
@media (max-width: 575px) {
  .vertical-text-slider .text h3 {
    font-size: 3.2rem;
  }
}
.steps-section {
  padding-bottom: 123px;
  /* $container-padding-top-lg */
}
.steps-section[data-count="1"] {
  margin-bottom: 200px;
}
.steps-section[data-count="2"] {
  margin-bottom: 400px;
}
.steps-section[data-count="3"] {
  margin-bottom: 600px;
}
.steps-section[data-count="4"] {
  margin-bottom: 800px;
}
.steps-section[data-count="5"] {
  margin-bottom: 1000px;
}
.steps-section .step-section-trigger {
  display: block;
  clear: both;
  height: 0;
  opacity: 0;
}
.steps-section h3 {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .steps-section {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .steps-section {
    padding-bottom: 50px;
  }
}
.step-section-animation .step-section {
  position: fixed;
  top: 120px;
}
.steps-block {
  /* background-color: $pc_container_grey; */
}
.steps-block .body-block {
  position: relative;
  padding-top: 85px;
  margin-bottom: -10px;
}
.steps-block .footer-block {
  /*
   border-top: 126px solid $pc_container_grey;
   border-left: $standart-boder-50p solid $pc_w;
   border-right: $standart-boder-50p solid $pc_w;
   */
  overflow: hidden;
  height: 0;
  position: relative;
  padding-bottom: 10%;
}
.steps-block .footer-block:before, .steps-block .footer-block:after {
  content: '';
  width: 101.6%;
  display: block;
  position: absolute;
  border-bottom: 3px solid #000;
  top: 5px;
}
.steps-block .footer-block:before {
  transform: rotate(10deg);
  left: -50%;
}
.steps-block .footer-block:after {
  transform: rotate(-10deg);
  left: 50%;
}
.steps-block .steps-count {
  font-size: 2.4rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
.steps-block .text-container {
  min-height: 30px;
  position: relative;
}
.steps-block .step-block {
  margin-bottom: 10px;
}
.steps-block .step-block:last-child {
  margin-bottom: 0;
}
.steps-block .text-block {
  font-size: 4.8rem;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 1024px) {
  .steps-block .body-block {
    padding-top: 38px;
  }
  .steps-block .steps-count {
    font-size: 1.2rem;
    line-height: 1.25;
  }
  .steps-block .text-block {
    font-size: 4rem;
    line-height: 1.2;
  }
  .steps-block .footer-block:before, .steps-block .footer-block:after {
    border-bottom-width: 3px;
  }
}
@media (max-width: 767px) {
  .steps-block .body-block {
    padding-top: 10px;
  }
  .steps-block .steps-count {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .steps-block .text-block {
    font-size: 2rem;
    line-height: 1.18;
  }
  .steps-block .footer-block {
    padding-bottom: 12%;
  }
  .steps-block .footer-block:before, .steps-block .footer-block:after {
    border-bottom-width: 2px;
  }
}
.more-on-subject-section {
  padding-bottom: 0;
  margin-bottom: -100px;
  overflow-x: hidden;
}
.more-on-subject-section .content-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 70px;
}
.more-on-subject-section .content-part {
  max-width: 25%;
}
.more-on-subject-section .content-part h4 {
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 42px;
  font-weight: normal;
}
.more-on-subject-section .content-part ul, .more-on-subject-section .content-part ol {
  position: relative;
}
.more-on-subject-section .content-part ul li, .more-on-subject-section .content-part ol li {
  display: table;
  padding-left: 0.8em;
  margin-bottom: 0;
}
.more-on-subject-section .content-part ul li.link, .more-on-subject-section .content-part ol li.link {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.more-on-subject-section .content-part ul li.link:hover, .more-on-subject-section .content-part ol li.link:hover {
  -webkit-transform: translateX(-0.8em);
  -moz-transform: translateX(-0.8em);
  -ms-transform: translateX(-0.8em);
  transform: translateX(-0.8em);
}
.more-on-subject-section .content-part ul li.link:hover:before, .more-on-subject-section .content-part ol li.link:hover:before {
  display: none;
}
.more-on-subject-section .content-part ul li.link:hover a, .more-on-subject-section .content-part ol li.link:hover a, .more-on-subject-section .content-part ul li.link:hover a:hover, .more-on-subject-section .content-part ol li.link:hover a:hover {
  color: #fd5f00;
}
.more-on-subject-section .content-part ul li.link a, .more-on-subject-section .content-part ol li.link a {
  color: #000;
}
.more-on-subject-section .content-part ul li .style-arrow-normal span:last-child:after, .more-on-subject-section .content-part ol li .style-arrow-normal span:last-child:after {
  color: #fd5f00;
}
.more-on-subject-section .content-part ul li:before {
  position: absolute;
  display: block;
  content: '-';
  left: 0;
  font-size: inherit;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 1024px) {
  .more-on-subject-section {
    margin-bottom: -50px;
  }
  .more-on-subject-section .content-block {
    padding-bottom: 40px;
  }
  .more-on-subject-section .content-part {
    max-width: 30%;
  }
  .more-on-subject-section .content-part h4 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .more-on-subject-section .content-part ul li {
    font-size: 1.4rem;
    line-height: 1.25;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .more-on-subject-section {
    margin-bottom: 0;
  }
  .more-on-subject-section .content-block {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-bottom: 5px;
  }
  .more-on-subject-section .content-part {
    max-width: 100%;
    margin-bottom: 25px;
  }
  .more-on-subject-section .content-part h4 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .more-on-subject-section .content-part ul li .style-arrow-2:after, .more-on-subject-section .content-part ol li .style-arrow-2:after {
    top: -2px;
  }
}
.h-slider-section {
  padding-bottom: 0px;
  /* $container-padding-bottom-lg */
  overflow: hidden;
}
.h-slider-section .owl-carousel {
  width: auto;
  margin: 0 -25vw;
}
.h-slider-section .owl-carousel .owl-stage-outer {
  z-index: 1;
}
.h-slider-section .owl-carousel .item {
  padding-left: 12px;
  padding-right: 12px;
  max-width: 800px;
}
.h-slider-section .owl-carousel .owl-nav {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 25vw;
}
.h-slider-section .owl-carousel .owl-nav.disabled {
  display: block;
}
.h-slider-section .owl-carousel .owl-prev, .h-slider-section .owl-carousel .owl-next {
  position: absolute;
  width: 20%;
  height: 100%;
  z-index: 1;
}
.h-slider-section .owl-carousel .owl-prev {
  cursor: url('../img/arrow-carousel-left.svg'), url('../img/arrow-carousel-left.png'), w-resize;
}
.h-slider-section .owl-carousel .owl-next {
  right: 0;
  cursor: url('../img/arrow-carousel-right.svg'), url('../img/arrow-carousel-right.png'), e-resize;
}
@media (min-width: 768px) {
  .h-slider-section + .title-section {
    padding-top: 20px;
  }
}
@media (max-width: 1024px) {
  .h-slider-section {
    padding-bottom: 50px;
  }
  .h-slider-section .owl-carousel .item {
    padding-left: 6px;
    padding-right: 6px;
    max-width: 50vw;
  }
  .h-slider-section .owl-carousel .owl-nav {
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 25vw;
  }
  .h-slider-section .owl-carousel .owl-nav.disabled {
    display: none;
  }
}
@media (max-width: 767px) {
  .h-slider-section {
    padding-bottom: 25px;
  }
  .h-slider-section .owl-carousel {
    margin: 0 -60vw;
  }
  .h-slider-section .owl-carousel .item {
    padding-left: 3px;
    padding-right: 3px;
  }
}
.credentials-section {
  padding-bottom: 100px;
}
.credentials-section .credentials-block {
  margin-bottom: 100px;
}
.credentials-section .credentials-block:last-child {
  margin-bottom: 0;
}
.credentials-section .comment-block {
  font-size: 4rem;
}
.credentials-section .comment-block + .author-block {
  margin-top: 40px;
}
.credentials-section .comment-block p:last-child {
  margin-bottom: 0;
}
.credentials-section .author-block {
  max-width: 480px;
}
.credentials-section u:hover {
  text-decoration: none;
}
.credentials-section u:before {
  position: absolute;
  display: block;
  content: '';
  left: -0.08em;
  right: -0.08em;
  height: 0.45em;
  background-color: rgba(253, 95, 0, 0.6);
  bottom: 0.08em;
  -webkit-transition: -webkit-transform 0.65s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: -moz-transform 0.65s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: -ms-transform 0.65s cubic-bezier(0, 0, 0.58, 1);
  transition: transform 0.65s cubic-bezier(0, 0, 0.58, 1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}
@media (max-width: 1024px) {
  .credentials-section u:before {
    /* height: 0.27em;
     bottom: 0.12em; */
  }
}
@media (max-width: 767px) {
  .credentials-section u:before {
    left: -1px;
    right: -1px;
    height: 0.45em;
  }
}
.credentials-section u.marker {
  /*
   &.space {
   &:before {
   left: 0.08em;
   right: 0.08em;
   }
   }
   */
}
.credentials-section u.marker:before {
  transition-delay: 0.4s;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.credentials-section u.marker + .marker:before {
  transition-delay: 0.95s;
}
.credentials-section u.marker + .marker + .marker:before {
  transition-delay: 1.6s;
}
@media (max-width: 1024px) {
  .credentials-section {
    padding-bottom: 50px;
  }
  .credentials-section .credentials-block {
    margin-bottom: 50px;
  }
  .credentials-section .comment-block {
    font-size: 2.4rem;
  }
  .credentials-section .comment-block + .author-block {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .credentials-section {
    padding-bottom: 25px;
  }
  .credentials-section .credentials-block {
    margin-bottom: 25px;
  }
  .credentials-section .comment-block {
    font-size: 1.8rem;
  }
  .credentials-section .comment-block + .author-block {
    margin-top: 10px;
  }
}
.academy-list-section {
  padding-bottom: 100px;
  overflow: hidden;
}
.academy-list-section .academy-offer-month {
  margin-bottom: 100px;
}
.academy-list-section .academy-offer-month:last-child {
  margin-bottom: 35px;
}
.academy-list-section .academy-offer-month.hidden {
  display: none;
}
.academy-list-section .academy-offer-month.current-month div.academy-offer:nth-of-type(1), .academy-list-section .academy-offer-month.current-month div.academy-offer:nth-of-type(2), .academy-list-section .academy-offer-month.current-month div.academy-offer:nth-of-type(3) {
  padding-top: 60px;
  padding-bottom: 60px;
}
.academy-list-section .academy-offer-month.current-month div.academy-offer:nth-of-type(1) h3, .academy-list-section .academy-offer-month.current-month div.academy-offer:nth-of-type(2) h3, .academy-list-section .academy-offer-month.current-month div.academy-offer:nth-of-type(3) h3 {
  font-size: 4rem;
  margin-bottom: 10px;
}
.academy-list-section .academy-offer-month.current-month div.academy-offer:nth-of-type(1) h2, .academy-list-section .academy-offer-month.current-month div.academy-offer:nth-of-type(2) h2, .academy-list-section .academy-offer-month.current-month div.academy-offer:nth-of-type(3) h2 {
  font-size: 6.5rem;
  margin-bottom: 40px;
}
.academy-list-section .academy-offer-month.current-month div.academy-offer:nth-of-type(3).odd:before {
  left: calc(-8.3333333333% - 12px);
  right: -50vw;
}
.academy-list-section .academy-offer-month.current-month h4 {
  display: none;
}
.academy-list-section .academy-offer-month .academy-offer.odd {
  position: relative;
}
.academy-list-section .academy-offer-month .academy-offer.odd:before {
  position: absolute;
  display: block;
  content: '';
  background: #ededed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -50vw;
  right: 0;
}
.academy-list-section .academy-offer-month h4 {
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 25px;
  /* 40 */
}
.academy-list-section .academy-offer {
  padding-top: 25px;
  padding-bottom: 18px;
}
.academy-list-section .academy-offer h3 {
  font-size: 1.8rem;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: normal;
}
.academy-list-section .academy-offer h2 {
  font-size: 4rem;
  margin-bottom: 15px;
  font-weight: normal;
}
.academy-list-section .academy-offer .btn {
  font-size: 2.4rem;
  font-weight: 300;
}
.academy-list-section .academy-offer.inactive {
  display: none;
}
.academy-list-section .btn-text-style:not(.back-btn) span {
  text-transform: initial;
}
.academy-list-section .btn-load-more {
  /* margin-bottom: 86px; */
  margin-bottom: 0;
}
.academy-list-section .dropdown-filter-wrapper {
  margin: 0 -10px;
}
.academy-list-section .dropdown-filter {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
}
.academy-list-section h3 + .btn {
  margin-top: 21px;
}
.academy-list-section .date, .academy-list-section .text {
  display: inline-block;
  vertical-align: top;
}
.academy-list-section .text {
  width: calc(100% - 115px);
}
.academy-list-section .date {
  padding: 17px 0;
  background-color: #fd5f00;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.8rem;
  width: 85px;
  margin-right: 30px;
}
.academy-list-section .date p {
  margin: 0;
}
.academy-list-section .date span {
  display: block;
}
.academy-list-section .date span.month {
  margin-bottom: 7px;
}
.academy-list-section .date span.day {
  font-size: 4rem;
}
@media (max-width: 1024px) {
  .academy-list-section {
    padding-bottom: 50px;
  }
  .academy-list-section .special-title {
    font-size: 2rem;
    margin-bottom: 25px;
  }
  .academy-list-section .academy-offer-month {
    margin-bottom: 50px;
  }
  .academy-list-section .academy-offer-month.current-month div.academy-offer:nth-of-type(1), .academy-list-section .academy-offer-month.current-month div.academy-offer:nth-of-type(2), .academy-list-section .academy-offer-month.current-month div.academy-offer:nth-of-type(3) {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .academy-list-section .academy-offer-month.current-month div.academy-offer:nth-of-type(1) h3, .academy-list-section .academy-offer-month.current-month div.academy-offer:nth-of-type(2) h3, .academy-list-section .academy-offer-month.current-month div.academy-offer:nth-of-type(3) h3 {
    font-size: 2.4rem;
    margin-bottom: 5px;
  }
  .academy-list-section .academy-offer-month.current-month div.academy-offer:nth-of-type(1) h2, .academy-list-section .academy-offer-month.current-month div.academy-offer:nth-of-type(2) h2, .academy-list-section .academy-offer-month.current-month div.academy-offer:nth-of-type(3) h2 {
    font-size: 4rem;
    margin-bottom: 20px;
  }
  .academy-list-section .academy-offer-month.current-month div.academy-offer:nth-of-type(3).odd:before {
    left: -50vw;
    right: 0;
  }
  .academy-list-section .academy-offer-month.current-month div.academy-offer .btn {
    font-size: 2.4rem;
  }
  .academy-list-section .academy-offer-month.current-month div.academy-offer .btn-text-style:not(.back-btn):hover:before, .academy-list-section .academy-offer-month.current-month div.academy-offer .btn-text-style:not(.back-btn):hover:after, .academy-list-section .academy-offer-month.current-month div.academy-offer .btn-text-style:not(.back-btn):hover span {
    -webkit-transform: translateX(calc(94px + 0.68em));
    -moz-transform: translateX(calc(94px + 0.68em));
    -ms-transform: translateX(calc(94px + 0.68em));
    transform: translateX(calc(94px + 0.68em));
  }
  .academy-list-section .academy-offer-month h4 {
    font-size: 2rem;
  }
  .academy-list-section .academy-offer {
    padding-top: 27px;
    padding-bottom: 20px;
  }
  .academy-list-section .academy-offer h3 {
    font-size: 1.2rem;
  }
  .academy-list-section .academy-offer h2 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .academy-list-section .academy-offer .btn {
    font-size: 1.4rem;
  }
  .academy-list-section .btn-load-more {
    /* margin-bottom: $container-padding-bottom-md; */
  }
  .academy-list-section .dropdown-filter {
    width: 50%;
  }
  .academy-list-section h3 + .btn {
    margin-top: 13px;
  }
  .academy-list-section .text {
    width: calc(100% - 80px);
  }
  .academy-list-section .date {
    padding: 15px 0;
    font-size: 1.2rem;
    width: 65px;
    margin-right: 15px;
  }
  .academy-list-section .date span.month {
    margin-bottom: 5px;
  }
  .academy-list-section .date span.day {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .academy-list-section {
    padding-bottom: 25px;
  }
  .academy-list-section .special-title {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
  .academy-list-section .academy-offer-month {
    margin-bottom: 25px;
  }
  .academy-list-section .academy-offer-month.current-month div.academy-offer:nth-of-type(1), .academy-list-section .academy-offer-month.current-month div.academy-offer:nth-of-type(2), .academy-list-section .academy-offer-month.current-month div.academy-offer:nth-of-type(3) {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .academy-list-section .academy-offer-month.current-month div.academy-offer:nth-of-type(1) h3, .academy-list-section .academy-offer-month.current-month div.academy-offer:nth-of-type(2) h3, .academy-list-section .academy-offer-month.current-month div.academy-offer:nth-of-type(3) h3 {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .academy-list-section .academy-offer-month.current-month div.academy-offer:nth-of-type(1) h2, .academy-list-section .academy-offer-month.current-month div.academy-offer:nth-of-type(2) h2, .academy-list-section .academy-offer-month.current-month div.academy-offer:nth-of-type(3) h2 {
    font-size: 3rem;
    margin-bottom: 5px;
  }
  .academy-list-section .academy-offer-month.current-month div.academy-offer:nth-of-type(3).odd:before {
    left: calc(-8.3333333333% - 3px);
  }
  .academy-list-section .academy-offer-month.current-month div.academy-offer .btn {
    font-size: 1.8rem;
  }
  .academy-list-section .academy-offer-month.current-month div.academy-offer .btn-text-style:not(.back-btn):hover:before, .academy-list-section .academy-offer-month.current-month div.academy-offer .btn-text-style:not(.back-btn):hover:after, .academy-list-section .academy-offer-month.current-month div.academy-offer .btn-text-style:not(.back-btn):hover span {
    -webkit-transform: translateX(calc(70px + 0.68em));
    -moz-transform: translateX(calc(70px + 0.68em));
    -ms-transform: translateX(calc(70px + 0.68em));
    transform: translateX(calc(70px + 0.68em));
  }
  .academy-list-section .academy-offer-month h4 {
    font-size: 2rem;
    margin-bottom: 25px;
  }
  .academy-list-section .academy-offer {
    padding-top: 20px;
    padding-bottom: 13px;
  }
  .academy-list-section .academy-offer h3 {
    font-size: 1.4rem;
    margin-bottom: 2px;
  }
  .academy-list-section .academy-offer h2 {
    font-size: 2rem;
    margin-bottom: 5px;
  }
  .academy-list-section .btn-load-more {
    /* margin-bottom: $container-padding-bottom-sm; */
  }
  .academy-list-section .btn-text-style:not(.back-btn) {
    letter-spacing: 0;
    font-weight: 300;
  }
  .academy-list-section .academy-offer-month.current-month div.academy-offer .btn {
    font-size: 2rem;
  }
  .academy-list-section .academy-offer-month.current-month div.academy-offer:nth-of-type(3).odd:before {
    right: 0;
  }
  .academy-list-section .filter-block ul li {
    margin-bottom: 10px;
  }
  .academy-list-section .filter-block ul a {
    font-size: 1.6rem;
    height: 30px;
  }
  .academy-list-section .filter-block .months-filter, .academy-list-section .filter-block .locations-filter {
    display: block;
  }
  .academy-list-section .dropdown-filter {
    width: 100%;
  }
  .academy-list-section h3 + .btn {
    margin-top: 6px;
  }
  .academy-list-section .text {
    width: calc(100% - 80px);
  }
  .academy-list-section .date {
    font-size: 1.4rem;
  }
  .academy-list-section .date span.day {
    font-size: 2rem;
  }
}
.sidebar-container .search-block fieldset {
  padding: 0;
  border: 0;
  margin-bottom: 40px;
}
.sidebar-container .search-block fieldset .search-text:after {
  position: relative;
  display: block;
  content: '';
  padding-top: 14px;
  border-bottom: 2px solid #000;
  width: 100%;
}
.sidebar-container .search-block fieldset .search-text input {
  position: relative;
  background: transparent;
  width: 100%;
  border: none;
  padding: 0;
  font-size: 6.5rem;
  line-height: 1;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  letter-spacing: 1px;
}
.sidebar-container .search-block fieldset .search-text input::-webkit-input-placeholder {
  color: #000;
  text-transform: initial;
}
.sidebar-container .search-block fieldset .search-text input:-moz-placeholder {
  color: #000;
  text-transform: initial;
}
.sidebar-container .search-block fieldset .search-text input::-moz-placeholder {
  color: #000;
  text-transform: initial;
}
.sidebar-container .search-block fieldset .search-text input:-ms-input-placeholder {
  color: #000;
  text-transform: initial;
}
.sidebar-container .search-block fieldset .search-text input::-placeholder {
  color: #000;
  text-transform: initial;
}
.sidebar-container .search-block .hidden {
  position: absolute;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
}
.sidebar-container .search-results .text {
  font-size: 2.4rem;
}
.sidebar-container .search-results .container-fluid .search-result {
  margin-top: 60px;
}
.sidebar-container .search-results .container-fluid .search-result:nth-child(1) h3, .sidebar-container .search-results .container-fluid .search-result:nth-child(2) h3, .sidebar-container .search-results .container-fluid .search-result:nth-child(3) h3 {
  font-size: 6.5rem;
}
@media (min-width: 768px) {
  .sidebar-container .search-results .container-fluid .search-result:nth-child(1) h3, .sidebar-container .search-results .container-fluid .search-result:nth-child(2) h3, .sidebar-container .search-results .container-fluid .search-result:nth-child(3) h3 {
    font-size: 4rem;
    margin-bottom: 0;
  }
}
.sidebar-container .search-results .container-fluid .search-result a {
  display: inline-block;
  color: #000;
}
.sidebar-container .search-results .container-fluid .search-result a:hover, .sidebar-container .search-results .container-fluid .search-result a:focus {
  text-decoration: none;
  color: #fd5f00;
}
.sidebar-container .search-results .container-fluid .search-result a:hover .btn-text-style:before, .sidebar-container .search-results .container-fluid .search-result a:focus .btn-text-style:before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  right: 0;
}
.sidebar-container .search-results .container-fluid .search-result a:hover .btn-text-style:after, .sidebar-container .search-results .container-fluid .search-result a:focus .btn-text-style:after {
  -webkit-transform: translateX(calc(100% + 0.6em));
  -moz-transform: translateX(calc(100% + 0.6em));
  -ms-transform: translateX(calc(100% + 0.6em));
  transform: translateX(calc(100% + 0.6em));
}
.sidebar-container .search-results .container-fluid .search-result a .btn-text-style {
  width: 50px;
  margin-left: 0.6em;
}
.sidebar-container .search-results .container-fluid .search-result a .btn-text-style:before, .sidebar-container .search-results .container-fluid .search-result a .btn-text-style:after {
  top: 0.4em;
  margin-left: 0;
  font-size: 0.6em;
}
.sidebar-container .search-results .container-fluid .search-result a .btn-text-style:before {
  top: 1.16em;
}
.sidebar-container .search-results .container-fluid .search-result a .btn-text-style:after {
  color: #000 !important;
}
.sidebar-container .search-results .container-fluid h3 {
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 300;
}
.sidebar-container .search-results .container-fluid p {
  font-size: 2.4rem;
  line-height: 1.25;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .sidebar-container .search-block fieldset {
    margin-bottom: 20px;
  }
  .sidebar-container .search-block fieldset .search-text:after {
    padding-top: 8px;
    border-bottom: 1px solid #000;
  }
  .sidebar-container .search-block fieldset .search-text input {
    font-size: 4rem;
  }
  .sidebar-container .search-block > .container-fluid {
    width: 100%;
  }
  .sidebar-container .search-results .text {
    font-size: 1.4rem;
  }
  .sidebar-container .search-results .container-fluid {
    width: 100%;
  }
  .sidebar-container .search-results .container-fluid .search-result {
    margin-top: 30px;
  }
  .sidebar-container .search-results .container-fluid .search-result:nth-child(1) h3, .sidebar-container .search-results .container-fluid .search-result:nth-child(2) h3, .sidebar-container .search-results .container-fluid .search-result:nth-child(3) h3 {
    font-size: 4rem;
  }
  .sidebar-container .search-results .container-fluid .search-result a:hover .btn-text-style:before, .sidebar-container .search-results .container-fluid .search-result a:focus .btn-text-style:before {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .sidebar-container .search-results .container-fluid .search-result a:hover .btn-text-style:after, .sidebar-container .search-results .container-fluid .search-result a:focus .btn-text-style:after {
    -webkit-transform: translateX(calc(100% + 0.6em));
    -moz-transform: translateX(calc(100% + 0.6em));
    -ms-transform: translateX(calc(100% + 0.6em));
    transform: translateX(calc(100% + 0.6em));
  }
  .sidebar-container .search-results .container-fluid .search-result a .btn-text-style {
    width: 26px;
    margin-left: 0.6em;
  }
  .sidebar-container .search-results .container-fluid .search-result a .btn-text-style:before, .sidebar-container .search-results .container-fluid .search-result a .btn-text-style:after {
    top: 0.4em;
    font-size: 0.55em;
  }
  .sidebar-container .search-results .container-fluid .search-result a .btn-text-style:before {
    top: 1.2em;
  }
  .sidebar-container .search-results .container-fluid .search-result h3 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .sidebar-container .search-results .container-fluid .search-result p {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .sidebar-container .search-block fieldset {
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 20px;
  }
  .sidebar-container .search-block fieldset .search-text:after {
    padding-top: 8px;
    border-bottom: 1px solid #000;
  }
  .sidebar-container .search-block fieldset .search-text input {
    font-size: 2rem;
  }
  .sidebar-container .search-block > .container-fluid {
    margin-left: -3px;
    width: 100%;
  }
  .sidebar-container .search-results .text {
    font-size: 1.6rem;
  }
  .sidebar-container .search-results .container-fluid .search-result {
    margin-top: 20px;
  }
  .sidebar-container .search-results .container-fluid .search-result:nth-child(1) h3, .sidebar-container .search-results .container-fluid .search-result:nth-child(2) h3, .sidebar-container .search-results .container-fluid .search-result:nth-child(3) h3 {
    font-size: 2rem;
  }
  .sidebar-container .search-results .container-fluid .search-result a .btn-text-style {
    width: 30px;
  }
  .sidebar-container .search-results .container-fluid .search-result a .btn-text-style:before {
    top: 1.4em;
  }
  .sidebar-container .search-results .container-fluid .search-result h3 {
    font-size: 2rem;
  }
  .sidebar-container .search-results .container-fluid .search-result p {
    font-size: 1.6rem;
  }
}
.map-container {
  height: 75vh;
}
@media (max-width: 1024px) {
  .map-container {
    height: 40vh;
  }
}
.contact-form {
  /* register form */
}
.contact-form form.rex-yform {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
.contact-form form.rex-yform .form-group, .contact-form form.rex-yform .yform-element, .contact-form form.rex-yform .form-title, .contact-form form.rex-yform .checkbox-group-navigation {
  padding-right: 12px;
  padding-left: 12px;
}
.contact-form form.rex-yform .form-title {
  clear: both;
  width: 100%;
}
.contact-form #yform-default-form-title {
  order: 0;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.contact-form #yform-default-form-zip {
  order: 3;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.contact-form #yform-default-form-city {
  order: 4;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.contact-form #yform-default-form-firstname {
  order: 1;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.contact-form #yform-default-form-lastname {
  order: 2;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.contact-form #yform-default-form-country {
  order: 5;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.contact-form #yform-default-form-company {
  order: 6;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.contact-form #yform-default-form-telephone {
  order: 7;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.contact-form #yform-default-form-callback {
  order: 8;
  flex: 0 0 25%;
  max-width: 25%;
}
.contact-form #yform-default-form-street {
  order: 9;
  flex: 0 0 25%;
  max-width: 25%;
}
.contact-form #yform-default-form-number {
  order: 10;
  flex: 0 0 25%;
  max-width: 25%;
}
.contact-form #yform-default-form-email {
  order: 11;
  flex: 0 0 25%;
  max-width: 25%;
}
.contact-form #yform-default-form-newsletter {
  order: 12;
  flex: 0 0 25%;
  max-width: 25%;
}
.contact-form #yform-default-form-message {
  order: 13;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
}
.contact-form #yform-default-form-terms {
  order: 14;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.contact-form #yform-default-form-terms:after {
  display: none;
}
.contact-form #yform-default-form-terms label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 60%;
}
.contact-form #yform-default-form-terms label .checkmark {
  flex: none;
  bottom: 0;
}
.contact-form #yform-default-form-terms label p {
  margin-top: 9px;
}
.contact-form #yform-default-form-terms p {
  text-transform: uppercase;
}
.contact-form .mandatory {
  order: 15;
  flex: 0 0 100%;
  max-width: 100%;
}
.contact-form .btn {
  order: 16;
}
.contact-form #yform-register-form-firstname, .contact-form #yform-register-form-lastname, .contact-form #yform-register-form-password, .contact-form #yform-register-form-password-repeat {
  flex: 0 0 50%;
  max-width: 50%;
}
.contact-form #yform-register-form-email {
  flex: 0 0 100%;
  max-width: 100%;
}
.contact-form #yform-register-form-terms:after {
  display: none;
}
@media (max-width: 1024px) {
  .contact-form form.rex-yform {
    margin-right: -6px;
    margin-left: -6px;
  }
  .contact-form form.rex-yform .form-group, .contact-form form.rex-yform .yform-element, .contact-form form.rex-yform .form-title, .contact-form form.rex-yform .checkbox-group-navigation {
    padding-right: 6px;
    padding-left: 6px;
  }
  .contact-form form.rex-yform .form-title {
    clear: both;
    width: 100%;
  }
  .contact-form #yform-default-form-firstname {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .contact-form #yform-default-form-lastname {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .contact-form #yform-default-form-company {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .contact-form #yform-default-form-telephone {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .contact-form #yform-default-form-street {
    order: 8;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .contact-form #yform-default-form-number {
    order: 9;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .contact-form #yform-default-form-email {
    order: 10;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .contact-form #yform-default-form-callback {
    order: 11;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .contact-form #yform-default-form-newsletter {
    order: 12;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .contact-form #yform-default-form-message {
    margin-top: 16px;
    margin-bottom: 30px;
  }
  .contact-form #yform-default-form-terms {
    margin-bottom: 12px;
  }
  .contact-form #yform-default-form-terms label {
    width: 100%;
  }
  .contact-form #yform-default-form-terms label p {
    margin-top: 3px;
  }
  .contact-form #yform-default-form-terms .checkmark {
    bottom: 0;
  }
  .contact-form .mandatory {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .contact-form form.rex-yform {
    margin-right: -3px;
    margin-left: -3px;
  }
  .contact-form form.rex-yform .form-group, .contact-form form.rex-yform .yform-element, .contact-form form.rex-yform .form-title, .contact-form form.rex-yform .checkbox-group-navigation {
    padding-right: 3px;
    padding-left: 3px;
  }
  .contact-form form.rex-yform .form-title {
    clear: both;
    width: 100%;
  }
  .contact-form #yform-default-form-title, .contact-form #yform-default-form-firstname, .contact-form #yform-default-form-lastname, .contact-form #yform-default-form-zip, .contact-form #yform-default-form-city, .contact-form #yform-default-form-country, .contact-form #yform-default-form-company, .contact-form #yform-default-form-telephone, .contact-form #yform-default-form-email, .contact-form #yform-default-form-callback, .contact-form #yform-default-form-newsletter {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-form #yform-default-form-firstname {
    order: 1;
  }
  .contact-form #yform-default-form-lastname {
    order: 2;
  }
  .contact-form #yform-default-form-zip {
    order: 3;
  }
  .contact-form #yform-default-form-city {
    order: 4;
  }
  .contact-form #yform-default-form-country {
    order: 5;
  }
  .contact-form #yform-default-form-company {
    order: 6;
  }
  .contact-form #yform-default-form-street {
    order: 7;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .contact-form #yform-default-form-number {
    order: 8;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .contact-form #yform-default-form-telephone {
    order: 9;
  }
  .contact-form #yform-default-form-callback {
    order: 10;
  }
  .contact-form #yform-default-form-email {
    order: 11;
  }
  .contact-form #yform-default-form-newsletter {
    order: 12;
  }
  .contact-form #yform-default-form-terms {
    margin-bottom: 12px;
  }
  .contact-form #yform-default-form-terms label {
    width: 100%;
  }
  .contact-form #yform-default-form-terms label p {
    margin-top: 3px;
  }
  .contact-form #yform-default-form-terms .checkmark {
    bottom: 0;
  }
  .contact-form .mandatory {
    padding-left: 32px;
  }
}
.sidebar-container .contact-form #yform-sidebar-form-title {
  order: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.sidebar-container .contact-form #yform-sidebar-form-firstname {
  order: 1;
  flex: 0 0 50%;
  max-width: 50%;
}
.sidebar-container .contact-form #yform-sidebar-form-lastname {
  order: 2;
  flex: 0 0 50%;
  max-width: 50%;
}
.sidebar-container .contact-form #yform-sidebar-form-company {
  order: 3;
  flex: 0 0 50%;
  max-width: 50%;
}
.sidebar-container .contact-form #yform-sidebar-form-position {
  order: 4;
  flex: 0 0 50%;
  max-width: 50%;
}
.sidebar-container .contact-form #yform-sidebar-form-department {
  order: 5;
  flex: 0 0 100%;
  max-width: 100%;
}
.sidebar-container .contact-form #yform-sidebar-form-street {
  order: 6;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.sidebar-container .contact-form #yform-sidebar-form-number {
  order: 7;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.sidebar-container .contact-form #yform-sidebar-form-zip {
  order: 8;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.sidebar-container .contact-form #yform-sidebar-form-city {
  order: 9;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.sidebar-container .contact-form #yform-sidebar-form-country {
  order: 10;
  flex: 0 0 100%;
  max-width: 100%;
}
.sidebar-container .contact-form #yform-sidebar-form-telephone {
  order: 11;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.sidebar-container .contact-form #yform-sidebar-form-callback {
  order: 12;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.sidebar-container .contact-form #yform-sidebar-form-email {
  order: 13;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.sidebar-container .contact-form #yform-sidebar-form-newsletter {
  order: 14;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.sidebar-container .contact-form .checkbox-group {
  order: 15;
  flex: 0 0 100%;
  max-width: 100%;
}
.sidebar-container .contact-form #yform-sidebar-form-message {
  order: 16;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
}
.sidebar-container .contact-form #yform-sidebar-form-terms {
  order: 17;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.sidebar-container .contact-form #yform-sidebar-form-terms:after {
  display: none;
}
.sidebar-container .contact-form #yform-sidebar-form-terms label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  line-height: 1.2;
}
.sidebar-container .contact-form #yform-sidebar-form-terms label .checkmark {
  flex: none;
  bottom: 0;
}
.sidebar-container .contact-form #yform-sidebar-form-terms label p {
  margin-top: 9px;
}
.sidebar-container .contact-form #yform-sidebar-form-terms p {
  text-transform: uppercase;
}
.sidebar-container .contact-form .mandatory {
  order: 18;
  flex: 0 0 100%;
  max-width: 100%;
}
.sidebar-container .contact-form .btn {
  order: 19;
}
@media (max-width: 1024px) {
  .sidebar-container .contact-form #yform-sidebar-form-message {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .sidebar-container .contact-form #yform-sidebar-form-terms label {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    height: auto;
  }
  .sidebar-container .contact-form #yform-sidebar-form-terms label .checkmark {
    bottom: 2px;
  }
  .sidebar-container .contact-form .formcheckbox label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .sidebar-container .contact-form #yform-sidebar-form-title, .sidebar-container .contact-form #yform-sidebar-form-firstname, .sidebar-container .contact-form #yform-sidebar-form-lastname, .sidebar-container .contact-form #yform-sidebar-form-company, .sidebar-container .contact-form #yform-sidebar-form-position, .sidebar-container .contact-form #yform-sidebar-form-department, .sidebar-container .contact-form #yform-sidebar-form-street, .sidebar-container .contact-form #yform-sidebar-form-number, .sidebar-container .contact-form #yform-sidebar-form-zip, .sidebar-container .contact-form #yform-sidebar-form-city, .sidebar-container .contact-form #yform-sidebar-form-country, .sidebar-container .contact-form #yform-sidebar-form-telephone, .sidebar-container .contact-form #yform-sidebar-form-callback, .sidebar-container .contact-form #yform-sidebar-form-email, .sidebar-container .contact-form #yform-sidebar-form-newsletter, .sidebar-container .contact-form #yform-sidebar-form-message, .sidebar-container .contact-form #yform-sidebar-form-terms, .sidebar-container .contact-form #yform-sidebar-form .checkbox-group {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sidebar-container .contact-form #yform-register-form-firstname, .sidebar-container .contact-form #yform-register-form-lastname, .sidebar-container .contact-form #yform-register-form-password, .sidebar-container .contact-form #yform-register-form-password-repeat {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.social-media-section {
  margin-top: 206px;
  margin-bottom: -40px;
  overflow: hidden;
}
.social-media-section ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: calc(100% + ((100vw - 100%) / 2));
  text-align: center;
  margin-bottom: 0;
  margin-left: 0;
}
.social-media-section ul li {
  display: block;
  flex: 1;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.social-media-section ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  color: #000;
  font-size: 4.6vw;
  width: 100%;
  height: 4.5em;
  max-height: 300px;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.social-media-section ul li a:hover {
  text-decoration: none;
  color: #fd5f00;
}
.social-media-section ul li a i {
  position: relative;
}
.social-media-section ul li a i.icon-xing {
  top: -8px;
}
@media (min-width: 1280px) {
  .social-media-section ul li a {
    font-size: 7rem;
  }
}
@media (max-width: 1279px) {
  .social-media-section ul {
    margin-right: -40px;
  }
}
@media (max-width: 1024px) {
  .social-media-section {
    margin-top: 104px;
    margin-bottom: -29px;
  }
  .social-media-section ul li a {
    font-size: 3.5rem;
    height: 4.8em;
  }
  .social-media-section ul li a i.icon-xing {
    top: -4px;
  }
}
@media (max-width: 767px) {
  .social-media-section {
    margin-top: 55px;
  }
  .social-media-section ul {
    margin-right: -20px;
  }
  .social-media-section ul li a {
    font-size: 7vw;
    height: 3em;
  }
  .social-media-section ul li a i.icon-xing {
    top: -2px;
  }
}
.news-section .title {
  font-size: 10rem;
}
.news-section h2 {
  font-size: 6.5rem;
  margin-bottom: 0.5em;
}
.news-section h3 {
  font-size: 4rem;
}
.news-section .date {
  font-size: 1.8rem;
  letter-spacing: 1px;
}
.news-section .date p {
  margin-bottom: 0;
}
.news-section .date + h3 {
  margin-top: 6px;
}
.news-section .content-block .btn.btn-text-style span {
  font-size: 1.8rem;
}
.news-section .text-block {
  margin-bottom: 26px;
}
.news-section .img-block {
  margin-bottom: 43px;
}
@media (max-width: 1024px) {
  .news-section .title {
    font-size: 6rem;
  }
  .news-section .date {
    font-size: 1.5rem;
  }
  .news-section h2 {
    font-size: 4rem;
  }
  .news-section h3 {
    font-size: 2.4rem;
  }
  .news-section p {
    font-size: 1.4rem;
  }
  .news-section .content-block .btn.btn-text-style span {
    font-size: 1.2rem;
  }
  .news-section .img-block {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news-section .title {
    font-size: 3rem;
  }
  .news-section .date {
    font-size: 1.4rem;
  }
  .news-section h2 {
    font-size: 3rem;
  }
  .news-section h3 {
    font-size: 2rem;
  }
  .news-section p {
    font-size: 1.4rem;
  }
  .news-section .content-block {
    margin-bottom: 100px;
  }
  .news-section .content-block .btn.btn-text-style span {
    font-size: 1.4rem;
  }
  .news-section .img-block {
    margin-bottom: 10px;
  }
}
.jobs-section .job-entry {
  margin-bottom: 111px;
}
.jobs-section h2 {
  font-size: 6.5rem;
  margin-bottom: 0.5em;
  /* 1.45 */
}
.jobs-section h3 {
  font-size: 2.4rem;
  margin-bottom: 0.6em;
}
.jobs-section p + h3 {
  margin-top: 2.58em;
}
.jobs-section .buttons-block {
  padding-top: 40px;
}
.jobs-section ul {
  list-style: disc;
  padding-left: 1em;
}
.jobs-section .buttons-section {
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .jobs-section .job-entry {
    margin-bottom: 0;
  }
  .jobs-section h2 {
    font-size: 4rem;
  }
  .jobs-section h3 {
    font-size: 1.4rem;
  }
  .jobs-section .buttons-block {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .jobs-section {
    font-size: 1.4rem;
  }
  .jobs-section h2 {
    font-size: 2rem;
  }
  .jobs-section h3 {
    font-size: 1.4rem;
  }
  .jobs-section .buttons-block {
    padding-top: 10px;
  }
  .jobs-section u:before {
    height: 6px;
  }
}
.jobs-privacy-policy-layer {
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
.jobs-privacy-policy-layer .box {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  padding: 20px;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.jobs-privacy-policy-layer .box h3 {
  font-size: 2.8rem;
  margin-bottom: 20px;
}
.jobs-privacy-policy-layer .box a:not(.btn) {
  text-decoration: underline;
}
.jobs-privacy-policy-layer .box .buttons {
  font-size: 2.2rem;
  margin-top: 40px;
  text-align: right;
}
.jobs-privacy-policy-layer .box .buttons a {
  text-align: left;
}
.jobs-privacy-policy-layer .box .buttons a.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.jobs-privacy-policy-layer .box .field.checkbox label {
  position: relative;
  padding-left: 28px;
  display: block;
}
.jobs-privacy-policy-layer .box .field.checkbox label input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.jobs-privacy-policy-layer .box .field.checkbox label:after {
  content: '';
  position: absolute;
  display: block;
  width: 21px;
  height: 21px;
  border: 2px solid #000;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 1;
}
.jobs-privacy-policy-layer .box .field.checkbox label.checked:after {
  content: 'X';
}
.show-jobs-privacy-layer .jobs-privacy-policy-layer {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s;
  opacity: 1;
  pointer-events: auto;
}
.jobs-contact-section h3 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 1px;
  margin-bottom: 0.5em;
}
.jobs-contact-section p {
  font-size: 6.5rem;
}
@media (max-width: 1024px) {
  .jobs-contact-section h3 {
    font-size: 1.2rem;
  }
  .jobs-contact-section p {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .jobs-contact-section h3 {
    font-size: 1.4rem;
  }
  .jobs-contact-section p {
    font-size: 2.4rem;
  }
}
/* .content-block {
 margin-bottom: 0;
 } */
.references-quotes-section {
  /* &>.container-fluid {
   &>.row {
   &>div+div { // vgl. Referenzen / Academy
   padding-top: 50px;
   }
   }
   } */
}
.references-quotes-section .text-block h3 {
  font-size: 4rem;
}
.references-quotes-section .text-block p {
  font-size: 2.2rem;
}
@media (max-width: 1024px) {
  .references-quotes-section {
    padding-bottom: 0;
  }
  .references-quotes-section .text-block h3 {
    font-size: 2.4rem;
  }
  .references-quotes-section .text-block p {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .references-quotes-section .text-block h3 {
    font-size: 2rem;
  }
  .references-quotes-section .text-block p {
    font-size: 1.4rem;
  }
}
.references-clients-section {
  padding-top: 103px;
  padding-bottom: 100px;
}
.references-clients-section .clients-list ul {
  column-count: 2;
}
.references-clients-section .clients-list ul li {
  padding-left: 18px;
  padding-right: 8.5%;
  position: relative;
  /*
   display: inline-block;
   vertical-align: top;
   width: 50%;
   */
}
.references-clients-section .clients-list ul li:before {
  content: '–';
  position: absolute;
  left: 0;
}
.references-clients-section .clients-list ul li.inactive {
  display: none;
}
@media (max-width: 1024px) {
  .references-clients-section {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .references-clients-section .clients-list ul {
    column-count: 1;
  }
  .references-clients-section .clients-list ul li {
    width: 100%;
  }
}
.search-and-filter-section {
  margin-top: -10px;
}
.search-and-filter-section .search-content-block {
  margin-bottom: 35px;
  /* 75 */
}
.search-and-filter-section .sortby-container {
  margin-bottom: 35px;
  /* 75 */
}
.search-and-filter-section .sortby-container.no-sortby {
  margin-bottom: 40px;
}
.search-and-filter-section .filter-block h3, .search-and-filter-section .sort-block h3 {
  margin-bottom: 20px;
}
.search-and-filter-section .filter-block {
  margin-bottom: 20px;
  /* 40 */
}
@media (max-width: 767px) {
  .search-and-filter-section {
    margin-top: 0;
  }
  .search-and-filter-section .search-content-block, .search-and-filter-section .sortby-container {
    margin-bottom: 35px;
  }
  .search-and-filter-section .sortby-container.no-sortby {
    margin-bottom: 25px;
  }
  .search-and-filter-section .filter-block {
    margin-bottom: 15px;
  }
  .search-and-filter-section .form-section .form-group input[type="text"] {
    font-size: 1.6rem;
  }
}
.title-section + .search-and-filter-section {
  margin-top: 0;
}
.download-results-section {
  padding-bottom: 100px;
}
.download-results-section .title-section {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 40px;
}
.download-results-section .download-results-type-1 .col-12 {
  align-self: flex-end;
}
.download-results-section .download-results-type-1 .content-section {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.download-results-section .download-results-type-1 .content-block .text {
  margin-bottom: 70px;
}
.download-results-section .download-results-block {
  position: relative;
  display: block;
  margin-bottom: 66px;
}
.download-results-section .download-results-block:hover, .download-results-section .download-results-block:focus {
  text-decoration: none;
}
.download-results-section .download-results-block h3 {
  font-size: 2.8rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.1;
  margin-bottom: 20px;
}
.download-results-section .download-results-block h4 {
  margin-bottom: 0;
}
.download-results-section .download-results-block p {
  margin-bottom: 0;
}
.download-results-section .download-results-block .content-section {
  position: relative;
}
.download-results-section .download-results-block .content-section .img-block {
  position: relative;
  background-color: transparent;
  padding-right: 24px;
  margin-bottom: 24px;
}
.download-results-section .download-results-block .content-section .img-block img {
  border: 1px solid #000;
}
.download-results-section .download-results-block .content-block .text {
  margin-bottom: 20px;
}
.download-results-section .download-results-block .content-block .info-block {
  margin-top: 20px;
}
.download-results-section .download-results-block .file-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.download-results-section .download-results-block .file-block .icon {
  margin-right: 10px;
  font-size: 4.2rem;
}
.download-results-section .download-results-block .file-block .icon [class*="icon"] {
  position: relative;
  top: 7px;
  color: #000;
}
.download-results-section .download-results-block .info-block, .download-results-section .download-results-block .file-block {
  color: #6d6d6d;
}
.download-results-section .description {
  font-size: 1.8rem;
  padding-top: 7px;
}
.download-results-section .btn-text-style:not(.back-btn) {
  margin-top: 20px;
}
.download-results-section .btn-text-style:not(.back-btn) span {
  font-size: 1.8rem;
}
@media (max-width: 1024px) {
  .download-results-section {
    padding-bottom: 50px;
  }
  .download-results-section .btn-text-style:not(.back-btn) span {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .download-results-section {
    padding-bottom: 25px;
  }
  .download-results-section .btn-text-style:not(.back-btn) span {
    font-size: 1.4rem;
  }
  .download-results-section .title-section {
    padding-bottom: 25px;
  }
}
.downloads-details .document-title, .downloads-details .document-image {
  margin-bottom: 80px;
}
.downloads-details .document-description {
  margin-bottom: 50px;
}
.downloads-details .document-image img {
  border: 1px solid #000;
}
.downloads-details h4 {
  margin-bottom: 0;
}
.downloads-details .info-block, .downloads-details .file-block {
  color: #6d6d6d;
}
.downloads-details .info-block {
  margin-bottom: 20px;
}
.downloads-details .description {
  font-size: 1.8rem;
  padding-top: 7px;
}
.downloads-details .description p {
  margin-bottom: 0;
}
.downloads-details .file-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.downloads-details .file-block .icon {
  margin-right: 10px;
  font-size: 4.2rem;
}
.downloads-details .file-block .icon [class*="icon"] {
  position: relative;
  top: 7px;
  color: #000;
}
@media (max-width: 767px) {
  .downloads-details .document-image .img-block {
    margin-bottom: 20px;
  }
}
.sidebar-container .downloads-details {
  max-width: 880px;
}
.sidebar-container .downloads-details .buttons-block {
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}


/*!
 * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }


